Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
fce3d453
Commit
fce3d453
authored
Sep 15, 2020
by
João Alexandre Cunha
Committed by
Mike Jang
Sep 15, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds docs about file and folders names used in .gitlab
parent
006d8cd3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
doc/development/README.md
doc/development/README.md
+1
-0
doc/development/features_inside_dot_gitlab.md
doc/development/features_inside_dot_gitlab.md
+16
-0
No files found.
doc/development/README.md
View file @
fce3d453
...
...
@@ -197,6 +197,7 @@ See [database guidelines](database/index.md).
-
[
Defining relations between files using projections
](
projections.md
)
-
[
Reference processing
](
./reference_processing.md
)
-
[
Compatibility with multiple versions of the application running at the same time
](
multi_version_compatibility.md
)
-
[
Features inside `.gitlab/`
](
./features_inside_dot_gitlab.md
)
## Other GitLab Development Kit (GDK) guides
...
...
doc/development/features_inside_dot_gitlab.md
0 → 100644
View file @
fce3d453
# Features inside the `.gitlab/` directory
We have implemented standard features that depend on configuration files in the
`.gitlab/`
directory. You can find
`.gitlab/`
in various GitLab repositories.
When implementing new features, please refer to these existing features to avoid conflicts:
-
[
Custom Dashboards
](
../operations/metrics/dashboards/index.md#add-a-new-dashboard-to-your-project
)
:
`.gitlab/dashboards/`
.
-
[
Issue Templates
](
../user/project/description_templates.md#creating-issue-templates
)
:
`.gitlab/issue_templates/`
.
-
[
Merge Request Templates
](
../user/project/description_templates.md#creating-merge-request-templates
)
:
`.gitlab/merge_request_templates/`
.
-
[
GitLab Kubernetes Agents
](
https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent/-/blob/master/doc/configuration_repository.md#layout
)
:
`.gitlab/agents/`
.
-
[
CODEOWNERS
](
../user/project/code_owners.md#how-to-set-up-code-owners
)
:
`.gitlab/CODEOWNERS`
.
-
[
Route Maps
](
../ci/review_apps/#route-maps
)
:
`.gitlab/route-map.yml`
.
-
[
Customize Auto DevOps Helm Values
](
../topics/autodevops/customize.md#customize-values-for-helm-chart
)
:
`.gitlab/auto-deploy-values.yaml`
.
-
[
GitLab managed apps CI/CD
](
../user/clusters/applications.md#usage
)
:
`.gitlab/managed-apps/config.yaml`
.
-
[
Insights
](
../user/project/insights/index.md#configure-your-insights
)
:
`.gitlab/insights.yml`
.
-
[
Service Desk Templates
](
../user/project/service_desk.md#using-customized-email-templates
)
:
`.gitlab/service_desk_templates/`
.
-
[
Web IDE
](
../user/project/web_ide/#web-ide-configuration-file
)
:
`.gitlab/.gitlab-webide.yml`
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment