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

Bug 1875340 - use JavaScript's DecompressionStream instead of 'pako' package #7897

Open
wants to merge 128 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
128 commits
Select commit Hold shift + click to select a range
a45dc95
Bug 1875340 - remove incomplete test checking for test manifests of a…
Archaeopteryx Jan 18, 2024
9623348
Bug 1814315 - Bump Dockerflow + Add unit tests (#7899)
EvaBardou Jan 25, 2024
1ef9c29
Bug 1864319 - Always show the scrollbar to avoid the layout change de…
arai-a Nov 12, 2023
83186dc
Bug 1823654 - Mostly use double quotes (#7900)
yschneider-sinneria Jan 31, 2024
99ad771
Minimal changes introduced by Ruff formatter after double quotes enfo…
yschneider-sinneria Jan 25, 2024
7cd8ee5
Bug 1823654 - Ignore Python Double quotes commit in git blame (#7902)
yschneider-sinneria Feb 1, 2024
e95d703
Bug 1823654 - Introduce pyupgrade (#7904)
yschneider-sinneria Feb 2, 2024
fceb87b
Remove flake8 from requirements and update pip-deps
yschneider-sinneria Feb 2, 2024
485c9ac
Update dependency puppeteer to v21
renovate[bot] Feb 1, 2024
a747b26
Bug 1823654 - Ignore standardized use of f-strings in git blame
Archaeopteryx Feb 2, 2024
d9a1ac1
Bug 1823654 - show fixes applied by ruff
Archaeopteryx Feb 2, 2024
d46c4b4
Update Yarn to v1.22.21
renovate[bot] Feb 5, 2024
73e5998
Update yarn in Dockerfile to 1.22.21
Archaeopteryx Feb 5, 2024
aff22be
Bug 1878769 - Add pretty names for new Android platforms
gbrownmozilla Feb 5, 2024
edf68bd
Bug 1864125 - Dynamically update intermittent icon when other sucessf…
arai-a Nov 18, 2023
d8b4659
Bug 1766520 - Use the same font size for job button and group button.
arai-a Nov 18, 2023
a2da69a
Update dependency @testing-library/jest-dom to v6.1.6
renovate[bot] Feb 12, 2024
a867b8b
Update dependency cacache to v18.0.2
renovate[bot] Feb 12, 2024
67d97a0
Bug 1879316 - Use the absolute value of the delta in the alert thresh…
gmierz Feb 12, 2024
106db49
Update dependency html-webpack-plugin to v5.5.4
renovate[bot] Feb 19, 2024
b91e374
Update dependency jest-environment-puppeteer to v9.0.2
renovate[bot] Feb 26, 2024
8f55e03
3305 - Make the length of the short revision hash constant across Tre…
florinbilt Feb 27, 2024
90ed2ae
Bug 1879527 - drop ESR 102 repositories
Archaeopteryx Feb 9, 2024
fdefeb8
Remote docker and ubuntu upgrades (#7922)
Archaeopteryx Mar 4, 2024
f2f9a0d
Bug 1881540 - Enable Dependabot for pyproject.toml too
marco-c Feb 22, 2024
d1160ea
Update dependency jest-puppeteer to v9.0.2
renovate[bot] Mar 4, 2024
44df3dc
Update dependency style-loader to v3.3.4
renovate[bot] Mar 4, 2024
35ae2e2
Bump ip from 1.1.8 to 1.1.9
dependabot[bot] Mar 4, 2024
6662238
Bump betamax from 0.8.1 to 0.9.0
dependabot[bot] Mar 4, 2024
6413a23
Bump pyyaml from 6.0 to 6.0.1
dependabot[bot] Mar 4, 2024
9183f8d
Bump celery from 5.3.1 to 5.3.6
dependabot[bot] Mar 4, 2024
97a4c8e
Bump shellcheck-py from 0.9.0.5 to 0.9.0.6
dependabot[bot] Mar 4, 2024
df09b4b
Bump jinja2 from 3.1.2 to 3.1.3
dependabot[bot] Mar 4, 2024
4c0db54
Bump json-e from 4.5.2 to 4.7.0
dependabot[bot] Mar 4, 2024
1bd10eb
Bump jsonschema from 4.17.3 to 4.21.1
dependabot[bot] Mar 4, 2024
5eeee89
Bump pytest-testmon from 2.0.9 to 2.1.1
dependabot[bot] Mar 4, 2024
54b25da
Bump mozci[cache] from 2.3.2 to 2.4.0
dependabot[bot] Mar 4, 2024
313a51d
Bump gunicorn from 20.1.0 to 21.2.0
dependabot[bot] Mar 4, 2024
89c0aac
Bump pytest-asyncio from 0.21.0 to 0.23.5
dependabot[bot] Mar 4, 2024
7c89501
Bump taskcluster from 53.2.1 to 60.4.2
dependabot[bot] Mar 4, 2024
8e9e097
Bump django-debug-toolbar from 4.1.0 to 4.3.0
dependabot[bot] Mar 4, 2024
4004c43
Bump mock from 5.0.2 to 5.1.0
dependabot[bot] Mar 4, 2024
ad57fe9
Bump pytest-django from 4.5.2 to 4.8.0
dependabot[bot] Mar 4, 2024
45ed860
N806: variables in functions should be lowercase
yschneider-sinneria Feb 26, 2024
fc15092
N803: argument name should be lowercase
yschneider-sinneria Feb 26, 2024
50b2a30
N801: Class name should use CapWords convention
yschneider-sinneria Feb 27, 2024
c002a31
N815: Variable in class scope should not be mixedCase
yschneider-sinneria Feb 27, 2024
2b2d57c
N811: Constant imported as non-constant
yschneider-sinneria Feb 27, 2024
7033971
N818: Exception name should be named with an Error suffix
yschneider-sinneria Feb 27, 2024
72061ba
N804: First argument of a class method should be named cls
yschneider-sinneria Feb 27, 2024
c39b22b
N813: Camelcase imported as lowercase
yschneider-sinneria Feb 27, 2024
ff066ed
N816: Variable in global scope should not be mixedCase
yschneider-sinneria Feb 27, 2024
91d2b50
N802: Function name should be lowercase
yschneider-sinneria Feb 27, 2024
a78f4ba
Bump black from 23.3.0 to 24.2.0
dependabot[bot] Mar 5, 2024
0051ae7
Bump dockerflow from 2024.1.0 to 2024.3.0
dependabot[bot] Mar 5, 2024
544ee8c
Bump python-dateutil from 2.8.2 to 2.9.0.post0
dependabot[bot] Mar 5, 2024
bc0af25
Bump responses from 0.23.1 to 0.25.0
dependabot[bot] Mar 5, 2024
c6ee755
Bump psycopg2-binary from 2.9.6 to 2.9.9
dependabot[bot] Mar 5, 2024
a5de2e5
Bump certifi from 2023.5.7 to 2024.2.2
dependabot[bot] Mar 5, 2024
69ab3bc
Bump whitenoise[brotli] from 6.5.0 to 6.6.0
dependabot[bot] Mar 5, 2024
25c2d49
Bump django-filter from 23.2 to 23.5
dependabot[bot] Mar 5, 2024
5d2aa20
Bump mkdocs-material from 9.1.21 to 9.5.12
dependabot[bot] Mar 5, 2024
758e528
Bump pytest from 7.3.2 to 8.0.2
dependabot[bot] Mar 5, 2024
0f0c4da
Bump newrelic from 8.8.0 to 9.7.0
dependabot[bot] Mar 5, 2024
a6db6a0
Bump django-cache-memoize from 0.1.10 to 0.2.0
dependabot[bot] Mar 5, 2024
e5f25b8
Bump pip-tools from 6.13.0 to 7.4.0
dependabot[bot] Mar 5, 2024
e7a064e
Bump simplejson from 3.19.1 to 3.19.2
dependabot[bot] Mar 5, 2024
d1b7dec
Bump django-cors-headers from 4.1.0 to 4.3.1
dependabot[bot] Mar 5, 2024
bef38bf
Bump mysqlclient from 2.1.1 to 2.2.4
dependabot[bot] Mar 5, 2024
e6a93db
add pkg-config required by mysqlcient >=2.2
Archaeopteryx Mar 5, 2024
289637f
Bump django-redis from 5.3.0 to 5.4.0
dependabot[bot] Mar 5, 2024
c544e75
Bump django-environ from 0.10.0 to 0.11.2
dependabot[bot] Mar 5, 2024
05465d0
Bump pre-commit from 3.3.3 to 3.6.2
dependabot[bot] Mar 4, 2024
df9814e
Update dependency docs/mkdocs-material to v9.5.13
renovate[bot] Mar 11, 2024
b65bb78
Update rabbitmq Docker tag to v3.11.28
renovate[bot] Mar 11, 2024
7e2ef8b
Bump pytest from 8.0.2 to 8.1.1
dependabot[bot] Mar 11, 2024
2333acb
Bump pytest-asyncio from 0.23.5 to 0.23.5.post1
dependabot[bot] Mar 11, 2024
5cf42c0
Bump pip-tools from 7.4.0 to 7.4.1
dependabot[bot] Mar 7, 2024
8c501b1
Bump jose from 4.11.1 to 4.15.5
dependabot[bot] Mar 7, 2024
e794d1d
Bump newrelic from 9.7.0 to 9.7.1
dependabot[bot] Mar 12, 2024
9e7c4eb
3376 - fix the linked bugs from alert summaries do not open (#7970)
florinbilt Mar 14, 2024
59dd66f
Bump taskcluster from 60.4.2 to 61.0.0
dependabot[bot] Mar 14, 2024
e62565e
Bump follow-redirects from 1.15.1 to 1.15.6
dependabot[bot] Mar 15, 2024
74a11f2
Bug 1885655 - use 'Fenix :: General' as default Bugzilla component fo…
Archaeopteryx Mar 15, 2024
586995f
Update dependency docs/mkdocs-material to v9.5.14
renovate[bot] Mar 18, 2024
0218563
Bump black from 24.2.0 to 24.3.0
dependabot[bot] Mar 18, 2024
d914f6e
Bump djangorestframework from 3.14.0 to 3.15.0
dependabot[bot] Mar 18, 2024
7adf0f0
Bug 1886208 - Add proper names for the win11 ref hw platforms.
gmierz Mar 19, 2024
cafb92d
Fix linting failure.
gmierz Mar 19, 2024
6226d43
Bump pytest-asyncio from 0.23.5.post1 to 0.23.6
dependabot[bot] Mar 20, 2024
cd069a5
Bump shellcheck-py from 0.9.0.6 to 0.10.0.1
dependabot[bot] Mar 18, 2024
630d6f3
Update dependency docs/mkdocs-material to v9.5.15
renovate[bot] Mar 25, 2024
61a741a
Removed call to update the status summary (#7985)
beatrice-acasandrei Mar 25, 2024
5f6a2ce
Bump djangorestframework from 3.15.0 to 3.15.1
dependabot[bot] Mar 25, 2024
b08ea13
Bump pre-commit from 3.6.2 to 3.7.0
dependabot[bot] Mar 25, 2024
8d97dc5
Bump webpack-dev-middleware from 5.3.3 to 5.3.4
dependabot[bot] Mar 23, 2024
e759dcc
Bump pytest-cov from 4.1.0 to 5.0.0
dependabot[bot] Mar 25, 2024
0b15f7d
Add tab name Alert#<number> when we view a certain alert (#7987)
florinbilt Mar 25, 2024
a662295
update yarn from 1.22.21 to 1.22.22
Archaeopteryx Mar 25, 2024
c5f5581
Sync mkdocs requirements for build-system with project.optional-depen…
Archaeopteryx Mar 25, 2024
541cdf5
Fix bug suggestions with PostgreSQL (#7988)
vrigal Mar 26, 2024
32f294c
Update dependency docs/mkdocs-material to v9.5.16
renovate[bot] Apr 1, 2024
cbadddb
Update python Docker tag to v3.9.19
renovate[bot] Apr 1, 2024
3f4b7cf
Update dependency docs/mkdocs-material to v9.5.17
renovate[bot] Apr 8, 2024
933f9ab
Update redis Docker tag to v7.0.15
renovate[bot] Apr 8, 2024
544381f
Bug 1890349 - only check for crash signature to identify failure line…
Archaeopteryx Apr 8, 2024
a24031e
Bug 1890441 - also log revision of ingested push
Archaeopteryx Apr 8, 2024
256b9d8
Added a copy icon for the alert's ID in Graphs View. (#7973)
florinbilt Apr 9, 2024
6389d25
Change the function name according to N802 of pep8
junngo Apr 5, 2024
99afab7
Bump dockerflow from 2024.3.0 to 2024.4.1
dependabot[bot] Apr 8, 2024
dbd801f
Revert djangorestframework from 3.15.1 to 3.14.0
Archaeopteryx Apr 3, 2024
d976c5f
Bump express from 4.18.2 to 4.19.2
dependabot[bot] Mar 28, 2024
fb23de4
Bump newrelic from 9.7.1 to 9.8.0
dependabot[bot] Mar 28, 2024
d1faced
Bump taskcluster from 61.0.0 to 64.2.4
dependabot[bot] Apr 9, 2024
7b5fa21
Bug 1890656 - use new Treestatus on non-production instances
Archaeopteryx Jan 12, 2024
0bf7331
Bump tar from 6.1.13 to 6.2.1
dependabot[bot] Apr 9, 2024
81a3a00
Change the message from "Copy summary" to be similar to the comment 0…
florinbilt Apr 11, 2024
49f6999
Bug 1890981 - omit process ID of asserting process in failure tab and…
Archaeopteryx Apr 11, 2024
97660c5
Update codecov orb to v4
renovate[bot] Apr 15, 2024
4572baa
Update dependency @mozilla/glean to v5
renovate[bot] Apr 15, 2024
0a4acf5
Bump black from 24.3.0 to 24.4.0
dependabot[bot] Apr 15, 2024
915f8de
Improve the assign input on Alerts View. (#8002)
florinbilt Apr 16, 2024
98805d7
Bump newrelic from 9.8.0 to 9.9.0
dependabot[bot] Apr 19, 2024
fecc63d
Bump celery from 5.3.6 to 5.4.0
dependabot[bot] Apr 19, 2024
f6ecd09
Bump mkdocs-material from 9.5.17 to 9.5.18
dependabot[bot] Apr 17, 2024
99aa314
Bump taskcluster from 64.2.4 to 64.2.5
dependabot[bot] Apr 17, 2024
efbe618
Bump gunicorn from 21.2.0 to 22.0.0
dependabot[bot] Apr 17, 2024
9b2adc9
Bug 1875340 - use JavaScript's DecompressionStream instead of 'pako' …
Archaeopteryx Jan 18, 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
Prev Previous commit
Next Next commit
Bump whitenoise[brotli] from 6.5.0 to 6.6.0
Bumps [whitenoise[brotli]](https://github.com/evansd/whitenoise) from 6.5.0 to 6.6.0.
- [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst)
- [Commits](evansd/whitenoise@6.5.0...6.6.0)

---
updated-dependencies:
- dependency-name: whitenoise[brotli]
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Archaeopteryx committed Apr 26, 2024
commit 69ab3bc9b23e99e557cbac2d573439652d7d7cbc
2 changes: 1 addition & 1 deletion requirements/common.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Packages that are shared between deployment and dev environments.
gunicorn==21.2.0
whitenoise[brotli]==6.5.0 # Used by Whitenoise to provide Brotli-compressed versions of static files.
whitenoise[brotli]==6.6.0 # Used by Whitenoise to provide Brotli-compressed versions of static files.
Django==4.1.13
celery==5.3.6 # celery needed for data ingestion
cached-property==1.5.2 # needed for kombu with --require-hashes
Expand Down
6 changes: 3 additions & 3 deletions requirements/common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1542,9 +1542,9 @@ wcwidth==0.2.13 \
# via
# blessed
# prompt-toolkit
whitenoise[brotli]==6.5.0 \
--hash=sha256:15fe60546ac975b58e357ccaeb165a4ca2d0ab697e48450b8f0307ca368195a8 \
--hash=sha256:16468e9ad2189f09f4a8c635a9031cc9bb2cdbc8e5e53365407acf99f7ade9ec
whitenoise[brotli]==6.6.0 \
--hash=sha256:8998f7370973447fac1e8ef6e8ded2c5209a7b1f67c1012866dbcd09681c3251 \
--hash=sha256:b1f9db9bf67dc183484d760b99f4080185633136a273a03f6436034a41064146
# via
# -r requirements/common.in
# whitenoise
Expand Down