Skip to content

SDCD-1030: adding service catalog link naming parameters to the dora and cd visibility docs #28283

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 19 commits into from
Mar 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
32d015d
SDCD-887: updating DORA setup documentation to include GitLab, which …
henrywalsh Mar 3, 2025
b09d097
Merge branch 'master' into henry.walsh/SDCD-887/addGitLabToDoraSetup
henrywalsh Mar 3, 2025
1ff2b79
SDCD-887: updating wording based on automated PR feedback
henrywalsh Mar 4, 2025
5ed9f39
SDCD-887: removing "currently" as requested by the automated suggestion
henrywalsh Mar 4, 2025
03f992a
SDCD-887: moving closed preview message to alert-warning div
henrywalsh Mar 4, 2025
96223c8
Update deployments.md
henrywalsh Mar 5, 2025
0cab605
fix link
maycmlee Mar 5, 2025
ef8708b
SDCD-887: adding GitLab information in the file path spec section of …
henrywalsh Mar 13, 2025
31de5ab
Merge branch 'master' into henry.walsh/SDCD-887/addGitLabToDoraSetup
henrywalsh Mar 14, 2025
f92a4db
SDCD-887: adding missing `/` in when closing tabs section
henrywalsh Mar 14, 2025
e7101de
Merge remote-tracking branch 'origin/henry.walsh/SDCD-887/addGitLabTo…
henrywalsh Mar 14, 2025
0b2de0d
Update content/en/dora_metrics/setup/deployments.md
henrywalsh Mar 17, 2025
d0805a6
Update content/en/dora_metrics/setup/deployments.md
henrywalsh Mar 17, 2025
8ccd185
Merge branch 'master' into henry.walsh/SDCD-887/addGitLabToDoraSetup
henrywalsh Mar 17, 2025
353799b
Merge branch 'master' into henry.walsh/SDCD-887/addGitLabToDoraSetup
henrywalsh Mar 21, 2025
7791c33
SDCD-1030: updating path spec name requirements in dora and cd visibi…
henrywalsh Mar 21, 2025
25692c3
Merge branch 'master' into henry.walsh/SDCD-1030/pathSpecLinkName
henrywalsh Mar 24, 2025
1c7eedc
Merge branch 'master' into henry.walsh/SDCD-1030/pathSpecLinkName
henrywalsh Mar 24, 2025
8dfbf4b
Merge branch 'master' into henry.walsh/SDCD-1030/pathSpecLinkName
henrywalsh Mar 25, 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
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ To correctly understand the code changes that a deployment has introduced, only

This can be done in [Software Catalog][5] by specifying, for the interested services, the source code glob file path patterns in the [service definition][4].

If the service definition contains a **full** GitHub or GitLab URL to the application folder, a single path pattern is automatically used.
If the service definition contains a **full** GitHub or GitLab URL to the application folder, a single path pattern is automatically used. The link type must be **repo** and the link name must be either "Source" or the name of the service (`shopist` in the examples below).

**Example (schema version v2.2):**

Expand Down
2 changes: 1 addition & 1 deletion content/en/dora_metrics/setup/deployments.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ If the source code of multiple services is present in the same repository, furth

To filter the commits measured to only the ones that affect the service, specify the source code glob file path patterns in the [service definition][5].

If the service definition contains a **full** GitHub or GitLab URL to the application folder, a single path pattern is automatically used.
If the service definition contains a **full** GitHub or GitLab URL to the application folder, a single path pattern is automatically used. The link type must be **repo** and the link name must be either "Source" or the name of the service (`shopist` in the examples below).

**Example (schema version v2.2):**
{{< tabs >}}
Expand Down
Loading