alpha
Login
or
Join now
edavis.dev
/
happyview
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
A lexicon-driven AppView for ATProto.
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
happyview
/
migrations
/
postgres
83 files
at
main
Trezy
fix: implement revocation for space credentials
19d ago
10037f63
20260212000000_create_records.sql
fix: implement revocation for space credentials Signed-off-by: Trezy <tre@trezy.com>
2 weeks ago
20260213000000_add_created_at.sql
feat: add support for sqlite
4 months ago
20260214000000_create_lexicons.sql
feat: add support for sqlite
4 months ago
20260215000000_add_target_collection.sql
feat: add support for sqlite
4 months ago
20260216000000_create_backfill_jobs.sql
feat: add support for sqlite
4 months ago
20260217000000_create_admins.sql
feat: add support for sqlite
4 months ago
20260218000000_admin_did_auth.sql
feat: add support for sqlite
4 months ago
20260219000000_create_network_lexicons.sql
feat: add support for sqlite
4 months ago
20260220000000_add_lexicon_action.sql
feat: add support for sqlite
4 months ago
20260221000000_merge_network_lexicons.sql
feat: add support for sqlite
4 months ago
20260222000000_add_lexicon_script.sql
feat: add support for sqlite
4 months ago
20260223000000_create_event_logs.sql
feat: add support for sqlite
4 months ago
20260304000000_add_on_index_script.sql
feat: add support for sqlite
4 months ago
20260304000001_create_dead_letter_hooks.sql
feat: add support for sqlite
4 months ago
20260304000002_rename_on_index_script_to_index_hook.sql
feat: add support for sqlite
4 months ago
20260304000003_create_script_variables.sql
feat: add support for sqlite
4 months ago
20260306000000_create_admin_api_keys.sql
feat: add support for sqlite
4 months ago
20260312000000_create_record_refs.sql
feat: add support for sqlite
4 months ago
20260314000000_rename_admins_to_users.sql
feat: add support for sqlite
4 months ago
20260314000001_create_user_permissions.sql
feat: add support for sqlite
4 months ago
20260314000002_rename_api_keys_add_permissions.sql
feat: add support for sqlite
4 months ago
20260314000003_remove_network_lexicon_permissions.sql
feat: add support for sqlite
4 months ago
20260314100000_create_labeler_subscriptions.sql
feat: add support for sqlite
4 months ago
20260314100001_create_labels.sql
feat: add support for sqlite
4 months ago
20260316000000_create_rate_limits.sql
feat: add support for sqlite
4 months ago
20260317000000_rate_limit_token_costs.sql
feat: add support for sqlite
4 months ago
20260318000000_uuid_to_text.sql
feat: add support for sqlite
4 months ago
20260319000000_create_oauth_tables.sql
feat: add builtin oauth, removing AIP dependency
4 months ago
20260319000001_plugin_tables.sql
wasm infra
4 months ago
20260320000000_create_instance_settings.sql
fix: fix auth tests
4 months ago
20260320100000_create_external_auth_state.sql
feat: complete plugin sync pipeline with auth, tokens, and PDS writes
4 months ago
20260322000000_add_plugin_manifest.sql
feat: add support for plugin manifests and configuration via the dashboard
4 months ago
20260325000000_text_to_timestamptz.sql
fix: ditch redirect cookies in favor of storing redirect info in the db
4 months ago
20260326000000_create_auth_login_redirects.sql
fix: ditch redirect cookies in favor of storing redirect info in the db
4 months ago
20260327000000_plugin_tables_timestamptz_to_text.sql
feat: add attestation support to atproto api
3 months ago
20260411000000_plugin_config_jsonb_to_text.sql
fix: convert plugin timestamp columns
3 months ago
20260412000000_create_api_clients.sql
feat: add support for API clients
3 months ago
20260412100000_auth_redirects_add_client_id.sql
feat: add support for API clients
3 months ago
20260412200000_drop_rate_limit_allowlist.sql
feat: add support for API clients
3 months ago
20260412300000_api_clients_add_secret.sql
feat: add API clients
3 months ago
20260413000000_api_clients_fix_refill_rate_type.sql
fix: database column type mismatch
3 months ago
20260414000000_drop_rate_limits_tables.sql
feat: add support for multiple domains
3 months ago
20260415000000_create_domains.sql
feat: add support for multiple domains
3 months ago
20260416000000_add_api_client_type.sql
feat: switch to DPoP auth
3 months ago
20260416000001_create_dpop_keys.sql
feat: switch to DPoP auth
3 months ago
20260416000002_create_dpop_sessions.sql
feat: switch to DPoP auth
3 months ago
20260416000003_add_dpop_session_token_hash.sql
feat: switch to DPoP auth
3 months ago
20260421000000_dead_letters_resolved_at.sql
feat(dashboard): add UI for managing dead letters
3 months ago
20260424000000_fix_dead_letters_resolved_at_type.sql
fix(db): convert dead letter resolved_at to TEXT in Postgres setups
3 months ago
20260425000000_api_clients_add_parent_and_owner.sql
feat: allow first party API clients to child API clients
3 months ago
20260429000000_create_spaces.sql
feat: permissioned spaces implementation
2 months ago
20260429000001_create_space_members.sql
feat: permissioned spaces implementation
2 months ago
20260429000002_create_space_records.sql
feat: permissioned spaces implementation
2 months ago
20260429000003_create_space_credentials.sql
feat: permissioned spaces implementation
2 months ago
20260429000004_create_space_invites.sql
feat: permissioned spaces implementation
2 months ago
20260429000005_create_space_dids.sql
feat: permissioned spaces implementation
2 months ago
20260429000006_create_space_sync_state.sql
feat: permissioned spaces implementation
2 months ago
20260429100000_create_delegated_accounts.sql
feat: add support for account write delegation
2 months ago
20260429100001_create_account_delegates.sql
feat: add support for account write delegation
2 months ago
20260501000000_scripts_by_trigger.sql
fix: restore `granted_at` default in migrations Signed-off-by: Trezy <tre@trezy.com> Signed-off-by: Trezy <tre@trezy.com>
2 months ago
20260502000000_dead_letter_scripts_collection.sql
feat: add collection column to dead_letter_scripts so we can ditch second-level filtering Signed-off-by: Trezy <tre@trezy.com> Signed-off-by: Trezy <tre@trezy.com>
2 months ago
20260502000001_migrate_legacy_scripts.sql
feat: migrate legacy script/index_hook data to scripts table and drop columns Signed-off-by: Trezy <tre@trezy.com> Signed-off-by: Trezy <tre@trezy.com>
2 months ago
20260511000000_add_space_did.sql
feat: refactor permissioned spaces to better align with Dan's implementation Signed-off-by: Trezy <tre@trezy.com> Signed-off-by: Trezy <tre@trezy.com>
2 months ago
20260511100000_add_space_revision.sql
feat: refactor permissioned spaces to better align with Dan's implementation Signed-off-by: Trezy <tre@trezy.com> Signed-off-by: Trezy <tre@trezy.com>
2 months ago
20260512000000_fix_null_dead_letter_ids.sql
fix: generate missing IDs for dead letters fixes #20 Signed-off-by: Trezy <tre@trezy.com> Signed-off-by: Trezy <tre@trezy.com>
2 months ago
20260513000000_add_backfill_stage.sql
fix: add better reporting and proper resume on backfills Signed-off-by: Trezy <tre@trezy.com> Signed-off-by: Trezy <tre@trezy.com>
2 months ago
20260513000001_create_backfill_repos.sql
fix: update column type in backfill migration Signed-off-by: Trezy <tre@trezy.com> Signed-off-by: Trezy <tre@trezy.com>
2 months ago
20260520000000_add_resolved_repos.sql
feat: parallelize PDS resolution and record retrieval during backfills Signed-off-by: Trezy <tre@trezy.com> Signed-off-by: Trezy <tre@trezy.com>
2 months ago
20260521000000_backfill_diagnostics.sql
feat: add more detailed information to backfill UI Signed-off-by: Trezy <tre@trezy.com> Signed-off-by: Trezy <tre@trezy.com>
2 months ago
20260522000000_add_records_collection_indexed_at_index.sql
fix: prevent backfill jobs from locking locking out pause/cancellation Signed-off-by: Trezy <tre@trezy.com> Signed-off-by: Trezy <tre@trezy.com>
2 months ago
20260526000000_dpop_session_per_device.sql
fix: use dpop thumbprints to enable multi-device auth Signed-off-by: Trezy <tre@trezy.com> Signed-off-by: Trezy <tre@trezy.com>
2 months ago
20260526000001_drop_access_token_hash.sql
fix: use dpop thumbprints to enable multi-device auth Signed-off-by: Trezy <tre@trezy.com> Signed-off-by: Trezy <tre@trezy.com>
2 months ago
20260527000000_script_description_limit.sql
refactor: cleanup script styles to match better with the rest of the dashboard Signed-off-by: Trezy <tre@trezy.com> Signed-off-by: Trezy <tre@trezy.com>
2 months ago
20260527000001_scripts_timestamptz_to_text.sql
fix: dont use use timestamptz in migrations (Ill remember that... one day) Signed-off-by: Trezy <tre@trezy.com> Signed-off-by: Trezy <tre@trezy.com>
2 months ago
20260604000000_create_service_identity.sql
fix: remove broken timestamping Signed-off-by: Trezy <tre@trezy.com> Signed-off-by: Trezy <tre@trezy.com>
1 month ago
20260604000001_create_service_entries.sql
fix: remove broken timestamping Signed-off-by: Trezy <tre@trezy.com> Signed-off-by: Trezy <tre@trezy.com>
1 month ago
20260604000002_add_outbound_xrpcs_to_scripts.sql
feat: add support for service proxying Signed-off-by: Trezy <tre@trezy.com> Signed-off-by: Trezy <tre@trezy.com>
1 month ago
20260626000000_prefix_table_names.sql
fix: out-of-order migrations (for real this time) Signed-off-by: Trezy <tre@trezy.com>
3 weeks ago
20260627000000_proposal_0016_alignment.sql
feat: update to latest permissioned data spec Signed-off-by: Trezy <tre@trezy.com> Signed-off-by: Trezy <tre@trezy.com>
1 month ago
20260627000001_verification_methods.sql
feat: update to latest permissioned data spec Signed-off-by: Trezy <tre@trezy.com> Signed-off-by: Trezy <tre@trezy.com>
1 month ago
20260701000000_create_jobs.sql
feat: add support for async jobs Signed-off-by: Trezy <tre@trezy.com>
3 weeks ago
20260702000000_add_inherit_auth_to_jobs.sql
feat: add support for async jobs Signed-off-by: Trezy <tre@trezy.com>
3 weeks ago
20260707000000_add_revoked_at_to_space_credentials.sql
fix: implement revocation for space credentials Signed-off-by: Trezy <tre@trezy.com>
2 weeks ago