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.
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(api/database)!: store deployment record in database for Vela-targeted deployments #1031
feat(api/database)!: store deployment record in database for Vela-targeted deployments #1031
Changes from 35 commits
a712597
3afee3d
a189a6f
1577eb3
c49b7cf
e5f7c3c
03da6ea
14d1f4c
183a91b
ccb6747
c8cc0d7
df3f450
657b460
b8e4f1a
027f67c
1b7305f
5ff37bd
fbea7f5
8e4f2ee
9694b4e
dc495ae
442913b
70c641f
13d051b
43cc0fc
5de0961
e8d0d8e
56fe6a1
f3f5825
f93b7ed
e9b7e1c
f372ab2
0c00bcd
0758cb3
9ba8f52
dca4e8c
85bbac6
a5a78c5
21e5481
f8f6cfd
16fc94c
245a6db
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we delete the database function
ListBuildsForDeployment
? Can be a follow up PR but would be nice to remove any dead code.Check failure on line 182 in api/webhook/post.go
GitHub Actions / golangci
[golangci] api/webhook/post.go#L182
Raw output
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should an error like this stop the build? Probably? Not sure though, so noting it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
im not too sure what to do for this?
Check failure on line 839 in api/webhook/post.go
GitHub Actions / golangci
[golangci] api/webhook/post.go#L839
Raw output
Check failure on line 850 in api/webhook/post.go
GitHub Actions / golangci
[golangci] api/webhook/post.go#L850
Raw output
Check failure on line 138 in cmd/vela-server/schedule.go
GitHub Actions / golangci
[golangci] cmd/vela-server/schedule.go#L138
Raw output
Check failure on line 138 in cmd/vela-server/schedule.go
GitHub Actions / full-review
Check failure on line 138 in cmd/vela-server/schedule.go
GitHub Actions / diff-review