Conversation
…to v0.24.5 (mastodon#30797) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: GitHub Actions <noreply@github.com>
…media attachments (mastodon#30819)
…her than crashing if the address is unreachable (mastodon#30691)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
✨
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
sequenceDiagram participant User participant System participant WebSocketServer User->>System: Initiate PR Review System->>WebSocketServer: Start WebSocket connection WebSocketServer-->>System: Connection established System->>User: Review suggestions and changes User->>System: Approve changes System->>WebSocketServer: Notify about the review completion WebSocketServer-->>User: Send review resultsKey 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.