- 08 Jan, 2019 23 commits
-
-
Douwe Maan authored
Resolve "Prevent commit authors from self approvaling merge requests" Closes #3845 See merge request gitlab-org/gitlab-ee!9007
-
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 17 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
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.
-
GitLab Bot authored
-
Douwe Maan authored
EE port of 49231-import-issues-csv See merge request gitlab-org/gitlab-ee!8785
-
Douwe Maan authored
Import issues from CSV Closes #49231 See merge request gitlab-org/gitlab-ce!23532
-
Heinrich Lee Yu authored
-
Heinrich Lee Yu authored
References with namespace are inserted because this is at group scope and iids are not unique
-
Gabriel Mazetto authored
In the previous code, we locked the project during the migration scheduling step, which works fine for small setups, but can be problematic in really big installations. We now moved the logic to inside the worker, so we minimize the time a project will be read-only. We also make sure we only do that if reference counter is `0` (no current operation is in progress).
-
Logan King authored
-
Olivier Gonzalez authored
Skip parsing of container scanning report if feature flag is disabled.
-
GitLab Bot authored
-
Kamil Trzciński authored
Fix QA spec sharing project in the wrong context Closes gitlab-org/quality/nightly#54 See merge request gitlab-org/gitlab-ce!24183
-
GitLab Bot authored
-
Thong Kuah authored
-