| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Hard tabs do not follow general markdown guidelines
are were removed from the few docs that used them
|
|\
| |
| |
| |
| | |
Update index.md - Fixing a minor typo on the postgreSQL setup instructions
See merge request gitlab-org/gitlab-ce!30437
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Add `db_spin` and refactor ChaosController
Closes #64425
See merge request gitlab-org/gitlab-ce!30559
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Updates frontend to Frontend
See merge request gitlab-org/gitlab-ce!30631
|
| | | | |
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Many code blocks are 4spaced, and they render in GitLab
without coloring as a result, even though they are
fenced with a language label. If in a list, other items
will render as being in a code block too, even if not
meant to. This fixes all these issues, and cleans up
minor white space issues in install and integration docs
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add CI variable to provide GitLab FQDN
Closes #64161
See merge request gitlab-org/gitlab-ce!30417
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Add reconfigure step to secrets restoration
See merge request gitlab-org/gitlab-ce!30617
|
| | | | | |
|
|\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | | |
Fix Markdown example for PlantUML docs
See merge request gitlab-org/gitlab-ce!30513
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
GitLab uses a kubernetes service account to perform deployments. For
serverless deployments to work as expected with externally created
clusters with their own knative installations (e.g. via Cloud Run), this
account requires additional permissions in the serving.knative.dev API
group.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Crosslink Prometheus and Grafana to HA monitoring
Closes #63419
See merge request gitlab-org/gitlab-ce!30588
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Update doc/ci/yaml/README.md
Closes #58636
See merge request gitlab-org/gitlab-ce!30516
|
| | | | | | |
|
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | |
| | | | | |
| | | | | | |
Update doc/user/project/merge_requests/index.md
See merge request gitlab-org/gitlab-ce!30517
|
| |/ / / / |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Adds more friendly docs for GraphQl implementation
|
|\ \ \ \ \
| |_|/ / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fetch users from Phabricator + link to issues
Closes #60565
See merge request gitlab-org/gitlab-ce!30321
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
We fetch the users from Phabricator based on their Phabricator ID. If
a user with the same username exists and is a member of the project,
we set them as assignee or author.
When a user is applicable, we also cache it in Redis so we don't have
to perform the request again for the same phid.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Many code blocks are 4spaced, and they render in GitLab
without coloring as a result, even though they are
fenced with a language label. If in a list, other items
will render as being in a code block too, even if not
meant to. This fixes all these issues for many admin
docs (part 2)
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Moving Pgbouncer HA documentation out of database documentation
Closes #63540
See merge request gitlab-org/gitlab-ce!30471
|
| | | | | |
|
| | | | | |
|
| |_|/ /
|/| | | |
|
|\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | |
| | | |
| | | | |
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.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
In /development/documentation page, add link to epic for removing /help
See merge request gitlab-org/gitlab-ce!30550
|
| | | | | |
|
|/ / / / |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Currently, the project visibility methods attribute description link to
the descriptions and options for visibility methods. The merge methods
attribute description doesn't should do the same.
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | | |
Docs: fix typo
See merge request gitlab-org/gitlab-ce!30505
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Add documentation for customizing the auto-deploy-app helm chart by setting `HELM_UPGRADE_EXTRA_ARGS` to `--values my-values.yaml`
See merge request gitlab-org/gitlab-ce!30371
|
| | | | | |
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
# Conflicts:
# doc/topics/autodevops/index.md
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
file to the default auto-deploy-app helm chart by setting `HELM_UPGRADE_EXTRA_ARGS` to `--values my-values.yaml` (or `-f my-values.yaml`).
|
|\ \ \ \ \ \
| | |_|_|/ /
| |/| | | | |
|