Skip to content

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 34 commits into from
Apr 8, 2025
Merged

Deploy April 8, 2025 #5415

merged 34 commits into from
Apr 8, 2025

Conversation

canova
Copy link
Member

@canova canova commented Apr 8, 2025

[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

julienw and others added 30 commits March 3, 2025 14:21
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>
canova and others added 4 commits April 7, 2025 14:53
This PR changes the sanitizeURL function to also sanitize the query
string parts of `about:*` urls.
@canova canova merged commit d41d6e9 into production Apr 8, 2025
13 of 14 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.

4 participants