Client side atproto account migrator in your web browser, along with services for backups and adversarial migrations. pdsmoover.com
pds atproto migrations moo cow

listblobs endpoint, cid bugs fix, updates #7

merged opened by baileytownsend.dev targeting main from feature/listBlobs
Labels

None yet.

Participants 1
AT URI
at://did:plc:rnpkyqnmsw4ipey6eotbdnnf/sh.tangled.repo.pull/3meyh44bvqc22
+5 -3
Interdiff #0 #1
Cargo.lock

This file has not been changed.

+5 -3
justfile
··· 3 3 docker buildx build \ 4 4 --platform linux/arm64,linux/amd64 \ 5 5 --tag fatfingers23/moover_web:latest \ 6 - --tag fatfingers23/moover_web:0.0.2 \ 6 + --tag fatfingers23/moover_web:0.0.3 \ 7 7 --file Dockerfiles/web.Dockerfile \ 8 + --builder desktop-linux \ 8 9 --push . 9 10 # Worker 10 11 docker buildx build \ 11 12 --platform linux/arm64,linux/amd64 \ 12 13 --tag fatfingers23/moover_worker:latest \ 14 + --tag fatfingers23/moover_worker:0.0.4 \ 13 15 --file Dockerfiles/worker.Dockerfile \ 14 16 --builder desktop-linux \ 15 17 --push . ··· 17 19 docker buildx build \ 18 20 --platform linux/arm64,linux/amd64 \ 19 21 --tag fatfingers23/moover_cron_worker:latest \ 20 - --tag fatfingers23/moover_cron_worker:0.0.2 \ 22 + --tag fatfingers23/moover_cron_worker:0.0.3 \ 21 23 --file Dockerfiles/cron-worker.Dockerfile \ 22 24 --push . 23 25 ··· 25 27 docker buildx build \ 26 28 --platform linux/arm64,linux/amd64 \ 27 29 --tag fatfingers23/moover_ui:latest \ 28 - --tag fatfingers23/moover_ui:0.0.5 \ 30 + --tag fatfingers23/moover_ui:0.0.6 \ 29 31 --file Dockerfiles/web-ui.Dockerfile \ 30 32 --builder desktop-linux \ 31 33 --push .
lexicon_types_crate/Cargo.toml

This file has not been changed.

lexicon_types_crate/src/app_bsky/actor.rs

This file has not been changed.

lexicon_types_crate/src/app_bsky/actor/get_preferences.rs

This file has not been changed.

lexicon_types_crate/src/app_bsky/feed/postgate.rs

This file has not been changed.

lexicon_types_crate/src/app_bsky/feed/threadgate.rs

This file has not been changed.

lexicon_types_crate/src/builder_types.rs

This file has not been changed.

lexicon_types_crate/src/com_atproto/sync.rs

This file has not been changed.

lexicon_types_crate/src/com_atproto/sync/get_blob.rs

This file has not been changed.

lexicon_types_crate/src/com_atproto/sync/get_repo.rs

This file has not been changed.

lexicon_types_crate/src/com_atproto/sync/list_blobs.rs

This file has not been changed.

lexicon_types_crate/src/com_pdsmoover/admin/remove_pds.rs

This file has not been changed.

lexicon_types_crate/src/com_pdsmoover/admin/remove_repo.rs

This file has not been changed.

lexicon_types_crate/src/com_pdsmoover/admin/request_instance_backup.rs

This file has not been changed.

lexicon_types_crate/src/com_pdsmoover/admin/request_pds_backup.rs

This file has not been changed.

lexicon_types_crate/src/com_pdsmoover/admin/request_repo_backup.rs

This file has not been changed.

lexicon_types_crate/src/com_pdsmoover/admin/sign_up_pds.rs

This file has not been changed.

lexicon_types_crate/src/com_pdsmoover/backup/describe_server.rs

This file has not been changed.

lexicon_types_crate/src/com_pdsmoover/backup/get_repo_status.rs

This file has not been changed.

lexicon_types_crate/src/com_pdsmoover/backup/remove_repo.rs

This file has not been changed.

lexicon_types_crate/src/com_pdsmoover/backup/request_backup.rs

This file has not been changed.

lexicon_types_crate/src/com_pdsmoover/backup/sign_up.rs

This file has not been changed.

lexicon_types_crate/src/lib.rs

This file has not been changed.

lexicons/com/atproto/sync/listBlobs.json

This file has not been changed.

shared/Cargo.toml

This file has not been changed.

shared/migrations/20260214022210_blobs_unique_account_cid.up.sql

This file has not been changed.

shared/src/db/mod.rs

This file has not been changed.

shared/src/jobs/mod.rs

This file has not been changed.

shared/src/jobs/pds_backup.rs

This file has not been changed.

shared/src/jobs/scheduled_back_up_start.rs

This file has not been changed.

shared/src/jobs/upload_blob.rs

This file has not been changed.

web-ui/src/routes/terms/+page.svelte

This file has not been changed.

web/src/handlers/xrpc/com_atproto_sync.rs

This file has not been changed.

History

2 rounds 0 comments
sign up or login to add to the discussion
2 commits
expand
listBlobs, bugfix, new vendor
forgot to up the versions
expand 0 comments
pull request successfully merged
1 commit
expand
listBlobs, bugfix, new vendor
expand 0 comments