- 01 Apr, 2019 40 commits
-
-
Stan Hu authored
If ldap_sync_last_sync_at is nil, then the LDAP group got into an inconsistent state after the transition. Since it's possible for ldap_sync_last_sync_at to be nil, we guard against this occurrence and attempt to bubble up the error to the admin. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/1529
-
GitLab Bot authored
-
Douwe Maan authored
Allow extra permissions in Project & Issue GraphQL types See merge request gitlab-org/gitlab-ce!26818
-
Douwe Maan authored
Added permissions check to design management See merge request gitlab-org/gitlab-ee!10501
-
Nick Thomas authored
Include cluster domain in Project Clusters API Closes #59441 See merge request gitlab-org/gitlab-ce!26735
-
Mayra Cabrera authored
Domain was introduced on 11.8 and was not included on the Project Cluster API. With this change user will be able to include domain when adding and updating a cluster. Domain will also be included on the GET calls. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59441
-
GitLab Bot authored
-
Douglas Barbosa Alexandre authored
Check mergeability in merge to ref service See merge request gitlab-org/gitlab-ce!26757
-
Douglas Barbosa Alexandre authored
Disable inaccessible navigation links upon archiving a project Closes #58793 See merge request gitlab-org/gitlab-ce!26020
-
GitLab Bot authored
-
Lin Jen-Shin authored
Document ApplicationRecord / pluck_primary_key Closes #59690 See merge request gitlab-org/gitlab-ce!26764
-
Dmitriy Zaporozhets authored
Add Snowplow support to backend Closes #8284 See merge request gitlab-org/gitlab-ee!10444
-
GitLab Bot authored
-
Clement Ho authored
Fix bug where clicking file header in diff refreshes page Closes #57669 See merge request gitlab-org/gitlab-ce!26422
-
GitLab Bot authored
-
Nick Thomas authored
Fix MergeRequest#has_commits? nil comparison Closes #59547 See merge request gitlab-org/gitlab-ce!26828
-
Francisco Javier López authored
-
Bob Van Landuyt authored
Don't allow modification of designs when a project is archived
-
Phil Hughes authored
-
Phil Hughes authored
Changed some variable names
-
Phil Hughes authored
-
Bob Van Landuyt authored
And implement review feedback
-
Phil Hughes authored
Cache some project data in the apollo store
-
Bob Van Landuyt authored
This enables creating, reading and destroying designs for anyone with developer access and up. It allows reading designs linked to issues that are readable to the current user.
-
Phil Hughes authored
-
GitLab Bot authored
-
Grzegorz Bizon authored
Add # frozen_string_literal to spec/models See merge request gitlab-org/gitlab-ce!26791
-
GitLab Bot authored
-
Grzegorz Bizon authored
Dry up and remove responsibilities from services Closes #58646 See merge request gitlab-org/gitlab-ce!26731
-
João Cunha authored
- Dry create_service.rb and update_service.rb duplicated code - Remove known list of applications responsibility from services - Refactor the complex builders->builder call from base_service.rb
-
Phil Hughes authored
Fix styleling for `app/assets/stylesheets/framework/markdown_area.scss` See merge request gitlab-org/gitlab-ce!26768
-
GitLab Bot authored
-
Stan Hu authored
Update lfs_administration.md to add new line in order to have table draw properly See merge request gitlab-org/gitlab-ce!26827
-
Jarka Košanová authored
- create a class for tracking snoplow events - change FE to use the class NAMESPACE constant
-
Phil Hughes authored
Persist page and date range in Group Security Dashboard URL Closes #9677 See merge request gitlab-org/gitlab-ee!10402
-
Mark Florian authored
This follows straight-forwardly from [previous work][1] to persist some state of the Group Security Dashboard to the URL, and vice versa. [1]: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/9108
-
Rick Heil authored
-
Rémy Coutable authored
Documentation: added missing } in a json example See merge request gitlab-org/gitlab-ee!10497
-
GitLab Bot authored
-
Kushal Pandya authored
Display link to next to note in text email See merge request gitlab-org/gitlab-ce!26695
-