| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
Remove duplicated words on custom hooks docs
See merge request gitlab-org/gitlab-ce!31309
|
| | |
|
|\ \
| |/
|/|
| |
| | |
Document how to use the GroupSync rake task
See merge request gitlab-org/gitlab-ce!31192
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
1. The output isn't great. It can be hard to find hotspots and, even
when you do find them, to find why those are hotspots.
2. It uses some jQuery-specific frontend code which we can remove now
that we don't have this any more.
3. It's only possible to profile the initial request, not any subsequent
AJAX requests.
|
| | |
|
|\ \
| |/
|/|
| |
| |
| |
| | |
'master'
CE: Add project download & project export audit event
See merge request gitlab-org/gitlab-ce!31103
|
| |
| |
| |
| |
| |
| | |
This change adds audit events for
download of repository and export of
project.
|
|/ |
|
| |
|
|
|
|
|
|
|
| |
Some markdown headers needed tweaking to adhere
to standards, including blank lines above and below,
only one space after hash, first header should be
h1, and only one h1 per doc
|
|\
| |
| |
| |
| | |
Add Rugged calls to performance bar
See merge request gitlab-org/gitlab-ce!30983
|
| | |
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
| |
A project can have the same `LfsObject` linked with up to three
`LfsObjectsProject` records. Each of these records would be for a
different repository, recorded in the `repository_type` property. The
different repositories at time of writing are "project", "wiki", and
"design". See https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13894
This change exports the list of `repository_type`s as a JSON mapping of
oid => repository_types, which are imported to recreate the correct
`LfsObjectsProject` records.
https://gitlab.com/gitlab-org/gitlab-ee/issues/11090
|
|\
| |
| |
| |
| |
| |
| | |
Make Bootsnap available via ENABLE_BOOTSNAP=1
Closes #45230
See merge request gitlab-org/gitlab-ce!30963
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
CE Port: Log impersonation actions in audit log
See merge request gitlab-org/gitlab-ce!31039
|
| | |
| | |
| | |
| | |
| | |
| | | |
This change adds audit logs for user impersonation
when an admin starts/stops impersonating
another user.
|
| | |
| | |
| | |
| | |
| | | |
This will make it easier to parse this in production and adds the
`correlation_id` if available.
|
| |/
|/|
| |
| |
| |
| | |
Correct the spacing of unordered markdown lists
in docs, to maintain standards of documentation,
in /user and others.
|
| |
| |
| |
| |
| |
| | |
* Remove `controller` and `action` labels from duration histogram.
* Create a new simple counter for `controller` and `action`.
* Adjust histogram buckets to observe smaller response times.
|
| |
| |
| |
| |
| | |
Ensure that all numbered lists use only 1. and no other numbers.
Also ensure that numbered lists use proper spacing.
|
| |
| |
| |
| |
| |
| | |
- Add missing path to Gitaly configuration
- Properly list steps for Gitaly configurations
- Move sections around
|
| |
| |
| |
| |
| |
| |
| | |
Extend the support for "X-Profile-Token: <token>" to have an additional
header that defines type of profile we are looking for, like:
X-Profile-Mode: execution
X-Profile-Mode: memory
|
|\ \
| | |
| | |
| | |
| | | |
Document how to make Oracle Cloud S3 work
See merge request gitlab-org/gitlab-ce!30847
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Related issues:
* https://github.com/fog/fog-aws/issues/523
* https://gitlab.com/gitlab-org/gitlab-ce/issues/63041
|
|/ /
| |
| |
| |
| | |
Correct the spacing of unordered markdown lists
in docs, to maintain standards of documentation.
|
| |
| |
| |
| |
| |
| | |
* Add deprecation warning to old integration
* Add user docs
* Add admin docs
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
'12812-geo-update-current-limitations-of-background-verification-docs' into 'master'
Geo - Update current limitations for automatic background verification
Closes gitlab-ee#12812
See merge request gitlab-org/gitlab-ce!30688
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
docs: Update example Prometheus scrape config
See merge request gitlab-org/gitlab-ce!30739
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Use a full real-world example that is compatible with the omnibus
dashboards and follows Prometheus best practices.
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add nfs autodetection section in NFS docs
Closes gitaly#1767
See merge request gitlab-org/gitlab-ce!30486
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- Make sure we have type defined in the frontmatter
- Add troubleshooting sections where absent
- Meaningful intros where absent
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- Make sure we have type defined in the frontmatter
- Add troubleshooting sections where absent
- Meaningful intros where absent
|
| | | | |
| | | | |
| | | | |
| | | | | |
Liek asked in gitlab-org/gitlab-ce#59501
|
|\ \ \ \ \
| |_|_|/ /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
'master'
Convert client_auth_method to a Symbol for quirked OmniAuth providers
Closes #64407
See merge request gitlab-org/gitlab-ce!30683
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Vincent Fazio <vfazio@xes-inc.com>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
List the supported values for client_auth_method
Signed-off-by: Vincent Fazio <vfazio@xes-inc.com>
|
| |_|/ /
|/| | |
| | | |
| | | |
| | | | |
* Point to the omnibus documentation for how to upgrade the cluster
* Document how to disable the upgrade procedure
|
| | | |
| | | |
| | | |
| | | |
| | | | |
- Move steps to new doc
- Move all concepts to different docs
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
Removing extra blank lines in docs that serve
no purpose, as well as some --- lines that also
are not needed.
|
| | |
| | |
| | |
| | |
| | | |
Remove unneeded trailing whitespace in lines in
/development /ci /api and /administration docs.
|
| | |
| | |
| | |
| | | |
All code blocks should be surrounded by blank lines
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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 in /high_availability and /auth (part 1)
|
| | |
| | |
| | |
| | |
| | | |
Hard tabs do not follow general markdown guidelines
are were removed from the few docs that used them
|