-
-
Notifications
You must be signed in to change notification settings - Fork 320
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Add test coverage to repo; delete cdc stream
* Attempt to send coverage to coveralls - https://coveralls.io/github/supabase/realtime * Removes CDC Stream code * Fix small compilation error with Gettext deprecation warnings * Renamed Realtime.Tenants.BroadcastChanges.Handler to Realtime.Tenants.ReplicationConnection * Reverses PID monitoring so Realtime.Tenants.ReplicationConnection and Realtime.Tenants.Listen are the ones tracking Realtime.Connect and die accordingly, reducing probability of process linking issues * Fixed Realtime.Tenants.Connect.shutdown/1 that was killing the Postgrex connection instead of killing Realtime.Tenants.Connect potentially leading to issues in the state of the connection
- Loading branch information
1 parent
5bb08a5
commit 3d04303
Showing
28 changed files
with
259 additions
and
828 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"skip_files": [ | ||
"lib/realtime_web/api_spec.ex", | ||
"lib/realtime_web/channels/presence.ex", | ||
"lib/realtime_web/controllers/page_controller.ex", | ||
"lib/realtime_web/dashboard/", | ||
"lib/realtime_web/endpoint.ex", | ||
"lib/realtime_web/gettext.ex", | ||
"lib/realtime_web/live/", | ||
"lib/realtime_web/open_api_schemas.ex", | ||
"lib/realtime_web/telemetry.ex", | ||
"lib/realtime_web/views/", | ||
"lib/realtime.ex", | ||
"lib/realtime/adapters/changes.ex", | ||
"lib/realtime/adapters/postgres/decoder.ex", | ||
"lib/realtime/adapters/postgres/oid_database.ex", | ||
"lib/realtime/adapters/postgres/protocol/", | ||
"lib/realtime/application.ex", | ||
"lib/realtime/operations.ex", | ||
"lib/realtime/release.ex", | ||
"lib/realtime/tenants/authorization/policies/broadcast_policies.ex", | ||
"lib/realtime/tenants/authorization/policies/presence_policies.ex", | ||
"lib/realtime/tenants/repo/migrations/", | ||
"test/" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.