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

Add org to all flyteadmin endpoints for consistency #4746

Merged
merged 3 commits into from
Jan 19, 2024
Merged

Conversation

katrogan
Copy link
Contributor

Follow up to #4663

What changes were proposed in this pull request?

Introduces consistency to all flyteadmin http bindings with the new optional org parameter.

How was this patch tested?

Setup process

Screenshots

Check all the applicable boxes

  • I updated the documentation accordingly.
  • All new and existing tests passed.
  • All commits are signed-off.

Related PRs

Docs link

Signed-off-by: Katrina Rogan <[email protected]>
Signed-off-by: Katrina Rogan <[email protected]>
@dosubot dosubot bot added size:XXL This PR changes 1000+ lines, ignoring generated files. enhancement New feature or request labels Jan 19, 2024
@@ -475,6 +509,10 @@ service AdminService {
option (google.api.http) = {
post: "/api/v1/events/workflows"
body: "*"
additional_bindings {
post: "/api/v1/events/workflows/org/{event.execution_id.org}"
Copy link
Contributor

Choose a reason for hiding this comment

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

Should it be after events?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes, thank you!

Signed-off-by: Katrina Rogan <[email protected]>
Copy link

codecov bot commented Jan 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2866d5a) 58.18% compared to head (5cb08be) 58.18%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4746   +/-   ##
=======================================
  Coverage   58.18%   58.18%           
=======================================
  Files         626      626           
  Lines       53833    53833           
=======================================
  Hits        31322    31322           
  Misses      20003    20003           
  Partials     2508     2508           
Flag Coverage Δ
unittests 58.18% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Jan 19, 2024
@hamersaw hamersaw merged commit 8d3f961 into master Jan 19, 2024
45 checks passed
@hamersaw hamersaw deleted the org-consistency branch January 19, 2024 15:14
pmahindrakar-oss pushed a commit that referenced this pull request Feb 5, 2024
* gen

Signed-off-by: Katrina Rogan <[email protected]>

* regen

Signed-off-by: Katrina Rogan <[email protected]>

* regen

Signed-off-by: Katrina Rogan <[email protected]>

---------

Signed-off-by: Katrina Rogan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request lgtm This PR has been approved by a maintainer size:XXL This PR changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants