+12
-11
cmd/server/main.go
+12
-11
cmd/server/main.go
······
+2
-1
internal/api/handlers/aggregator/errors.go
+2
-1
internal/api/handlers/aggregator/errors.go
+2
-1
internal/api/handlers/aggregator/get_services.go
+2
-1
internal/api/handlers/aggregator/get_services.go
+2
-1
internal/api/handlers/aggregator/list_for_community.go
+2
-1
internal/api/handlers/aggregator/list_for_community.go
+2
-1
internal/api/handlers/comments/errors.go
+2
-1
internal/api/handlers/comments/errors.go
+3
-2
internal/api/handlers/comments/get_comments.go
+3
-2
internal/api/handlers/comments/get_comments.go
···
+2
-1
internal/api/handlers/comments/middleware.go
+2
-1
internal/api/handlers/comments/middleware.go
+2
-1
internal/api/handlers/comments/service_adapter.go
+2
-1
internal/api/handlers/comments/service_adapter.go
+3
-2
internal/api/handlers/community/block.go
+3
-2
internal/api/handlers/community/block.go
···
+3
-2
internal/api/handlers/community/create.go
+3
-2
internal/api/handlers/community/create.go
+2
-1
internal/api/handlers/community/errors.go
+2
-1
internal/api/handlers/community/errors.go
+2
-1
internal/api/handlers/community/get.go
+2
-1
internal/api/handlers/community/get.go
+2
-1
internal/api/handlers/community/list.go
+2
-1
internal/api/handlers/community/list.go
+2
-1
internal/api/handlers/community/search.go
+2
-1
internal/api/handlers/community/search.go
+3
-2
internal/api/handlers/community/subscribe.go
+3
-2
internal/api/handlers/community/subscribe.go
···
+3
-2
internal/api/handlers/community/update.go
+3
-2
internal/api/handlers/community/update.go
+2
-1
internal/api/handlers/communityFeed/errors.go
+2
-1
internal/api/handlers/communityFeed/errors.go
+2
-1
internal/api/handlers/communityFeed/get_community.go
+2
-1
internal/api/handlers/communityFeed/get_community.go
+2
-1
internal/api/handlers/discover/errors.go
+2
-1
internal/api/handlers/discover/errors.go
+2
-1
internal/api/handlers/discover/get_discover.go
+2
-1
internal/api/handlers/discover/get_discover.go
+3
-2
internal/api/handlers/post/create.go
+3
-2
internal/api/handlers/post/create.go
···
+3
-2
internal/api/handlers/post/errors.go
+3
-2
internal/api/handlers/post/errors.go
+2
-1
internal/api/handlers/timeline/errors.go
+2
-1
internal/api/handlers/timeline/errors.go
+3
-2
internal/api/handlers/timeline/get_timeline.go
+3
-2
internal/api/handlers/timeline/get_timeline.go
···
+2
-1
internal/api/middleware/auth.go
+2
-1
internal/api/middleware/auth.go
+2
-1
internal/api/routes/user.go
+2
-1
internal/api/routes/user.go
+2
-1
internal/atproto/jetstream/aggregator_consumer.go
+2
-1
internal/atproto/jetstream/aggregator_consumer.go
+3
-2
internal/atproto/jetstream/comment_consumer.go
+3
-2
internal/atproto/jetstream/comment_consumer.go
······
+4
-3
internal/atproto/jetstream/community_consumer.go
+4
-3
internal/atproto/jetstream/community_consumer.go
······
+4
-3
internal/atproto/jetstream/post_consumer.go
+4
-3
internal/atproto/jetstream/post_consumer.go
······
+3
-2
internal/atproto/jetstream/user_consumer.go
+3
-2
internal/atproto/jetstream/user_consumer.go
···
+4
-3
internal/atproto/jetstream/vote_consumer.go
+4
-3
internal/atproto/jetstream/vote_consumer.go
···
+2
-1
internal/core/aggregators/service.go
+2
-1
internal/core/aggregators/service.go
+2
-1
internal/core/communities/service.go
+2
-1
internal/core/communities/service.go
······
+2
-1
internal/core/communityFeeds/service.go
+2
-1
internal/core/communityFeeds/service.go
+2
-1
internal/core/communityFeeds/types.go
+2
-1
internal/core/communityFeeds/types.go
+2
-1
internal/core/discover/types.go
+2
-1
internal/core/discover/types.go
+4
-3
internal/core/posts/service.go
+4
-3
internal/core/posts/service.go
······
+2
-1
internal/core/timeline/types.go
+2
-1
internal/core/timeline/types.go
+2
-1
internal/core/users/service.go
+2
-1
internal/core/users/service.go
······
+2
-1
internal/db/postgres/aggregator_repo.go
+2
-1
internal/db/postgres/aggregator_repo.go
+2
-1
internal/db/postgres/comment_repo.go
+2
-1
internal/db/postgres/comment_repo.go
+2
-1
internal/db/postgres/community_repo.go
+2
-1
internal/db/postgres/community_repo.go
+2
-1
internal/db/postgres/community_repo_blocks.go
+2
-1
internal/db/postgres/community_repo_blocks.go
+2
-1
internal/db/postgres/community_repo_memberships.go
+2
-1
internal/db/postgres/community_repo_memberships.go
+2
-1
internal/db/postgres/community_repo_subscriptions.go
+2
-1
internal/db/postgres/community_repo_subscriptions.go
+2
-1
internal/db/postgres/discover_repo.go
+2
-1
internal/db/postgres/discover_repo.go
+3
-2
internal/db/postgres/feed_repo.go
+3
-2
internal/db/postgres/feed_repo.go
······
+2
-1
internal/db/postgres/feed_repo_base.go
+2
-1
internal/db/postgres/feed_repo_base.go
······
+2
-1
internal/db/postgres/post_repo.go
+2
-1
internal/db/postgres/post_repo.go
+2
-1
internal/db/postgres/timeline_repo.go
+2
-1
internal/db/postgres/timeline_repo.go
+8
-2
internal/db/postgres/user_repo.go
+8
-2
internal/db/postgres/user_repo.go
······
+2
-1
internal/db/postgres/vote_repo.go
+2
-1
internal/db/postgres/vote_repo.go
+2
-1
internal/db/postgres/vote_repo_test.go
+2
-1
internal/db/postgres/vote_repo_test.go
+5
-4
tests/e2e/user_signup_test.go
+5
-4
tests/e2e/user_signup_test.go
······
+11
-10
tests/integration/aggregator_e2e_test.go
+11
-10
tests/integration/aggregator_e2e_test.go
······
+4
-3
tests/integration/aggregator_test.go
+4
-3
tests/integration/aggregator_test.go
···
+4
-3
tests/integration/comment_consumer_test.go
+4
-3
tests/integration/comment_consumer_test.go
···
+4
-3
tests/integration/comment_query_test.go
+4
-3
tests/integration/comment_query_test.go
······
+3
-2
tests/integration/community_blocking_test.go
+3
-2
tests/integration/community_blocking_test.go
···
+5
-4
tests/integration/community_consumer_test.go
+5
-4
tests/integration/community_consumer_test.go
···
+3
-2
tests/integration/community_credentials_test.go
+3
-2
tests/integration/community_credentials_test.go
···
+9
-8
tests/integration/community_e2e_test.go
+9
-8
tests/integration/community_e2e_test.go
······
+3
-2
tests/integration/community_hostedby_security_test.go
+3
-2
tests/integration/community_hostedby_security_test.go
···
+3
-2
tests/integration/community_identifier_resolution_test.go
+3
-2
tests/integration/community_identifier_resolution_test.go
···
+3
-2
tests/integration/community_provisioning_test.go
+3
-2
tests/integration/community_provisioning_test.go
···
+3
-2
tests/integration/community_repo_test.go
+3
-2
tests/integration/community_repo_test.go
···
+3
-2
tests/integration/community_service_integration_test.go
+3
-2
tests/integration/community_service_integration_test.go
······
+4
-3
tests/integration/community_v2_validation_test.go
+4
-3
tests/integration/community_v2_validation_test.go
···
+3
-2
tests/integration/discover_test.go
+3
-2
tests/integration/discover_test.go
······
+5
-4
tests/integration/feed_test.go
+5
-4
tests/integration/feed_test.go
······
+3
-2
tests/integration/helpers.go
+3
-2
tests/integration/helpers.go
······
+2
-1
tests/integration/identity_resolution_test.go
+2
-1
tests/integration/identity_resolution_test.go
+4
-3
tests/integration/jetstream_consumer_test.go
+4
-3
tests/integration/jetstream_consumer_test.go
···
+5
-4
tests/integration/post_creation_test.go
+5
-4
tests/integration/post_creation_test.go
···
+9
-8
tests/integration/post_e2e_test.go
+9
-8
tests/integration/post_e2e_test.go
······
+6
-5
tests/integration/post_handler_test.go
+6
-5
tests/integration/post_handler_test.go
···
+3
-2
tests/integration/subscription_indexing_test.go
+3
-2
tests/integration/subscription_indexing_test.go
···
+4
-3
tests/integration/timeline_test.go
+4
-3
tests/integration/timeline_test.go
······
+3
-2
tests/integration/token_refresh_test.go
+3
-2
tests/integration/token_refresh_test.go
···
+5
-4
tests/integration/user_test.go
+5
-4
tests/integration/user_test.go
······
+2
-1
tests/unit/community_service_test.go
+2
-1
tests/unit/community_service_test.go