Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable Style/SignalException cop #30064

Merged

Conversation

mjankowski
Copy link
Contributor

Same rationale as #30041

@ClearlyClaire
Copy link
Contributor

So, the purpose of Style/SignalException is for exception handling to use raise rather than fail, which we do. The violations are false positives, fail in these cases being a method of Warden::Strategies::Base.

I'm fine with the rule Style/SignalException enforces, so we could keep it, but we'd need to mark the false positives as such.

@mjankowski mjankowski force-pushed the disable-style-signal-exception branch from 0098a22 to 4f7ff74 Compare April 29, 2024 12:21
@mjankowski
Copy link
Contributor Author

Ah good point ... I did not realize at first glance they were from warden.

Updated to remove from todo and change to inline disable with comments.

@ClearlyClaire ClearlyClaire added this pull request to the merge queue Apr 29, 2024
Merged via the queue into mastodon:main with commit f1a4b4e Apr 29, 2024
28 checks passed
@mjankowski mjankowski deleted the disable-style-signal-exception branch April 29, 2024 12:48
DismalShadowX added a commit to DismalShadowX/Masto-Cherry that referenced this pull request Apr 29, 2024
* Tangerine UI

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update themes.yml

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update localized string name

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update themes.yml

Rolle's BirdUI theme

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Create mastodon-bird-ui-dark.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Create mastodon-bird-ui-light.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Create mastodon-bird-ui-contrast

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Create mastodon-bird-ui-accessible

Support for accessibility

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update en.yml

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Rename mastodon-bird-ui-contrast to mastodon-bird-ui-contrast.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Rename mastodon-bird-ui-accessible to mastodon-bird-ui-accessible.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Add files via upload

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update themes.yml

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update themes.yml

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update en.yml

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-single-column.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-single-column.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-multiple-columns.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-multiple-columns.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-multiple-columns.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-single-column.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-single-column.scss

