Kirk Haines
ed74f2f245
Abstract DatadogStatsClient to ForemStatsClient ( #12304 )
...
* This change abstracts the DatadogStatsClient into a ForemStatsClient.
The purpose of this abstraction is to set the foundation for a subsequent PR that will allow one to use New Relic for recording Forem stats, instead of Datadog, if there is a New Relic configuration found.
This specific change creates an abstraction layer that can be built upon, without changing any actual default behavior. All specs still pass.
* Use delegate instead of explicit methods.
* Delegate instead of explicit methods.
* Fix the error.
* Refactor according to the suggestions in the comments.
* Ooops. Stats work better when all of the code is committed.
* Removing the alias of count to increment since that was done in error.
2021-01-27 11:25:44 -05:00
Arit Amana
23f3386f3f
Don't display '0 reactions' on article feed ( #12425 )
...
* Implement for Feed Card only
* update snapshot
* write tests
* Implement changes in other article-feed-card views
* modify failing spec
* Address code review comments
2021-01-27 11:13:10 -05:00
dependabot[bot]
8340207728
Bump brakeman from 4.10.1 to 5.0.0 ( #12446 )
...
Bumps [brakeman](https://github.com/presidentbeef/brakeman ) from 4.10.1 to 5.0.0.
- [Release notes](https://github.com/presidentbeef/brakeman/releases )
- [Changelog](https://github.com/presidentbeef/brakeman/blob/main/CHANGES.md )
- [Commits](https://github.com/presidentbeef/brakeman/compare/v4.10.1...v5.0.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-27 16:35:07 +01:00
dependabot[bot]
e9ff57c14c
Bump preact from 10.5.11 to 10.5.12 ( #12447 )
...
Bumps [preact](https://github.com/preactjs/preact ) from 10.5.11 to 10.5.12.
- [Release notes](https://github.com/preactjs/preact/releases )
- [Commits](https://github.com/preactjs/preact/compare/10.5.11...10.5.12 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-27 16:34:32 +01:00
dependabot[bot]
1ae878086f
Bump twilio-video from 2.10.0 to 2.11.0 ( #12448 )
...
Bumps [twilio-video](https://github.com/twilio/twilio-video.js ) from 2.10.0 to 2.11.0.
- [Release notes](https://github.com/twilio/twilio-video.js/releases )
- [Changelog](https://github.com/twilio/twilio-video.js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/twilio/twilio-video.js/compare/2.10.0...2.11.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-27 16:34:03 +01:00
Fernando Valverde
e6883ea63b
Explicitly adds the unique jobs middleware ( #12441 )
2021-01-27 08:16:55 -06:00
Mac Siri
b76e6839cf
Add a 4th node to Travis ( #12442 )
2021-01-27 08:48:15 -05:00
Marcy Sutton
f072730f0f
Header navigation dropdown accessibility ( #11509 )
...
* Improve keyboard a11y of header menu dropdown
This commit also includes some cleanup of unnecessary functions that seemed to degrade performance.
Closes https://github.com/forem/forem/issues/1154
* Add temporary focus style on navigation-button
* Put menu items in a list
* Adjust menu button based on VoiceOver testing
* Refactor menu logic to be reusable/work on touch
* Preserve admin link visibility
* Focus on first item on menu open
* Clean up some HTML and CSS
* Apply suggestions from code review
Co-authored-by: ludwiczakpawel <ludwiczakpawel@gmail.com>
* Ensure menu hides on click outside
* Rename toggle function and adjust formatting
* Update nav button focus style
* Clean up padding on header avatar focus style
* Make button show focus state for keyboard only
Using .focus-visible:focus targets keyboard focus and eliminates a flash of the blue border on click before focus is moved to the child item (which also has no focus style on mouse click)
* Update app/views/layouts/_top_bar.html.erb
Co-authored-by: ludwiczakpawel <ludwiczakpawel@gmail.com>
* Add some defensive programming
* Removed initializeTouchDevice from base.js.erb
* navigation-butt ID is now member-menu-button
* Moved all the logic from initializeTouchDevice.js into a pack file/utilities.
* committing re-ordered schema after setup
* add tests for initializeTouchDevice
* remove some unneeded html setup
* make sure menu doesn't close if user tabs back from sign out
* Revert "committing re-ordered schema after setup"
This reverts commit a41a1c861cca3b97d8a7b8a99268b8afaae9f028.
* optimized code
* small tweaks, only show outline when focused
Co-authored-by: ludwiczakpawel <ludwiczakpawel@gmail.com>
Co-authored-by: rhymes <rhymes@hey.com>
Co-authored-by: Nick Taylor <nick@dev.to>
Co-authored-by: Suzanne Aitchison <suzanne@forem.com>
2021-01-27 09:39:17 +00:00
Ben Halpern
bb59e4b869
Fix failure on blank image URLs passed from oauth ( #12390 )
2021-01-27 09:34:19 +01:00
Philip Q Nguyen
f9f6be2ca7
Fix description for SiteConfig.periodic_email_digest_min ( #12445 )
...
Description for `periodic_email_digest_min` field is currently
`periodic_email_digest_max`, but it should be `periodic_email_digest_min`
2021-01-27 09:27:44 +01:00
dependabot[bot]
2fbc7c983e
Bump capybara from 3.34.0 to 3.35.1 ( #12433 )
2021-01-26 14:49:41 -06:00
dependabot[bot]
a41c447c40
Bump @storybook/addon-a11y from 6.1.14 to 6.1.15 ( #12439 )
...
Bumps [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/addons/a11y ) from 6.1.14 to 6.1.15.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.1.15/addons/a11y )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-26 11:29:00 -06:00
dependabot[bot]
b10b34794a
Bump cypress-file-upload from 5.0.1 to 5.0.2 ( #12409 )
...
Bumps [cypress-file-upload](https://github.com/abramenal/cypress-file-upload ) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/abramenal/cypress-file-upload/releases )
- [Commits](https://github.com/abramenal/cypress-file-upload/compare/v5.0.1...v5.0.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-26 11:28:24 -06:00
dependabot[bot]
8b1945a3f8
Bump @storybook/addon-links from 6.1.14 to 6.1.15 ( #12421 )
...
Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/addons/links ) from 6.1.14 to 6.1.15.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.1.15/addons/links )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-26 17:22:07 +01:00
dependabot[bot]
c5c114c607
Bump blazer from 2.4.0 to 2.4.1 ( #12435 )
...
Bumps [blazer](https://github.com/ankane/blazer ) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/ankane/blazer/releases )
- [Changelog](https://github.com/ankane/blazer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ankane/blazer/compare/v2.4.0...v2.4.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-26 17:21:06 +01:00
dependabot[bot]
a7d6095615
Bump faker from 5.1.0 to 5.2.0 ( #12438 )
...
Bumps [faker](https://github.com/Marak/Faker.js ) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/Marak/Faker.js/releases )
- [Changelog](https://github.com/Marak/faker.js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Marak/Faker.js/compare/v5.1.0...v5.2.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-26 11:13:21 -05:00
dependabot[bot]
2d1560ff93
Bump pusher-js from 7.0.2 to 7.0.3 ( #12437 )
...
Bumps [pusher-js](https://github.com/pusher/pusher-js ) from 7.0.2 to 7.0.3.
- [Release notes](https://github.com/pusher/pusher-js/releases )
- [Changelog](https://github.com/pusher/pusher-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/pusher/pusher-js/compare/v7.0.2...v7.0.3 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-26 17:11:20 +01:00
Michael Kohl
bf8a7e3182
Remove fix-db-schema-conflicts gem ( #12432 )
2021-01-26 10:52:38 -05:00
narender2031
7a934a1565
Add Crayons classes to the "Destroy your account" page ( #12346 )
...
* add crayons classes
* Update app/views/users/confirm_destroy.html.erb
Co-authored-by: ludwiczakpawel <ludwiczakpawel@gmail.com>
* Update app/views/users/confirm_destroy.html.erb
Co-authored-by: ludwiczakpawel <ludwiczakpawel@gmail.com>
* Update app/views/users/confirm_destroy.html.erb
Co-authored-by: ludwiczakpawel <ludwiczakpawel@gmail.com>
* Update app/views/users/confirm_destroy.html.erb
Co-authored-by: ludwiczakpawel <ludwiczakpawel@gmail.com>
* Update app/views/users/confirm_destroy.html.erb
Co-authored-by: ludwiczakpawel <ludwiczakpawel@gmail.com>
* Update app/views/users/confirm_destroy.html.erb
Co-authored-by: ludwiczakpawel <ludwiczakpawel@gmail.com>
* Update app/views/users/confirm_destroy.html.erb
Co-authored-by: ludwiczakpawel <ludwiczakpawel@gmail.com>
* Update app/views/users/confirm_destroy.html.erb
Co-authored-by: ludwiczakpawel <ludwiczakpawel@gmail.com>
* fix spec
Co-authored-by: ludwiczakpawel <ludwiczakpawel@gmail.com>
2021-01-26 16:28:37 +01:00
dependabot[bot]
20bf3883b6
Bump jbuilder from 2.10.1 to 2.11.1 ( #12406 )
...
Bumps [jbuilder](https://github.com/rails/jbuilder ) from 2.10.1 to 2.11.1.
- [Release notes](https://github.com/rails/jbuilder/releases )
- [Changelog](https://github.com/rails/jbuilder/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rails/jbuilder/compare/v2.10.1...v2.11.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-26 16:11:50 +01:00
Mac Siri
377439fea3
Disable ResaveArticlesForCodeSnippetFullscreenIcon ( #12431 )
2021-01-26 09:59:44 -05:00
dependabot[bot]
d950428029
Bump @storybook/addon-docs from 6.1.14 to 6.1.15 ( #12418 )
...
Bumps [@storybook/addon-docs](https://github.com/storybookjs/storybook/tree/HEAD/addons/docs ) from 6.1.14 to 6.1.15.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.1.15/addons/docs )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-26 14:23:04 +00:00
ludwiczakpawel
bf72758c4e
Close modal on escape keypress ( #12428 )
...
* tooltips 1.0.1
* tooltips 1.0.1
* close on esc
* simpler
2021-01-26 15:12:54 +01:00
ludwiczakpawel
6b0505dc47
Video max width ( #12436 )
...
* tooltips 1.0.1
* tooltips 1.0.1
* video width
* addding to supported attributes for markdown scrubber
2021-01-26 15:12:37 +01:00
dependabot[bot]
9787723bfc
Bump @storybook/addon-actions from 6.1.14 to 6.1.15 ( #12417 )
...
Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/addons/actions ) from 6.1.14 to 6.1.15.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.1.15/addons/actions )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-26 10:29:39 +00:00
dependabot[bot]
ed92c75f5e
Bump @storybook/addon-storysource from 6.1.14 to 6.1.15 ( #12411 )
...
Bumps [@storybook/addon-storysource](https://github.com/storybookjs/storybook/tree/HEAD/addons/storysource ) from 6.1.14 to 6.1.15.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.1.15/addons/storysource )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-26 10:21:21 +00:00
Michael Kohl
b4a480edae
Add validations to SiteConfig model ( #12341 )
...
* Move straightforward validations
* Add color contrast validation to SiteConfig
* Move domain and emoji validation to SiteConfig
* Add specs
* Update service object
* Experimentally remove validation
* Update spec
* Fix comment
2021-01-26 09:12:24 +07:00
dependabot[bot]
b02c36f929
Bump rack-attack from 6.3.1 to 6.4.0 ( #12408 )
...
Bumps [rack-attack](https://github.com/rack/rack-attack ) from 6.3.1 to 6.4.0.
- [Release notes](https://github.com/rack/rack-attack/releases )
- [Changelog](https://github.com/rack/rack-attack/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rack/rack-attack/compare/v6.3.1...v6.4.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-25 15:18:17 -05:00
dependabot[bot]
0e2bd76122
Bump sidekiq-unique-jobs from 7.0.0 to 7.0.1 ( #12416 )
...
Bumps [sidekiq-unique-jobs](https://github.com/mhenrixon/sidekiq-unique-jobs ) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/mhenrixon/sidekiq-unique-jobs/releases )
- [Changelog](https://github.com/mhenrixon/sidekiq-unique-jobs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mhenrixon/sidekiq-unique-jobs/compare/v7.0.0...v7.0.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-25 14:59:55 -05:00
ludwiczakpawel
b8be2edb49
Offline page colors for dark theme ( #12423 )
2021-01-25 20:23:18 +01:00
rhymes
def0cf2437
Optimize column selection for articles belonging to "any" given tag ( #12420 )
...
When `acts-as-taggable-on`'s `.tagged_with()` is used with `any: true`,
the gem will use `SELECT *` regardless of any previous (or following) requests
of selecting a limited amount of columns.
Given that the `articles` table has [73 columns](https://dev.to/admin/blazer/queries/314-number-of-columns-in-all-tables )
that will amount to wasted RAM memory for columns we don't need.
By "unscoping" any previous `select()` we can optimize used memory.
Before:
```ruby
[24] pry(main)> Article.tagged_with([:ruby], any: true).select(:id, :name).to_sql
=> "SELECT \"articles\".*, \"articles\".\"id\", \"name\" FROM \"articles\" WHERE EXISTS (SELECT * FROM \"taggings\" WHERE \"taggings\".\"taggable_id\" = \"articles\".\"id\" AND \"taggings\".\"taggable_type\" = 'Article' AND \"taggings\".\"tag_id\" IN (SELECT \"tags\".\"id\" FROM \"tags\" WHERE (\"tags\".\"name\" LIKE 'ruby' ESCAPE '!')))"
```
Note, how the SQL query is `articles.*, articles.column_a`
After:
[25] pry(main)> Article.tagged_with([:ruby], any: true).unscope(:select).select(:id, :name).to_sql
=> "SELECT \"articles\".\"id\", \"name\" FROM \"articles\" WHERE EXISTS (SELECT * FROM \"taggings\" WHERE \"taggings\".\"taggable_id\" = \"articles\".\"id\" AND \"taggings\".\"taggable_type\" = 'Article' AND \"taggings\".\"tag_id\" IN (SELECT \"tags\".\"id\" FROM \"tags\" WHERE (\"tags\".\"name\" LIKE 'ruby' ESCAPE '!')))"
```
`articles.*` is gone :-)
- https://github.com/mbleigh/acts-as-taggable-on/issues/936
- 47da5036de/lib/acts_as_taggable_on/taggable/tagged_with_query/any_tags_query.rb (L2-L8)
2021-01-25 17:34:10 +01:00
Rafi
b13c76f405
Prevent text overflow of follow button ( #12422 )
2021-01-25 17:29:10 +01:00
rhymes
dd0ee3dd72
Optimize Admin::FeedbackMessagesController by adding proper indexes ( #12415 )
...
DEV has 30+ million email messages, to display some of them to the admin, they
all are scanned to find those that belong to the requested feedback messages.
This results in SQL queries that can take up to 15 seconds.
By adding an index, we cut the SQL response time to milliseconds.
2021-01-25 17:02:06 +01:00
Ben Halpern
8b5b19bfa8
Fix flash of unstyled content ( #12385 )
...
* Fix flash of unstyled content
* Fix test context
* Add missing user in test
* Add qualifier argument
2021-01-25 10:49:58 -05:00
Julianna Tetreault
2cd523f811
Update Tag Link to Route to Proper Admin Page ( #12391 ) [deploy]
...
* fix: update admin tag edit page link to include /edit
* Update admin tag edit page link to be more descriptive
2021-01-25 08:25:39 -07:00
dependabot[bot]
afc85f59b5
Bump @storybook/preact from 6.1.14 to 6.1.15 ( #12410 )
...
Bumps [@storybook/preact](https://github.com/storybookjs/storybook/tree/HEAD/app/preact ) from 6.1.14 to 6.1.15.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.1.15/app/preact )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-25 09:49:06 -05:00
dependabot[bot]
36e211c764
Bump @storybook/addon-knobs from 6.1.14 to 6.1.15 ( #12413 )
...
Bumps [@storybook/addon-knobs](https://github.com/storybookjs/storybook/tree/HEAD/addons/knobs ) from 6.1.14 to 6.1.15.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.1.15/addons/knobs )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-25 12:51:33 +01:00
dependabot[bot]
dbc8257b87
Bump oj from 3.11.0 to 3.11.1 ( #12405 )
...
Bumps [oj](https://github.com/ohler55/oj ) from 3.11.0 to 3.11.1.
- [Release notes](https://github.com/ohler55/oj/releases )
- [Changelog](https://github.com/ohler55/oj/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/ohler55/oj/compare/v3.11.0...v3.11.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-25 10:33:25 +01:00
dependabot[bot]
67a778f079
Bump shoulda-matchers from 4.5.0 to 4.5.1 ( #12404 )
...
Bumps [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers ) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/thoughtbot/shoulda-matchers/releases )
- [Changelog](https://github.com/thoughtbot/shoulda-matchers/blob/master/CHANGELOG.md )
- [Commits](https://github.com/thoughtbot/shoulda-matchers/compare/v4.5.0...v4.5.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-25 10:32:58 +01:00
dependabot[bot]
e3c5f6d70f
Bump ransack from 2.4.1 to 2.4.2 ( #12407 )
...
Bumps [ransack](https://github.com/activerecord-hackery/ransack ) from 2.4.1 to 2.4.2.
- [Release notes](https://github.com/activerecord-hackery/ransack/releases )
- [Changelog](https://github.com/activerecord-hackery/ransack/blob/master/CHANGELOG.md )
- [Commits](https://github.com/activerecord-hackery/ransack/compare/2.4.1...v2.4.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-25 10:29:08 +01:00
narender2031
06a6191424
fix ui issue to display bug ( #12365 )
2021-01-22 15:47:19 -05:00
Mac Siri
fa451bff64
Remove mini_racer gem ( #12387 )
2021-01-22 15:36:10 -05:00
cyrillefr
a3e76b6d09
Refactor magic numbers for /comments rendering ( #12323 )
...
* Refactor magic numbers for `/comments` rendering (#11594 )
* Update comments_helper adding constants & accessor methods
* Refactor stories_controller replacing hard coded values by helper call
* Refactor _comments_section view accordingly with helper calls
* Add test to specs (view_user(index|comments)) accordingly
* Refactor magic numbers for `/comments` rendering
Small changes after initial review
* Change constante to more explicit names
* Change one helper method name
* Pluralize in view
Co-authored-by: rhymes <rhymes@hey.com>
2021-01-22 10:55:44 -06:00
Christina
1f90c63eac
Update issue.yml text. ( #12375 )
...
* Update issue.yml text.
Updating text to give more time for following up on issues and to let the community know why some feature requests may be closed.
* Update .github/workflows/issue.yml
Removing extremely
Co-authored-by: rhymes <rhymes@hey.com>
Co-authored-by: rhymes <rhymes@hey.com>
2021-01-22 10:02:24 -06:00
dependabot[bot]
7ce9940ad6
Bump test-prof from 0.12.2 to 1.0.0 ( #12382 )
...
Bumps [test-prof](https://github.com/test-prof/test-prof ) from 0.12.2 to 1.0.0.
- [Release notes](https://github.com/test-prof/test-prof/releases )
- [Changelog](https://github.com/test-prof/test-prof/blob/master/CHANGELOG.md )
- [Commits](https://github.com/test-prof/test-prof/commits/v1.0.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-22 09:53:05 -06:00
Rafi
931d9169fd
Fixing link focus ( #12362 )
...
* Fixing link focus
1. Removing display content from link
2. Removing extra margin at the top of link
3. Adding before link
* Extending crayon-fields and removing margin-top
2021-01-22 09:26:51 -05:00
dependabot[bot]
fe9be955fd
Bump sidekiq from 6.1.2 to 6.1.3 ( #12380 )
...
Bumps [sidekiq](https://github.com/mperham/sidekiq ) from 6.1.2 to 6.1.3.
- [Release notes](https://github.com/mperham/sidekiq/releases )
- [Changelog](https://github.com/mperham/sidekiq/blob/master/Changes.md )
- [Commits](https://github.com/mperham/sidekiq/compare/v6.1.2...v6.1.3 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-22 08:01:34 -06:00
Fernando Valverde
88bd3a1069
Replace authentication_enabled_providers.include? with helper method ( #12379 )
...
* Replaces authentication_enabled_providers.include? with helper authentication_provider_enabled?
* Fix typo
2021-01-22 07:54:10 -06:00
Mac Siri
a63e7ef367
Expand slugignore & Add auto remove node_module rake task ( #12372 )
2021-01-22 07:24:26 -05:00
Mac Siri
5b48af2236
Move mini_racer and sassc-rails out of production ( #12378 )
2021-01-22 06:51:19 -05:00