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

Merge upstream changes up to 0b4a3a04378ce43f2f314b9446b5053f6b374c6d #2532

Merged
merged 99 commits into from
Dec 21, 2023

Conversation

ClearlyClaire
Copy link

@ClearlyClaire ClearlyClaire commented Dec 20, 2023

⚠️ This splits the docker images

Merge upstream changes up to 85662a5

Conflicts

  • config/initializers/content_security_policy.rb:
    Upstream reworked the CSP, we kept our version for now.
  • spec/requests/content_security_policy_spec.rb:
    Upstream reworked the CSP, we kept our version for now.

Ported changes

Postponed changes

Merge upstream changes up to 0530ce5

Ported changes

Merge upstream changes up to 272592d

Conflicts

  • .rubocop_todo.yml:
    Upstream fixed a bunch lint issues, and changed the Max parameter of the Metrics/AbcSize cop.
    Glitch-soc has different code and slightly higher AbcSize complexity, modified the .rubocop_todo.yml file accordingly.
  • app/policies/status_policy.rb:
    Upstream changed account.suspended? to account.unavailable? to prepare for delete flags. Glitch-soc has additional local-only conditions.
    Ported upstream's refactor while keeping glitch-soc's additional condition.
  • app/serializers/initial_state_serializer.rb:
    Upstream refactored a bunch of stuff while glitch-soc has more settings.
    Refactored as upstream did while keeping glitch-soc's settings.

Merge upstream changes up to 0b4a3a0

Conflicts

  • Gemfile.lock:
    Conflict caused by the json gem thing once again.
    Updated as upstream did, but keeping the most recent json version.
  • spec/helpers/application_helper_spec.rb:
    Upstream refactored a bunch of specs, including one place that differs
    because of glitch-soc's theming system.
    Refactored as upstream did, adapting it for glitch-soc's theming system.

Ported changes

Additional changes

vmstan and others added 30 commits November 28, 2023 10:04
… and size reduction, dedicated Streaming image (mastodon#26850)

Co-authored-by: “Michael <“mx@vmstan.com>
Co-authored-by: Emelia Smith <ThisIsMissEm@users.noreply.github.com>
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Co-authored-by: Renaud Chaput <renchap@gmail.com>
Co-authored-by: Renaud Chaput <renchap@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Filippo Giunchedi <filippo@debian.org>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
)

Co-authored-by: Filippo Giunchedi <filippo@debian.org>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github-actions bot and others added 15 commits December 6, 2023 08:52
Co-authored-by: GitHub Actions <noreply@github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: GitHub Actions <noreply@github.com>
…oc/merge-upstream

Conflicts:
- `config/initializers/content_security_policy.rb`:
  Upstream reworked the CSP, we kept our version for now.
- `spec/requests/content_security_policy_spec.rb`:
  Upstream reworked the CSP, we kept our version for now.
Port 7faa27e to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
app/javascript/mastodon/utils/html.ts Dismissed Show dismissed Hide dismissed
@codecov-commenter
Copy link

Codecov Report

Attention: 34 lines in your changes are missing coverage. Please review.

Comparison is base (f425a1e) 82.62% compared to head (b41af99) 82.64%.

Files Patch % Lines
lib/mastodon/cli/federation.rb 29.41% 24 Missing ⚠️
app/models/admin/action_log_filter.rb 50.00% 3 Missing ⚠️
app/controllers/filters_controller.rb 0.00% 2 Missing ⚠️
app/helpers/admin/settings/discovery_helper.rb 71.42% 0 Missing and 2 partials ⚠️
app/controllers/disputes/appeals_controller.rb 0.00% 1 Missing ⚠️
app/controllers/statuses_cleanup_controller.rb 0.00% 1 Missing ⚠️
app/helpers/filters_helper.rb 66.66% 1 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2532      +/-   ##
==========================================
+ Coverage   82.62%   82.64%   +0.01%     
==========================================
  Files        1038     1045       +7     
  Lines       28653    28696      +43     
  Branches     4661     4664       +3     
==========================================
+ Hits        23675    23716      +41     
  Misses       3856     3856              
- Partials     1122     1124       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ClearlyClaire ClearlyClaire marked this pull request as ready for review December 20, 2023 20:50
@ClearlyClaire ClearlyClaire marked this pull request as draft December 20, 2023 20:58
ClearlyClaire and others added 6 commits December 20, 2023 21:59
…creens

Port b20af17 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
…oc/merge-upstream

Conflicts:
- `.rubocop_todo.yml`:
  Upstream fixed a bunch lint issues, and changed the `Max` parameter of the
  `Metrics/AbcSize` cop.
  Glitch-soc has different code and slightly higher `AbcSize` complexity,
  modified the `.rubocop_todo.yml` file accordingly.
- `app/policies/status_policy.rb`:
  Upstream changed `account.suspended?` to `account.unavailable?` to prepare
  for delete flags. Glitch-soc has additional local-only conditions.
  Ported upstream's refactor while keeping glitch-soc's additional condition.
- `app/serializers/initial_state_serializer.rb`:
  Upstream refactored a bunch of stuff while glitch-soc has more settings.
  Refactored as upstream did while keeping glitch-soc's settings.
…oc/merge-upstream

Conflicts:
- `Gemfile.lock`:
  Conflict caused by the `json` gem thing once again.
  Updated as upstream did, but keeping the most recent `json` version.
- `spec/helpers/application_helper_spec.rb`:
  Upstream refactored a bunch of specs, including one place that differs
  because of glitch-soc's theming system.
  Refactored as upstream did, adapting it for glitch-soc's theming system.
Port ee83d5c to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
@ClearlyClaire ClearlyClaire changed the title Merge upstream changes up to 85662a5a57531af5402a6777d0b1089e78c56815 Merge upstream changes up to 0b4a3a04378ce43f2f314b9446b5053f6b374c6d Dec 20, 2023
@ClearlyClaire ClearlyClaire marked this pull request as ready for review December 20, 2023 22:01
@ClearlyClaire ClearlyClaire merged commit d668b85 into glitch-soc:main Dec 21, 2023
38 of 39 checks passed
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

9 participants