- 01 Apr, 2019 40 commits
-
-
GitLab Bot authored
-
Clement Ho authored
Add jQuery matchers to Jest Closes #59637 See merge request gitlab-org/gitlab-ce!26722
-
Winnie Hellmann authored
-
GitLab Bot authored
-
Douglas Barbosa Alexandre authored
Force a full GC after importing a project Closes #59477 See merge request gitlab-org/gitlab-ce!26803
-
Douglas Barbosa Alexandre authored
Add # frozen_string_literal to spec/workers See merge request gitlab-org/gitlab-ce!26790
-
GitLab Bot authored
-
Douglas Barbosa Alexandre authored
Remove find all tags feature flag See merge request gitlab-org/gitlab-ce!26746
-
Robert Speicher authored
Refactor the pipeline feature spec Closes #59747 See merge request gitlab-org/gitlab-ce!26822
-
Clement Ho authored
Resolve "Should we translate severity values" See merge request gitlab-org/gitlab-ee!10230
-
GitLab Bot authored
-
Douglas Barbosa Alexandre authored
Fix Container Scanning for Kubernetes Runners Closes gitlab-ee#5763 and gitlab-ee#6636 See merge request gitlab-org/gitlab-ce!26793
-
GitLab Bot authored
-
Marcia Ramos authored
Add details for the first proof reader request See merge request gitlab-org/gitlab-ce!26812
-
Nick Thomas authored
Guard against ldap_sync_last_sync_at being nil Closes #1529 See merge request gitlab-org/gitlab-ee!10507
-
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
-
Thong Kuah authored
Adds `# frozen_string_literal: true` to spec/workers ruby files
-
Stan Hu authored
During a project import, it's possible that new branches are created by the importer to handle pull requests that have been created from forked projects, which would increment the `pushes_since_gc` value via `HousekeepingService.increment!` before a full garbage collection gets to run. This causes HousekeepingService to skip the full `git gc` and move to the incremental repack mode. To ensure that a garbage collection is run to pack refs and objects, explicitly execute the task. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59477
-
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
-