Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DevOps Tools
Documentation
Commits
98555344
Commit
98555344
authored
9 months ago
by
danielspeicher
Browse files
Options
Downloads
Patches
Plain Diff
Reorganize doc
parent
b2714435
No related branches found
Branches containing commit
No related tags found
1 merge request
!18
Develop
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
docs/dev_tools/test.md
+13
-4
13 additions, 4 deletions
docs/dev_tools/test.md
docs/gitlab/ansible/index.md
+0
-12
0 additions, 12 deletions
docs/gitlab/ansible/index.md
docs/gitlab/composer/index.md
+0
-12
0 additions, 12 deletions
docs/gitlab/composer/index.md
mkdocs.yml
+0
-2
0 additions, 2 deletions
mkdocs.yml
with
13 additions
and
30 deletions
docs/dev_tools/test.md
+
13
−
4
View file @
98555344
...
...
@@ -275,9 +275,21 @@ To take advantage of the Drupal optimized pipelines we make heavy use of the [Gi
Here you find more information of using
[
ES Lint in a pipeline
](
https://project.pages.drupalcode.org/gitlab_templates/jobs/eslint/
)
.
### CSpell
[
CSpell
](
https://cspell.org/
)
checks the orthography of your code and comments, which increases your clean code experience.
### CSpell
If you want to execute
`Cspell`
for a module, just do the following:
```
cspell
a test cspellmodule
```
If you want to analyse a custom module, just do the following:
```
cspell
a test cspellmodule ../custom/<custom_module>
```
#### Using CSpell in a GitLab pipeline
...
...
@@ -286,8 +298,6 @@ To take advantage of the Drupal optimized pipelines we make heavy use of the [Gi
Here you find more information of using
[
CSpell in a pipeline
](
https://project.pages.drupalcode.org/gitlab_templates/jobs/cspell/
)
.
## Unit/Kernel/Functional Testing
To execute the tests, you can use a single command:
...
...
@@ -344,7 +354,6 @@ To take advantage of the Drupal optimized pipelines we make heavy use of the [Gi
Here you find more information of using
[
PHPUnit in a pipeline
](
https://project.pages.drupalcode.org/gitlab_templates/jobs/phpunit/
)
.
### Code Coverage
First, activate the coverage option:
...
...
This diff is collapsed.
Click to expand it.
docs/gitlab/ansible/index.md
deleted
100644 → 0
+
0
−
12
View file @
b2714435
---
title
:
GitLab Ansible
repo
:
https://gitlab.lakedrops.com/gitlab-ci-cd/ansible
issues
:
https://gitlab.lakedrops.com/gitlab-ci-cd/ansible/-/issues
tags
:
-
gitlab
-
ci/cd
-
ansible
---
# Ansible
Describe the templates for Ansible tasks in GitLab CI.
This diff is collapsed.
Click to expand it.
docs/gitlab/composer/index.md
deleted
100644 → 0
+
0
−
12
View file @
b2714435
---
title
:
GitLab Composer
repo
:
https://gitlab.lakedrops.com/gitlab-ci-cd/composer
issues
:
https://gitlab.lakedrops.com/gitlab-ci-cd/composer/-/issues
tags
:
-
gitlab
-
ci/cd
-
composer
---
# Composer Packages
Template for creating and updating composer packages in Gitlab.
This diff is collapsed.
Click to expand it.
mkdocs.yml
+
0
−
2
View file @
98555344
...
...
@@ -265,8 +265,6 @@ nav:
-
Zammad
:
ansible/roles/zammad/index.md
-
GitLab
:
-
gitlab/index.md
-
Ansible
:
gitlab/ansible/index.md
-
Composer
:
gitlab/composer/index.md
-
Drupal
:
gitlab/drupal/index.md
-
DevOps
:
-
ALM
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment