11 Commits

Author SHA1 Message Date
Taddes
f8715d4e91
feat: use poetry for dependency management (#1706)
Some checks are pending
Glean probe-scraper / glean-probe-scraper (push) Waiting to run
feat: use poetry for dependency management
2025-07-28 21:48:46 -04:00
Taddes
f407eb21d1
test: add spanner db tests to ci (#1711)
Some checks failed
Glean probe-scraper / glean-probe-scraper (push) Has been cancelled
add spanner db build and tests - noting subset of server test failures ignore due to cargo weirdness
2025-07-03 19:26:19 -04: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
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
f0c16ba5c8
docs: Add Apache 2.0 license to prepare-spanner.sh (#1120) 2021-07-23 08:55:19 -07:00
Ethan Donowitz
e6ec1acd87
feat: Integrate Spanner emulator with CI (#1079)
Closes #566
2021-05-19 18:20:25 -04:00
Rachel Tublitz
5e83dc806e
Release/0.8.1 - and include details/helper script for creating sentry releases (#921)
* tag 0.8.1 for release and include scripts for setting up sentry releases

closes #910

* include details on sentry releases in changelog

* update changelog to include test fix
2020-11-16 17:53:19 -05:00
Phil Booth
ac7dbec19d
fix: use single = for equality test in docs script 2018-10-16 18:19:58 +01:00
Phil Booth
be40bb5890
fix: use posix-friendly logical and in docs script 2018-10-15 18:39:29 +01:00
Phil Booth
b1b6257e3f
chore: deploy docs to gh-pages branch 2018-10-15 17:56:42 +01:00