-
Notifications
You must be signed in to change notification settings - Fork 242
feat: disallow reviewing proposals not created by Cosmo #2218
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
Merged
wilsonrivera
merged 16 commits into
main
from
wilson/eng-7878-if-a-proposal-is-originating-from-the-hub-cosmo-should-not
Oct 10, 2025
Merged
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
fbc9711
feat: disallow reviewing proposals not created by Cosmo
wilsonrivera afc1e30
chore: update tests
wilsonrivera 9217bb9
chore: update check for when updating a proposal and added test
wilsonrivera 68e39ec
Merge branch 'main' into wilson/eng-7878-if-a-proposal-is-originating…
wilsonrivera 6a1020b
Merge branch 'main' into wilson/eng-7878-if-a-proposal-is-originating…
wilsonrivera acae78a
chore: display why the proposal why can't be updated in cosmo
wilsonrivera 95f7ec7
Merge remote-tracking branch 'origin/wilson/eng-7878-if-a-proposal-is…
wilsonrivera 70bab52
chore: rename values to `Internal` and `External`
wilsonrivera d471cd2
Merge branch 'main' into wilson/eng-7878-if-a-proposal-is-originating…
wilsonrivera d348732
chore: missed file
wilsonrivera 6374351
Merge branch 'main' into wilson/eng-7878-if-a-proposal-is-originating…
wilsonrivera b10e380
Merge branch 'main' into wilson/eng-7878-if-a-proposal-is-originating…
wilsonrivera c6939b7
Merge branch 'main' into wilson/eng-7878-if-a-proposal-is-originating…
wilsonrivera 5f11dd5
Merge branch 'main' into wilson/eng-7878-if-a-proposal-is-originating…
wilsonrivera 53cdefc
chore: update generated code
wilsonrivera 4e644d5
chore: update test
wilsonrivera File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
5,979 changes: 3,027 additions & 2,952 deletions
5,979
connect-go/gen/proto/wg/cosmo/platform/v1/platform.pb.go
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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,2 @@ | ||
| CREATE TYPE "public"."proposal_origin" AS ENUM('COSMO', 'HUB');--> statement-breakpoint | ||
| ALTER TABLE "proposals" ADD COLUMN "origin" "proposal_origin" DEFAULT 'COSMO' NOT NULL; |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.