Skip to content

Commit bc9f6e3

Browse files
committed
Improvements
1 parent 2f1aab2 commit bc9f6e3

9 files changed

Lines changed: 6724 additions & 3 deletions

File tree

hands-on/2025-11-18/questions/index.html

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

hands-on/2025-11-18/quicklinks/index.html

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

hands-on/2025-11-18/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

hands-on/2025-11-18/timetable_1day/index.html

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

hands-on/2025-11-18/timetable_2day/index.html

Lines changed: 1681 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## Questions
2+
3+
Date of the event?
4+
5+
Number of attendees?
6+
7+
Do you have any experience with CI/CD?
8+
9+
Are you using GitLab CI?
10+
11+
Do you identify as a dev or an op or both?
12+
13+
Are you comfortable with Linux?
14+
15+
Is your GitLab self-hosted?
16+
17+
Are you responsible for running GitLab?
18+
19+
Do you own a GitLab Enterprise License?
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## Quick links
2+
3+
### Fundamentals
4+
5+
[Jobs and stages](#/gitlab_jobs) - [Variables](#/gitlab_variables) - [Before and after script](#/gitlab_script_blocks) - [Image](#/gitlab_image) - [Defaults](#/gitlab_default) [<i class="fa fa-solid fa-square-1"></i>](#/gitlab_teleport_defaults) - [Artifacts and dependencies](#/gitlab_artifacts) - [Job dependencies](#/gitlab_job_deps) - [Schedules](#/gitlab_schedules) - [Configuration](#/gitlab_ci_configuration) - [Unit tests](#/gitlab_unit_tests) - [Scheduling internals](#/gitlab_ci_scheduling) - [Manual pipelines](#/gitlab_ci_manual)
6+
7+
### Advanced
8+
9+
[Environments](#/gitlab_environments) - [Trigger](#/gitlab_triggers) - [Child pipelines](#/gitlab_triggers) - [Templates](#/gitlab_templates) - [Rules](#/gitlab_rules) - [Merge requests](#/gitlab_merge_requests) - [Matrix Jobs](#/gitlab_matrix_jobs) - [Variable precedence](#/gitlab_var_precedence) - [Deprecations](#/gitlab_deprecations) - [Roles and Permissions](#/gitlab_permissions) - [Job token](#/gitlab_job_token) - [Git Submodules](#/gitlab_git_submodules)
10+
11+
### Expert
12+
13+
[Services](#/gitlab_services) [<i class="fa fa-solid fa-square-2"></i>](#/gitlab_hyperlapse_docker) - [docker build](#/gitlab_docker) - [Registries](#/gitlab_registries) - [Releases](#/gitlab_releases) - [Branch Protection](#/gitlab_branch_protection) - [Troubleshooting](#/gitlab_troubleshooting) - [Runners](#/gitlab_runners) - [Caches](#/gitlab_caches) - [RenovateBot](#/gitlab_renovate) - [Security](#/gitlab_security) - [CI/CD Components](#/gitlab_components) - [CI/CD Steps](#/gitlab_steps) - [Inputs](#/gitlab_ci_inputs) - [Secure Files](#/gitlab_secure_files) - [Pipeline Metrics](#/gitlab_ci_metrics) - [Artificial Intelligence](#/gitlab_ai)
14+
15+
<i class="fa fa-solid fa-square-1"></i> Teleport <i class="fa fa-solid fa-square-2"></i> Hyperlapse
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## Timetable
2+
3+
| From | To | What |
4+
|-------|-------|-------------------------------------------------------|
5+
| 10:00 | | Let's roll <i class="fa-duotone fa-rabbit-running"></i> |
6+
| 11:30 | 13:45 | Coffee Break <i class="fa-duotone fa-mug-hot"></i> |
7+
| 13:00 | 14:00 | Lunch Break <i class="fa-duotone fa-utensils"></i> |
8+
| 15:30 | 15:45 | Coffee Break <i class="fa-duotone fa-mug-hot"></i> |
9+
| | 17:00 | The End <i class="fa-duotone fa-pause"></i> / <i class="fa-duotone fa-flag-checkered"></i> |

slides/2025-11-18/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,9 @@ <h2>Agenda</h2>
5555
</section>
5656
<section data-markdown="000_introduction/heise_academy_housekeeping.md" data-separator="^---$" data-separator-vertical="^--$"></section>
5757
<section data-markdown="000_introduction/who_are_you.md" data-separator="^---$" data-separator-vertical="^--$"></section>
58-
<section data-markdown="160_gitlab_ci/agenda.md" data-separator="^---$" data-separator-vertical="^--$"></section>
59-
<section data-markdown="160_gitlab_ci/devops.md" data-separator="^---$" data-separator-vertical="^--$"></section>
58+
<section data-markdown="160_gitlab_ci/questions.md" data-separator="^---$" data-separator-vertical="^--$"></section>
59+
<section data-markdown="160_gitlab_ci/timetable_1day.md" data-separator="^---$" data-separator-vertical="^--$"></section>
60+
<section data-markdown="160_gitlab_ci/quicklinks.md" data-separator="^---$" data-separator-vertical="^--$"></section>
6061
<section data-markdown="150_gitlab/000_intro/product.md" data-separator="^---$" data-separator-vertical="^--$"></section>
6162
<section data-markdown="160_gitlab_ci/000_rollout/slides.md" data-separator="^---$" data-separator-vertical="^--$"></section>
6263
<section data-markdown="160_gitlab_ci/010_jobs_and_stages/slides.md" data-separator="^---$" data-separator-vertical="^--$"></section>

0 commit comments

Comments
 (0)