| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| |
|
| |
|
|
|
|
| |
See https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/6069
|
|\
| |
| |
| |
| |
| |
| | |
Resolve "Export frontend fixtures as pipeline artifact"
Closes #64722 and #59166
See merge request gitlab-org/gitlab-ce!30917
|
| |
| |
| |
| |
| | |
Moves every fixture source file from
spec/javascripts to spec/frontend
|
| |
| |
| |
| |
| |
| | |
Introduces frontend:fixtures rake task to replace
karma:fixtures and update documentation and CI scripts
to match
|
| |
| |
| |
| |
| |
| |
| |
| | |
It's not uncommon that a single code change can reflect and
interact with multiple parts of GitLab codebase, making it
possible to break an existing feature.
This commit expands documentation in that regard for developers.
|
|/
|
|
|
| |
Ensure that all numbered lists use only 1. and no other numbers.
Also ensure that numbered lists use proper spacing.
|
|\
| |
| |
| |
| |
| |
| | |
Adds chaos endpoints to Sidekiq
Closes #64663
See merge request gitlab-org/gitlab-ce!30814
|
| |
| |
| |
| |
| | |
This allows the chaos endpoints to be invoked in Sidekiq so that this
environment can be tested for resilience.
|
| |
| |
| |
| |
| |
| | |
The documentation referred to the .act method
This MR changes this to refer to the preferred
.perform method
|
| | |
|
| |
| |
| |
| |
| | |
Correct the spacing of unordered markdown lists
in docs, to maintain standards of documentation.
|
| |
| |
| |
| |
| | |
Documentation was lacking for the [data-qa-selector]
method of defining methods vs .qa-selector method.
|
|/ |
|
|
|
|
|
| |
Snowplow only accepts decimals for value
This MR removes sending of value implicitly with the value attribute
|
|
|
|
|
| |
A "bad" example was given, however no solution was provided
for fixing the bad example
|
| |
|
| |
|
|
|
|
|
|
| |
Removing extra blank lines in docs that serve
no purpose, as well as some --- lines that also
are not needed.
|
| |
|
|\
| |
| |
| |
| | |
Move the gitlab-docs project under gitlab-org
See merge request gitlab-org/gitlab-ce!30620
|
| |
| |
| |
| |
| | |
Search and replace gitlab-com/gitlab-docs with gitlab-org/gitlab-docs.
For https://gitlab.com/gitlab-com/gitlab-docs/issues/310
|
|\ \
| | |
| | |
| | |
| | | |
Include AuthorizeResource module for all mutations
See merge request gitlab-org/gitlab-ce!30243
|
| |/
| |
| |
| |
| | |
This makes our authorization calls available to all GraphQL mutations
without the additional step of including the module first.
|
| |
| |
| |
| |
| | |
Remove unneeded trailing whitespace in lines in
/development /ci /api and /administration docs.
|
| |
| |
| |
| | |
All code blocks should be surrounded by blank lines
|
| |
| |
| |
| |
| | |
Hard tabs do not follow general markdown guidelines
are were removed from the few docs that used them
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Add `db_spin` and refactor ChaosController
Closes #64425
See merge request gitlab-org/gitlab-ce!30559
|
| |/ |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
Refactor common_metrics importer into a more extensible pattern
Closes #63044
See merge request gitlab-org/gitlab-ce!30012
|
| |
| |
| |
| |
| | |
In order to avoid confusion between Gitlab::Importers module and other
like named modules, this renamed it to Gitlab::DatabaseImporters.
|
| |
| |
| |
| |
| |
| | |
Remove CommonMetricsImporter patch and change all references to
CommonMetrics::Importer. Move specs into their appropriate folders. Also
cleans up some common_metric importer namespacing.
|
|/ |
|
|
|
|
|
|
|
| |
Code blocks should not be spaced 4 times, as this will
prevent the code from being colored. They should
also be spaced the same as the lists they are a part
of, to make reading easier.
|
|
|
|
|
| |
Removes all the extra whitespaces at end of lines,
inside tags, and removes extra newlines
|
|
|
|
|
|
|
|
| |
The configuration is currently only specified in CI, by moving it into
`.mdlrc` we get immediate feedback locally in supported editors.
To ensure `mdl` is available it's also added to the `Gemfile`, though
CI will still use the version installed in the `gitlab-docs-lint` image.
|
|\
| |
| |
| |
| | |
Update the installation link
See merge request gitlab-org/gitlab-ce!30489
|
| |
| |
| |
| |
| | |
The installation link has changed from /installation/ to /install/. This
commit will update all the remaining links that are missing.
|
|/
|
|
|
|
| |
Updating redirected links in the development, install, policy
raketasks and university dirs. Should now link to final
URL to avoid redirect hops
|
|
|
|
| |
Also fixes instances in Markdown that broke the rule.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Previously, we used brackets to denote the tier badges,
but this made Kramdown, the docs site Markdown renderer,
show many warnings when building the site. This is now
fixed by using parentheses instead of square brackets.
This was caused by [PREMIUM] looking like a link to
Kramdown, which couldn't find a URL there.
See:
- https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484
- https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
|
|
|
|
|
| |
Change assorted absolute links to ce and ee docs
to relative links
|
|
|
|
| |
Includes a PostgreSQL syntax beautifier as a database tooling.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixing square brackets, links, etc in:
merge_requests.md
vulnerabilities.md
issues.md
issues_statistics.md
pipelines.md
services.md
group_milestones.md
milestones.md
runners.md
changelog.md
issue_workflow.md
elasticsearch.md
api_graphql_styleguide.md
automatic_ce_ee_merge.md
file_storage.md
architecture.md
database_debugging.md
index.md
index.md
frontend_testing.md
pry_debugging.md
vue.md
development_process.md
|
| |
|
|
|
|
|
|
| |
After review, heading was changed and links to
it needed to be updated, and minor tweaks to
the issues docs such as note formatting
|
|\
| |
| |
| |
| | |
Rename Release groups in issue_workflow.md
See merge request gitlab-org/gitlab-ce!30293
|