Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
c7c67ae
update proto for container and list supported containers
lvhg Aug 22, 2026
07117c5
add enum for role
lvhg Aug 24, 2026
3913b6a
fix enum
lvhg Aug 24, 2026
bbc7b2e
fix enum
lvhg Aug 24, 2026
83a00f2
proto for registering and deleting custom containers
lvhg Aug 24, 2026
4b2e1aa
make comments more clear
lvhg Aug 25, 2026
af4f8f2
add uuid and visibility, remove role
lvhg Aug 31, 2026
7e96e3b
visibility enum, id
lvhg Sep 1, 2026
b613267
remove name and version
lvhg Sep 1, 2026
69b42a0
delete duplicates
lvhg Sep 1, 2026
02f9b95
fix typo
lvhg Sep 8, 2026
6f4cf79
update comment about key
lvhg Sep 8, 2026
ea39628
Merge branch 'APP-17611-list-custom-containers' of github.com:viamrob…
lvhg Sep 8, 2026
bb4b9f9
update comment
lvhg Sep 8, 2026
238a12f
Merge branch 'main' of github.com:viamrobotics/api into APP-17611-lis…
lvhg Sep 8, 2026
7e4ed35
Update comment for listing containers
lvhg Sep 8, 2026
ac2e78a
update comments for list supported containers response
lvhg Sep 8, 2026
ca0952d
update listsupportedcontainersresponse to imrpove clarity
lvhg Sep 8, 2026
ab2658f
update comment about key
lvhg Sep 8, 2026
81b10ff
Merge branch 'APP-17611-list-custom-containers' of github.com:viamrob…
lvhg Sep 8, 2026
d29171d
Merge branch 'APP-17611-list-custom-containers' of github.com:viamrob…
lvhg Sep 8, 2026
f07a5eb
Merge branch 'main' of github.com:viamrobotics/api into register-dele…
lvhg Sep 10, 2026
866d72d
fix duplicate
lvhg Sep 10, 2026
0530e46
remove some comments
lvhg Sep 11, 2026
2062486
use id for deletion and in registration response
lvhg Sep 16, 2026
97853eb
remove duplication in comment
lvhg Sep 16, 2026
3172d81
Built new protos from 97853eb
github-actions[bot] Sep 16, 2026
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
592 changes: 414 additions & 178 deletions app/mltraining/v1/ml_training.pb.go

Large diffs are not rendered by default.

154 changes: 154 additions & 0 deletions app/mltraining/v1/ml_training.pb.gw.go

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

76 changes: 76 additions & 0 deletions app/mltraining/v1/ml_training_grpc.pb.go

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

Loading
Loading