-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
docs/modules/ROOT/pages/explanation/compilation-metadata.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
= Compilation metadata reporting | ||
|
||
The reporting is implemented according to https://syn.tools/syn/SDDs/0031-component-version-tracking.html[SDD 0031 - Central Component Version tracking]. | ||
|
||
Commodore will only report metadata for catalog compilations that result in a new catalog commit which was successfully pushed to the catalog repository. | ||
|
||
Currently, Commodore reports the following metadata: | ||
|
||
* Component instance URLs, versions, subpaths, and Git commit hashes | ||
* Package URLs, versions, subpaths, and Git commit hashes | ||
* Global repo URL, version and Git commit hash | ||
* Tenant repo URL, version and Git commit hash | ||
* Commodore Python package version and Git version | ||
* The timestamp of the successful compilation | ||
Commodore uses the same data that's reported to Lieutenant to generate the catalog commit message. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters