application-services/components/remote_settings
Bastian Gruber 91c55bf4f3 feat: adding a remote-settings CLI download feature, sync with local data
Adding two commands to the cargo remote-settings CLI, `dump-sync` and `dump-get`. This allows
to download a local dump of a set of collections, and keep it up to date with the remote version.

It's also possible to open a PR right away to update this file in the app-services repo.

`cargo remote-settings dump-sync --create-pr` will create a local branch and push it to the repo.

When trying to `get_records` from the component, it first checks if the database has some,
if not, it checks if the collection exists and takes it from the local file.
2024-11-19 13:41:28 +00:00
..
android Rework remote settings server URL 2024-10-28 21:40:22 +00:00
dumps/main feat: adding a remote-settings CLI download feature, sync with local data 2024-11-19 13:41:28 +00:00
src feat: adding a remote-settings CLI download feature, sync with local data 2024-11-19 13:41:28 +00:00
Cargo.toml feat: feature gate jexl 2024-11-15 16:13:04 +00:00
uniffi.toml Build improvements with UniFFI library mode 2024-10-17 17:59:42 +00:00