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 Metadata Servicer #4511

Merged
merged 63 commits into from
Dec 20, 2023
Merged
Show file tree
Hide file tree
Changes from 37 commits
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
db7a34e
proto
Dec 1, 2023
f6a9e3b
update pingsu's pr
Dec 2, 2023
8f2869c
new generate
Dec 2, 2023
ccaf9f2
Merge branch 'master' of https://github.com/Future-Outlier/flyte into…
Dec 2, 2023
4ce0955
add supported task type
Dec 4, 2023
9eb72d6
change os FileMode from 511 to 420
Dec 4, 2023
637e13e
add test
Dec 4, 2023
02400ef
add initialTaskTypes
Dec 4, 2023
1e8b98e
list all agents
Dec 4, 2023
7d77df5
update config supported task type
Dec 4, 2023
77f0903
combineToDistinctTaskTypes
Dec 4, 2023
cbc8eb5
Merge branch 'master' into agent-metadata-proto-service
Future-Outlier Dec 4, 2023
b14da0f
support all agents supported task type
Dec 4, 2023
5db9e38
add all agents supported task type
Dec 4, 2023
8756f20
sync plugin routing mechansim
Dec 4, 2023
9eecd67
need refactor and add test
Dec 4, 2023
ada503d
Merge branch 'master' of https://github.com/Future-Outlier/flyte into…
Dec 5, 2023
dcff3c3
solve merge conflict
Dec 5, 2023
7996769
merge conflict
Dec 5, 2023
8f28ffd
Update flyteplugins/go/tasks/plugins/webapi/agent/plugin.go
Future-Outlier Dec 6, 2023
d764139
Merge branch 'master' of https://github.com/Future-Outlier/flyte into…
Dec 10, 2023
ef02107
refactor
Dec 10, 2023
aa24087
remove tags
Dec 10, 2023
9f14c08
add small test
Dec 10, 2023
100e985
Merge branch 'master' of https://github.com/Future-Outlier/flyte into…
Dec 12, 2023
c657e0e
Add agent registry
pingsutw Dec 12, 2023
ce7647f
Merge branch 'agent-metadata-proto-service' of https://github.com/Fut…
Dec 12, 2023
806a602
need to change supported task type to supported task types
Dec 12, 2023
45c1b4d
refactor agentDeployments
Dec 12, 2023
09daecd
change back proto
Dec 12, 2023
fb94d38
fileMode
Dec 12, 2023
b0daff8
Better annotation
Dec 12, 2023
37095e9
fix test
Dec 12, 2023
1228f15
Merge branch 'master' into agent-metadata-proto-service
Future-Outlier Dec 12, 2023
c8d78eb
add agent metadata test
Dec 12, 2023
8167f27
Merge branch 'agent-metadata-proto-service' of https://github.com/Fut…
Dec 12, 2023
6930543
fix load plugin bug
Dec 12, 2023
2bf45bd
change default agent
Dec 13, 2023
29a2bd4
more readable
Dec 13, 2023
c429e13
Merge branch 'master' into agent-metadata-proto-service
Future-Outlier Dec 13, 2023
2c285c6
move back get client func
Dec 13, 2023
9755ab4
remove secret
Dec 16, 2023
7cd33d2
Merge branch 'master' into agent-metadata-proto-service
Future-Outlier Dec 16, 2023
425b54a
remove secrets in agent.proto
Dec 17, 2023
cb7ea4c
Merge branch 'agent-metadata-proto-service' of https://github.com/Fut…
Dec 17, 2023
b3f7c76
extend sandbox-bundled-functional-tests timeout minutes
Dec 17, 2023
de33fc3
Update flyteplugins/go/tasks/plugins/webapi/agent/plugin.go
Future-Outlier Dec 17, 2023
9e5f835
fix bug
Dec 17, 2023
9c8e3cf
test disable-agent
Dec 17, 2023
44d1d53
revert --disable-agent
Dec 17, 2023
1cd0e48
test
Dec 18, 2023
ef9cfe8
use grpc code status to handle case list agent method not implemented
Dec 19, 2023
15ec587
Merge branch 'master' into agent-metadata-proto-service
Future-Outlier Dec 19, 2023
e76d81f
rename grpc_status to grpcStatus
Dec 19, 2023
2bb181a
Merge branch 'agent-metadata-proto-service' of https://github.com/Fut…
Dec 19, 2023
78eeefd
remove is_sync proto
Dec 19, 2023
1d512e6
remove is_sync
Dec 19, 2023
6432585
Update complete-agent.yaml
pingsutw Dec 19, 2023
9b33ccf
Merge branch 'master' into agent-metadata-proto-service
Future-Outlier Dec 19, 2023
3a4ae5c
Merge branch 'master' into agent-metadata-proto-service
Future-Outlier Dec 19, 2023
3b07407
change getFinalAgent implementation and interface
Dec 19, 2023
8f46477
Update flyteidl/protos/flyteidl/service/agent.proto
Future-Outlier Dec 20, 2023
c1e3492
rename ListAgent to ListAgents method
Dec 20, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
114 changes: 114 additions & 0 deletions flyteidl/clients/go/admin/mocks/AgentMetadataServiceClient.go

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

98 changes: 98 additions & 0 deletions flyteidl/clients/go/admin/mocks/AgentMetadataServiceServer.go

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

Loading
Loading