Mac Siri
5579f3360c
Add DD service name for active_support and active_record ( #18060 )
2022-07-11 10:14:42 -04:00
Suzanne Aitchison
75d6e60a95
✂️ Remove reach combobox ✂️ ( #17728 )
...
* WIP: new autocomplete, search executed, dropdown positioned
* WIP: most features working in Editor
* handle textarea blur
* fix bug with id not attached to textarea
* updates to textAreaUtils tests
* aria live, fix border style
* replace comment text area
* fix some height and style issues
* update preact tests
* clean up styles, rename files, use portal for popover
* clean up styles, rename files, use portal for popover
* scroll popover items into view if necessary
* refactor cypress specs
* actually remove the package
* add some more specs
* remove storybook stories for now
* remove relative class causing issues
* small fixes for cypress specs
* make live region assertive to ensure change to combobox is known
* some comments
* add a storybook story
* replace % font size, add explainer to story
2022-07-11 12:50:52 +01:00
Josh Puetz
5daf869e56
v1 documentation via RSwag ( #17990 )
...
Co-authored-by: Fernando Valverde <fernando@fdo.cr>
Co-authored-by: Fernando Valverde <fernando@visualcosita.com>
2022-07-08 14:37:30 -05:00
Fernando Valverde
b8abbda72e
Unpublish post service class + V1 API endpoint ( #18031 )
...
* Unpublish post service + API
* Apply PR feedback
* Use module_function on service class
2022-07-08 09:08:55 -06:00
dependabot[bot]
aef4894168
Bump rubocop-rails from 2.15.1 to 2.15.2 ( #18054 )
...
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails ) from 2.15.1 to 2.15.2.
- [Release notes](https://github.com/rubocop/rubocop-rails/releases )
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.15.1...v2.15.2 )
---
updated-dependencies:
- dependency-name: rubocop-rails
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-07 16:26:59 -06:00
Anna Buianova
80ce8909ec
Fixed most rubocop issues ( #18048 )
...
* Fixed most rubocop issues
* Fixed accidental schema changes
* Fixed Vault specs
2022-07-07 14:36:08 -06:00
dependabot[bot]
37cddb97cd
Bump rubocop from 1.31.1 to 1.31.2 ( #18055 )
...
Bumps [rubocop](https://github.com/rubocop/rubocop ) from 1.31.1 to 1.31.2.
- [Release notes](https://github.com/rubocop/rubocop/releases )
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop/rubocop/compare/v1.31.1...v1.31.2 )
---
updated-dependencies:
- dependency-name: rubocop
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-07 14:19:00 -06:00
yheuhtozr
64dd92d60d
Supplement some new i18n keys ( #18034 )
...
* missing i18n updates
* i18n key typo hotfix
* more on actions panel template
2022-07-07 09:38:29 -06:00
Anna Buianova
ff76cdd3c5
Scheduling articles ( #17939 )
...
* Article query spec for scheduled articles
* Added scheduled article badge on the user dashboard
* Added published_at field to editor options
* Accept and validate published_at from editor
* Refactor published_at validation
* Allow 1-minute difference in published_at
* Notice on an unpublished article page
* Added specs for 'Click to edit' link on scheduled article preview page
* ContextNotification model
* Articles::Publish worker
* Added specs for articles publish worker
* Schedule publish articles worker
* Added tests to check for scheduled posts in feeds
* Don't allow managing scheduled articles
* Don't send notifications for scheduled articles
* Set published_at in Articles::Updater when publishing
* Published_at value in post options
* Pass timezone and set published_at accordingly
* Limit setting published_at to the future
* Readonly published_at for articles that were already published
* Chagning published_at format in editor v1 (start)
* Changed published_at format in frontmatter, specs
* Added specs for updating published_at from frontmatter
* Fixed accepting past published_at for articles published_from_feed
* Enabled published_at validation: don't allow updating published_at for already published articles
* Validate published_at on create
* Added a spec for updating published_at for exported articles
* Fixed specs related to creating articles with past published_at
* Fixed specs related to past published_at for articles
* Added a hack so that admins would be able to update published_at
* Switch button text schedule/publish when changin publishedAt
* Fixed saving published_at with timezone
* Added a feature flag for scheduling articles
* Default text in markdown editor depends on feature flag
* Enable article editor cache again
* Fixed the default value in the markdown editor
* Fix sitemaps spec
* Removed tooltip
* Fixed articles update specs
* Added missing locales
* Fixed article create specs
* Fixed spec
* Removed commented code
* Returned enabling extensions in the schema
* Returned accidentally deleted constraint
* Make articles query spec more stable
Co-authored-by: Jeremy Friesen <jeremy.n.friesen@gmail.com>
* Removed commented code
* Removed unused code
* A clearer policy
Co-authored-by: Jeremy Friesen <jeremy.n.friesen@gmail.com>
* Use StringInquirer for article current state
* Added a note and todo to articles factory past trait
* Remove duplicated PropType
Co-authored-by: Suzanne Aitchison <suzanne@forem.com>
* Refactor query in the Articles::PublishWorker
Co-authored-by: Mac Siri <krairit.siri@gmail.com>
* Refactor articleForm.jsx
Co-authored-by: Mac Siri <krairit.siri@gmail.com>
* Removed specs that are no longer relevant
* Removed useless onKeyUp on a hidden input
* Refactored articleForm
* Hide scheduling from post options when published_at is readonly
* Run sends notifications worker every 5 minutes instead of every minute
Co-authored-by: Jeremy Friesen <jeremy.n.friesen@gmail.com>
Co-authored-by: Suzanne Aitchison <suzanne@forem.com>
Co-authored-by: Mac Siri <krairit.siri@gmail.com>
2022-07-07 17:32:49 +03:00
Joshua Wehner
5e916b74c1
Possibly fixes style injection? ( #18053 )
...
See https://github.com/forem/forem-internal-eng/issues/480
2022-07-07 16:05:33 +02:00
Rajat Talesra
5966960c04
Create Preview Loading screen ( #17914 )
...
* Minor changes
* Basic implementation with some bugs
* Removed files
* Correct tab selection
* Added tests
* Disabled bottom bar buttons on preview loading
* Applied other changes
* Added tests for PageTitle
* Added tests for LoadingPreview
* Added test for Options.jsx
* Removed comments
* Fixed CSS
* Removed unused code
* Fixed test failure
* Added aria-live
* Nit fixe
* Fixed tests
* Applied suggested changes
2022-07-07 19:21:50 +05:30
Mac Siri
390cf0a6a0
Enable Rails 7 framework's default_headers ( #18042 )
2022-07-07 09:01:59 -04:00
dependabot[bot]
dd056f4a47
Bump moment from 2.29.3 to 2.29.4 ( #18052 )
...
Bumps [moment](https://github.com/moment/moment ) from 2.29.3 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases )
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/moment/moment/compare/2.29.3...2.29.4 )
---
updated-dependencies:
- dependency-name: moment
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-07 12:45:21 +01:00
dependabot[bot]
209160bb35
Bump jsdom from 19.0.0 to 20.0.0 ( #18022 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-06 18:00:25 -04:00
dependabot[bot]
8dbac613c2
Bump oj from 3.13.15 to 3.13.16 ( #18050 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-06 17:53:44 -04:00
dependabot[bot]
deb86efb0d
Bump cypress and @knapsack-pro/cypress ( #18025 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Suzanne Aitchison <suzanne@forem.com>
2022-07-06 17:53:13 -04:00
Anna Buianova
6a229f00b7
Fixed removing notifications on admin unpublishing ( #18047 )
2022-07-06 18:35:20 +03:00
dependabot[bot]
98514216e7
Bump rubocop-rspec from 2.11.1 to 2.12.1 ( #18044 )
...
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec ) from 2.11.1 to 2.12.1.
- [Release notes](https://github.com/rubocop/rubocop-rspec/releases )
- [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop/rubocop-rspec/compare/v2.11.1...v2.12.1 )
---
updated-dependencies:
- dependency-name: rubocop-rspec
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-06 10:39:36 -04:00
Rajat Talesra
bc0e5ced6c
Used PreactModal for unpublish-post feature ( #18019 )
...
* Used preact modal
* Minor fix
* UI fix
* Appplied minor suggestions
2022-07-06 16:29:08 +05:30
Andrew Bone
04ebdbab1c
Typo ( #18046 )
...
Yikes, I made a typo
2022-07-06 09:25:34 +01:00
Andrew Bone
4489b9a23f
Truncation long text on profile screen ( #18038 )
...
* Allow truncation
* Allow truncation
* Allow truncation
2022-07-05 12:59:15 -06:00
dependabot[bot]
d673c20b0d
Bump rubocop from 1.30.1 to 1.31.1 ( #18016 )
...
* Bump rubocop from 1.30.1 to 1.31.1
Bumps [rubocop](https://github.com/rubocop/rubocop ) from 1.30.1 to 1.31.1.
- [Release notes](https://github.com/rubocop/rubocop/releases )
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop/rubocop/compare/v1.30.1...v1.31.1 )
---
updated-dependencies:
- dependency-name: rubocop
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update rubocop rules
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Josh Puetz <hi@joshpuetz.com>
2022-07-05 10:55:21 -06:00
Allison McMillan
eec6488c78
update CODEOWNERS ( #18040 )
...
updating codeowners to point to fewer review groups
2022-07-05 11:58:38 -04:00
dependabot[bot]
5be6264b6f
Bump @faker-js/faker from 6.3.1 to 7.3.0 ( #18021 )
...
Bumps [@faker-js/faker](https://github.com/faker-js/faker ) from 6.3.1 to 7.3.0.
- [Release notes](https://github.com/faker-js/faker/releases )
- [Changelog](https://github.com/faker-js/faker/blob/main/CHANGELOG.md )
- [Commits](https://github.com/faker-js/faker/compare/v6.3.1...v7.3.0 )
---
updated-dependencies:
- dependency-name: "@faker-js/faker"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-05 16:49:00 +01:00
dependabot[bot]
b4c4c695db
Bump core-js from 3.23.2 to 3.23.3 ( #18037 )
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.23.2 to 3.23.3.
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/compare/v3.23.2...v3.23.3 )
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-05 09:37:38 -06:00
dependabot[bot]
73a69120b4
Bump octokit from 4.25.0 to 4.25.1 ( #18030 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-05 09:38:17 -05:00
dependabot[bot]
6a3024c871
Bump oj from 3.13.14 to 3.13.15 ( #18036 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-05 09:38:00 -05:00
dependabot[bot]
4d183be4f5
Bump redis from 4.7.0 to 4.7.1 ( #18028 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-01 15:31:38 -04:00
dependabot[bot]
8cb102685c
Bump sidekiq-cron from 1.5.1 to 1.6.0 ( #18029 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-01 15:31:20 -04:00
Mac Siri
294fcba1e0
Add service_name scope to Datadog ( #17996 )
...
* Add service_name scope to datadog
* Fix typo
* Update config/initializers/datadog.rb
2022-07-01 11:32:45 -04:00
Suzanne Aitchison
9bb600168b
filter xss on user name ( #18026 )
2022-07-01 16:03:07 +01:00
dependabot[bot]
1f872a11a2
Bump @testing-library/cypress from 8.0.2 to 8.0.3 ( #18020 )
...
Bumps [@testing-library/cypress](https://github.com/kentcdodds/cypress-testing-library ) from 8.0.2 to 8.0.3.
- [Release notes](https://github.com/kentcdodds/cypress-testing-library/releases )
- [Changelog](https://github.com/testing-library/cypress-testing-library/blob/main/CHANGELOG.md )
- [Commits](https://github.com/kentcdodds/cypress-testing-library/compare/v8.0.2...v8.0.3 )
---
updated-dependencies:
- dependency-name: "@testing-library/cypress"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-01 14:16:18 +01:00
dependabot[bot]
1253cf9b35
Bump @babel/preset-env from 7.18.2 to 7.18.6 ( #18011 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.18.2 to 7.18.6.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.18.6/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-30 14:50:52 -06:00
dependabot[bot]
d74189adc2
Bump babel-jest from 28.1.1 to 28.1.2 ( #18018 )
...
Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest ) from 28.1.1 to 28.1.2.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v28.1.2/packages/babel-jest )
---
updated-dependencies:
- dependency-name: babel-jest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-30 14:47:50 -06:00
dependabot[bot]
4125e239be
Bump focus-trap from 6.9.2 to 6.9.4 ( #18017 )
...
Bumps [focus-trap](https://github.com/focus-trap/focus-trap ) from 6.9.2 to 6.9.4.
- [Release notes](https://github.com/focus-trap/focus-trap/releases )
- [Changelog](https://github.com/focus-trap/focus-trap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/focus-trap/focus-trap/compare/v6.9.2...v6.9.4 )
---
updated-dependencies:
- dependency-name: focus-trap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-30 14:46:36 -06:00
Jeremy Friesen
40e9107b1e
Removing core members 😭 ( #18010 )
...
See https://dev.to/devteam/dev-team-update-261j
2022-06-30 12:54:45 -04:00
Andrew Bone
419a63862d
update aspect ratio to reflect cover image size ( #17734 )
...
* Prevent cover images from scaling down
* Update aspect ratio
2022-06-30 14:59:40 +02:00
Suzanne Aitchison
d806393642
Validate date format and min/max in date range picker component ( #18006 )
...
* add validation behaviour
* add specs
* refactor into a hook
2022-06-30 10:08:06 +01:00
dependabot[bot]
3c00226428
Bump lint-staged from 12.4.1 to 13.0.3 ( #18002 )
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 12.4.1 to 13.0.3.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v12.4.1...v13.0.3 )
---
updated-dependencies:
- dependency-name: lint-staged
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-29 17:52:43 -06:00
dependabot[bot]
c764235732
Bump @babel/plugin-transform-react-jsx from 7.17.12 to 7.18.6 ( #18012 )
...
Bumps [@babel/plugin-transform-react-jsx](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-react-jsx ) from 7.17.12 to 7.18.6.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.18.6/packages/babel-plugin-transform-react-jsx )
---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-react-jsx"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-29 17:28:36 -06:00
Suzanne Aitchison
c13248c101
Remove docs from yarnclean ( #18009 )
2022-06-29 08:49:23 -04:00
dependabot[bot]
50dbac8f91
Bump eslint from 8.17.0 to 8.18.0 ( #17998 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.17.0 to 8.18.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.17.0...v8.18.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-29 07:57:50 -04:00
dependabot[bot]
4e7444d2c4
Bump eslint-plugin-react from 7.30.0 to 7.30.1 ( #18000 )
...
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react ) from 7.30.0 to 7.30.1.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases )
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.30.0...v7.30.1 )
---
updated-dependencies:
- dependency-name: eslint-plugin-react
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-29 07:54:19 -04:00
Dwight Scott
50e2131079
mod panel update unpublish all posts action 17709 ( #17923 )
2022-06-27 16:50:31 -04:00
dependabot[bot]
3a1661690b
Bump rubocop-rails from 2.15.0 to 2.15.1 ( #18001 )
...
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails ) from 2.15.0 to 2.15.1.
- [Release notes](https://github.com/rubocop/rubocop-rails/releases )
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.15.0...v2.15.1 )
---
updated-dependencies:
- dependency-name: rubocop-rails
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-27 13:27:11 -06:00
Arit Amana
750d379807
Allow ModRole & Admin to Suspend & Unsuspend User ( #17946 )
...
* gotta commit at some point
* out of gas
* IT'S WORKING NOW! 💥
* Cypress tests
* fix Travis failures
* incorporate PR review suggestions
* fix one failing Cypress test
* update API call
* add Unsuspend flow; fix Travis failures
* add tests for unsuspend flow
* remove unnecessary atrribute
* add article_policy spec
* fix failing Travis
* nudge Travis
* fix apparent typo o o 🤷
* refactor a bunch of duplication
* nudge Travis
* fix Cypress failure related to authorizing moderator for user_status action
* rename modal partial
* remove unnecessary button-exists check
* address PR review suggestions
* hide suspend user btn after action
* toggle btn based on author suspension status
* add data-testids
* use data-testids
* controller refactor
2022-06-27 12:45:35 -04:00
dependabot[bot]
64d970abd2
Bump cypress from 9.6.1 to 9.7.0 ( #17840 )
...
* Bump cypress from 9.6.1 to 9.7.0
Bumps [cypress](https://github.com/cypress-io/cypress ) from 9.6.1 to 9.7.0.
- [Release notes](https://github.com/cypress-io/cypress/releases )
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js )
- [Commits](https://github.com/cypress-io/cypress/compare/v9.6.1...v9.7.0 )
---
updated-dependencies:
- dependency-name: cypress
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* update failing spec
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Suzanne Aitchison <suzanne@forem.com>
2022-06-27 15:16:07 +01:00
Mac Siri
9dd52c24e1
Enable Rails 7's framework wrap_parameters_by_default & cookies_serializer ( #17984 )
2022-06-27 09:33:37 -04:00
dependabot[bot]
88f0d946da
Bump pg from 1.4.0 to 1.4.1 ( #17988 )
...
Bumps [pg](https://github.com/ged/ruby-pg ) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/ged/ruby-pg/releases )
- [Changelog](https://github.com/ged/ruby-pg/blob/master/History.rdoc )
- [Commits](https://github.com/ged/ruby-pg/compare/v1.4.0...v1.4.1 )
---
updated-dependencies:
- dependency-name: pg
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-24 13:00:51 -06:00
dependabot[bot]
7f5d73e6ed
Bump redis from 4.6.0 to 4.7.0 ( #17989 )
...
Bumps [redis](https://github.com/redis/redis-rb ) from 4.6.0 to 4.7.0.
- [Release notes](https://github.com/redis/redis-rb/releases )
- [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md )
- [Commits](https://github.com/redis/redis-rb/compare/v4.6.0...v4.7.0 )
---
updated-dependencies:
- dependency-name: redis
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-24 12:41:15 -06:00