52 Commits

Author SHA1 Message Date
Taddes
99ee812c84
doc: fix dead doc link (#1834)
Some checks failed
Glean probe-scraper / glean-probe-scraper (push) Has been cancelled
fix dead doc link
2025-10-02 17:24:05 -04:00
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
Philip Jenvey
69005091a5
chore: require minimum mysql 8 (#1717)
Some checks are pending
Glean probe-scraper / glean-probe-scraper (push) Waiting to run
BREAKING CHANGE: now depending on >= mysql 8 features

Closes STOR-160
2025-07-17 13:06:13 -07:00
Nick Shirley
8c56cae890
chore: migrate unit tests to nextest and llvm-cov
* add nextest and llvm-cov for running unit tests. 
* test results and coverage output to store_test_results and store_artifacts. 
* upgrade build image and Docker Rust version 1.78.0 → 1.81.0

Closes SYNC-4611
2025-03-10 10:34:54 -06:00
Bernhard Rode
143e93b66f
fix: add line break to do not display backticks (#1529) 2024-03-22 13:13:56 -07:00
JR Conlin
3edd420621
docs: Remove reference to legacy vendored library (#1522)
* docs: Remove reference to legacy vendored library
2024-02-27 16:35:20 -08:00
JR Conlin
68d3267015
chore: missed fixes from rollup (#1492) 2023-10-18 16:30:48 -07:00
Tarik Eshaq
ef0fbfb9d7
docs: Minor improvements to onboarding docs (#1465) 2023-03-21 12:23:59 -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
besendorf
bcf0fe5edc
fix typo in README "sdk" insteak of "adk" (#1361)
Co-authored-by: Philip Jenvey <pjenvey@underboss.org>
Co-authored-by: JR Conlin <jconlin+git@mozilla.com>
2022-08-17 10:35:40 -07:00
Ethan Donowitz
57405c1edd
docs: Update spanner configuration documentation (#1047)
* docs: Update Spanner configuration documentation
* update readme and makefile

Closes #1045
2021-06-04 08:28:12 -07:00
Ethan Donowitz
e6ec1acd87
feat: Integrate Spanner emulator with CI (#1079)
Closes #566
2021-05-19 18:20:25 -04:00
Rachel Tublitz
02b76231cf
chore: tag 0.8.3 (#937) 2020-12-01 09:08:31 -05: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
MichaIng
213eac33cd
Add libmysqlclient dependency solution for Debian (#847)
On Debian, there is not libmysqlclient available since Stretch. Debian has fully migrated to MariaDB as replacement. There is a libmariadb-dev package, which ships libmariadbclient.so, but this is currently not accepted by the migrations_macros build. A simple solution is the available compat package: https://packages.debian.org/libmariadb-dev-compat

Signed-off-by: MichaIng <micha@dietpi.com>
2020-10-05 18:49:46 -04:00
jrconlin
02adb25ca1
f add merge to master 2020-09-30 16:11:16 -07:00
jrconlin
806892c01e
f update CHANGELOG & README 2020-09-30 15:02:34 -07:00
jrconlin
99459a66a2
chore: tag 0.6.1 2020-09-30 14:42:38 -07:00
Donovan Preston
b1971077fc
Fix #811 Document use_test_transactions and expose it using an environment variable (#818)
* Fix #811 Document use_test_transactions and expose it using an environment variable
2020-09-08 08:49:48 -07:00
JR Conlin
7d1061f719
bug: remove ubuntu target for grpcio (#775)
Closes #774
2020-08-10 12:40:26 -07:00
Philip Jenvey
456c857dc0
docs: update per sentry dev's rename to local (#628) 2020-05-12 15:55:09 -07:00
JR Conlin
eb5fa003d1
docs: Update instructions for running syncstorage-rs via Docker (#624)
from https://github.com/Emmanuel-Melon/syncstorage-rs/tree/update-docker-instructions
2020-05-07 09:29:58 -04:00
Happy
43dd390f27
Add some more syntax highlighting to readme 2020-04-07 08:56:52 -07:00
JR Conlin
c732c80b7a
Merge branch 'master' into system-deps 2020-03-19 12:55:26 -07:00
Amrita Gupta
bcb0e2e212
docs: fix URL rendering in README
The endpoint was wrongly rendered as bold `heartbeat` instead of
`__heartbeat__`. Let's fix this by escaping the `_`s.

Closes #496
2020-03-18 22:04:43 +00:00
Amrita Gupta
f01834957e
docs: add system dependencies to README
Closes #255
2020-03-18 22:03:47 +00:00
jrconlin
10ef5dfdd1
doc: Applying patch from @undef1nd #472
Not sure why this patch was stalled by CI, trying an insertion.

Provided by @undef1nd
2020-03-10 13:26:00 -07:00
Philip Jenvey
cd23e15288
chore: add a badge for matrix
and update the ToC
2020-03-09 11:03:00 -07:00
Rachel Tublitz
e5217250ab
Merge branch 'master' into docs/update-spanner-info 2020-01-06 12:58:27 -05:00
Rachel Tublitz
f4485f15c6
docs: update spanner examples
closes #396
2020-01-03 17:41:22 -05:00
Rachel Tublitz
7c169145da
chore: remove travis related docs/links
closes #383
2020-01-03 15:10:40 -05:00
Rachel Tublitz
e1f48b48c8
chore: add python to docker image
also upgrading to rust 1.40.0 and adding a few details to docs for running via docker

closes: #384
2020-01-02 12:28:30 -05:00
JR Conlin
b834c54af6
bug: add tag info to sentry error messages (#372)
* bug: add tag info to sentry error messages

* set tag info using middleware, fetch tag info from request and
response

Issue #329
2019-12-31 15:56:04 -08:00
Rachel Tublitz
681f101489
docs: add more detailed sentry testing info
closes #381
2019-12-17 16:06:52 -05:00
Rachel Tublitz
85396935ae
docs: add instructions on how to connect to local firefox
closes [#21](https://github.com/mozilla-services/services-engineering/issues/21)
2019-12-12 18:16:23 -05:00
Rachel Tublitz
e877ce06af
Merge branch 'master' into docs/add-hawk-token-example 2019-12-06 15:35:17 -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
Donovan Preston
9eee292b5a
Merge branch 'master' into readme 2019-12-04 14:44:01 -05:00
Rachel Tublitz
906c31055a
chore: tag 0.1.8 2019-12-03 17:38:50 -05:00
Jörg Thalheim
1c8d856d1e
README.md: Add missing requirements 2019-11-30 06:47:55 +00: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
Rachel Tublitz
bd9ecc37d2
docs: add info on how to update Sentry locally
updating README

Closes #251
2019-10-14 14:14:11 -04:00
Rachel Tublitz
a3ce613d4d
docs: add info on how to connect to Sentry locally 2019-10-11 14:24:17 -04:00
Rachel Tublitz
b7c7764731
docs: include details on golang requirement in setup instructions 2019-09-26 16:56:06 -07:00
Rachel Tublitz
23d702467a
docs: update readme with a few more first time setup details 2019-09-17 09:48:36 -04:00
Donovan Preston
38ea3eb644
Fix #181 Document how to run the unittests properly. 2019-07-30 09:05:07 -04:00
Philip Jenvey
ab25ddfe8a
docs: more on installation/running individual tests
and add a CONTRIBUTING.md
2019-05-16 10:28:39 -07:00
Philip Jenvey
f69bcdd626
fix: 404 on deletes of non existent individual bsos
also:

- switch Db to return ApiErrors so they're rendered correctly
- hide the awful ergonomics of matching NotFound errors behind methods (for now
at least)

Closes #93
2018-11-21 17:21:38 -08:00
Phil Booth
b1b6257e3f
chore: deploy docs to gh-pages branch 2018-10-15 17:56:42 +01:00