Skip to content

Commit 6b52b8e

Browse files
authored
TOOLS-2592 Tooling for shipping Triton service images from monitor-reef (#21)
Portions generated by: Claude Opus 4.5, 4.6, and 4.7 <noreply@anthropic.com> Reviewed By: Travis Paul <tpaul@edgecast.io>
1 parent 5c9940b commit 6b52b8e

267 files changed

Lines changed: 158847 additions & 930 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.beads/issues.jsonl

Lines changed: 27 additions & 0 deletions
Large diffs are not rendered by default.

.claude/settings.local.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
"WebFetch(domain:github.com)",
1515
"WebFetch(domain:lib.rs)",
1616
"WebFetch(domain:raw.githubusercontent.com)",
17-
"WebSearch"
17+
"WebSearch",
18+
"Bash(cargo clippy:*)",
19+
"Bash(cargo fmt:*)"
1820
]
1921
}
2022
}

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/target
2+
/tritonadm
23
/cache
34
/rust
45
.env
@@ -14,3 +15,9 @@ clients/external/cloudapi-client/golang/testconfig.json
1415

1516
# Go coverage artifacts
1617
clients/external/cloudapi-client/golang/*.out
18+
19+
# Image build artifacts (eng buildimage/release targets)
20+
images/*/bits/
21+
images/*/proto/
22+
images/*/make_stamps/
23+
images/*/*.tar.gz

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "deps/eng"]
22
path = deps/eng
33
url = https://github.com/TritonDataCenter/eng
4+
[submodule "deps/sdc-scripts"]
5+
path = deps/sdc-scripts
6+
url = https://github.com/TritonDataCenter/sdc-scripts

0 commit comments

Comments
 (0)