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

Rename external plugin to agent #1666

Merged
merged 20 commits into from
Jun 8, 2023
Merged

Rename external plugin to agent #1666

merged 20 commits into from
Jun 8, 2023

Conversation

pingsutw
Copy link
Member

TL;DR

as title

Type

  • Bug Fix
  • Feature
  • Plugin

Are all requirements met?

  • Code completed
  • Smoke tested
  • Unit tests added
  • Code documentation added
  • Any pending items have an associated Issue

Complete description

^^^

Tracking Issue

https://github.com/flyteorg/flyte/issues/

Follow-up issue

NA

pingsutw added 2 commits May 30, 2023 15:57
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
pingsutw added 4 commits May 30, 2023 16:07
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
@codecov
Copy link

codecov bot commented May 30, 2023

Codecov Report

Merging #1666 (1ea2cf6) into master (06d95b8) will increase coverage by 0.00%.
The diff coverage is 79.72%.

@@           Coverage Diff           @@
##           master    #1666   +/-   ##
=======================================
  Coverage   71.02%   71.03%           
=======================================
  Files         336      336           
  Lines       30786    30793    +7     
  Branches     5587     5588    +1     
=======================================
+ Hits        21867    21874    +7     
+ Misses       8373     8364    -9     
- Partials      546      555    +9     
Impacted Files Coverage Δ
setup.py 0.00% <ø> (ø)
flytekit/extend/backend/agent_service.py 60.00% <60.00%> (ø)
flytekit/extend/backend/base_agent.py 72.34% <72.34%> (ø)
flytekit/clis/sdk_in_container/serve.py 100.00% <100.00%> (ø)
tests/flytekit/unit/extend/test_agent.py 100.00% <100.00%> (ø)

... and 5 files with indirect coverage changes

pingsutw added 3 commits May 30, 2023 16:31
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
setup.py Outdated Show resolved Hide resolved
Co-authored-by: Yee Hing Tong <[email protected]>
wild-endeavor
wild-endeavor previously approved these changes May 31, 2023
Signed-off-by: Kevin Su <[email protected]>
pingsutw added 7 commits May 31, 2023 10:07
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
@@ -161,12 +161,12 @@ jobs:
registry: ghcr.io
username: "${{ secrets.FLYTE_BOT_USERNAME }}"
password: "${{ secrets.FLYTE_BOT_PAT }}"
- name: Prepare External Plugin Service Image Names
id: external-plugin-service-names
- name: Prepare Fylte Agent Image Names
Copy link
Collaborator

Choose a reason for hiding this comment

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

nit: Fylte

Copy link
Member Author

Choose a reason for hiding this comment

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

good catch, thanks

setup.py Outdated
@@ -29,7 +29,7 @@
},
install_requires=[
"googleapis-common-protos>=1.57",
"flyteidl>=1.5.6",
"flyteidl>1.5.6",
Copy link
Collaborator

Choose a reason for hiding this comment

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

this should be flyteidl>=1.5.9, no?

Copy link
Member Author

Choose a reason for hiding this comment

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

bumped version to 1.5.10. we yanked 1.5.9

@pingsutw pingsutw merged commit 8437023 into master Jun 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants