-
Notifications
You must be signed in to change notification settings - Fork 62
Comparing changes
Open a pull request
base repository: mozilla-services/syncstorage-rs
base: 0.15.3
head repository: mozilla-services/syncstorage-rs
compare: master
Commits on Apr 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8098d83 - Browse repository at this point
Copy the full SHA 8098d83View commit details
Commits on Apr 25, 2024
-
fix: take keys_changed_at into account w/ migrated records' special c…
Configuration menu - View commit details
-
Copy full SHA for f68fb60 - Browse repository at this point
Copy the full SHA f68fb60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 810db6c - Browse repository at this point
Copy the full SHA 810db6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9af5bf5 - Browse repository at this point
Copy the full SHA 9af5bf5View commit details
Commits on Apr 30, 2024
-
feat: Allow uid range for purge function (SYNC-4246) (#1547)
* feat: Allow uid range for purge function In an attempt to parallelize this script after a very long delay, specify a range so that multiple scripts can try to process different ranges of the database. Closes #1548
Configuration menu - View commit details
-
Copy full SHA for cc16082 - Browse repository at this point
Copy the full SHA cc16082View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cfc5b0 - Browse repository at this point
Copy the full SHA 3cfc5b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1668716 - Browse repository at this point
Copy the full SHA 1668716View commit details -
* chore: tag 0.15.3 * chore: fix changelog version anchor * chore: tag 0.15.4 * chore: tag 0.15.5
Configuration menu - View commit details
-
Copy full SHA for 97389f4 - Browse repository at this point
Copy the full SHA 97389f4View commit details -
* bug: validate val names * not sure why we look for two args when the secret should always be last * fix names of the range vals to match opts * normalize `range` to `uid_range` everywhere to prevent possible problems.
Configuration menu - View commit details
-
Copy full SHA for 5dc53f2 - Browse repository at this point
Copy the full SHA 5dc53f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 070583c - Browse repository at this point
Copy the full SHA 070583cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7c32de - Browse repository at this point
Copy the full SHA a7c32deView commit details -
Merge pull request #1551 from mozilla-services/release/0.15
chore: tag 0.15.6
Configuration menu - View commit details
-
Copy full SHA for aa9ef46 - Browse repository at this point
Copy the full SHA aa9ef46View commit details
Commits on May 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4a145dd - Browse repository at this point
Copy the full SHA 4a145ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ebe45a - Browse repository at this point
Copy the full SHA 5ebe45aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3d7481 - Browse repository at this point
Copy the full SHA c3d7481View commit details
Commits on May 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 581c250 - Browse repository at this point
Copy the full SHA 581c250View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53ff3ac - Browse repository at this point
Copy the full SHA 53ff3acView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9f74cb - Browse repository at this point
Copy the full SHA e9f74cbView commit details
Commits on May 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fa5c9bd - Browse repository at this point
Copy the full SHA fa5c9bdView commit details -
* feat: log bad client state to stderr & metrics Closes: SYNC-4244
Configuration menu - View commit details
-
Copy full SHA for 8307955 - Browse repository at this point
Copy the full SHA 8307955View commit details
Commits on May 16, 2024
-
bug: Allow threadpool size to be set. (#1560)
* bug: Allow threadpool size to be set. It appears that the replacement for setting ACTIX_THREADPOOL would be to call `ServiceBuilder.worker_max_blocking_threads()` This PR introduces the ability to set this value by using the `worker_max_blocking_threads`configuration variable. Closes #SYNC-4271
Configuration menu - View commit details
-
Copy full SHA for ab7b422 - Browse repository at this point
Copy the full SHA ab7b422View commit details
Commits on May 20, 2024
-
feat: Add normalized ReportableError to errors (#1559)
* feat: Add normalized ReportableError to errors We want to do things like add tags and other features to sync errors the way that we do in other packages. To do so, we're backporting ReportableError from Autopush to Syncstorage. This also addresses some clippy fixes required by 1.78 This continues to use the `Taggable` trait, which we may want to port to autopush. Closes SYNC-4262
Configuration menu - View commit details
-
Copy full SHA for 7718130 - Browse repository at this point
Copy the full SHA 7718130View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cdfd03 - Browse repository at this point
Copy the full SHA 5cdfd03View commit details -
fix: nix-shell: update
pkgconfig
->pkg-config
build input (#1562)Signed-off-by: Christoph Heiss <christoph@c8h4.io> Co-authored-by: JR Conlin <jconlin+git@mozilla.com>
Configuration menu - View commit details
-
Copy full SHA for a55e373 - Browse repository at this point
Copy the full SHA a55e373View commit details
Commits on May 23, 2024
-
feat: Add metrics, gcp logging to tokenserver scripts (#1555)
* feat: Add metrics, gcp logging to tokenserver scripts This adds GCP logging JSON output formatting for logs as well as DataDog style metric reporting. New Environs: * `METRIC_API_KEY` - Optional Datadog API key * `METRIC_APP_KEY` - Optional Datadog APP key * `METRIC_HOST` - Collector Host address * `METRIC_PORT` - Collector Host port This also adds the `--human` arg if you want to use the older, human readable logs instead. --------- Co-authored-by: Philip Jenvey <pjenvey@underboss.org>
Configuration menu - View commit details
-
Copy full SHA for 6537783 - Browse repository at this point
Copy the full SHA 6537783View commit details
Commits on May 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2584b97 - Browse repository at this point
Copy the full SHA 2584b97View commit details -
Configuration menu - View commit details
-
Copy full SHA for bca19e4 - Browse repository at this point
Copy the full SHA bca19e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 450c378 - Browse repository at this point
Copy the full SHA 450c378View commit details
Commits on Jun 3, 2024
-
Merge pull request #1565 from mozilla-services/release/0.15
chore: tag 0.15.9
Configuration menu - View commit details
-
Copy full SHA for 6ea9c85 - Browse repository at this point
Copy the full SHA 6ea9c85View commit details
Commits on Jun 10, 2024
-
chore: Update to debian bookworm / Python 3.12 (#1567)
* chore: Update to debian bookworm / Python 3.12
Configuration menu - View commit details
-
Copy full SHA for 8f9e1c2 - Browse repository at this point
Copy the full SHA 8f9e1c2View commit details
Commits on Jun 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3a969f2 - Browse repository at this point
Copy the full SHA 3a969f2View commit details -
Merge pull request #1570 from mozilla-services/release/0.16
chore: tag 0.16.0
Configuration menu - View commit details
-
Copy full SHA for 7004ad0 - Browse repository at this point
Copy the full SHA 7004ad0View commit details
Commits on Jun 14, 2024
-
feat: Remove support for BrowserID (#1531)
* feat: Remove support for BrowserID * mark test only functions as such. I think we can drop MapAndThenTrait for more recent implementations of rust. Closes: SYNC-3684
Configuration menu - View commit details
-
Copy full SHA for dbbdd1d - Browse repository at this point
Copy the full SHA dbbdd1dView commit details -
bug: Revert the venv configuration for python (#1571)
use `--system-break-packages` flag to force install to system. Closes SYNC-4298
Configuration menu - View commit details
-
Copy full SHA for 0f86587 - Browse repository at this point
Copy the full SHA 0f86587View commit details
Commits on Jun 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6c9b771 - Browse repository at this point
Copy the full SHA 6c9b771View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33ffbe0 - Browse repository at this point
Copy the full SHA 33ffbe0View commit details
Commits on Jun 17, 2024
-
Merge pull request #1575 from mozilla-services/release/0.17
chore: tag 0.17.0
Configuration menu - View commit details
-
Copy full SHA for 2924031 - Browse repository at this point
Copy the full SHA 2924031View commit details
Commits on Jun 25, 2024
-
chore: Updates for Jun-2024 * f normalize diesel to 1.4 We're currenlty locked to diesel 1.4 due to some significant changes in the `diesel_logger` crate and how it expects `Connections` to be defined.
Configuration menu - View commit details
-
Copy full SHA for 1713962 - Browse repository at this point
Copy the full SHA 1713962View commit details
Commits on Jul 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 250ac94 - Browse repository at this point
Copy the full SHA 250ac94View commit details
Commits on Jul 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1edce04 - Browse repository at this point
Copy the full SHA 1edce04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c8e3ef - Browse repository at this point
Copy the full SHA 1c8e3efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68db54b - Browse repository at this point
Copy the full SHA 68db54bView commit details
Commits on Jul 16, 2024
-
Merge pull request #1585 from mozilla-services/release/0.17
chore: tag 0.17.1
Configuration menu - View commit details
-
Copy full SHA for 0996cb5 - Browse repository at this point
Copy the full SHA 0996cb5View commit details
Commits on Aug 7, 2024
-
chore: revert back to bullseye (for now) (#1589)
this also downgrades Oracle's libmysqlclient-dev from 8.0.37-1debian11 to 8.0.39-1debian12 this is to test if the debian version and or the libmysqlclient-dev version are the cause of both db pool initialization failures as well as other seemingly mysterious likely network related issues seen in 0.17.x Issue SYNC-4363
Configuration menu - View commit details
-
Copy full SHA for 4a503f8 - Browse repository at this point
Copy the full SHA 4a503f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 613fcb5 - Browse repository at this point
Copy the full SHA 613fcb5View commit details
Commits on Aug 30, 2024
-
fix: revert the python3.10 match statement (for now) (#1592)
so the script can operate under bullseye/python3.9 and ignore RUSTSEC-2024-0365 Issue SYNC-4259
Configuration menu - View commit details
-
Copy full SHA for dc0d571 - Browse repository at this point
Copy the full SHA dc0d571View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9e503d - Browse repository at this point
Copy the full SHA a9e503dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce81db2 - Browse repository at this point
Copy the full SHA ce81db2View commit details
Commits on Sep 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1443b31 - Browse repository at this point
Copy the full SHA 1443b31View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6ef948 - Browse repository at this point
Copy the full SHA d6ef948View commit details
There are no files selected for viewing
Large diffs are not rendered by default.
Uh oh!
There was an error while loading. Please reload this page.
Large diffs are not rendered by default.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.