12 Commits

Author SHA1 Message Date
Barry Chen
494b161795
docs: update readme for project setup
Update README with some minor changes for setting up syncstorage-rs in
mid-2025.

Co-authored-by: Taddes <tkorris@mozilla.com>
2025-09-16 13:29:18 -05:00
Ethan Donowitz
b5b7e57f93
refactor: add database crates (#1407)
Closes #1277
2023-01-10 16:06:03 -05:00
Ethan Donowitz
38d6a27b02
feat: add BrowserID support for Tokenserver (#1216)
Closes #1215
2022-03-31 15:13:04 -04:00
Tif Tran
022d235e87
changes to allow cors allowed origin and max age to be configurable (#1177)
* allowed cors origin and max_age to be configurable

* e2e test edit

* moved comment

* feedback changes

* e2e test edit

* remove extra line at end of file

Co-authored-by: JR Conlin <jconlin+git@mozilla.com>
2021-12-06 14:46:11 -08:00
Ethan Donowitz
b5fa8c8a89
docs: add Tokenserver README (#1162)
Closes #1082
2021-11-23 09:08:45 -05:00
JR Conlin
9e6759efef
Add Quota Monitoring (#806)
* feat: Add quota support

* removed `debug_client` code #793
* added metric info `storage.quota.*` around quota events #797
* modify spanner/mysql to include total_bytes & count for user_collections
* changed `touch_collection` to `update_collection` since it's doing more that just touching.
* added setting for `max_quota_limit` (set to `0` to disable quotas)

Closes #793, #797 

Co-authored-by: Philip Jenvey <pjenvey@underboss.org>
2020-09-23 16:07:22 -07:00
Rachel Tublitz
f4485f15c6
docs: update spanner examples
closes #396
2020-01-03 17:41:22 -05:00
Rachel Tublitz
80b0c591f3
chore: adjust sample script so it works and adding docs to link to it 2019-12-05 17:04:46 -05:00
Rachel Tublitz
84f25af5e3
docs: add descriptive comment
closes #350
2019-11-25 09:12:52 -05:00
Rachel Tublitz
d1a8421958
chore: improve local logging
Closes #350
2019-11-22 13:57:32 -05:00
Rachel Tublitz
bbe744ddba
docs: adjust PR template, finish combining READMEs
adding makefile with example ENV vars to work alongside example config values

Closes #344
2019-11-21 16:20:57 -05:00
Rachel Tublitz
a8ead778b6
docs: combining setup instructions into one main doc 2019-11-19 16:43:26 -05:00