Skip to content

Commit 79800e7

Browse files
committed
fix: Final for 20251113
1 parent 08670b2 commit 79800e7

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

150_gitlab/060_api/slides.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,12 @@ GitLab API returns HTTP headers:
128128

129129
---
130130

131-
## Using the API without using the API ;-)
131+
## Using the API without using the API <i class="fa-duotone fa-solid fa-face-smile-wink"></i>
132132

133-
XXX https://python-gitlab.readthedocs.io/en/stable/api-usage.html
133+
For more complex tasks, use...
134134

135-
XXX https://gitlab.com/gitlab-org/api/client-go
135+
- the Python package for GitLab [](https://python-gitlab.readthedocs.io/en/stable/index.html)
136+
- the GitLab Go SDK [](https://gitlab.com/gitlab-org/api/client-go)<br/>(formerly `github.com/xanzy/go-gitlab`)
136137

137138
---
138139

150_gitlab/110_directories/slides.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ GitLab uses a clean top level directory layout
1818

1919
Generated from `$GITLAB_OMNIBUS_CONFIG`
2020

21+
Backup `gitlab-secrets.json`!
22+
2123
### Runtime data
2224

2325
`/var/opt/gitlab`

150_gitlab/130_registries/slides.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,9 @@ Authentication using personal/group/project/job token
1818

1919
<i class="fa-duotone fa-circle-check"></i> GA: maven, npm, nuget, pypi, generic
2020

21-
<i class="fa-duotone fa-circle-exclamation"></i> Beta: composer, conan, helm
21+
<i class="fa-duotone fa-circle-exclamation"></i> Beta: composer, helm
2222

23-
<i class="fa-duotone fa-flag"></i> Alpha: debian, go, ruby
24-
25-
<i class="fa-duotone fa-hand-holding-medical"></i> Open for contribution: chef, cocoapods, conda, cran, opkg, p2, puppet, rpm, sbt, swift, vagrant
23+
<i class="fa-duotone fa-flag"></i> Experiment: conan 1+2, debian, go, ruby
2624

2725
---
2826

@@ -69,4 +67,4 @@ GitLab stores [Terraform state](https://docs.gitlab.com/ee/user/infrastructure/i
6967

7068
No need for separate infrastructure
7169

72-
Official template for Terraform ([deprecated](https://docs.gitlab.com/ee/update/deprecations.html#deprecate-terraform-cicd-templates)) and [component for OpenTofu](https://gitlab.com/components/opentofu))
70+
Official template for Terraform ([deprecated](https://docs.gitlab.com/ee/update/deprecations.html#deprecate-terraform-cicd-templates)) and [component for OpenTofu](https://gitlab.com/components/opentofu)

0 commit comments

Comments
 (0)