- 06 Mar, 2019 40 commits
-
-
Yorick Peterse authored
This ensures that the mentions of GitLab versions in API::GroupBoards are the same as in CE. Technically this might not be correct if the code was backported to CE, but there is no harm in using the same code as CE.
-
Yorick Peterse authored
-
Yorick Peterse authored
This replaces API::Notes::NOTEABLE_TYPES and API::Discussions::NOTEABLE_TYPES with class methods defined in a separate helper modules. This allows EE to extend the list of noteable types, without having to modify the constant in-place. We can't define these methods directly in the API classes, as they would be used before we're able to extend them in EE.
-
GitLab Bot authored
-
Kamil Trzciński authored
Expose merge request entity for pipelines See merge request gitlab-org/gitlab-ce!25679
-
GitLab Bot authored
-
Clement Ho authored
Resolve "Introduce zoom and scroll functionality on metrics charts" Closes #57085 See merge request gitlab-org/gitlab-ce!25388
-
Adriel Santiago authored
Adds the ability to change data zoom for metrics graphs
-
GitLab Bot authored
-
Kamil Trzciński authored
Resolve "Limit Group Security Dashboard to selected types of vulnerabilities" Closes #9393 See merge request gitlab-org/gitlab-ee!9626
-
Tetiana Chupryna authored
-
Kamil Trzciński authored
Allow protected branch creation via web and API Closes #53361 See merge request gitlab-org/gitlab-ce!24969
-
Patrick Bajao authored
This commit includes changes to add `UserAccess#can_create_branch?` which will check whether the user is allowed to create a branch even if it matches a protected branch. This is used in `Gitlab::Checks::BranchCheck` when the branch name matches a protected branch. A `push_to_create_protected_branch` ability in `ProjectPolicy` has been added to allow Developers and above to create protected branches.
-
Grzegorz Bizon authored
Use optional encryption strategy for Runners Tokens Closes #54859 See merge request gitlab-org/gitlab-ce!25532
-
Kamil Trzciński authored
This makes code to support encrypted runner tokens. This code also finished previously started encryption process.
-
Grzegorz Bizon authored
EE: Use optional encryption strategy for Runners Tokens See merge request gitlab-org/gitlab-ee!9841
-
Marcia Ramos authored
Fix object storage link in doc See merge request gitlab-org/gitlab-ce!25791
-
Kushal Pandya authored
CE FE Add PersistentUserCallout factory method See merge request gitlab-org/gitlab-ce!25481
-
GitLab Bot authored
-
Clement Ho authored
Resolve "Add Saturday to Localization first day of the week" Closes #58023 See merge request gitlab-org/gitlab-ce!25509
-
Clement Ho authored
EE Port: Add Saturday to first day of the week Closes gitlab-ce#58023 See merge request gitlab-org/gitlab-ee!9797
-
Dennis Tang authored
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/58023 - docs for adding Saturday for first day of the week - add related settings for Saturday as first day of the week - firstDayOfWeek: Use enumeration, replace day's numbers with corresponding names - make some variables lowercase (follow camelCase) - add CHANGELOG entry Author: haghighi_ahmad <haghighi.ahmad@gmail.com>
-
Phil Hughes authored
Fix Approval UI showing up for free plan Closes #9908 See merge request gitlab-org/gitlab-ee!9819
-
GitLab Bot authored
-
Takuya Noguchi authored
Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
Phil Hughes authored
Update dependency @gitlab/ui to ^2.2.0 See merge request gitlab-org/gitlab-ce!25795
-
GitLab Bot authored
-
Kamil Trzciński authored
API: delete job_artifacts of a single job See merge request gitlab-org/gitlab-ce!25522
-
Roger Rüttimann authored
-
Kamil Trzciński authored
Ee feature/api delete job artifacts See merge request gitlab-org/gitlab-ee!9774
-
Roger Rüttimann authored
-
Kamil Trzciński authored
Fix spelling and other minor improvements See merge request gitlab-org/gitlab-ce!25784
-
Evan Read authored
-
Kamil Trzciński authored
Use set instead of let blocks Closes #10054 See merge request gitlab-org/gitlab-ee!9827
-
Tetiana Chupryna authored
-
GitLab Bot authored
-
Nick Thomas authored
Accept force option on commit via API Closes #45035 See merge request gitlab-org/gitlab-ce!25286
-
Patrick Bajao authored
When `force` is set to `true` and `start_branch` is set, the branch will be ovewritten with the new commit based on the `HEAD` of the `start_branch`. This commit includes changes to update the `gitaly-proto` gem.
-
Luke Bennett authored
Use factory method to DRY safe instantiation. Add tests for PersistentUserCallout.
-
Paul Slaughter authored
- Removes `requires_approve?`. This was only being used in `merge_request_presenter` to hide/show the API paths. - Adds `approval_feature_available?` The API path checks have been updated to use this call. - Replaces `approvalsRequired` in the mr_widget_store with `hasApprovalsAvailable`. The previous property actually only checked if the `approvalsPath` was truthy or not. It looked like it checked the `approvalsRequired` from the server, but since this was camel case, this value never existed.
-