- 23 Oct, 2018 15 commits
-
-
Nick Thomas authored
Alias the lfs_enabled method Closes #49348 See merge request gitlab-org/gitlab-ce!22501
-
Kamil Trzciński authored
Add RoleBinding method and class See merge request gitlab-org/gitlab-ce!22524
-
Grzegorz Bizon authored
Remove broken git storage for testing See merge request gitlab-org/gitlab-ce!22530
-
Phil Hughes authored
Add `Any` option to milestone filter See merge request gitlab-org/gitlab-ce!22351
-
Heinrich Lee Yu authored
-
Phil Hughes authored
Resolve "Filter discussion (tab) by comments or activity in issues and merge requests" Closes #26723 See merge request gitlab-org/gitlab-ce!19193
-
Oswaldo Ferreira authored
-
Zeger-Jan van de Weg authored
This will allow changes in Gitaly that will make it fail when running rspec, to make it to GitLab. Else Gitaly won't start as it can't reach the broken storage directory.
-
Zeger-Jan van de Weg authored
Broken storage used to be used to test situations where the Git storage wasn't being reached. These days we can just mock the Gitaly response. But given the broken storage is removed now, Gitaly can take over control of the storage being reachable. If it's not, Gitaly won't boot. That's nice for situations where a disk wasn't mounted for instance. Gitaly MR: https://gitlab.com/gitlab-org/gitaly/merge_requests/675
-
Phil Hughes authored
Run karma for qa-* branches See merge request gitlab-org/gitlab-ce!22464
-
Grzegorz Bizon authored
Resolve "Removed branch link in pipelines page is broken" Closes #42611 See merge request gitlab-org/gitlab-ce!21451
-
Grzegorz Bizon authored
Resolve "Group runner confused about whether or not is protected" Closes #52840 See merge request gitlab-org/gitlab-ce!22459
-
Grzegorz Bizon authored
Fix EOF detection with CI artifacts metadata Closes #36954 See merge request gitlab-org/gitlab-ce!22479
-
Evan Read authored
Add information about the uid_attribute custom setting in the SAML docs See merge request gitlab-org/gitlab-ce!22500
-
Dmitriy Zaporozhets authored
Introduce new Kubernetes spec helpers See merge request gitlab-org/gitlab-ce!22525
-
- 22 Oct, 2018 25 commits
-
-
Mayra Cabrera authored
Includes RoleBinding methods to Kubeclient and introduce a new lib class to generate RoleBinding resources. This MR is part of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22011
-
Mayra Cabrera authored
Add create_role_binding, create_namespace and get_namespace kubernetes spec helpers. This new helpers are going to be used on https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22011
-
Robert Speicher authored
Revert "Merge branch 'refactor-cluster-create-service-spec' into 'master'" See merge request gitlab-org/gitlab-ce!22523
-
Annabel Dunstone Gray authored
Remove card-title in card-header Closes #46884 See merge request gitlab-org/gitlab-ce!19335
-
Thong Kuah authored
This reverts merge request !22407
-
Douwe Maan authored
Improve validation errors for external CI/CD configuration Closes #51369 See merge request gitlab-org/gitlab-ce!22394
-
Andreas Brandl authored
Add Clusters::KubernetesNamespace model See merge request gitlab-org/gitlab-ce!22404
-
Mike Greiling authored
Bump mermaid to 8.0.0-rc.8 Closes #52601, #50105, and #40470 See merge request gitlab-org/gitlab-ce!22509
-
Annabel Dunstone Gray authored
Change branch font type in tag creation See merge request gitlab-org/gitlab-ce!22454
-
Robert Speicher authored
Move Project#rename_repo to a service class See merge request gitlab-org/gitlab-ce!22419
-
Mek Stittri authored
Make the 'Accepting merge requests' workflow consistent See merge request gitlab-org/gitlab-ce!22467
-
Cindy Pallares authored
We currently check for `project.lfs_enabled` to display the state of lfs being enabled/disabled, but this is set to nil by default, even when lfs is enabled. Aliasing the method to #lfs_enabled? will return the correct state.
-
Clement Ho authored
Fix/update prettier script See merge request gitlab-org/gitlab-ce!22476
-
Mike Greiling authored
-
Mike Greiling authored
Extract JobContainerItem component See merge request gitlab-org/gitlab-ce!22505
-
Winnie Hellmann authored
-
Robert Speicher authored
Backport rescue in Project#import_url from EE See merge request gitlab-org/gitlab-ce!22520
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Douglas Barbosa Alexandre authored
[QA] Port recent changes from EE See merge request gitlab-org/gitlab-ce!22391
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Marcia Ramos authored
docs-Update proofreader.md See merge request gitlab-org/gitlab-ce!22427
-
Ray Paik authored
-
Mayra Cabrera authored
This model will be used to persist into database Kubernetes properties, such as namespace, service account name and service account token.
-
Blair Lunceford authored
-
Tomasz Maczukin authored
-