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

Agent Sync Plugin #4107

Merged
merged 68 commits into from
Dec 20, 2023
Merged
Show file tree
Hide file tree
Changes from 66 commits
Commits
Show all changes
68 commits
Select commit Hold shift + click to select a range
b08924f
sync plugin idl
Sep 30, 2023
adc1c2c
chatgpt succeed
Oct 2, 2023
d48ad3e
update syncHandle
Oct 2, 2023
a3ecd78
improve write output
Oct 3, 2023
11a4b3a
Merge branch 'master' of https://github.com/Future-Outlier/flyte into…
Oct 10, 2023
68c54a2
idl and snowflake plugin interdace
Oct 10, 2023
470aded
merged master
pingsutw Oct 15, 2023
d7085de
refactor
pingsutw Oct 15, 2023
a4d1ba3
refactor
pingsutw Oct 15, 2023
b879137
refactor
pingsutw Oct 15, 2023
37e8e29
Merge branch 'master' of https://github.com/Future-Outlier/flyte into…
Oct 17, 2023
47bd11a
left core.go test
Oct 17, 2023
51bdbdd
test in pluginmachinery internal webapi core.go
Oct 17, 2023
4664dce
Merge branch 'master' of https://github.com/Future-Outlier/flyte into…
Oct 26, 2023
bee3afa
lint
Oct 26, 2023
195542c
fix breaking change
Nov 7, 2023
e06f05b
fix integration test in agent
Nov 7, 2023
68498c0
nit
Nov 7, 2023
c8f8115
add type assertion improvement
Nov 7, 2023
8a777a5
break Async Handle and Sync Handle into 2 functions, add more error m…
Nov 7, 2023
f48402a
remove unused interface
Nov 7, 2023
4b32845
Update flyteplugins/go/tasks/plugins/webapi/agent/plugin_test.go
Future-Outlier Nov 9, 2023
a125bd2
plugin helper function adn error handling
Nov 9, 2023
6750c31
change runtime flavor comments
Nov 9, 2023
c5bcd99
add task metadata runtime flavor error handling
Nov 9, 2023
e9ba32e
support more arguments in do task function, and add tests
Nov 10, 2023
bcda446
Merge branch 'master' of https://github.com/Future-Outlier/flyte into…
Nov 10, 2023
fe25b5c
Merge branch 'master' into agent-sync-plugin
Future-Outlier Nov 11, 2023
fd139d4
fix file mode
Nov 11, 2023
2b2982e
Merge branch 'master' into agent-sync-plugin
Future-Outlier Nov 11, 2023
b8ebdab
add toSyncPlugin and toAsyncPlugin 2 functions
Nov 12, 2023
6021c0e
Merge branch 'agent-sync-plugin' of https://github.com/Future-Outlier…
Nov 12, 2023
c33b458
split handle into syncHandle and asyncHandle
Nov 12, 2023
c8fb51a
better error messages
Nov 14, 2023
d84bbb3
move the annotation
Nov 14, 2023
6acfc1e
Merge branch 'master' into agent-sync-plugin
Future-Outlier Nov 14, 2023
82baf29
add Sync Agent Service
Nov 17, 2023
6b473cd
Merge branch 'master' into agent-sync-plugin
Future-Outlier Nov 17, 2023
eb6d5d1
better annotation for plugin loader and Plugin interface
Nov 17, 2023
076138f
Merge branch 'agent-sync-plugin' of https://github.com/Future-Outlier…
Nov 17, 2023
445534c
Merge branch 'master' into agent-sync-plugin
pingsutw Nov 21, 2023
6416fcd
Kevin update
pingsutw Nov 21, 2023
85da824
Kevin update
pingsutw Nov 21, 2023
f469fd0
use is_sync_plugin variable
Nov 21, 2023
c651a6c
add proto
Nov 22, 2023
173dd3a
use new proto, pluginMetadata
Nov 22, 2023
12b8a5e
Merge branch 'master' into agent-sync-plugin
pingsutw Nov 28, 2023
a9b0b0e
merge master
Dec 12, 2023
f0b32c5
update proto
Dec 13, 2023
867b5e5
remove unused mock objects
Dec 13, 2023
7f80402
fix spell check error
Dec 13, 2023
1ac96b0
kevin update
pingsutw Dec 19, 2023
3042106
kevin update
pingsutw Dec 19, 2023
824b31d
succeed
Dec 19, 2023
8ef7d36
Merge branch 'master' into agent-sync-plugin
Future-Outlier Dec 19, 2023
779f434
Merge branch 'master' into agent-sync-plugin
Future-Outlier Dec 19, 2023
790b3d5
Changing file permissions
Dec 19, 2023
5e9ca09
change do task to sync task
Dec 19, 2023
7504cdf
improve annotation and log message
Dec 20, 2023
9d7d494
log message
Dec 20, 2023
fc9a728
improve annotation message
Dec 20, 2023
2027b76
Merge branch 'master' of https://github.com/Future-Outlier/flyte into…
Dec 19, 2023
daf575f
improve create task function in agent plugin
Dec 20, 2023
832d44f
Add log link
pingsutw Dec 20, 2023
84629c5
Merge branch 'master' into agent-sync-plugin
pingsutw Dec 20, 2023
c03dba6
Merge branch 'master' into agent-sync-plugin
pingsutw Dec 20, 2023
b719ac6
add Message and LogLinks in SyncTask
Dec 20, 2023
36742d9
Merge branch 'agent-sync-plugin' of https://github.com/Future-Outlier…
Dec 20, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
306 changes: 246 additions & 60 deletions flyteidl/gen/pb-cpp/flyteidl/admin/agent.pb.cc

Large diffs are not rendered by default.

202 changes: 181 additions & 21 deletions flyteidl/gen/pb-cpp/flyteidl/admin/agent.pb.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.