- 09 Apr, 2019 40 commits
-
-
Annabel Dunstone Gray authored
Fix icon colors of related MRs widget Closes gitlab-ce#60249 See merge request gitlab-org/gitlab-ee!10660
-
GitLab Bot authored
-
Andreas Brandl authored
CE port of Move "Authorize project access with external service" to Core See merge request gitlab-org/gitlab-ce!27056
-
Imre Farkas authored
Move Contribution Analytics related spec in spec/features/groups/group_page_with_external_authorization_service_spec to EE
-
Andreas Brandl authored
Move "Authorize project access with external service" to Core See merge request gitlab-org/gitlab-ee!10437
-
Imre Farkas authored
...instead of EEExternalAuthorizationServiceHelpers
-
GitLab Bot authored
-
Nick Thomas authored
[Backport] Support multiple assignees for merge requests See merge request gitlab-org/gitlab-ce!27089
-
Nick Thomas authored
Support multiple assignees for merge requests Closes #2004 See merge request gitlab-org/gitlab-ee!10161
-
Marcia Ramos authored
Fix grammar and try to make clearer how a fork works See merge request gitlab-org/gitlab-ce!26929
-
Marcia Ramos authored
add missing word in docs See merge request gitlab-org/gitlab-ce!26882
-
GitLab Bot authored
-
Kamil Trzciński authored
Expose pipeline variables via API Closes #28105 See merge request gitlab-org/gitlab-ce!26501
-
Agustin Henze authored
Used to get the variables via the API endpoint `/projects/:id/pipelines/:pipeline_id/variables` Signed-off-by: Agustin Henze <tin@redhat.com>
-
GitLab Bot authored
-
Clement Ho authored
Enable ESLint rule jest/no-identical-title See merge request gitlab-org/gitlab-ce!27139
-
Clement Ho authored
Enable ESLint rule jest/no-identical-title (EE-port) See merge request gitlab-org/gitlab-ee!10651
-
Clement Ho authored
Remove unused CSS class in Related MRs widget Closes gitlab-ee#10962 See merge request gitlab-org/gitlab-ce!27150
-
Clement Ho authored
Remove unused CSS class in Related MRs widget Closes #10962 See merge request gitlab-org/gitlab-ee!10659
-
GitLab Bot authored
-
Fatih Acet authored
Always show instance configuration link Closes #59730 See merge request gitlab-org/gitlab-ce!26783
-
GitLab Bot authored
-
Douglas Barbosa Alexandre authored
Stable reviewer roulette See merge request gitlab-org/gitlab-ee!10640
-
Douglas Barbosa Alexandre authored
Stable reviewer roulette Closes #57766 See merge request gitlab-org/gitlab-ce!27117
-
Nick Thomas authored
docs public key -> private key See merge request gitlab-org/gitlab-ce!26902
-
Yorick Peterse authored
Automatically enable multiple MR assignees feature flag See merge request gitlab-org/gitlab-ee!10558
-
GitLab Bot authored
-
James Lopez authored
Extract due quick action to shared example Closes #59570 See merge request gitlab-org/gitlab-ce!26918
-
GitLab Bot authored
-
Lin Jen-Shin authored
Quarantine flaky specs See merge request gitlab-org/gitlab-ce!27170
-
Nick Thomas authored
Git push options to create a merge request, set target_branch and set merge when pipeline succeeds Closes #53198 and #43263 See merge request gitlab-org/gitlab-ce!26752
-
GitLab Bot authored
-
Stan Hu authored
Fix backport of project_creation_level migration See merge request gitlab-org/gitlab-ce!27167
-
Stan Hu authored
EE: Fix backport of project_creation_level migration See merge request gitlab-org/gitlab-ee!10672
-
GitLab Bot authored
-
Phil Hughes authored
Fixes stylelint warnings in environments Closes #59903 See merge request gitlab-org/gitlab-ce!27131
-
Rémy Coutable authored
Extract EE specific files/lines for spec/features/merge_request Closes #6574 See merge request gitlab-org/gitlab-ee!10612
-
Heinrich Lee Yu authored
Extracts EE-specific Merge Request feature specs to /ee
-
Oswaldo Ferreira authored
This schedules a background migration that checks whether `multiple_merge_request_assignees` feature flag needs to be enabled. The rule for it is that every PopulateMergeRequestAssigneesTable background job cannot be still running, or being retried or dead. If there are any enqueued jobs in the state above, the "checker" (MergeRequestAssigneesMigrationProgressCheck) will be rescheduled for 3 hours ahead. If there are only dead jobs in the queue (i.e. no scheduled/enqueued or retrying jobs), we raise an error and stop the rescheduling.
-