| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
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.
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
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
|
| | | |
| | | |
| | | |
| | | |
| | | | |
The consul docs are currently in the HA database section, but it should
be in it's own section.
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Add relevant webcast to drive traffic and MQLs
See merge request gitlab-org/gitlab-ce!30236
|