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 877090518682b6c77ba9bdfa0231afd56daec44d #2921

Merged
merged 196 commits into from
Dec 26, 2024

Conversation

ClearlyClaire
Copy link

@ClearlyClaire ClearlyClaire commented Dec 25, 2024

⚠️ The migration scripts need access to Redis.

Conflicts

  • app/models/concerns/user/has_settings.rb:
    Not a real conflict, upstream added a setting textually close to a glitch-soc one.
    Added upstream's new setting.
  • app/views/settings/preferences/appearance/show.html.haml:
    Not a real conflict, upstream added a setting textually close to a glitch-soc one.
    Added upstream's new setting.
  • config/routes.rb:
    Upstream moved web app routes to config/routes/web_app.rb, while glitch-soc had an extra route.
    Moved the extra route to config/routes/web_app.rb.
  • spec/controllers/settings/preferences/appearance_controller_spec.rb:
    This spec got converted to a system spec upstream.
    However, the theme setting works differently in glitch-soc, so the spec had been changed.
    Changed the corresponding system spec as well.

Ported changes

Skipped changes

  • a837f7d (feature not implemented in glitch-soc flavor)

Gargron and others added 30 commits December 2, 2024 20:07
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: 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: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
mjankowski and others added 25 commits December 20, 2024 13:34
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…oc/merge-upstream

Conflicts:
- `app/models/concerns/user/has_settings.rb`:
  Not a real conflict, upstream added a setting textually close to a glitch-soc one.
  Added upstream's new setting.
- `app/views/settings/preferences/appearance/show.html.haml`:
  Not a real conflict, upstream added a setting textually close to a glitch-soc one.
  Added upstream's new setting.
- `config/routes.rb`:
  Upstream moved web app routes to `config/routes/web_app.rb`, while glitch-soc had
  an extra route.
  Moved the extra route to `config/routes/web_app.rb`.
- `spec/controllers/settings/preferences/appearance_controller_spec.rb`:
  This spec got converted to a system spec upstream.
  However, the theme setting works differently in glitch-soc, so the spec had been
  changed.
  Changed the corresponding system spec as well.
Port 346a27b to glitch-soc

Signed-off-by: Claire <[email protected]>
Port 30aa0df to glitch-soc

Signed-off-by: Claire <[email protected]>
Port da279df to glitch-soc

Signed-off-by: Claire <[email protected]>
Port f19fd0b to glitch-soc

Co-authored-by: Claire <[email protected]>
Signed-off-by: Claire <[email protected]>
@ClearlyClaire ClearlyClaire force-pushed the glitch-soc/merge-upstream branch from 151b1ae to 1bea796 Compare December 25, 2024 20:35
@ClearlyClaire ClearlyClaire force-pushed the glitch-soc/merge-upstream branch from 1bea796 to c40016b Compare December 25, 2024 20:38
@ClearlyClaire ClearlyClaire marked this pull request as ready for review December 25, 2024 21:16
@ClearlyClaire ClearlyClaire merged commit 3fc97b1 into glitch-soc:main Dec 26, 2024
32 of 33 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.