Mathieu Pillard
Mathieu Pillard
Also interesting: locally my `olympia` database has `utf8mb4_0900_ai_ci` as the default collation but my `test_olympia` one has `utf8mb4_general_ci` ... That is because we specify `'TEST': {'CHARSET': 'utf8mb4', 'COLLATION': 'utf8mb4_general_ci'}` in...
Screenshot: https://bugzilla.mozilla.org/attachment.cgi?id=9409759
Alan to create an epic/theme for redesign-related backlog issues to sort that out
Note that `All Reviewed` option is also misleading: it actually means `All Badged`, i.e. `By Firefox` and `Recommended`. `Notable` add-ons, which are all pre-reviewed, are not included as they don't...
Would simplify things both on our side and Cinder's (and potentially enable fancy tricks later) but is not a requirement for now.
Currently, we are using: Dev ``` REMOTE_SETTINGS_API_URL = 'https://remote-settings-dev.allizom.org/v1/' REMOTE_SETTINGS_WRITER_URL = 'https://remote-settings-dev.allizom.org/v1/' REMOTE_SETTINGS_WRITER_BUCKET = 'blocklists' ``` Stage ``` REMOTE_SETTINGS_API_URL = 'https://firefox.settings.services.allizom.org/v1/'' REMOTE_SETTINGS_WRITE_URL = 'https://remote-settings.allizom.org/v1/'' REMOTE_SETTINGS_WRITER_BUCKET = 'staging' ``` Prod ```...
I suspect we no longer need the `REMOTE_SETTINGS_IS_TEST_SERVER` logic. [Remote settings documentation about the dev server](https://remote-settings.readthedocs.io/en/latest/tutorial-dev-server.html#introduction) mentions: > Until November 2021, we were using the Kinto demo server, which had...
We've reset the credentials, and I've shared the new ones with Wei in https://mozilla-hub.atlassian.net/browse/SVCSE-2240 to get them installed on dev.
It's now available on dev as well as part of this fix https://remote-settings-dev.allizom.org/v1/buckets/blocklists/collections/addons-bloomfilters/records
Question that needs to be asked: do we want pre-review on Partner add-ons ? If so, this makes the implementation of that ticket more involved, we would lean towards re-using...