Compose-form is not taking effects without `!important`

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-multiple-columns.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Change default ruby version to 3.3.1 (mastodon#28013)

* Remove home marker updates (mastodon#22721)

* Convert easy entrypoints files to Typescript (mastodon#30102)

* Update dependency haml_lint to v0.58.0 (mastodon#30094)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency rubocop to v1.63.4 (mastodon#30096)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update devDependencies (non-major) (mastodon#30109)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update eslint (non-major) (mastodon#30110)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update libretranslate/libretranslate Docker tag to v1.5.7 (mastodon#30111)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update peter-evans/create-pull-request action to v6.0.5 (mastodon#30112)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* New Crowdin Translations (automated) (mastodon#30092)

Co-authored-by: GitHub Actions <noreply@github.com>

* Convert `entrypoints/sign_up` to Typescript (mastodon#30106)

* Use `EXPIRATION_DURATIONS` constant in `CustomFilter` class (mastodon#30088)

* Move `Account` limits to constants (mastodon#30087)

* Update dependency aws-sdk-s3 to v1.148.0 (mastodon#30076)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Remove unused `Account.popular` scope (mastodon#30068)

* Use shorter `render` call in `admin/webhooks` view (mastodon#30071)

* Remove usage of deprecated `defaultTypes` on React functional components (mastodon#30099)

* Use shared form partial for `admin/warning_presets` views (mastodon#30069)

* Use shared form partial for `admin/rules` views (mastodon#30067)

* Prevent accidental serialization of `Account` and `User` records (mastodon#30079)

* Use composable query in `Status.without_replies` scope (mastodon#30086)

* Add loading indicator and empty result message to advanced interface search (mastodon#30085)

* Disable `Style/SignalException` cop (mastodon#30064)

* Remove unused memoization in `CustomFilter#expires_in` method (mastodon#30117)

* Update dependency ws to v8.17.0 (mastodon#30097)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Added peach theme by nileane

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Delete app/javascript/styles/mastodon-bird-ui/layout-multiple-columns.css

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Delete app/javascript/styles/mastodon-bird-ui/layout-single-column.css

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-single-column.scss

Restored attribution to the original author and indicating the version of my modified work.

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-multiple-columns.scss

Restore attribution to the original author and indicating the version of my modified work.

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-single-column.scss

Fixed incorrect branch tag from ronilaukkarinen

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update themes.yml

Added support for peach theme

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update en.yml

Added support for peach theme

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Added support for peach theme

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

---------

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>
Co-authored-by: Matt Jankowski <matt@jankowski.online>
Co-authored-by: David Beck <davbeck@users.noreply.github.com>
Co-authored-by: Renaud Chaput <renchap@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: GitHub Actions <noreply@github.com>
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
DismalShadowX added a commit to DismalShadowX/Masto-Cherry that referenced this pull request Apr 29, 2024
* Tangerine UI

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update themes.yml

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update localized string name

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update themes.yml

Rolle's BirdUI theme

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Create mastodon-bird-ui-dark.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Create mastodon-bird-ui-light.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Create mastodon-bird-ui-contrast

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Create mastodon-bird-ui-accessible

Support for accessibility

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update en.yml

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Rename mastodon-bird-ui-contrast to mastodon-bird-ui-contrast.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Rename mastodon-bird-ui-accessible to mastodon-bird-ui-accessible.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Add files via upload

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update themes.yml

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update themes.yml

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update en.yml

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-single-column.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-single-column.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-multiple-columns.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-multiple-columns.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-multiple-columns.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-single-column.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-single-column.scss

Compose-form is not taking effects without `!important`

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-multiple-columns.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Change default ruby version to 3.3.1 (mastodon#28013)

* Remove home marker updates (mastodon#22721)

* Convert easy entrypoints files to Typescript (mastodon#30102)

* Update dependency haml_lint to v0.58.0 (mastodon#30094)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency rubocop to v1.63.4 (mastodon#30096)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update devDependencies (non-major) (mastodon#30109)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update eslint (non-major) (mastodon#30110)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update libretranslate/libretranslate Docker tag to v1.5.7 (mastodon#30111)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update peter-evans/create-pull-request action to v6.0.5 (mastodon#30112)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* New Crowdin Translations (automated) (mastodon#30092)

Co-authored-by: GitHub Actions <noreply@github.com>

* Convert `entrypoints/sign_up` to Typescript (mastodon#30106)

* Use `EXPIRATION_DURATIONS` constant in `CustomFilter` class (mastodon#30088)

* Move `Account` limits to constants (mastodon#30087)

* Update dependency aws-sdk-s3 to v1.148.0 (mastodon#30076)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Remove unused `Account.popular` scope (mastodon#30068)

* Use shorter `render` call in `admin/webhooks` view (mastodon#30071)

* Remove usage of deprecated `defaultTypes` on React functional components (mastodon#30099)

* Use shared form partial for `admin/warning_presets` views (mastodon#30069)

* Use shared form partial for `admin/rules` views (mastodon#30067)

* Prevent accidental serialization of `Account` and `User` records (mastodon#30079)

* Use composable query in `Status.without_replies` scope (mastodon#30086)

* Add loading indicator and empty result message to advanced interface search (mastodon#30085)

* Disable `Style/SignalException` cop (mastodon#30064)

* Remove unused memoization in `CustomFilter#expires_in` method (mastodon#30117)

* Update dependency ws to v8.17.0 (mastodon#30097)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Added peach theme by nileane

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Delete app/javascript/styles/mastodon-bird-ui/layout-multiple-columns.css

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Delete app/javascript/styles/mastodon-bird-ui/layout-single-column.css

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-single-column.scss

Restored attribution to the original author and indicating the version of my modified work.

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-multiple-columns.scss

Restore attribution to the original author and indicating the version of my modified work.

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-single-column.scss

Fixed incorrect branch tag from ronilaukkarinen

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update themes.yml

Added support for peach theme

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update en.yml

Added support for peach theme

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Added support for peach theme

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* docker-compose.yml  `version` is obsolete (mastodon#30120)

* Delete app/javascript/styles/mastodon-bird-ui/layout-multiple-columns.css

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Delete app/javascript/styles/mastodon-bird-ui/layout-single-column.css

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-single-column.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-multiple-columns.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-single-column.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

---------

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>
Co-authored-by: Matt Jankowski <matt@jankowski.online>
Co-authored-by: David Beck <davbeck@users.noreply.github.com>
Co-authored-by: Renaud Chaput <renchap@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: GitHub Actions <noreply@github.com>
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Co-authored-by: Shlee <github@shl.ee>
DismalShadowX added a commit to DismalShadowX/Masto-Cherry that referenced this pull request Apr 29, 2024
* Tangerine UI

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update themes.yml

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update localized string name

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update themes.yml

Rolle's BirdUI theme

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Create mastodon-bird-ui-dark.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Create mastodon-bird-ui-light.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Create mastodon-bird-ui-contrast

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Create mastodon-bird-ui-accessible

Support for accessibility

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update en.yml

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Rename mastodon-bird-ui-contrast to mastodon-bird-ui-contrast.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Rename mastodon-bird-ui-accessible to mastodon-bird-ui-accessible.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Add files via upload

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update themes.yml

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update themes.yml

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update en.yml

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-single-column.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-single-column.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-multiple-columns.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-multiple-columns.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-multiple-columns.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-single-column.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-single-column.scss

Compose-form is not taking effects without `!important`

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-multiple-columns.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Change default ruby version to 3.3.1 (mastodon#28013)

* Remove home marker updates (mastodon#22721)

* Convert easy entrypoints files to Typescript (mastodon#30102)

* Update dependency haml_lint to v0.58.0 (mastodon#30094)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency rubocop to v1.63.4 (mastodon#30096)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update devDependencies (non-major) (mastodon#30109)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update eslint (non-major) (mastodon#30110)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update libretranslate/libretranslate Docker tag to v1.5.7 (mastodon#30111)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update peter-evans/create-pull-request action to v6.0.5 (mastodon#30112)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* New Crowdin Translations (automated) (mastodon#30092)

Co-authored-by: GitHub Actions <noreply@github.com>

* Convert `entrypoints/sign_up` to Typescript (mastodon#30106)

* Use `EXPIRATION_DURATIONS` constant in `CustomFilter` class (mastodon#30088)

* Move `Account` limits to constants (mastodon#30087)

* Update dependency aws-sdk-s3 to v1.148.0 (mastodon#30076)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Remove unused `Account.popular` scope (mastodon#30068)

* Use shorter `render` call in `admin/webhooks` view (mastodon#30071)

* Remove usage of deprecated `defaultTypes` on React functional components (mastodon#30099)

* Use shared form partial for `admin/warning_presets` views (mastodon#30069)

* Use shared form partial for `admin/rules` views (mastodon#30067)

* Prevent accidental serialization of `Account` and `User` records (mastodon#30079)

* Use composable query in `Status.without_replies` scope (mastodon#30086)

* Add loading indicator and empty result message to advanced interface search (mastodon#30085)

* Disable `Style/SignalException` cop (mastodon#30064)

* Remove unused memoization in `CustomFilter#expires_in` method (mastodon#30117)

* Update dependency ws to v8.17.0 (mastodon#30097)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Added peach theme by nileane

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Delete app/javascript/styles/mastodon-bird-ui/layout-multiple-columns.css

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Delete app/javascript/styles/mastodon-bird-ui/layout-single-column.css

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-single-column.scss

Restored attribution to the original author and indicating the version of my modified work.

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-multiple-columns.scss

Restore attribution to the original author and indicating the version of my modified work.

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-single-column.scss

Fixed incorrect branch tag from ronilaukkarinen

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update themes.yml

Added support for peach theme

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update en.yml

Added support for peach theme

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Added support for peach theme

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* docker-compose.yml  `version` is obsolete (mastodon#30120)

* Delete app/javascript/styles/mastodon-bird-ui/layout-multiple-columns.css

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Delete app/javascript/styles/mastodon-bird-ui/layout-single-column.css

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-single-column.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-multiple-columns.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-single-column.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-single-column.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

---------

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>
Co-authored-by: Matt Jankowski <matt@jankowski.online>
Co-authored-by: David Beck <davbeck@users.noreply.github.com>
Co-authored-by: Renaud Chaput <renchap@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: GitHub Actions <noreply@github.com>
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Co-authored-by: Shlee <github@shl.ee>
DismalShadowX added a commit to DismalShadowX/Masto-Cherry that referenced this pull request Apr 29, 2024
* Tangerine UI

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update themes.yml

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update localized string name

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update themes.yml

Rolle's BirdUI theme

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Create mastodon-bird-ui-dark.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Create mastodon-bird-ui-light.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Create mastodon-bird-ui-contrast

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Create mastodon-bird-ui-accessible

Support for accessibility

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update en.yml

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Rename mastodon-bird-ui-contrast to mastodon-bird-ui-contrast.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Rename mastodon-bird-ui-accessible to mastodon-bird-ui-accessible.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Add files via upload

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update themes.yml

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update themes.yml

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update en.yml

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-single-column.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-single-column.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-multiple-columns.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-multiple-columns.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-multiple-columns.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-single-column.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-single-column.scss

Compose-form is not taking effects without `!important`

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-multiple-columns.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Change default ruby version to 3.3.1 (mastodon#28013)

* Remove home marker updates (mastodon#22721)

* Convert easy entrypoints files to Typescript (mastodon#30102)

* Update dependency haml_lint to v0.58.0 (mastodon#30094)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency rubocop to v1.63.4 (mastodon#30096)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update devDependencies (non-major) (mastodon#30109)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update eslint (non-major) (mastodon#30110)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update libretranslate/libretranslate Docker tag to v1.5.7 (mastodon#30111)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update peter-evans/create-pull-request action to v6.0.5 (mastodon#30112)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* New Crowdin Translations (automated) (mastodon#30092)

Co-authored-by: GitHub Actions <noreply@github.com>

* Convert `entrypoints/sign_up` to Typescript (mastodon#30106)

* Use `EXPIRATION_DURATIONS` constant in `CustomFilter` class (mastodon#30088)

* Move `Account` limits to constants (mastodon#30087)

* Update dependency aws-sdk-s3 to v1.148.0 (mastodon#30076)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Remove unused `Account.popular` scope (mastodon#30068)

* Use shorter `render` call in `admin/webhooks` view (mastodon#30071)

* Remove usage of deprecated `defaultTypes` on React functional components (mastodon#30099)

* Use shared form partial for `admin/warning_presets` views (mastodon#30069)

* Use shared form partial for `admin/rules` views (mastodon#30067)

* Prevent accidental serialization of `Account` and `User` records (mastodon#30079)

* Use composable query in `Status.without_replies` scope (mastodon#30086)

* Add loading indicator and empty result message to advanced interface search (mastodon#30085)

* Disable `Style/SignalException` cop (mastodon#30064)

* Remove unused memoization in `CustomFilter#expires_in` method (mastodon#30117)

* Update dependency ws to v8.17.0 (mastodon#30097)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Added peach theme by nileane

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Delete app/javascript/styles/mastodon-bird-ui/layout-multiple-columns.css

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Delete app/javascript/styles/mastodon-bird-ui/layout-single-column.css

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-single-column.scss

Restored attribution to the original author and indicating the version of my modified work.

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-multiple-columns.scss

Restore attribution to the original author and indicating the version of my modified work.

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-single-column.scss

Fixed incorrect branch tag from ronilaukkarinen

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update themes.yml

Added support for peach theme

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update en.yml

Added support for peach theme

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Added support for peach theme

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* docker-compose.yml  `version` is obsolete (mastodon#30120)

* Delete app/javascript/styles/mastodon-bird-ui/layout-multiple-columns.css

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Delete app/javascript/styles/mastodon-bird-ui/layout-single-column.css

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-single-column.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-multiple-columns.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-single-column.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update layout-single-column.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update tangerineui-cherry.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update tangerineui-purple.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

* Update tangerineui.scss

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>

---------

Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com>
Co-authored-by: Matt Jankowski <matt@jankowski.online>
Co-authored-by: David Beck <davbeck@users.noreply.github.com>
Co-authored-by: Renaud Chaput <renchap@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: GitHub Actions <noreply@github.com>
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Co-authored-by: Shlee <github@shl.ee>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants