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 e68b26c8df2056182564abcee230927ed53200c8 #2902

Merged
merged 38 commits into from
Nov 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
a1ac2a7
Remove remnants of embed views (#32419)
mjankowski Nov 16, 2024
1c6f53e
Use `with_options` blocks in `Associations` concern (#32840)
mjankowski Nov 18, 2024
bcf5d30
Add OpenTelemetry VCS attributes (#32904)
renchap Nov 18, 2024
60801ab
Add missing autofocus on boost modal (#32953)
tribela Nov 18, 2024
5b68f4b
Update libretranslate/libretranslate Docker tag to v1.6.2 (#32951)
renovate[bot] Nov 18, 2024
49a12a2
Update dependency @formatjs/cli to v6.3.11 (#32950)
renovate[bot] Nov 18, 2024
02985aa
New Crowdin Translations (automated) (#32927)
github-actions[bot] Nov 18, 2024
be413d6
`Form::Import` spec reduce factories (#32924)
mjankowski Nov 18, 2024
16addf4
Reduce long lines in `relationships/show` view (#32922)
mjankowski Nov 18, 2024
c511cbc
Extract constants for controller `LIMIT` queries (#32921)
mjankowski Nov 18, 2024
d8e907f
Update dependency aws-sdk-s3 to v1.171.0 (#32901)
renovate[bot] Nov 18, 2024
03ee08c
Use `nil` instead of `false` for datetime value in spec (#32926)
mjankowski Nov 18, 2024
9a46329
Streaming: add development logging of database queries (#32945)
ThisIsMissEm Nov 18, 2024
911d7db
Fix `min_id` and `max_id` causing error in search API (#32857)
Gargron Nov 18, 2024
c0c34d3
Move self destruct check to `config_for` and add constant for verifie…
mjankowski Nov 18, 2024
3e44dca
Change dependency from annotate to annotaterb (#30232)
drwl Nov 18, 2024
477412d
Use hash arguments to `select` when possible (Rails 7.2) (#32917)
mjankowski Nov 18, 2024
da826fe
Use hash arguments to `order` when possible (Rails 7.2) (#32915)
mjankowski Nov 18, 2024
30a7986
Add coverage for fixing the thing with the dates in the search area (…
mjankowski Nov 18, 2024
295ad6f
Prep work for coverage addition to `ActivityPub::DeliveryWorker` spec…
mjankowski Nov 18, 2024
4259828
Use group/count approach in annual report classes (#32914)
mjankowski Nov 19, 2024
06fcee0
DB Replica database_tasks as ENV (#32908)
shleeable Nov 19, 2024
e856838
Fix notification polling showing a loading bar in web UI (#32960)
Gargron Nov 19, 2024
436a5d2
Update dependency aws-sdk-s3 to v1.172.0 (#32964)
renovate[bot] Nov 19, 2024
9fc2fc2
New Crowdin Translations (automated) (#32969)
github-actions[bot] Nov 19, 2024
87e7ad9
Add `LoginActivity` model spec and `BrowserDetection` concern shared …
mjankowski Nov 19, 2024
f2976ec
Extract `Notification::Groups` concern (#32968)
mjankowski Nov 19, 2024
2b5faa2
Change lists to reflect added and removed users retroactively (#32930)
Gargron Nov 19, 2024
37f00fb
Use hash arguments to `group` when possible (#32916)
mjankowski Nov 19, 2024
30e9c71
Fix error when viewing statuses to deleted replies in moderation view…
ClearlyClaire Nov 19, 2024
41b033e
Update dependency opentelemetry-instrumentation-rails to '~> 0.33.0' …
renovate[bot] Nov 20, 2024
b66fbae
Add `AccountWarning` case to `Report#history` spec (#32984)
mjankowski Nov 20, 2024
4252b13
New Crowdin Translations (automated) (#32990)
github-actions[bot] Nov 20, 2024
174c687
Update dependency json-schema to v5.1.0 (#32992)
renovate[bot] Nov 20, 2024
e68b26c
Fix posts made in the future being allowed to trend (#32996)
ClearlyClaire Nov 20, 2024
6374937
Merge commit 'e68b26c8df2056182564abcee230927ed53200c8' into glitch-s…
ClearlyClaire Nov 24, 2024
06c462e
[Glitch] Add missing autofocus on boost modal
tribela Nov 18, 2024
bcd2920
[Glitch] Fix notification polling showing a loading bar in web UI
Gargron Nov 19, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 59 additions & 0 deletions .annotaterb.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
---
:position: before
:position_in_additional_file_patterns: before
:position_in_class: before
:position_in_factory: before
:position_in_fixture: before
:position_in_routes: before
:position_in_serializer: before
:position_in_test: before
:classified_sort: true
:exclude_controllers: true
:exclude_factories: true
:exclude_fixtures: true
:exclude_helpers: true
:exclude_scaffolds: true
:exclude_serializers: true
:exclude_sti_subclasses: true
:exclude_tests: true
:force: false
:format_markdown: false
:format_rdoc: false
:format_yard: false
:frozen: false
:ignore_model_sub_dir: false
:ignore_unknown_models: false
:include_version: false
:show_complete_foreign_keys: false
:show_foreign_keys: false
:show_indexes: false
:simple_indexes: false
:sort: false
:timestamp: false
:trace: false
:with_comment: true
:with_column_comments: true
:with_table_comments: true
:active_admin: false
:command:
:debug: false
:hide_default_column_types: ''
:hide_limit_column_types: 'integer,boolean'
:ignore_columns:
:ignore_routes:
:models: true
:routes: false
:skip_on_db_migrate: false
:target_action: :do_annotations
:wrapper:
:wrapper_close:
:wrapper_open:
:classes_default_to_s: []
:additional_file_patterns: []
:model_dir:
- app/models
:require: []
:root_dir:
- ''

:show_check_constraints: false
2 changes: 1 addition & 1 deletion .devcontainer/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ services:
hard: -1

libretranslate:
image: libretranslate/libretranslate:v1.6.1
image: libretranslate/libretranslate:v1.6.2
restart: unless-stopped
volumes:
- lt-data:/home/libretranslate/.local
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
build-args: |
MASTODON_VERSION_PRERELEASE=${{ inputs.version_prerelease }}
MASTODON_VERSION_METADATA=${{ inputs.version_metadata }}
SOURCE_COMMIT=${{ github.sha }}
platforms: ${{ inputs.platforms }}
provenance: false
builder: ${{ steps.buildx.outputs.name || steps.buildx-native.outputs.name }}
Expand Down
Loading
Loading