Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
1567a82
issue-11979 - stream works
hbelmiro Oct 27, 2025
454c2cb
issue-11979 - Stream works v1 and v2 (returns an error as original)
hbelmiro Oct 27, 2025
46272e7
issue-11979 - cleaned unneeded changes
hbelmiro Oct 27, 2025
88bb51f
issue-11979 - removed grpc
hbelmiro Oct 27, 2025
583715c
issue-11979 - generated proto files
hbelmiro Oct 27, 2025
ff2103b
issue-11979 - manifests
hbelmiro Oct 27, 2025
4c7ba54
issue-11979 - migrated to blob
hbelmiro Oct 27, 2025
55faf7e
issue-11979 - cleaning
hbelmiro Oct 27, 2025
f9d2283
issue-11979 - generated api files
hbelmiro Oct 28, 2025
4b13c27
issue-11979 - fixed tests
hbelmiro Oct 28, 2025
cc85bf3
issue-11979 - fixed client_manager.go
hbelmiro Oct 28, 2025
c4fea75
issue-11979 - removed ReadArtifact
hbelmiro Oct 28, 2025
5a4fe94
issue-11979 - updated client_manager for S3 compatibility; improved t…
hbelmiro Oct 28, 2025
7e72548
issue-11979 - fixed formatting
hbelmiro Oct 28, 2025
496f556
issue-11979 - lint
hbelmiro Oct 28, 2025
1b60f98
issue-11979 - added Kubernetes secrets support for MinIO credentials …
hbelmiro Oct 29, 2025
b5396a6
issue-11979 - added context propagation to blob storage functions in …
hbelmiro Oct 29, 2025
6ff9a0a
issue-11979 - added support for auto-creating MinIO buckets in client…
hbelmiro Oct 29, 2025
829bd3b
issue-12432 - cleanups
hbelmiro Oct 29, 2025
ac9b7b4
issue-12678 - refactored artifact handling: introduced `artifact.Clie…
hbelmiro Oct 30, 2025
e3c3225
issue-12678 - added documentation for `artifact` package in client im…
hbelmiro Oct 30, 2025
4f573d0
issue-12678 - refined comments in `resource_manager` and `artifact.Cl…
hbelmiro Oct 30, 2025
8aee3d2
issue-12678 - replaced `RetrieveArtifact` with `artifact.ClientInterf…
hbelmiro Oct 30, 2025
dcc88d9
issue-12678 - refactored `MetricsReporter` to inject `artifact.Client…
hbelmiro Oct 30, 2025
75d84ae
issue-12678 - replaced `GetArtifactClient` with `ArtifactClient` in `…
hbelmiro Oct 30, 2025
72d913c
issue-12678 - extracted `TokenRefresher` into a dedicated package; up…
hbelmiro Oct 30, 2025
186741a
issue-12678 - Fixed download
hbelmiro Oct 30, 2025
f6422db
issue-12678 - replaced `artifact.ClientInterface` with `artifact.Clie…
hbelmiro Oct 30, 2025
dd25a36
issue-12678 - refactored `ClientFake` to match `artifact.Client` inte…
hbelmiro Oct 30, 2025
90cc242
issue-12678 - removed direct `artifact.Client` dependency from `Workf…
hbelmiro Oct 30, 2025
9f3ebc5
issue-12678 - added error logging to `TokenRefresher` during token re…
hbelmiro Oct 30, 2025
9ee4e34
issue-12678 - removed `artifact.Client` dependency from `WorkflowSave…
hbelmiro Oct 30, 2025
20bbd4e
issue-12678 - removed redundant comments and refactored blob storage …
hbelmiro Oct 30, 2025
828610d
issue-12678 - refactored blob storage configuration to use existing code
hbelmiro Oct 31, 2025
cd619e8
issue-12678 - reverted unneeded changes
hbelmiro Oct 31, 2025
e132a37
issue-12678 - renamed `token_refresher` package to `tokenrefresher`; …
hbelmiro Oct 31, 2025
b86a316
issue-12678 - replaced `require` assertions with `assert` in tests; r…
hbelmiro Oct 31, 2025
ff3dbaa
issue-12678 - removed unused `httpClient` and `httpBaseURL` fields fr…
hbelmiro Oct 31, 2025
16081a6
issue-12678 - refactored `client_manager` to reuse `KubernetesCoreCli…
hbelmiro Oct 31, 2025
dc89850
issue-12678 - refactored `StreamArtifactV1` to streamline error handl…
hbelmiro Oct 31, 2025
9825aa6
issue-12678 - replaced `assert` with `require` in tests for stricter …
hbelmiro Oct 31, 2025
60cb409
issue-12678 - refactored `client_manager` to improve error handling d…
hbelmiro Oct 31, 2025
bf171ef
issue-12678 - refactored `ResourceManager` artifact methods to simpli…
hbelmiro Oct 31, 2025
e60258c
issue-12678 - added interface compliance check to `BlobObjectStore`; …
hbelmiro Oct 31, 2025
d2d8e57
issue-12678 - removed redundant comments in `BlobObjectStore` tests f…
hbelmiro Oct 31, 2025
7281876
issue-12678 - removed redundant alias for MinIO import to improve cod…
hbelmiro Oct 31, 2025
c1e2c83
issue-12678 - removed MinIO implementation and tests; replaced with i…
hbelmiro Oct 31, 2025
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
183 changes: 32 additions & 151 deletions backend/api/v1beta1/go_client/run.pb.go

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

Loading
Loading