Граф коммитов

59673 Коммитов

Автор SHA1 Сообщение Дата
Kevin Meinhardt da0acca10f Make "up" go Brrrrrrrr
data seed command synchronizes storage directory

Remove storage volume (reuse olympia volume)

Remove data_olympia (use anonymous volume)

Remove sources from development DOCKER_TARGET

Invert docker-compose.ci to docker-compose.dev (update defaults in setup script to support prod mode in ci)
2024-11-12 19:31:28 +01:00
Kevin Meinhardt b3d0a224f1
Sync storage with make up flow (#22805)
* Sync storage with make up flow

* data_load should clean storage directory
2024-11-12 16:32:27 +01:00
Kevin Meinhardt 5846124034
Split diff by block type (#22830)
* Split diff by block type

* Remove unecessary and redundant code

* Fix ordering of cache/stash + increase validity of tests

* Update src/olympia/blocklist/tests/test_mlbf.py

Co-authored-by: William Durand <will+git@drnd.me>

* Update src/olympia/blocklist/mlbf.py

Co-authored-by: William Durand <will+git@drnd.me>

---------

Co-authored-by: William Durand <will+git@drnd.me>
2024-11-12 10:44:36 +01:00
Selim Şumlu c1e5241fb0 Pontoon: Update Turkish (tr) localization of AMO
Co-authored-by: Selim Şumlu <selim@sum.lu>
2024-11-11 17:32:05 +00:00
Andrea Marchesini 8697f7a761
Add add-on created datetime as a column to the content review queue (#22833) 2024-11-11 17:31:08 +01:00
Selim Şumlu 7428cd6459 Pontoon: Update Turkish (tr) localization of AMO
Co-authored-by: Selim Şumlu <selim@sum.lu>
Co-authored-by: berkantgzr <berkantgzr@protonmail.com>
2024-11-10 23:21:57 +00:00
Grk 91c80bf3d2 Pontoon: Update Turkish (tr) localization of AMO
Co-authored-by: Grk <gu0townkg@relay.firefox.com>
2024-11-10 17:11:45 +00:00
Artem Polivanchuk 889229d7df Pontoon: Update Ukrainian (uk) localization of AMO
Co-authored-by: Artem Polivanchuk <a.polivanchuk@outlook.com>
2024-11-10 08:51:30 +00:00
Balázs Meskó 61b5cbe9d8 Pontoon: Update Hungarian (hu) localization of AMO
Co-authored-by: Balázs Meskó <meskobalazs@mailbox.org>
2024-11-08 18:21:46 +00:00
Balázs Meskó e4dff38218 Pontoon: Update Hungarian (hu) localization of AMO
Co-authored-by: Balázs Meskó <meskobalazs@mailbox.org>
2024-11-08 14:11:55 +00:00
Balázs Meskó 496aa99dd1 Pontoon: Update Hungarian (hu) localization of AMO
Co-authored-by: Balázs Meskó <meskobalazs@mailbox.org>
2024-11-08 14:02:26 +00:00
Andrew Williamson e4edcab861
process override decision payloads from webhook without cinder job (#22829) 2024-11-08 11:28:20 +00:00
Mathieu Pillard e19b438c47
Record version rejections triggered by a block as a human review (#22817)
* Record version rejections triggered by a block as a human review

The user that last updated the block should be the user set on the
corresponding activity.
2024-11-07 17:50:42 +01:00
Mathieu Pillard be5a368fe6
Add command to delete erroneously added overgrowth NeedsHumanReview & reset due dates (#22832)
* Add command to delete erroneously added overgrowth NeedsHumanReview & reset due dates

* Add route
2024-11-07 14:45:57 +01:00
Mozilla Add-ons Robot 2dedcbc1a7 Extracted l10n messages from 2024-11-06 at f2047381d0 2024-11-06 20:45:25 +00:00
Christina Lin f2047381d0
Fixed submission-field Button Disabling (#22825)
* Fixed buttons disabling when submission-field exists but does not have data-submissions-enabled;

* ===
2024-11-06 15:37:50 -05:00
Mathieu Pillard da0d02c7d9
Don't fail when displaying IPv6 and IPv4 together in the admin (#22820) 2024-11-06 17:47:00 +01:00
Kevin Meinhardt baa72e6d40
Add soft_blocked_items to MLBF data store (#22715)
* Add soft_blocked_items to mlbf data store

* Fix non-backward compatible reference to cache.json properties

* Hoist import of Version to top of file
2024-11-06 15:18:16 +01:00
Google Translate 67cc14f81c Pontoon: Update Czech (cs) localization of AMO
Co-authored-by: Translation Memory <pontoon-tm@example.com>
Co-authored-by: Google Translate <pontoon-gt@example.com>
Co-authored-by: Michal Stanke <mstanke@mozilla.cz>
2024-11-06 05:02:39 +00:00
Mozilla Add-ons Robot 5296848478 Extracted l10n messages from 2024-11-05 at 9709925cd1 2024-11-05 18:24:24 +00:00
Christina Lin 9709925cd1
Explicit Option to Remove Uploaded Pastebin File (#22814) 2024-11-05 13:16:52 -05:00
Andreas Wagner f8539f2756
Update reviewer tools rejection action explanation label (#22824) 2024-11-05 16:29:53 +01:00
Kevin Meinhardt 031f7b96ac
Remove redunant docker volumes, remove shared docker volumes, remove renew-anon-volumes, strict filter on volume cleaning (#22780) 2024-11-05 15:40:54 +01:00
Mozilla Add-ons Robot 85f54d0c24 Extracted l10n messages from 2024-11-05 at 6d7474eac5 2024-11-05 11:06:43 +00:00
Andrea Marchesini 6d7474eac5
Migrate from BlockVersion.soft to BlockVersion.block_type (#22811)
This patch does the following:

- Introduce `PositiveTinyIntegerField` to support `tinyint unsigned` fields
- Rename `soft` to `block_type` via 2 separate migrations (add + remove)
- Introduce `BlockType` enum and use it instead of the `soft` boolean
- Unify the string versions of enum values
2024-11-05 11:59:13 +01:00
Grk c35b72242a Pontoon: Update Turkish (tr) localization of AMO
Co-authored-by: Grk <gu0townkg@relay.firefox.com>
2024-11-04 21:51:39 +00:00
Kevin Meinhardt a83aeadd6f
Better defaults for make setup with better testing of python. (#22804) 2024-11-04 14:08:08 +01:00
Lobodzets 7782a55d4a Pontoon: Update Ukrainian (uk) localization of AMO
Co-authored-by: Lobodzets <Lobodzets@meta.ua>
2024-11-03 20:51:29 +00:00
හෙළබස සමූහය (HelaBasa Group) fb7c3df771 Pontoon: Update Sinhala (si) localization of AMO
Co-authored-by: හෙළබස සමූහය (HelaBasa Group) <firefox-helabasa@yalu.lk>
2024-11-03 07:41:26 +00:00
Ian Neal aa6c99ae07 Pontoon: Update English (Great Britain) (en-GB) localization of AMO
Co-authored-by: Ian Neal <iann_bugzilla@blueyonder.co.uk>
2024-11-03 00:21:28 +00:00
Google Translate f295fc76cd Pontoon: Update Portuguese (Brazil) (pt-BR) localization of AMO
Co-authored-by: Google Translate <pontoon-gt@example.com>
2024-11-01 20:32:01 +00:00
chutten 9a1e33917b Pontoon: Update English (Canada) (en-CA) localization of AMO
Co-authored-by: chutten <chutten@mozilla.com>
2024-11-01 20:31:55 +00:00
Marcelo Ghelman 6e3289d292 Pontoon: Update Portuguese (Brazil) (pt-BR) localization of AMO
Co-authored-by: Marcelo Ghelman <marcelo.ghelman@gmail.com>
Co-authored-by: Translation Memory <pontoon-tm@example.com>
2024-11-01 20:21:39 +00:00
Mozilla Add-ons Robot abe4885bfc Extracted l10n messages from 2024-11-01 at 0175d226d6 2024-11-01 13:40:15 +00:00
Christina Lin 0175d226d6
Show Pastebin Attachment if File/Input Already Uploaded (#22813)
* Show proper pastebin attachment input if it already contains data

* lint

* simplify
2024-11-01 09:32:46 -04:00
Kevin Meinhardt f4da852e56
Filter reused guid:version strings from not blocked items in mlbf (#22812) 2024-11-01 11:21:37 +01:00
Fabio Tomat 01af6a32bb Pontoon: Update Friulian (fur) localization of AMO
Co-authored-by: Fabio Tomat <dark.tmtfx@gmail.com>
2024-11-01 07:21:39 +00:00
Grk da75065e7c Pontoon: Update Turkish (tr) localization of AMO
Co-authored-by: Grk <gu0townkg@relay.firefox.com>
2024-10-31 22:21:24 +00:00
Jim Spentzos 5a3458eedc Pontoon: Update Greek (el) localization of AMO
Co-authored-by: Jim Spentzos <jimspentzos2000@gmail.com>
2024-10-31 22:21:17 +00:00
Selim Şumlu 1781b3f56c Pontoon: Update Turkish (tr) localization of AMO
Co-authored-by: Selim Şumlu <selim@sum.lu>
2024-10-31 22:11:28 +00:00
wladow 537eff4de9 Pontoon: Update Slovak (sk) localization of AMO
Co-authored-by: wladow <valastiak@mozilla.sk>
2024-10-31 20:45:52 +00:00
Melo46 9278594710 Pontoon: Update Interlingua (ia) localization of AMO
Co-authored-by: Melo46 <melo@carmu.com>
2024-10-31 18:21:04 +00:00
Michael Wolf fdcaf0de9d Pontoon: Update Sorbian, Upper (hsb) localization of AMO
Co-authored-by: Michael Wolf <milupo@sorbzilla.de>
2024-10-31 17:51:39 +00:00
Michael Wolf 6f7d7d0eef Pontoon: Update Sorbian, Lower (dsb) localization of AMO
Co-authored-by: Michael Wolf <milupo@sorbzilla.de>
2024-10-31 17:51:33 +00:00
Michael Köhler f649e4fc64 Pontoon: Update German (de) localization of AMO
Co-authored-by: Michael Köhler <michael.koehler1@gmx.de>
2024-10-31 17:41:07 +00:00
Itiel 443a8c8d2c Pontoon: Update Hebrew (he) localization of AMO
Co-authored-by: Itiel <itiel_yn8@walla.com>
2024-10-31 16:11:27 +00:00
Andreas Pettersson e5feb28c3e Pontoon: Update Swedish (sv-SE) localization of AMO
Co-authored-by: Andreas Pettersson <amvpet@gmail.com>
2024-10-31 16:02:32 +00:00
Fjoerfoks df6c4b159d Pontoon: Update Dutch (nl) localization of AMO
Co-authored-by: Fjoerfoks <fryskefirefox@gmail.com>
2024-10-31 15:02:31 +00:00
Fjoerfoks 68c3178a0f Pontoon: Update Frisian (fy-NL) localization of AMO
Co-authored-by: Fjoerfoks <fryskefirefox@gmail.com>
2024-10-31 15:02:25 +00:00
Francesco Lodolo [:flod] 3c7a842d33 Pontoon: Update Italian (it) localization of AMO
Co-authored-by: Francesco Lodolo [:flod] <flod+pontoon@mozilla.com>
2024-10-31 14:51:25 +00:00