| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This will add audit_json.log that writes one line per audit event. For
example:
{
"severity":"INFO",
"time":"2018-10-17T17:38:22.523Z",
"author_id":3,
"entity_id":2,
"entity_type":"Project",
"change":"visibility",
"from":"Private",
"to":"Public",
"author_name":"John Doe4",
"target_id":2,
"target_type":"Project",
"target_details":"namespace2/project2"
}
|
|\
| |
| |
| |
| | |
repository check doc: fix a broken link
See merge request gitlab-org/gitlab-ce!22444
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The link to the repocheck.log section of the logs documentation was
added in 7d9191eeff9 ("Small documentation reformatting and updates",
2018-04-23), but seemingly never worked. The markdown formatter turns
"." into "-" in headings.
See
https://docs.gitlab.com/ee/administration/repository_checks.html#what-to-do-if-a-check-failed
which has a broken link to
https://docs.gitlab.com/ee/administration/logs.html#repocheck.log
linking to
https://docs.gitlab.com/ee/administration/logs.html#repocheck-log
instead (just change "." to "-") fixes it.
|
|\ \
| | |
| | |
| | |
| | | |
Remove beta status on hashed storage and reference to production readiness review.
See merge request gitlab-org/gitlab-ce!22457
|
| |/ |
|
|\ \
| |/
|/|
| |
| | |
Remove broken link
See merge request gitlab-org/gitlab-ce!22284
|
| |
| |
| |
| | |
- And minor linting fixes.
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
For more info, see:
* https://gitlab.com/gitlab-org/gitaly/issues/1339
* https://gitlab.com/gitlab-org/gitlab-ce/issues/52017
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Remove Koding integration and documentation
Closes #39697
See merge request gitlab-org/gitlab-ce!22334
|
| | |
| | |
| | |
| | |
| | |
| | | |
This integration no longer works and does not appear to be supported.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39697
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | | |
Specification change: Fix asciidoctor block context.
See merge request gitlab-org/gitlab-ce!22280
|
| | | |
|
|\ \ \
| |_|/
|/| |
| | |
| | | |
docs: match where statements at in omnibus section
See merge request gitlab-org/gitlab-ce!22214
|
| | | |
|
|\ \ \
| |_|/
|/| |
| | |
| | | |
Add Filesystem Performance Benchmarking documentation
See merge request gitlab-org/gitlab-ce!22202
|
| |/
| |
| |
| |
| |
| |
| | |
Filesystem performance can have a big impact on overall GitLab
performance, especially for actions that read or write Git
repositories. This information will help benchmark filesystem
performance against known good and bad real-world systems.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Remove Git circuit breaker
Closes #45405
See merge request gitlab-org/gitlab-ce!22212
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Was introduced in the time that GitLab still used NFS, which is not
required anymore in most cases. By removing this, the API it calls will
return empty responses. This interface has to be removed in the next
major release, expected to be 12.0.
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
Update the HA NFS docs
See merge request gitlab-org/gitlab-ce!22239
|
| |/ |
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
|
|
|
| |
* use `git` user
* formatting cleanup
|
|\
| |
| |
| |
| |
| |
| | |
Make single diff patch limit configurable
Closes #48027
See merge request gitlab-org/gitlab-ce!21886
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Creates a new column to hold the single patch limit value on
application_settings
- Allows updating this value through the application_settings API
- Calculates single diff patch collapsing limit based on
diff_max_patch_bytes column
- Updates diff limit documentation
- Adds documentation (with warning) as of how one can update this limit
|
|\ \
| | |
| | |
| | |
| | | |
Correcting Gitlab to GitLab in docs
See merge request gitlab-org/gitlab-ce!21827
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
uploads.md: Fix incorrect path reference
See merge request gitlab-org/gitlab-ce!21901
|
| | |/
| |/| |
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
docs: link to repo check failures
See merge request gitlab-org/gitlab-ce!21829
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Update ldap.md If you escape the '\' character when using a "domain\user" scheme for the bind_dn name, it will fail. gitlab-ctl reconfigure escapes characters, and if you pre-escape the '\', the resultant yaml file will have four (4) '\' characters
See merge request gitlab-org/gitlab-ce!20460
|
| | | |
| | | |
| | | | |
If you escape the '\' character when using a "domain\user" scheme for the bind_dn name, it will fail. gitlab-ctl reconfigure escapes characters, and if you pre-escape the '\', the resultant yaml file will have four (4) '\' characters.
|
| |_|/
|/| |
| | |
| | | |
We remove this feature as it never worked properly
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Gitaly servers require the GitLab Shell secret
See merge request gitlab-org/gitlab-ce!21847
|
| | |/
| |/| |
|
|/ / |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|
| |/ / |
|