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 b7902225d698a107df2cf8b4ca221caad38fa464 #2701

Merged

Conversation

ClearlyClaire
Copy link

@ClearlyClaire ClearlyClaire commented May 4, 2024

Merge upstream changes up to 3f68875

Conflicts

  • app/javascript/entrypoints/common.js:
    Upstream moved everything from app/javascript/packs to app/javascript/entrypoints while this file was a glitch-soc addition.
    Moved it like the rest.
  • tsconfig.json:
    Conflict due to glitch-soc's flavor.
    Updated like upstream.

Also moved and updated the following files accordingly:

  • app/javascript/flavours/vanilla/theme.yml
  • app/javascript/flavours/glitch/theme.yml
  • everything in app/javascript/flavours/glitch/packs

Merge upstream changes up to 85fdbd0

Ported changes

Merge upstream changes up to 7201f99

Ported changes

Merge upstream changes up to f0c9cba

Ported changes

Merge upstream changes up to d97d31c

Conflicts

  • app/models/account.rb:
    Upstream refactored this file a bit, moving validation limits to constants.
    We already had a similar change, although with different constant names.
    Updated to match upstream's code.

The following files were also modified accordingly:

  • app/views/settings/profiles/show.html.haml
  • spec/requests/api/v1/accounts/credentials_spec.rb

Ported changes

Merge upstream changes up to b790222

Conflicts

  • spec/validators/status_length_validator_spec.rb:
    Upstream refactored tests to stub StatusLengthValidator::MAX_CHARS while glitch-soc had custom code to read from MAX_TOOT_CHARS.
    Switched to using upstream's implementation of the tests.

Ported changes

mjankowski and others added 30 commits April 23, 2024 16:43
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Co-authored-by: GitHub Actions <noreply@github.com>
Co-authored-by: GitHub Actions <noreply@github.com>
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: 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>
…0111)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
ClearlyClaire and others added 26 commits May 2, 2024 20:56
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>
…#30113)

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

Conflicts:
- `app/javascript/entrypoints/common.js`:
  Upstream moved everything from `app/javascript/packs` to
  `app/javascript/entrypoints` while this file was a glitch-soc
  addition. Moved it like the rest.
- `tsconfig.json`:
  Conflict due to glitch-soc's flavor.
  Updated like upstream.

Also moved and updated the following files accordingly:
- `app/javascript/flavours/vanilla/theme.yml`
- `app/javascript/flavours/glitch/theme.yml`
- everything in `app/javascript/flavours/glitch/packs`
… web UI

Port 7401283 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Port 0ec061a to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Port 4ef0b48 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Port de4a7bf to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
…ole file

Port 65093c6 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Port 4f4b779 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Port 3690906 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Port 4527e01 to glitch-soc

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

Conflicts:
- `app/models/account.rb`:
  Upstream refactored this file a bit, moving validation limits to constants.
  We already had a similar change, although with different constant names.
  Updated to match upstream's code.

The following files were also modified accordingly:
- `app/views/settings/profiles/show.html.haml`
- `spec/requests/api/v1/accounts/credentials_spec.rb`
…l components

Port b9b4db4 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
…nterface search

Port 7d3fe2b to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Port 26e10aa to glitch-soc

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

Conflicts:
- `spec/validators/status_length_validator_spec.rb`:
  Upstream refactored tests to stub `StatusLengthValidator::MAX_CHARS`
  while glitch-soc had custom code to read from `MAX_TOOT_CHARS`.
  Switched to using upstream's implementation of the tests.
Port 616e2f2 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Port 9e26001 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
@ClearlyClaire ClearlyClaire changed the title [WiP] Merge upstream changes Merge upstream changes up to b7902225d698a107df2cf8b4ca221caad38fa464 May 4, 2024
@ClearlyClaire ClearlyClaire marked this pull request as ready for review May 4, 2024 15:25
@ClearlyClaire ClearlyClaire merged commit e9cca1c into glitch-soc:main May 5, 2024
37 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