| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Update metric names to match current release.
* Improve descriptions.
* Improve examples to show more query language functionality.
Memory:
* Show use of `or` function.
* Automatically select "MemAvailable" kernel metric if possible.
CPU:
* Show use of `avg without ...`.
* Show CPU utilization per node.
Network:
* Show use of `!=` label matching.
* Don't show "localhost" metrics.
|
|\
| |
| |
| |
| |
| |
| | |
Resolve "Remove old storage logic from Import/Export"
Closes #51144, #50109, #48778, and #51079
See merge request gitlab-org/gitlab-ce!21409
|
| |
| |
| |
| |
| |
| | |
Updated docs, refactor import/export code
Fix AvatarUploader path issue
Fix project export upload webhook error
|
|\ \
| | |
| | |
| | |
| | | |
Move project services log to a separate file
See merge request gitlab-org/gitlab-ce!21316
|
| |/ |
|
| | |
|
|/
|
|
|
|
| |
* (Suf)fix #51085 :-)
Signed-off-by: Samuele Kaplun <kaplun@protonmail.com>
|
| |
|
|\
| |
| |
| |
| | |
Add JSON logging for Bitbucket Server importer
See merge request gitlab-org/gitlab-ce!21378
|
| |
| |
| |
| | |
Adds an importer.log so that it's easier to track what's happening with the import.
|
|\ \
| | |
| | |
| | |
| | | |
Docs port ee community contributions
See merge request gitlab-org/gitlab-ce!21311
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Originally submitted at
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6942.
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
It references the issue where gitlab.io was added to the PSL saying `*.gitlab.io` was added to the PSL, but it was in fact `gitlab.io`.
Originally submitted at
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5301.
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Originally submitted at
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5734.
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Originally submitted at
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6879.
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| |/
| |
| |
| |
| |
| |
| | |
Originally submitted at
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6900.
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|/ |
|
|
|
|
|
|
|
|
|
|
| |
The pngquant tool was used https://pngquant.org, and particularly, the
following command:
/usr/bin/pngquant -f --skip-if-larger --ext .png --speed 1 image.png
Before: 47584K
After : 34924K
|
|\
| |
| |
| |
| | |
use nfs4 mount to match other docs
See merge request gitlab-org/gitlab-ce!21270
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
fix hashed storage readiness link
See merge request gitlab-org/gitlab-ce!21150
|
| | | |
|
| |/
|/|
| | |
missed in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/16985
|
| | |
|
| | |
|
|/
|
|
|
|
|
|
|
|
|
|
|
| |
This fixes gitlab-org/gitlab-ce#49953, as noted in the documentation
this feature is intended to be used when SSH certificates are
enabled. Then this warning becomes not only pointless, but also
misleading.
This builds on top of gitlab-org/gitlab-ce!21009 since both need to
modify the same documentation, which avoids a merge conflict.
See also the gitlab-org/gitlab-ce#49218 issue and associated merge
request.
|
|\
| |
| |
| |
| | |
improve gitaly on seperate server storage details
See merge request gitlab-org/gitlab-ce!21036
|
| | |
|
| | |
|
|/ |
|
|
|
|
| |
to "for all new and renamed projects""
|
|
|
|
|
| |
We already support automatic background migrations,
`background_upload` option which enables it is already documented.
|
|\
| |
| |
| |
| |
| |
| | |
Add support for ssh certificates (internal API)
Closes #34572
See merge request gitlab-org/gitlab-ce!19911
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Why and how to enable this is covered in the docs being changed
here. This requires gitlab-org/gitlab-shell@2e8b670 ("Add support for
SSH certificate authentication", 2018-06-14) which has been merged in
and tagged as 8.0.0, so GITLAB_SHELL_VERSION needs to be bumped.
Merging this closes gitlab-org/gitlab-ce#34572 see
gitlab-org/gitlab-shell!207 for the gitlab-shell MR.
Implementation notes:
- The APIs being changed here are all internal, and their sole
consumer is gitlab-shell.
- Most of the changed code is a MR to gitlab-shell, see the
gitlab-org/gitlab-shell!207 MR. That change covers why only some of
the internal methods get a new "username" parameter, and why some
others only get a "user_id".
|
|\ \
| | |
| | |
| | |
| | | |
[CE Port]: Implement instance level project templates
See merge request gitlab-org/gitlab-ce!20761
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
While reviewing this branch it was noted that this task was broken.
Given the limited value this task brings, and given the fact that much
of the old behaviour has been moved to be automatically fixed, removing
was a good option.
Suggestion in:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20806#note_91261001
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
These tasks are happening through housekeeping right now, by default
ever 10th push. This removes the need for these tasks.
Side note, this removes one of my first contributions to GitLab, as back
than I introduced these tasks through: 54e6c0045bb13c05cc5478cbdf47d3246bd9fe2b
Closes https://gitlab.com/gitlab-org/gitaly/issues/768
|
| | | |
|
| |/
|/|
| |
| |
| |
| | |
The Unicorn master resets any signal handlers and prevents rbtrace
from working properly as a result. Move the `require 'rbtrace'` call
to the Unicorn `after_fork` block and keep the initializer only for Sidekiq.
|
| |
| |
| |
| |
| |
| |
| | |
This will be enabled if ENABLE_RBTRACE environment variable is defined.
This will allow us to debug all sorts of issues in production:
https://github.com/tmm1/rbtrace
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Fix rendering issue in admin/pages docs
See merge request gitlab-org/gitlab-ce!20766
|
| |/
| |
| |
| |
| | |
* Remove whitespace to fix rendering of verbose logging -feature-docs in
gitlab-pages docs.
|