-
Notifications
You must be signed in to change notification settings - Fork 63
Add UpdateProject functionality to Flyte control plane #114
Conversation
Can you create an issue in github.com/flyte/issues (it's public) and link all of these PRs to it? |
Mind adding an integration test here: https://github.com/lyft/flyteadmin/blob/master/tests/project.go to validate the Update works to only overwrite set fields? |
Codecov Report
@@ Coverage Diff @@
## master #114 +/- ##
==========================================
- Coverage 62.50% 62.32% -0.19%
==========================================
Files 104 104
Lines 7722 7753 +31
==========================================
+ Hits 4827 4832 +5
- Misses 2327 2351 +24
- Partials 568 570 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Co-authored-by: Katrina Rogan <[email protected]>
Co-authored-by: Katrina Rogan <[email protected]>
… update_project_repo
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.
please squash and merge when submitting! thanks for taking up this change :)
@katrogan thanks for helping me through it! There's no way I could have shipped this feature without your guidance. 😄 |
* introduce pr to update project repo * wip * wip * wip + merge * wip + compiles woot woot * don't return types where unused; db write * check for writeTx error * interface * use get * add first integration test * cmts * fix * new integration test * ci * apologies for all the commits; running CI off GitHub * nit * api update * update mock interface * wip * mock update * lol * bump back some dependencies * dep * unit test and migration * protobuf * should be last dep change * revert go.mode and make compile * mock out more things, fix white space * wip * wip * gofmt * project * Update pkg/repositories/gormimpl/project_repo.go Co-authored-by: Katrina Rogan <[email protected]> * Update pkg/repositories/gormimpl/project_repo.go Co-authored-by: Katrina Rogan <[email protected]> * cmnts * truncate tables before tests * update integration test * integration test * := Co-authored-by: Konstantin Gizdarski <[email protected]> Co-authored-by: Katrina Rogan <[email protected]>
TL;DR
Add UpdateProject functionality to Flyte control plane.
Type
Issue
flyteorg/flyte#474
Are all requirements met?