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

Agents protocol refactor #4874

Merged
merged 41 commits into from
Feb 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
8c8a682
Update flyteAgent protos
EngHabu Jan 23, 2024
448fc4e
Merge branch 'master' of github.com:flyteorg/flyte into agents-protoc…
EngHabu Jan 24, 2024
5e79773
More updates
EngHabu Jan 24, 2024
8317a3d
Log streaming
EngHabu Jan 24, 2024
94bff4d
update idl
pingsutw Jan 30, 2024
0585e11
Merge branch 'master' of github.com:flyteorg/flyte into agents-protoc…
pingsutw Feb 7, 2024
6ee774c
Generate code from proto
pingsutw Feb 7, 2024
a45de3b
wip
pingsutw Feb 8, 2024
7803f8b
Update task type
pingsutw Feb 9, 2024
a5e25d8
Add ExecuteTaskSync
pingsutw Feb 9, 2024
e1fa3ec
Deprecate state
pingsutw Feb 9, 2024
6513ab5
lint
pingsutw Feb 9, 2024
f62cfea
Merge branch 'master' of github.com:flyteorg/flyte into agents-protoc…
pingsutw Feb 9, 2024
047e576
wip
pingsutw Feb 13, 2024
adc38cd
make generatre
pingsutw Feb 13, 2024
d10fc11
make generatre
pingsutw Feb 13, 2024
f87481d
make generatre
pingsutw Feb 13, 2024
3fa9637
more tests
pingsutw Feb 13, 2024
19e63a5
lint
pingsutw Feb 13, 2024
cae27fd
merged literal
pingsutw Feb 13, 2024
206b351
nit
pingsutw Feb 14, 2024
c4a5c2b
make generate
pingsutw Feb 18, 2024
1a369c4
Merge branch 'master' of github.com:flyteorg/flyte into agents-protoc…
pingsutw Feb 18, 2024
600896e
wip
pingsutw Feb 20, 2024
0d064ca
deprecated_supported_task_types
pingsutw Feb 20, 2024
a5f8368
lint
pingsutw Feb 20, 2024
779b336
fix tests
pingsutw Feb 20, 2024
a46196d
nit
pingsutw Feb 20, 2024
c448de6
lint
pingsutw Feb 20, 2024
10c3116
lint
pingsutw Feb 20, 2024
847354f
Merge branch 'master' of github.com:flyteorg/flyte into agents-protoc…
pingsutw Feb 20, 2024
bd4da2a
lint
pingsutw Feb 20, 2024
aa4f21f
make generate
pingsutw Feb 20, 2024
4ab9684
lint
pingsutw Feb 20, 2024
b5c1d99
task category
pingsutw Feb 21, 2024
79534d1
nit
pingsutw Feb 21, 2024
e3fe962
nit
pingsutw Feb 21, 2024
a2d2ef3
Add comment
pingsutw Feb 21, 2024
940ff13
revert helper
pingsutw Feb 21, 2024
8ca1a2b
lint
pingsutw Feb 21, 2024
672bc3e
nit
pingsutw Feb 22, 2024
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
12 changes: 7 additions & 5 deletions flyteidl/clients/go/admin/mocks/AsyncAgentServiceClient.go

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

27 changes: 10 additions & 17 deletions flyteidl/clients/go/admin/mocks/AsyncAgentServiceServer.go

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

296 changes: 296 additions & 0 deletions flyteidl/clients/go/admin/mocks/AsyncAgentService_CreateTaskClient.go

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

Loading
Loading