12 Commits

Author SHA1 Message Date
Barry Chen
30478687d7
chore(ci): configure CircleCI for postgres builds
This commit enables Postgres builds and tests in CircleCI.  Only
Tokenserver supports Postgres at the moment, and the Python based
integration tests have an implicit dependency on MySQL, so the CI jobs only
use Postgres where possible.

The jobs have been split up and named more explicitly.  The hope is to
simply delete the mysql jobs in the future.
2025-10-27 13:23:48 -05:00
Taddes
8e3f367095
refactor: rmv last insert id, simplify queries, add check (#1841)
Some checks failed
Glean probe-scraper / glean-probe-scraper (push) Has been cancelled
refactor: rmv last insert id, simplify queries, add check
2025-10-17 09:39:58 -04:00
Taddes
d6e5f7360e
feat: postgres user methods (#1839)
Some checks failed
Glean probe-scraper / glean-probe-scraper (push) Has been cancelled
feat: postgres user methods
2025-10-16 14:18:44 -04:00
Taddes
d7e737ddab
feat: postgres node methods (#1828)
feat: postgres node methods
2025-10-02 15:05:48 -04:00
Taddes
daec270aba
feat: postgres service methods (#1814)
Some checks failed
Glean probe-scraper / glean-probe-scraper (push) Has been cancelled
feat: postgres service methods
2025-09-29 10:16:28 -04:00
Philip Jenvey
bcf425c635
refactor: kill r2d2 references, share From<PoolError> 2025-09-23 18:32:54 -07:00
Philip Jenvey
192d64c7c3
feat: switch syncstorage to diesel-async
Closes STOR-364
2025-09-23 18:32:51 -07:00
Taddes
929ba5d208
table models for orm schemas (#1811)
Some checks failed
Glean probe-scraper / glean-probe-scraper (push) Has been cancelled
table models for orm schemas
2025-09-23 14:45:27 -04:00
Philip Jenvey
0400c2dd15
feat: adapt the test suite to the generic dyn DbPool (#1808)
Some checks failed
Glean probe-scraper / glean-probe-scraper (push) Has been cancelled
and moved the couple generic Db methods into the trait itself

Closes STOR-360
2025-09-19 13:20:49 -07:00
Taddes
8d8b79e1b5
feat: create tokenserver postgres db trait (#1809)
Some checks failed
Glean probe-scraper / glean-probe-scraper (push) Has been cancelled
feat: create tokenserver postgres db trait
2025-09-18 17:52:05 -04:00
Taddes
0c3c06d50e
feat: create tokenserver postgres db pool (#1806)
Some checks failed
Glean probe-scraper / glean-probe-scraper (push) Has been cancelled
create tokenserver postgres db pool
2025-09-18 01:45:42 -04:00
Taddes
1dd7dab55e
feat: tokenserver postgres schema (#1786)
Some checks failed
Glean probe-scraper / glean-probe-scraper (push) Has been cancelled
feat: tokenserver postgres schema and documentation
2025-09-10 13:29:59 -04:00