Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: cleanup notifier #3867

Merged
merged 38 commits into from
Sep 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
d441bdd
chore(deps): bump github.com/spf13/cast from 1.5.0 to 1.5.1 (#3770)
dependabot[bot] Aug 21, 2023
86fd392
chore: refactoring pg notifier
achettyiitr Aug 22, 2023
bd38214
chore: master pull
achettyiitr Aug 23, 2023
1208e51
chore: master pull
achettyiitr Aug 25, 2023
b60614d
chore: tests fix
achettyiitr Aug 25, 2023
3d5d7e1
chore: some more changes
achettyiitr Aug 25, 2023
8490a03
chore: some more changes
achettyiitr Aug 25, 2023
d826c6d
chore: some more changes
achettyiitr Aug 25, 2023
396bd9c
chore: some more changes
achettyiitr Aug 25, 2023
608a254
Merge branch 'chore.pg-notifier-clean-up' of github.com:rudderlabs/ru…
achettyiitr Aug 25, 2023
3f21ed5
Merge branch 'chore.pg-notifier-clean-up' of github.com:rudderlabs/ru…
achettyiitr Aug 25, 2023
130ecf4
Merge branch 'master' of github.com:rudderlabs/rudder-server into cho…
achettyiitr Aug 27, 2023
dd8fcc9
Merge branch 'master' of github.com:rudderlabs/rudder-server into cho…
achettyiitr Aug 27, 2023
e531f1c
Merge branch 'chore.pg-notifier-clean-up+metadata' into chore.pg-noti…
achettyiitr Aug 27, 2023
3665283
chore: some more changes
achettyiitr Aug 27, 2023
cb6dfd8
Merge branch 'master' into chore.pg-notifier-clean-up
achettyiitr Aug 28, 2023
7a89fef
chore: master pull
achettyiitr Aug 28, 2023
2732a12
Merge branch 'chore.pg-notifier-clean-up' of github.com:rudderlabs/ru…
achettyiitr Aug 28, 2023
62dff9d
Merge branch 'master' of github.com:rudderlabs/rudder-server into cho…
achettyiitr Aug 28, 2023
3c1778c
chore: review comments
achettyiitr Aug 31, 2023
5d01aae
Merge branch 'master' of github.com:rudderlabs/rudder-server into cho…
achettyiitr Aug 31, 2023
9e64253
chore: review comments
achettyiitr Aug 31, 2023
13fe8e5
chore: review comments
achettyiitr Aug 31, 2023
eef2853
Merge branch 'master' into chore.pg-notifier-clean-up
achettyiitr Sep 1, 2023
c359155
Merge branch 'master' of github.com:rudderlabs/rudder-server into cho…
achettyiitr Sep 3, 2023
9faf7e3
chore: some more changes
achettyiitr Sep 3, 2023
ea8de40
Merge branch 'master' of github.com:rudderlabs/rudder-server into cho…
achettyiitr Sep 4, 2023
81d4a63
chore: deepsource changes
achettyiitr Sep 4, 2023
455be73
chore: some more changes
achettyiitr Sep 5, 2023
3b845a3
chore: master pull
achettyiitr Sep 10, 2023
fd79c8c
chore: review comments
achettyiitr Sep 11, 2023
db9bf6f
chore: master pull
achettyiitr Sep 14, 2023
c6841f1
chore: some more changes
achettyiitr Sep 14, 2023
c88837f
chore: review comments
achettyiitr Sep 14, 2023
fb87b8d
chore: master pull
achettyiitr Sep 14, 2023
3e6feac
chore: review comments
achettyiitr Sep 19, 2023
6ef6694
chore: master pull
achettyiitr Sep 19, 2023
2d43e31
Merge branch 'master' into chore.pg-notifier-clean-up-pt-1
achettyiitr Sep 21, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions runner/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ import (
"github.com/rudderlabs/rudder-server/services/db"
"github.com/rudderlabs/rudder-server/services/diagnostics"
"github.com/rudderlabs/rudder-server/services/oauth"
"github.com/rudderlabs/rudder-server/services/pgnotifier"
"github.com/rudderlabs/rudder-server/services/streammanager/kafka"
"github.com/rudderlabs/rudder-server/utils/misc"
"github.com/rudderlabs/rudder-server/utils/types/deployment"
Expand Down Expand Up @@ -323,7 +322,6 @@ func runAllInit() {
diagnostics.Init()
backendconfig.Init()
warehouseutils.Init()
pgnotifier.Init()
warehouse.Init4()
validations.Init()
eventschema.Init()
Expand Down
Loading
Loading