-
Notifications
You must be signed in to change notification settings - Fork 0
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
Head2 #4
base: base2
Are you sure you want to change the base?
Conversation
…to v0.24.5 (mastodon#30797) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: GitHub Actions <[email protected]>
…media attachments (mastodon#30819)
…her than crashing if the address is unreachable (mastodon#30691)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issues found.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issues found.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issues found.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issues found.
✨
Description by Cal
PR Description
This PR introduces configuration changes, localization updates, and code modifications, including new features and adjustments to existing functionality.
Diagrams of code changes
Key Issues
None
Files Changed
File: /.callstack.yaml
Added configuration for various modules including bug hunter and performance.File: /.github/renovate.json5
Removed lockFileMaintenance configuration.File: /.github/workflows/reviewer.yml
Added a GitHub Actions workflow for PR review.File: /.rubocop/rails.yml
Disabled Rails/BulkChangeTable to avoid conflicts.File: /Gemfile.lock
Updated version of opentelemetry-instrumentation-faraday.File: /app/javascript/mastodon/locales/fil.json
Added new localization strings in Filipino.File: /app/javascript/mastodon/locales/pt-BR.json
Added new localization strings in Brazilian Portuguese.File: /app/javascript/mastodon/locales/zh-TW.json
Updated localization strings in Traditional Chinese.File: /app/models/status_edit.rb
Added `:language` delegate to the status model.File: /config/initializers/statsd.rb
Added error handling for statsd connection.File: /config/locales/doorkeeper.pt-BR.yml
Added new localization strings for permissions in Brazilian Portuguese.File: /config/locales/pt-BR.yml
Added new localization strings in Brazilian Portuguese.File: /config/locales/ru.yml
Added new localization strings in Russian.File: /spec/controllers/admin/statuses_controller_spec.rb
Updated tests to include media attachments.File: /streaming/Dockerfile
Updated CMD syntax in Dockerfile.File: /streaming/index.js
Updated WebSocket import to use WebSocketServer.