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

feat: move ingress to it's own service #3477

Merged
merged 1 commit into from
Nov 25, 2024

Conversation

stuartwdouglas
Copy link
Collaborator

No description provided.

This was referenced Nov 25, 2024
@stuartwdouglas stuartwdouglas added the run-all A PR with this label will run the full set of CI jobs in the PR rather than in the merge queue label Nov 25, 2024
@stuartwdouglas stuartwdouglas added the skip-proto-breaking PRs with this label will skip the breaking proto check label Nov 25, 2024
@stuartwdouglas stuartwdouglas marked this pull request as ready for review November 25, 2024 02:16
@stuartwdouglas stuartwdouglas requested review from wesbillman and removed request for a team November 25, 2024 02:16
@stuartwdouglas stuartwdouglas force-pushed the stuartwdouglas/ingress-service branch 4 times, most recently from 788913c to a06d216 Compare November 25, 2024 02:57
@stuartwdouglas stuartwdouglas requested a review from a team as a code owner November 25, 2024 02:57
@stuartwdouglas stuartwdouglas force-pushed the stuartwdouglas/ingress-service branch 10 times, most recently from 1e38f31 to efa0457 Compare November 25, 2024 05:51
@@ -0,0 +1,5 @@
-- migrate:up
DROP TABLE IF EXISTS ingress_routes;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Glorious!

})
err := wg.Wait()
if err != nil {
return fmt.Errorf("cron service stopped: %w", err)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

copy pasta cron -> ingress

@stuartwdouglas stuartwdouglas enabled auto-merge (squash) November 25, 2024 06:45
@stuartwdouglas stuartwdouglas merged commit 3adc0de into main Nov 25, 2024
92 of 93 checks passed
@stuartwdouglas stuartwdouglas deleted the stuartwdouglas/ingress-service branch November 25, 2024 06:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
run-all A PR with this label will run the full set of CI jobs in the PR rather than in the merge queue skip-proto-breaking PRs with this label will skip the breaking proto check
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants