Taddes
8055e7429d
test: resolve test deprecations ( #1732 )
...
test: resolve test deprecations
2025-08-12 17:47:55 -04:00
Taddes
77254b4a6e
refactor: python imports ( #1730 )
...
Glean probe-scraper / glean-probe-scraper (push) Has been cancelled
refactor: unified python imports for consistency in local, production, and test environments
2025-08-04 15:37:46 -04:00
Nick Shirley
6f15ad546d
test(e2e): run integration and e2e tests with pytest ( #1697 )
...
Glean probe-scraper / glean-probe-scraper (push) Waiting to run
- Update docker compose steps for mysql and spanner to use pytest
- Add infra and configuration for pytest to run tests
- Remove old "run.py" test setup
Closes STOR-235
2025-05-09 14:50:18 -06:00
JR Conlin
0f86587edd
bug: Revert the venv configuration for python ( #1571 )
...
use `--system-break-packages` flag to force install to system.
Closes SYNC-4298
2024-06-14 16:25:31 -07:00
JR Conlin
8f9e1c27cf
chore: Update to debian bookworm / Python 3.12 ( #1567 )
...
* chore: Update to debian bookworm / Python 3.12
2024-06-10 07:22:57 -07:00
JR Conlin
cc8d5847dc
Chore/update 2312 ( #1510 )
...
* chore: Update for 12-2023
Closes : #1503 , #1502
switch to fetching mysql_pubkey.asc
Closes #1509 SYNC-4055
2024-01-12 15:44:44 -08:00
Ethan Donowitz
b5b7e57f93
refactor: add database crates ( #1407 )
...
Closes #1277
2023-01-10 16:06:03 -05:00
Ethan Donowitz
0ae5fd2059
refactor: add settings crates ( #1306 )
...
This is a breaking change. This commit separates syncstorage and tokenserver settings into separate structs that are contained by a parent `Settings` struct. This means that any env vars that hold settings specific to syncstorage (e.g. `SYNC_DATABASE_URL`) have been renamed to `SYNC_SYNCSTORAGE__DATABASE_URL`. Any settings that were moved from the top-level `Settings` struct to the lower level, syncstorage-specific struct will now have a `SYNC_SYNCSTORAGE__` prefix instead of a `SYNC_` prefix.
Closes #1276
2022-10-19 17:15:56 -04:00
Ethan Donowitz
eba3566225
feat: support multiple FxA JWKs to ease key rotation ( #1339 )
2022-06-22 16:23:48 -04:00
Ethan Donowitz
d62db9f08e
feat: support setting JWK for Tokenserver OAuth verification ( #1307 )
2022-05-12 13:19:43 -04:00
Ethan Donowitz
1a197a6c6e
feat: don't run Tokenserver migrations on startup ( #1286 )
2022-04-25 13:47:34 -04:00
Ethan Donowitz
38d6a27b02
feat: add BrowserID support for Tokenserver ( #1216 )
...
Closes #1215
2022-03-31 15:13:04 -04:00
Ethan Donowitz
aa18c1a01d
test: add Tokenserver integration tests to CI ( #1180 )
...
Closes #1174
2021-12-08 08:56:16 -05:00
Ethan Donowitz
503d1aa81b
refactor: Tokenserver: Add mature MySQL adapter ( #1119 )
...
Closes #1054
2021-07-29 15:35:59 -07:00
Ethan Donowitz
e6ec1acd87
feat: Integrate Spanner emulator with CI ( #1079 )
...
Closes #566
2021-05-19 18:20:25 -04:00