- 06 Mar, 2019 40 commits
-
-
Yorick Peterse authored
This moves API::ResourceLabelEventsHelpers::EVENTABLE_TYPES to a class method in a separate helper module, allowing EE to redefine it without having to directly modify the source code.
-
Yorick Peterse authored
This adds a method to API::Internal that returns the URL to use for LFS authentication tokens. This makes it possible for EE to redefine this behaviour, without having to directly modify the source code.
-
Yorick Peterse authored
This removes a redunant query limit whitelisting rule from the Groups API. This can be removed because another entry exists a few lines down.
-
Yorick Peterse authored
This moves the LDAP sync API endpoint from API::Groups to EE::API::Groups.
-
Yorick Peterse authored
Similar to creating groups in the groups API, EE injects custom code just before we update an existing group. Moving the update logic to a separate method in CE allows EE to more easily extend it.
-
Yorick Peterse authored
EE has some custom behaviour that needs to run before and after creating a group in the API. By moving the group creation logic to a separate method, EE can easily extend this behaviour; without having to directly modify the API source code.
-
Yorick Peterse authored
This moves LDAP link preloading from API::Groups to EE::API::Groups.
-
Yorick Peterse authored
All this code has been moved to EE::API::Helpers.
-
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
-