| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
Clean up issues that may cause the docs-lint
test to fail, such as trailing whitespace, no
EOF newline, blockquotes, etc
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Change from ruby mdl to node markdownlint, add
config file to root of project, delete old config
file, update exceptions, and fix one doc that
was didn't meet standards
|
|
|
|
|
| |
Square and Angle bracket use causes kramdown warnings,
so changed or enclosed in backticks as needed
|
|
|
|
| |
related to https://gitlab.com/gitlab-org/gitlab-ce/issues/65422
|
|
|
|
|
|
| |
The flag defaulted to true, so there's no change unless users turned it
off. Given there's a lack of issues regarding object pools, this should
be OK.
|
|\
| |
| |
| |
| | |
DB Load Balancing: Support SRV lookups
See merge request gitlab-org/gitlab-ce!32135
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Strikeout for metrics that aren't reported anymore
- added :thumbsup: for all the metrics that appear to be still
available
- Added :new: for the new metrics.
- Determine Release when the new metrics appeared
- Add descriptions for the new metrics
- remove the adornments :new: and :thumbsup:
- removce the lines with strikeout
|
|/
|
|
|
| |
Update capitalization in /administration, /api, /ci
and /customization
|
|
|
|
|
| |
Provide documentation around possible reasons and solutions to CLI tools
not being able to connect to Gitaly nodes.
|
|\
| |
| |
| |
| |
| |
| | |
'master'
CE: Archiving a project should create an audit event
See merge request gitlab-org/gitlab-ce!32039
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
feat: smime signed notification emails
See merge request gitlab-org/gitlab-ce!30644
|
| | |
| | |
| | |
| | |
| | |
| | | |
- Add mail interceptor the signs outgoing email with SMIME
- Add lib and helpers to work with SMIME data
- New configuration params for setting up SMIME key and cert files
|
| | |
| | |
| | |
| | |
| | | |
Deletes extra spaces and line, makes lists consistent, and
fixes links.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Allow to interrupt running sidekiq jobs
See merge request gitlab-org/gitlab-ce!31818
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This makes:
- very shallow `Middleware::Monitor` to only request tracking
of sidekiq jobs,
- `SidekiqStatus::Monitor` to be responsible to maintain persistent
connection to receive messages,
- `SidekiqStatus::Monitor` to always use structured logging
and instance variables
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Use of square brackets can cause kramdown warnings, as well
as angle brackets, so they should be removed or put in backticks
|
| | | | |
|
| | | | |
|
|/ / / |
|
| |/
|/| |
|
| |
| |
| |
| |
| |
| |
| |
| | |
Current `auth.log` uses `fullpath` and `ip`, while `api_json.log` uses
`remote_ip` and `path` for the same fields. Let's standardize these
namings to make it easier for people working with the data.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66167
|
| |
| |
| |
| | |
Menu entries in global navigation will be updated to match.
|
| |
| |
| |
| | |
Requests over the rate limit are logged into `auth.log`
|
|\ \
| | |
| | |
| | |
| | | |
Migrate legacy uploads rake tasks
See merge request gitlab-org/gitlab-ce!29409
|
| | |
| | |
| | |
| | |
| | | |
- move uploads created by AttachmentUploader
- handle also files created for legacy_diff_notes
|
| | |
| | |
| | |
| | |
| | |
| | | |
Clarify rules for code blocks, including spaces
above and below, and to use tilde when code blocks
contain triple backticks
|
| | |
| | |
| | |
| | |
| | |
| | | |
We don't use phase restarts, as we use `preload_app`:
https://github.com/puma/puma/blob/master/README.md#clustered-mode
`:puma_phase` values will always be zero.
|
| | | |
|
|/ /
| |
| |
| |
| | |
- The self-monitoring project can be connected to any Prometheus
instance. Make this more clear in the docs.
|
| | |
|
| |
| |
| |
| |
| | |
Copy resources.md to docs project, renamed to links.md
and add frontmatter and top level header
|
| | |
|
| |
| |
| |
| | |
Align images and lists in assorted markdown docs
|
| | |
|
| |
| |
| |
| |
| |
| | |
Adds MD010 (Hard tabs), MD012 (blank lines), MD029 (ordered
list prefix), MD030 (spaces after list markers), and fixes
remaining docs that were failing these tests
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Add max_replication_slots to PG HA documentation
Closes #65700
See merge request gitlab-org/gitlab-ce!31534
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- PostgreSQL high availability documentation does not mention
`max_replication_slots` which must be set to work properly as the
default value is zero.
Resolves: https://gitlab.com/gitlab-org/gitlab-ce/issues/65700
Related: https://gitlab.com/gitlab-org/omnibus-gitlab/issues/4576
Related: https://gitlab.com/gitlab-org/distribution/team-tasks/issues/438
Signed-off-by: Robert Marshall <rmarshall@gitlab.com>
|
| | |
| | |
| | |
| | |
| | | |
Bring the support team k8s cheat sheet into the
main documentation
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Rename githost.log -> git_json.log
See merge request gitlab-org/gitlab-ce!31634
|
| | |/
| |/|
| | |
| | |
| | |
| | | |
The githost.log name was often confused with GitHost.io. Rename this to
git_json.log to make it clear it's coming from Git and that it's JSON
data.
|
|/ / |
|
| | |
|
| |
| |
| |
| | |
Fix links as discovered by the lint in the docs project
|