| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
- move uploads created by AttachmentUploader
- handle also files created for legacy_diff_notes
|
| |
|
|
|
|
|
|
| |
Move details and images related to buying more runner
minutes to the subscription page, which deals with
all purchase related information, and update links
|
|
|
|
| |
GitLab.com also has an up-to-date Postgres mirror.
|
|\
| |
| |
| |
| |
| |
| | |
'master'
Update default values in GitLab.com settings
See merge request gitlab-org/gitlab-ce!31682
|
| |
| |
| |
| | |
Updates SIDEKIQ_MEMORY_KILLER_MAX_RSS default value
|
| |
| |
| |
| |
| |
| |
| | |
- This provides users with an easy to apply gitmessage template
for ease of seeing the commit guidelines here when they commit
against gitlab: i
https://docs.gitlab.com/ee/development/contributing/merge_request_workflow.html#commit-messages-guidelines
|
| | |
|
| |
| |
| |
| |
| | |
Copy resources.md to docs project, renamed to links.md
and add frontmatter and top level header
|
| | |
|
| |
| |
| |
| | |
Explain indentation more carefully, and expand examples
|
|\ \
| | |
| | |
| | |
| | | |
Update styleguide.md - just a little typo.
See merge request gitlab-org/gitlab-ce!31724
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Old cookies are still valid and are automatically
upgraded by Rails
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
Add author lines to project import comments
See merge request gitlab-org/gitlab-ce!31579
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
into 'master'
Add BitBucketServerImport project filtering
See merge request gitlab-org/gitlab-ce!31420
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Replace Lorem Ipsum with actual screenshot text in docs
See merge request gitlab-org/gitlab-ce!31412
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Docs: CI predefined variables: push request -> MR
See merge request gitlab-org/gitlab-ce!31711
|
| | | | | | |
|
| |_|/ / /
|/| | | |
| | | | |
| | | | | |
No reason to keep them separate.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Align images and lists in assorted markdown docs
|
| | | | |
| | | | |
| | | | |
| | | | | |
Align images and lists in assorted markdown docs
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
the tfs.md doc was actually about tfvc, so it was renamed
and content made more up to date, with light copy edits
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Docs: Fix typo when enumerating GOSEC levels for SAST
See merge request gitlab-org/gitlab-ce!31141
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Replace redirect_from with disqus_identifier in docs
See merge request gitlab-org/gitlab-ce!31595
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Let's use disqus_identifier since this is a more
descriptive name. We will need redirect_from for
another purpose anyway (Nanoc redirects).
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Add keyboard shortcuts `p` and `n` to navigate duscussions.
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Make clearer that the memory team is working
to reduce the memory requirement
|
|\ \ \ \ \ \ \
| |_|_|_|_|_|/
|/| | | | | |
| | | | | | |
| | | | | | | |
Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14943
See merge request gitlab-org/gitlab-ce!31406
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Docker Registry Replication
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Remove KubernetesService integration
See merge request gitlab-org/gitlab-ce!31365
|
| | |/ / / / /
| |/| | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Creating new records has been disabled, and all
existing records been migrated to clusters as of
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/28534
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
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>
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
- Add a new guideline regarding the file location of background
migrations
- Add a new section about execution timing guidelines for all different
kinds of migrations
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Docs: Clarify without authentication
Closes #60157
See merge request gitlab-org/gitlab-ce!31604
|
| | |_|_|_|/ / /
| |/| | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Remove label issue and MR counts from default API responses
See merge request gitlab-org/gitlab-ce!31543
|
| | |/ / / / / /
| |/| | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
These counts significantly increase the load time for these
requests. Users can now opt in to receiving the counts by setting
`with_counts=true` in requests. This is a breaking change, but hopefully
a fairly minor one.
|
| | | | | | | | |
|