This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 63
Add UpdateProject functionality to Flyte control plane #114
Merged
Merged
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
8f8f7e6
introduce pr to update project repo
kosigz 0a3c9ef
wip
kosigz 49d2159
wip
kosigz b82d9a4
wip + merge
kosigz 6d72fc8
wip + compiles woot woot
kosigz 206b18a
don't return types where unused; db write
kosigz 7ebe9d6
check for writeTx error
kosigz 6e1c679
interface
kosigz b992261
use get
kosigz a68c819
add first integration test
kosigz e3c1c72
cmts
kosigz c3667ad
fix
kosigz 1c612b2
new integration test
kosigz bae3c4e
ci
kosigz 85451db
apologies for all the commits; running CI off GitHub
kosigz 5f34f8e
nit
kosigz 34738e6
api update
kosigz 7a8bf70
update mock interface
kosigz 2953c95
wip
kosigz 7fd36bd
mock update
kosigz 1c56881
lol
kosigz 20abeb6
bump back some dependencies
kosigz a319885
dep
kosigz a281fb6
unit test and migration
kosigz 11daaaf
rebase
kosigz 430a88f
protobuf
kosigz c2f6bc2
should be last dep change
kosigz 301c7c3
revert go.mode and make compile
kosigz 33e77d3
mock out more things, fix white space
kosigz a12d9fb
wip
kosigz 5d7775a
wip
kosigz b8f87ab
gofmt
kosigz d466c6e
project
kosigz 56a5355
Update pkg/repositories/gormimpl/project_repo.go
kosigz-lyft bc41a8f
Update pkg/repositories/gormimpl/project_repo.go
kosigz-lyft 01fb1f7
cmnts
kosigz b2925ef
Merge branch 'update_project_repo' of github.com:lyft/flyteadmin into…
kosigz b1d7d96
truncate tables before tests
kosigz dd7e10d
update integration test
kosigz 37b3805
integration test
kosigz 2fcc285
:=
kosigz 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
Binary file not shown.
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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.
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.
thank you for adding both integration tests! 😄