- 07 Jan, 2019 40 commits
-
-
Shinya Maeda authored
Use one endpoint fix a ok Dry up more
-
Kamil Trzciński authored
Add permissions check when creating an issue from a vulnerability See merge request gitlab-org/gitlab-ee!9055
-
Lin Jen-Shin authored
Add ApprovalRule model See merge request gitlab-org/gitlab-ee!8497
-
Mike Lewis authored
Add documentation for Remediation Modal See merge request gitlab-org/gitlab-ee!9056
-
Mike Lewis authored
-
GitLab Bot authored
-
Tim Zallmann authored
Allows the GSD to select multiple filters See merge request gitlab-org/gitlab-ee!9031
-
Phil Hughes authored
Resolve "Ctrl+Enter immediately adds MR comment" See merge request gitlab-org/gitlab-ce!24053
-
Phil Hughes authored
Resolve "Ctrl+Enter immediately adds MR comment" Closes #8535 See merge request gitlab-org/gitlab-ee!8932
-
Natalia Tepluhina authored
-
Mike Lewis authored
-
Mark Chao authored
Add test case for not allow author to approve
-
GitLab Bot authored
-
Phil Hughes authored
Resolve ""About this feature" link should open in new window" Closes #55192 See merge request gitlab-org/gitlab-ce!24149
-
Natalia Tepluhina authored
-
Kushal Pandya authored
Add solution card to the vulnerability modal See merge request gitlab-org/gitlab-ee!9030
-
GitLab Bot authored
-
Marcia Ramos authored
Document Auto DevOps secret variables See merge request gitlab-org/gitlab-ce!23970
-
danielgruesso authored
-
Douglas Barbosa Alexandre authored
Add pagination to epics API Closes #8288 See merge request gitlab-org/gitlab-ee!8925
-
Lukas Eipert authored
-
samdbeckham authored
- Fixed some spelling mistakes - Made the SET_FILTER mutation less terse and easier to parse - Improved the i18n for the filter text getter - Re-ran gettext
-
samdbeckham authored
-
samdbeckham authored
-
samdbeckham authored
- Updates the `SET_FILTER` mutation to allow multiple selects - Adds a special case for the "ALL" option - Adds a special getter for selected filter text - Tests for the above
-
Lukas Eipert authored
-
GitLab Bot authored
-
Fatih Acet authored
Externalization for pipeline tags Closes #55721 See merge request gitlab-org/gitlab-ce!24028
-
Olivier Gonzalez authored
Ensure permissions are checked when creating issue from a vulnerability.
-
Mike Greiling authored
Update to Vue 2.5.21 Closes #55592 See merge request gitlab-org/gitlab-ce!23969
-
Fatih Acet authored
Merge branch '53796-discard-draft-comment-button-to-easy-to-accidentally-hit-on-mobile' into 'master' Resolve "Discard draft comment button to easy to accidentally hit on mobile" Closes #53796 See merge request gitlab-org/gitlab-ce!24185
-
Mark Chao authored
This is more direct in loggin who approved a rule.
-
Mark Chao authored
Utilze the new group_users association
-
Mark Chao authored
Keep snapshot of group member by persisting as explicit approver, because group member can change after MR is merged. Filter out inaccessible groups from MR author.
-
Mark Chao authored
Code owner rules are queries on its own.
-
Mark Chao authored
-
Mark Chao authored
This is to enable MR override rule's `approvals_required` is never less than the project rule's.
-
Mark Chao authored
First the project rule is cloned if not overwritten in the MR. The MR’s rule to approval mapping is then persisted.
-
Mark Chao authored
These represents rules associated with MRs and projects. Rules are further associated with User and Group as members. ApprovalMergeRequestRule is associated with Approvals, as a record of whom approved what when MR is merged. This is because recomputation result can change in the future when project approvers/group members changes.
-
GitLab Bot authored
-