| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Search and replace gitlab-com/gitlab-docs with gitlab-org/gitlab-docs.
For https://gitlab.com/gitlab-com/gitlab-docs/issues/310
|
|
|
|
|
|
|
|
| |
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`).
|
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Enable repository object pools by default
Closes gitaly#1606
See merge request gitlab-org/gitlab-ce!29595
|
| | | |_|/
| | |/| |
| | | | |
| | | | |
| | | | | |
Object pools allow Git objects to be shared from the parent project to forks,
reducing storage requirements.
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Negative commit message push rule docs
See merge request gitlab-org/gitlab-ce!30521
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
imported/exported"
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The documentation is updated to include details on the new
limitations and rules to naming NPM packages. A note is included
on how naming collisions are handled.
|
| | | | | |
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Remove `FeatureConstrainer` call wrapping api endpoint
- Remove `Feature.enabled?(:graphql)` conditionals in back and frontend
- Modify graphql test to be graphql flag agnostic
- Remove api routing spec
- Remove frontend feature flag via `gon`
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
New API endpoint for merge request count
Updates all open tabs at the same time with one call
Restructured API response
API response changed to 401 if no current_user
Added API + JS specs
Fix for Static Check
Updated Count on Open/Close, Assign/Unassign of MR's
Checking if MR Count is refreshed
Added # frozen_string_literal: true to spec
Added Changelog
|
| | |/
| |/| |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | | |
|