Commit e9a4c816 authored by Dan Plumbley's avatar Dan Plumbley Committed by Ian Ernst
Browse files

Resolve "Address ILT Lab Page Code Quality Scan Results"

parent a0aa3a7c
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@ accreditations
ACLs
actuals
Adafruit
add_note
adjacencies
ADRs
AEs
@@ -333,6 +334,7 @@ deprovision
deprovisioned
deprovisioning
deprovisions
deps
dequarantine
dequarantined
dequarantining
@@ -351,6 +353,7 @@ DevOps
Dhall
dialogs
Diffblue
dind
disambiguates
discoverability
disempower
@@ -590,6 +593,7 @@ idempotence
idmapper
Iglu
IGPs
IIDs
IIFEs
IJWTs
Immer
@@ -665,6 +669,7 @@ keystore
keytab
keytabs
Kibana
kics
Kinesis
Klar
Knative
@@ -713,6 +718,7 @@ Lograge
logrotate
Logrus
Logstash
Loki
lookahead
lookaheads
lookback
@@ -763,6 +769,7 @@ mergeability
mergeable
merge_request_diff_commits
merge_request_diff_files
merge_request_event
metaprogramming
metric's
microformat
@@ -796,6 +803,8 @@ monorepos
monospace
MQLs
MQs
mr_description
mr_title
MRs
MSBuild
multiline
@@ -830,6 +839,7 @@ neurodiverse
neurodiversity
neurotypical
NGINX
nginx
ngrok
Nira
njsscan
@@ -974,6 +984,7 @@ Procfile
profiler
Protocells
Prometheus
Promtail
Proofpoint
ProseMirror
protobuf
@@ -1140,6 +1151,7 @@ scrollable
SDGs
SDKs
SDRs
secret_detection
sed
segmentations
SEGs
@@ -1197,6 +1209,7 @@ Sobelow
Solargraph
Solarized
Sonatype
source_branch
Sourcegraph
sourcer
SOWs
@@ -1543,6 +1556,7 @@ wireframing
Wireshark
Wordpress
Workato
workitem
workstream
workstreams
worktree
+1 −1
Original line number Diff line number Diff line
@@ -24,4 +24,4 @@ Here are some quick links that may be useful when reviewing this Hands-On Guide.

## Suggestions?

If you wish to make a change to the labs, please submit your changes via Merge Request.
If you wish to make a change to these labs, please submit your changes through a Merge Request.
+3 −3
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ Let's take a look at how this is structured:

    > This job starts by installing and starting an SSH agent on the runner. When you redeemed your invitation code, an instance was created for you to deploy to, and the SSH private key is stored in a variable named `SSH_PRIVATE_KEY`. This key is added to the SSH agent to use for connections.

1. As a script for the job, we are going to SSH into our server and register the gitlab runner on it. Notice that we are using the GITLAB_RUNNER_TOKEN variable we created earlier.
1. As a script for the job, we are going to SSH into our server and register the GitLab runner on it. Notice that we are using the GITLAB_RUNNER_TOKEN variable we created earlier.

      ```yml
          script:
@@ -104,7 +104,7 @@ Let's take a look at how this is structured:
      >
      > In this configuration, the executor is set to docker. For the `docker-image`, you are setting the default Docker image to use for your pipelines. You can use any Docker image you like, for this example, we will use `alpine:latest` as the default image.

1. Select **Commit changes**, add a commit message (e.g. "Added runner creation job") and select **Commit changes**.
1. Select **Commit changes**, add a commit message (for example "Added runner creation job") and select **Commit changes**.

1. Select **Build > Pipelines**.

@@ -335,4 +335,4 @@ You have completed this lab exercise. You can view the other [lab guides for thi

## Suggestions?

If you wish to make a change to the lab, please submit your changes via Merge Request.
If you wish to make a change to this lab, please submit your changes through a Merge Request.
+3 −3
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ The objectives for this lab are:

To start, let's create a basic `Node.js` application to use for demonstration of pipeline builds.

1. Navigate to your ILT group, named "My Test Group - XXXXXXXX" (Where the Xs are replaced by your username).
1. Navigate to your ILT group, named "My Test Group - XXXXXXXX" (Where the 'X's are replaced by your username).

1. Select **New project**.

@@ -96,7 +96,7 @@ To start, let's create a basic `Node.js` application to use for demonstration of

## Task B. Creating tests

To demonstrate the concepts of caching, let's introduce some testing into our application. First, lets create some tests for the binary search.
To demonstrate the concepts of caching, let's introduce some testing into our application. First, let's create some tests for the binary search.

1. Navigate to your code repository.

@@ -297,4 +297,4 @@ You have completed this lab exercise. You can view the other [lab guides for thi

## Suggestions?

If you wish to make a change to the lab, please submit your changes via Merge Request.
If you wish to make a change to this lab, please submit your changes through a Merge Request.
+1 −1
Original line number Diff line number Diff line
@@ -227,4 +227,4 @@ You have completed this lab exercise. You can view the other [lab guides for thi

## Suggestions?

If you wish to make a change to the lab, please submit your changes via Merge Request.
If you wish to make a change to this lab, please submit your changes through a Merge Request.
Loading