Alex
31689fd76a
Break MarkdownFixer into MarkdownProcessor::Fixer services ( #12241 )
...
* Create new MarkdownProcessor::Fixer services
* Remove old MarkdownFixer
* Code cleanup
* Capitalize Base in code comments
* Remove comments related to inheritance
* Add fix_methods method to hold METHDOS constant
2021-01-14 10:26:46 -05:00
Suzanne Aitchison
cb44b31c83
add suzanne to list of core team members ( #12277 )
2021-01-14 13:39:41 +00:00
Michael Kohl
36714f0352
Update Gemfile.lock for Bundler 2.2 ( #12272 )
2021-01-14 08:27:58 -05:00
dependabot[bot]
70774d96ee
Bump twilio-ruby from 5.45.1 to 5.46.0 ( #12271 )
2021-01-14 08:23:48 -05:00
rhymes
c54ee01864
Dependabot: disable language/ecosystem labels attached to PRs ( #12260 )
2021-01-14 11:21:16 +01:00
dependabot[bot]
d2cfde04fa
Bump webpack-dev-server from 3.11.1 to 3.11.2 ( #12273 )
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 3.11.1 to 3.11.2.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases )
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/v3.11.2/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v3.11.1...v3.11.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-14 09:03:00 +01:00
Michael Kohl
cc6edc66b6
Remove contact_consent column from ignore list ( #12254 )
2021-01-14 12:38:42 +07:00
Molly Struve
5a3ea304ca
Log User Save Error Messages When it Fails ( #12267 )
2021-01-13 16:14:48 -06:00
Andy Zhao
eed4df0fa4
Add sorting feature to /admin/tags ( #12249 )
...
* Use Ransack for admin/tags
* Update admin tags index to use search with Ransack
* Add feature to sort tags in /admin/tags
* Add test for viewing /admin/tags pages
* Add aria labels for sort links
* Make links a bit more accessible
2021-01-13 17:03:17 -05:00
ashwin
76894934e9
Fixed punctuation mistakes ( #12209 )
...
* Fixed punctuation mistakes
* Update README.md
Co-authored-by: Vaidehi Joshi <vaidehi.sj@gmail.com>
* Update README.md
Co-authored-by: Vaidehi Joshi <vaidehi.sj@gmail.com>
* Update README.md
Co-authored-by: Vaidehi Joshi <vaidehi.sj@gmail.com>
* Update README.md
Co-authored-by: Vaidehi Joshi <vaidehi.sj@gmail.com>
Co-authored-by: Vaidehi Joshi <vaidehi.sj@gmail.com>
2021-01-13 16:27:46 -05:00
Andy Zhao
b45c578ea1
Encode emails properly before sending to /confirm-email ( #12211 )
...
* Refactor test a bit
* Account for URL encoding when redirecting to /confirm-email
* Fix failing spec
* Use correct method to encode + and @
* Fix test
* Don't encode things I don't need to (thanks Nick)
2021-01-13 15:17:14 -05:00
Alex
27df7ddee5
Remove old MailchimpBot ( #12244 )
...
* Remove old MailchimpBot
* Wake up, Travis
* Wake up, Travis
2021-01-13 14:33:21 -05:00
Arit Amana
3a984c8ee7
[2020 EOY Issue] Modal alert when enabling Auth Provider without keys ( #12135 )
...
* Start hooking things up
* further generalize adminModal, hook up relevant code
* Complete implementation
* remove comments
* Address QA suggestions
* Address QA suggestions
* Use object parameter for adminModal
* starting the admin cypress tests
* Code review suggestions
* remove incomplete test
* rename data attributes to make more sense
* complete the work
* use destructuring
* edit warning modal text
2021-01-13 13:54:39 -05:00
Molly Struve
0f2c0c70b1
Log onboarding_checkbox_update Params ( #12252 )
2021-01-13 12:39:25 -06:00
Alex
01a4b41fed
Fix shell version logic in async info controller ( #12262 )
...
* Add .to_s to ForemInstance.deployed_at
* test: could it possibly be holding onto the cached value across the tests
Co-authored-by: Ridhwana <ridhwana.khan16@gmail.com>
2021-01-13 13:20:34 -05:00
Alex
a5e6f7942c
Rename MarkdownParser to MarkdownProcessor::Parser ( #12248 )
...
* Rename MarkdownParser to MarkdownProcessor::Parse
* Wake up, Travis
* Fix typo
2021-01-13 10:39:13 -05:00
Ridhwana
4549144fbb
Refactor deployed_at and latest_commit_id code ( #12224 )
...
* WIP: release footprint in the admin UI
* feat: show the commit ID and the date
* chore: change env optional to empty string
* fix: change the FOREM_BUILD_DATE to RELEASE_FOOTPRINT
* feat: add Not Available as a last option
* test: last deployed time and latest commit id
* feat: update the way we change the env variable!
* fix: we need to set the RELEASE FOOTPRINT so that this clause is not hit - `return path if release_footprint.blank?`
* feat: add a Forem Instance Model
* chore: rename variable
* feat: use the new model that we created
* feat: Update the Forem Instance model to remove Not available from the model method and add it to the view layer
* test: Forem Instance model to return the correct values when present
* feat: use Forem.deployed_at instead of the Application config directly
* chore: remove the initializer
* feat: rename the data keys to reflect what it does
* fix: oops evaluate the var
* refactor: static values that can never change during the lifetime of the app should be constants
* chore: setup the test to have a release footprint before the test gets executed
* chore: remove the methods
* revert to method + cache
* revert to using method
* reset the instance variable
2021-01-13 16:53:59 +02:00
ludwiczakpawel
0c6c5c55a1
Code snippet fullscreen icon - setting constraints for size. ( #12010 )
...
* tooltips 1.0.1
* tooltips 1.0.1
* initial fix
* .
* .
* test
* Add data update script to re-save published articles
* Approve verified diffs
* Fix Rubocop violation
Co-authored-by: rhymes <rhymes@hey.com>
2021-01-13 15:17:10 +01:00
dependabot[bot]
34c8b7a55e
Bump strong_migrations from 0.7.4 to 0.7.5 ( #12258 )
...
Bumps [strong_migrations](https://github.com/ankane/strong_migrations ) from 0.7.4 to 0.7.5.
- [Release notes](https://github.com/ankane/strong_migrations/releases )
- [Changelog](https://github.com/ankane/strong_migrations/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ankane/strong_migrations/compare/v0.7.4...v0.7.5 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-13 07:49:32 -06:00
dependabot[bot]
19150adcbd
Bump katex from 0.6.0 to 0.6.1 ( #12257 )
...
Bumps [katex](https://github.com/glebm/katex-ruby ) from 0.6.0 to 0.6.1.
- [Release notes](https://github.com/glebm/katex-ruby/releases )
- [Changelog](https://github.com/glebm/katex-ruby/blob/master/CHANGES.md )
- [Commits](https://github.com/glebm/katex-ruby/compare/v0.6.0...v0.6.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-13 07:48:29 -06:00
Spencer
27648a938b
API: Endpoint to get an organization's articles ( #12237 )
...
* update route
* add controller action
* add article jbuilder/update shared files
* add tests
* update api docs
* add published to query
* render articles index/delete articles jbuilder
* call articles index attributes const
* put back article/flare partials
* bug fix for readinglist index
* bug fix for render partial in jbuilder
2021-01-13 13:09:58 +01:00
dependabot[bot]
4329ea94a0
Bump oj from 3.10.18 to 3.11.0 ( #12256 )
...
Bumps [oj](https://github.com/ohler55/oj ) from 3.10.18 to 3.11.0.
- [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.10.18...v3.11.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-13 12:56:21 +01:00
dependabot[bot]
7b5d7c3eb4
Bump @testing-library/jest-dom from 5.11.8 to 5.11.9 ( #12259 )
2021-01-13 06:01:46 -05:00
Michael Kohl
576d60d6bf
Standardize bot meta tags ( #12197 )
2021-01-13 11:16:33 +07:00
Katie Davis
a9acb505ed
Add Katie core team members 🎉 ( #12243 )
2021-01-12 17:12:53 -05:00
Michael Kohl
b5a9eeb95e
Remove contact_consent from users ( #12196 )
2021-01-12 16:18:47 -05:00
dependabot[bot]
4f40427780
Bump @testing-library/dom from 7.29.2 to 7.29.4 ( #12240 )
...
Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library ) from 7.29.2 to 7.29.4.
- [Release notes](https://github.com/testing-library/dom-testing-library/releases )
- [Changelog](https://github.com/testing-library/dom-testing-library/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/dom-testing-library/compare/v7.29.2...v7.29.4 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-12 15:11:19 -05:00
dependabot[bot]
f19f93b6b7
Bump @storybook/addon-knobs from 6.1.12 to 6.1.14 ( #12231 )
...
Bumps [@storybook/addon-knobs](https://github.com/storybookjs/storybook/tree/HEAD/addons/knobs ) from 6.1.12 to 6.1.14.
- [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.14/addons/knobs )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-12 13:49:22 -06:00
dependabot[bot]
df8c807f28
Bump @storybook/preact from 6.1.12 to 6.1.14 ( #12230 )
...
Bumps [@storybook/preact](https://github.com/storybookjs/storybook/tree/HEAD/app/preact ) from 6.1.12 to 6.1.14.
- [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.14/app/preact )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-12 13:33:51 -06:00
dependabot[bot]
f1352d4f73
Bump @storybook/addon-links from 6.1.11 to 6.1.14 ( #12234 )
...
Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/addons/links ) from 6.1.11 to 6.1.14.
- [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.14/addons/links )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-12 13:18:56 -06:00
dependabot[bot]
e7de71cc09
Bump ibm-openapi-validator from 0.33.1 to 0.33.2 ( #12233 )
...
Bumps [ibm-openapi-validator](https://github.com/IBM/openapi-validator ) from 0.33.1 to 0.33.2.
- [Release notes](https://github.com/IBM/openapi-validator/releases )
- [Changelog](https://github.com/IBM/openapi-validator/blob/master/CHANGELOG.md )
- [Commits](https://github.com/IBM/openapi-validator/compare/v0.33.1...v0.33.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-12 13:17:04 -06:00
Mac Siri
9f0bd84e6c
[Travis] Create after_deploy Honeycomb script ( #12236 )
2021-01-12 13:51:05 -05:00
dependabot[bot]
5fed93c9d8
Bump @storybook/addon-actions from 6.1.11 to 6.1.14 ( #12239 )
...
Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/addons/actions ) from 6.1.11 to 6.1.14.
- [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.14/addons/actions )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: rhymes <rhymes@hey.com>
2021-01-12 12:00:20 -06:00
leewynne
09fa4551b1
Only show user count for large userbases ( #12238 )
2021-01-12 11:58:03 -06:00
dependabot[bot]
c3772a00ce
Bump @storybook/addon-a11y from 6.1.11 to 6.1.14 ( #12225 )
...
Bumps [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/addons/a11y ) from 6.1.11 to 6.1.14.
- [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.14/addons/a11y )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-12 11:13:10 -06:00
Alex
b168e1529f
Move HexComparer to Hex::Comparer service ( #12202 )
...
* Move HexComparere to Hex::Comparer service
* Create USER_COLORS constant and constant specs
* Move formats to constants
* Rename Hex::Comparer to Color::CompareHex
2021-01-12 11:34:30 -05:00
dependabot[bot]
546aa68387
Bump flipper-ui from 0.20.1 to 0.20.3 ( #12221 )
...
Bumps [flipper-ui](https://github.com/jnunemaker/flipper ) from 0.20.1 to 0.20.3.
- [Release notes](https://github.com/jnunemaker/flipper/releases )
- [Changelog](https://github.com/jnunemaker/flipper/blob/master/Changelog.md )
- [Commits](https://github.com/jnunemaker/flipper/compare/v0.20.1...v0.20.3 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-12 16:44:53 +01:00
Alex
dfeccf6c11
Move MailchimpBot to Mailchimp::Bot service ( #12205 )
...
* Move MailchimpBot to Mailchimp::Bot service
* Update specs
* Put back old Mailchimp Bot
2021-01-12 10:28:48 -05:00
dependabot[bot]
19c9ce96aa
Bump @storybook/addon-storysource from 6.1.11 to 6.1.14 ( #12228 )
...
Bumps [@storybook/addon-storysource](https://github.com/storybookjs/storybook/tree/HEAD/addons/storysource ) from 6.1.11 to 6.1.14.
- [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.14/addons/storysource )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ben Halpern <bendhalpern@gmail.com>
2021-01-12 08:56:02 -06:00
dependabot[bot]
da328de722
Bump flipper-active_record from 0.20.1 to 0.20.3 ( #12222 )
...
Bumps [flipper-active_record](https://github.com/jnunemaker/flipper ) from 0.20.1 to 0.20.3.
- [Release notes](https://github.com/jnunemaker/flipper/releases )
- [Changelog](https://github.com/jnunemaker/flipper/blob/master/Changelog.md )
- [Commits](https://github.com/jnunemaker/flipper/compare/v0.20.1...v0.20.3 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-12 08:46:44 -06:00
dependabot[bot]
a7a13161d0
Bump sass-loader from 10.1.0 to 10.1.1 ( #12218 )
...
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader ) from 10.1.0 to 10.1.1.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases )
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v10.1.0...v10.1.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-12 08:45:44 -06:00
dependabot[bot]
a979b4f3fc
Bump @storybook/addon-docs from 6.1.11 to 6.1.14 ( #12226 )
...
Bumps [@storybook/addon-docs](https://github.com/storybookjs/storybook/tree/HEAD/addons/docs ) from 6.1.11 to 6.1.14.
- [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.14/addons/docs )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-12 09:22:34 -05:00
dependabot[bot]
41e19cbb6f
Bump rubocop from 1.8.0 to 1.8.1 ( #12223 )
...
Bumps [rubocop](https://github.com/rubocop-hq/rubocop ) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases )
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v1.8.0...v1.8.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-12 09:16:32 -05:00
dependabot[bot]
7505b031d7
Bump @storybook/addons from 6.1.12 to 6.1.14 ( #12227 )
...
Bumps [@storybook/addons](https://github.com/storybookjs/storybook/tree/HEAD/lib/addons ) from 6.1.12 to 6.1.14.
- [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.14/lib/addons )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-12 09:16:00 -05:00
dependabot[bot]
cca41a27ec
Bump sass from 1.32.2 to 1.32.4 ( #12220 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.32.2 to 1.32.4.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.32.2...1.32.4 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-12 07:50:48 -06:00
dependabot[bot]
70b4e1dacb
Bump @storybook/addon-knobs from 6.1.11 to 6.1.12 ( #12219 )
...
Bumps [@storybook/addon-knobs](https://github.com/storybookjs/storybook/tree/HEAD/addons/knobs ) from 6.1.11 to 6.1.12.
- [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.12/addons/knobs )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-12 07:40:17 -06:00
dependabot[bot]
67c4832632
Bump @storybook/preact from 6.1.11 to 6.1.12 ( #12216 )
...
Bumps [@storybook/preact](https://github.com/storybookjs/storybook/tree/HEAD/app/preact ) from 6.1.11 to 6.1.12.
- [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.12/app/preact )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-12 07:37:56 -06:00
dependabot[bot]
ada88b2246
Bump shoulda-matchers from 4.4.1 to 4.5.0 ( #12215 )
...
Bumps [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers ) from 4.4.1 to 4.5.0.
- [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.4.1...v4.5.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-12 07:33:59 -06:00
yogeshwaran
cf0a85b3a4
Bug fix #11402 - Very wide code blocks overflow in comment preview ( #12166 )
...
* Fix #11402 - Comments with code not scroll issue
* Fix #11402 - Comments with code not scroll issue
* Fix #11402 - Comments with code not scroll issue
* #12166 - PR Review changes
* Fix #11402 - Comments with code not scroll issue
* #12166 - PR Review changes
2021-01-12 10:45:25 +01:00
ashwin
0fe4164397
Add scroll back to the top to README ( #12208 )
...
* Add scroll back to top feature
* Add scroll back to top feature
2021-01-12 10:43:58 +01:00