Skip to content

Rename external plugin to agent#1666

Merged
pingsutw merged 20 commits intomasterfrom
rename-external-plugin
Jun 8, 2023
Merged

Rename external plugin to agent#1666
pingsutw merged 20 commits intomasterfrom
rename-external-plugin

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 <pingsutw@apache.org>
Signed-off-by: Kevin Su <pingsutw@apache.org>
pingsutw added 4 commits May 30, 2023 16:07
Signed-off-by: Kevin Su <pingsutw@apache.org>
Signed-off-by: Kevin Su <pingsutw@apache.org>
Signed-off-by: Kevin Su <pingsutw@apache.org>
Signed-off-by: Kevin Su <pingsutw@apache.org>
@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 <pingsutw@apache.org>
Signed-off-by: Kevin Su <pingsutw@apache.org>
Signed-off-by: Kevin Su <pingsutw@apache.org>
Co-authored-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
wild-endeavor
wild-endeavor previously approved these changes May 31, 2023
Signed-off-by: Kevin Su <pingsutw@apache.org>
pingsutw added 7 commits May 31, 2023 10:07
Signed-off-by: Kevin Su <pingsutw@apache.org>
Signed-off-by: Kevin Su <pingsutw@apache.org>
Signed-off-by: Kevin Su <pingsutw@apache.org>
Signed-off-by: Kevin Su <pingsutw@apache.org>
Signed-off-by: Kevin Su <pingsutw@apache.org>
Signed-off-by: Kevin Su <pingsutw@apache.org>
Signed-off-by: Kevin Su <pingsutw@apache.org>
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
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 added 2 commits June 7, 2023 13:29
Signed-off-by: Kevin Su <pingsutw@apache.org>
@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