| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Closes #50143
|
|\
| |
| |
| |
| | |
fix design artifact label to be product discovery. Was done here…
See merge request gitlab-org/gitlab-ce!21135
|
| |
| |
| |
| | |
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20862 but not merged before this was moved.
|
|\ \
| |/
|/|
| |
| |
| |
| | |
Resolve "Clarify `List user projects` API Endpoint"
Closes #50174
See merge request gitlab-org/gitlab-ce!21121
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Resolve "GFM : provide 'project' reference in comment"
Closes #28930
See merge request gitlab-org/gitlab-ce!20285
|
| | | |
|
| |/
|/|
| | |
Previously the key `git_ssh_url` was listed twice in the example payload of an Build Event web hook.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Documentation + rubocop for checking that foreign key constraints require an index
Closes #49789
See merge request gitlab-org/gitlab-ce!20964
|
| | |
| | |
| | |
| | | |
Closes #49789.
|
| | |
| | |
| | |
| | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Add Bitbucket Server importer docs
See merge request gitlab-org/gitlab-ce!21097
|
| | | | |
|
| | | | |
|
| |/ /
| | |
| | |
| | | |
Add details for https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20164.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Update doc/integration/oauth_provider.md
See merge request gitlab-org/gitlab-ce!21093
|
| |/ / |
|
|/ / |
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Rake task for checking orphaned object store uploads
Closes #46535
See merge request gitlab-org/gitlab-ce!20918
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
improve gitaly on seperate server storage details
See merge request gitlab-org/gitlab-ce!21036
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Group todos
See merge request gitlab-org/gitlab-ce!20675
|
| | |/ /
| |/| |
| | | |
| | | | |
This reverts commit 8717c7dad9b5a8fa21ec9a652c54718a6b4c2175.
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Fix typo and improve formatting
See merge request gitlab-org/gitlab-ce!21056
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
The original link was moved.
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Respond to DB health in background migrations
See merge request gitlab-org/gitlab-ce!20720
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This changes the BackgroundMigration worker so it checks for the health
of the DB before performing a background migration. This in turn allows
us to reduce the minimum interval, without having to worry about blowing
things up if we schedule too many migrations.
In this setup, the BackgroundMigration worker will reschedule jobs as
long as the database is considered to be in an unhealthy state. Once the
database has recovered, the migration can be performed.
To determine if the database is in a healthy state, we look at the
replication lag of any replication slots defined on the primary. If the
lag is deemed to great (100 MB by default) for too many slots, the
migration is rescheduled for a later point in time.
The health checking code is hidden behind a feature flag, allowing us to
disable it if necessary.
|
|\ \ \ \ \
| |_|_|/ /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Allow multiple JIRA transitions id split by comma or semicolon
Closes #43602
See merge request gitlab-org/gitlab-ce!20939
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Update proofreader.md
See merge request gitlab-org/gitlab-ce!20985
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
to "for all new and renamed projects""
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | | |
We already support automatic background migrations,
`background_upload` option which enables it is already documented.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Rework performance section to allow for string freezing
See merge request gitlab-org/gitlab-ce!20969
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Relates to #47424
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fix indentation for artifacts example in docs
See merge request gitlab-org/gitlab-ce!20971
|
| | |_|_|/ /
| |/| | | | |
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | |
| | | | | |
| | | | | | |
Update two_factor_authentication.md
See merge request gitlab-org/gitlab-ce!20943
|
| |/ / / / |
|