- 08 Jan, 2019 34 commits
-
-
Mark Chao authored
The sync_code_owners_with_approvers call uses original implementation, as it requires full MR implementation to compute code owners. However the specs are copied over, so in the future if its behavior changes, spec failure would notify developer to copy existing code over.
-
Mark Chao authored
Check presence of type of jobs in queue
-
Mark Chao authored
Useful for checking progress.
-
Mark Chao authored
-
Mark Chao authored
-
Mark Chao authored
Projects are migrated first, then its MRs are migrates, to ensure approver overriding works.
-
Mark Chao authored
Update code owner rule when MR is updated.
-
Mark Chao authored
-
Mark Chao authored
When project/MR's approvals_before_merge is changed, update its rule's approvals_required.
-
GitLab Bot authored
-
Douwe Maan authored
Resolve "Prevent commit authors from self approvaling merge requests" Closes #3845 See merge request gitlab-org/gitlab-ee!9007
-
Douwe Maan authored
Add committers and authors methods on MergeRequest See merge request gitlab-org/gitlab-ce!24204
-
Kushal Pandya authored
Add docs link to explain legacy and new email format See merge request gitlab-org/gitlab-ee!9020
-
Stan Hu authored
Geo: Always update the default branch on the secondary Closes #9084 See merge request gitlab-org/gitlab-ee!9064
-
GitLab Bot authored
-
Evan Read authored
Add docs on how web terminals are secured Closes #52681 See merge request gitlab-org/gitlab-ce!24099
-
Stan Hu authored
Previously, we would only update the default branch on a Geo secondary if the default branch didn't match the primary default branch. However, the Gitaly FindDefaultBranch RPC may return an arbitrary branch if HEAD points to an invalid branch, so we can't trust that result to be correct. To ensure that the default branch is always correct, we now write it out on the Geo secondary whenever we do a sync. This incurs an additional filesystem write, but that should be relatively minor. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/9084
-
Robert Speicher authored
Pseudonymizer: Gracefully handle empty pseudo entries See merge request gitlab-org/gitlab-ee!9044
-
GitLab Bot authored
-
Robert Speicher authored
Add autocomplete for issues and MRs in epics Closes #5606 See merge request gitlab-org/gitlab-ee!8936
-
Robert Speicher authored
CE backport of gitlab-ee!8936 See merge request gitlab-org/gitlab-ce!23976
-
Evan Read authored
Fix bad merge on integrations docs See merge request gitlab-org/gitlab-ee!9066
-
James Ramsay authored
-
Stan Hu authored
Add feature flag for container scanning parsing See merge request gitlab-org/gitlab-ee!9063
-
Stan Hu authored
Mock error_tracking_setting to fix tests on failing master See merge request gitlab-org/gitlab-ee!9062
-
GitLab Bot authored
-
Evan Read authored
Link highlighting of jon.doe@example.com swallowed the trailing backtick, destroying formatting. See merge request gitlab-org/gitlab-ce!24133
-
Adam Smith authored
-
Mike Lewis authored
Document new incoming email address format See merge request gitlab-org/gitlab-ce!23991
-
Brett Walker authored
-
Mike Lewis authored
Merge branch 'ee-29951-support-new-issue-creation-by-email-without-subaddressing-docs' into 'master' Document new incoming email address format (EE) See merge request gitlab-org/gitlab-ee!9013
-
Brett Walker authored
-
Douglas Barbosa Alexandre authored
Hashed Storage: Only set as `read_only` when starting the per-project migration See merge request gitlab-org/gitlab-ce!24128
-
GitLab Bot authored
-
- 07 Jan, 2019 6 commits
-
-
Evan Read authored
Fix doc for "Allow getting the merge base of multiple revisions" See merge request gitlab-org/gitlab-ce!24051
-
Evan Read authored
Add doc for removing Geo node See merge request gitlab-org/gitlab-ee!8868
-
Aric Buerer authored
-
Stan Hu authored
This appears to add "Error Tracking" and remove duplicate "quick actions" and "register" entries.
-
Tiago Botelho authored
These are used by the EE-only approvers feature
-
Tiago Botelho authored
This is accomplished by taking the merge request's commits that aren't merge commits, and removing their authors from the list of eligable approvers.
-