Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
1fb4862
impl update
tedim52 Mar 23, 2025
5ffef4a
add a log
tedim52 Mar 23, 2025
c2417ce
dont print output for update
tedim52 Mar 23, 2025
388a179
checkpoint
tedim52 Mar 25, 2025
c135adc
get files artifacts
tedim52 Mar 26, 2025
b7bd67e
pass all svc config in proto, use json struct, refactor helpers
tedim52 Mar 27, 2025
db8c239
mv helpers
tedim52 Mar 27, 2025
7d23796
mv tests
tedim52 Mar 27, 2025
472e91d
add back in private ip addr placeholder
tedim52 Mar 27, 2025
04f3574
add json-config to service add
tedim52 Mar 27, 2025
7f6f4bc
add defaults to greedy args
tedim52 Mar 27, 2025
023ce9d
add json config flag
tedim52 Mar 27, 2025
3b0f758
use switch in print inspect
tedim52 Mar 28, 2025
054df42
rename default
tedim52 Mar 28, 2025
e7b7741
Merge branch 'main' into tedi/update
tedim52 Mar 28, 2025
f2e2133
complete converting api svc info to json svc config
tedim52 Mar 28, 2025
8b4b8dc
parse multiple files artifacts into directory
tedim52 Mar 28, 2025
59d4283
remvoe svc files artifacts repo
tedim52 Mar 28, 2025
0d9e2b0
remove service files artifacts repo
tedim52 Mar 28, 2025
fc1318f
remove username from user proto
tedim52 Mar 28, 2025
098e62b
Merge branch 'main' into tedi/update
tedim52 Mar 28, 2025
9c59dd6
add log
tedim52 Mar 28, 2025
cd7fb70
add service config starlark
tedim52 Mar 28, 2025
da58595
fix tini
tedim52 Mar 28, 2025
4928791
add nil checks
tedim52 Mar 31, 2025
6a969f2
add log
tedim52 Mar 31, 2025
43222b5
seprate
tedim52 Mar 31, 2025
54c22de
log in itvs
tedim52 Mar 31, 2025
3e92f7d
remove logs
tedim52 Mar 31, 2025
790a75f
process json service config input
tedim52 Mar 31, 2025
b65f2c4
tagged switch lint
tedim52 Mar 31, 2025
1f61224
fixes
tedim52 Apr 9, 2025
c676e19
use empty service config
tedim52 Apr 9, 2025
40bcf12
Merge branch 'main' into tedi/update
tedim52 Apr 9, 2025
eebced3
lint
tedim52 Apr 9, 2025
662f411
refactor consts
tedim52 Apr 9, 2025
cab1581
fix entrypoint and cmd str
tedim52 Apr 9, 2025
748f2db
explain how to add directories
tedim52 Apr 9, 2025
ca52763
more clarifications
tedim52 Apr 9, 2025
b1f155c
fix
tedim52 Apr 9, 2025
59fc313
add new events to be tracked
tedim52 Apr 10, 2025
45d42d2
change fields
tedim52 Apr 10, 2025
8e146f6
track metrics
tedim52 Apr 10, 2025
c4a7a61
refactor
tedim52 Apr 11, 2025
acebc73
add unit tests
tedim52 Apr 11, 2025
b1d1ad4
add ci test
tedim52 Apr 11, 2025
cd07976
add ci test
tedim52 Apr 11, 2025
3e2ba81
fix directory creation
tedim52 Apr 11, 2025
2a9b20b
fix directory creation
tedim52 Apr 11, 2025
baffca5
Merge branch 'main' into tedi/update
tedim52 Apr 11, 2025
e934101
lint
tedim52 Apr 11, 2025
bc17165
Merge branch 'tedi/metrics' into tedi/update
tedim52 Apr 16, 2025
8f3036c
lint
tedim52 Apr 16, 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
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -881,6 +881,9 @@ jobs:
- run: "${KURTOSIS_BINPATH} files storeservice test-enclave test1 /usr/local/apache2/conf/httpd.conf --name stored-file"
- run: "${KURTOSIS_BINPATH} files download test-enclave stored-file ."

# Service update
- run: "${KURTOSIS_BINPATH} service update test-enclave test1 --image httpd:2.4.63 --env 'update=test;where=ci' --ports http=80 --files '/root/somewhere:rendered-file|stored-file'"

# Check Dump Contains files
- run: "${KURTOSIS_BINPATH} enclave dump test-enclave test-dump"
- run: "ls test-dump/files/rendered-file"
Expand Down
Loading
Loading