-
Notifications
You must be signed in to change notification settings - Fork 434
Deploy April 8, 2025 #5415
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
Merged
Merged
Deploy April 8, 2025 #5415
Conversation
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
Here is the new command: ``` git log upstream/production..upstream/main --grep '^Pontoon' --format="%(trailers:key=Co-authored-by,valueonly)" | awk NF | sed -E 's/([^<]*).*\(([a-z-]+)\)/\2: \1/i' | sort -h | uniq ``` There are a few tricks: * `awk NF` removes empty lines. Indeed `NF` (number of fields) is 0 for an empty line, and therefore `false`, skipping the default `print` for that line. * the `sed` line captures the part before `<` and the part between parentheses, and inverts them. * `sort -h` sorts the results, and `uniq` removes the identical lines
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com> Co-authored-by: Nazım Can Altınova <canaltinova@gmail.com>
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com> Co-authored-by: Nazım Can Altınova <canaltinova@gmail.com>
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.17.9 to 7.26.10. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-runtime) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jim Spentzos <jimspentzos2000@gmail.com> (el)
Co-authored-by: Jim Spentzos <jimspentzos2000@gmail.com> (el)
Co-authored-by: Mikalai Udodau <crom-a@tut.by> (be) Co-authored-by: Fernando Javier <fernandojav04@gmail.com> (be)
Co-authored-by: Mikalai Udodau <crom-a@tut.by> (be) Co-authored-by: Fernando Javier <fernandojav04@gmail.com> (be)
Co-authored-by: Mikalai Udodau <crom-a@tut.by> (be)
Co-authored-by: Mikalai Udodau <crom-a@tut.by> (be)
This means that we don't need to compute the derived thread for non-visible threads. We call getThreadProcessDetails on non-visible threads when deriving the props for TimelineLocalTrack components. Furthermore, this speeds up calls to getThreadProcessDetails after redux state changes, because getRawThread doesn't have any dependent selectors that need to be revalidated.
This means that we don't need to compute the derived thread for non-visible threads. We call getThreadProcessDetails on non-visible threads when deriving the props for TimelineLocalTrack components. Furthermore, this speeds up calls to getThreadProcessDetails after redux state changes, because getRawThread doesn't have any dependent selectors that need to be revalidated.
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com> Co-authored-by: Nazım Can Altınova <canaltinova@gmail.com>
Updated locales: be, el.
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.
[Julien Wajsberg] Update the command to gather locale changes (#5390)
[Nazım Can Altınova] Make sure that sanitized urls still appear in the tab selector (#5404)
[Markus Stange] Use RawThread in getThreadProcessDetails. (#5405)
[Julien Wajsberg] Remove taskcluster CI (#5408)
[Nazım Can Altınova] Sanitize query strings of
about:*
urls (#5411)[Julien Wajsberg] Fix the base64url decoding function (#5413)
Also thanks to our localizers:
be: Fernando Javier, Mikalai Udodau
el: Jim Spentzos