- 08 Nov, 2018 28 commits
-
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Thong Kuah authored
Group clusters should not allow Project Namespace so don't show that field input too
-
Thong Kuah authored
Based on BE reviewer feedback
-
Mayra Cabrera authored
As the frontend is still in progress and other related backend is still in prgress we need a feature flag to turn off Group Clusters.
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Thong Kuah authored
These applications will need further work in future issues to enable them to work with groups of projects.
-
Thong Kuah authored
Remove the requirement to have actual_namespace before using kubeclient.
-
Thong Kuah authored
- Add pages javascripts to intialize clusters for group pages - Move specs asserting gcp specific validations from controller into UpdateService spec - Also teach Clusters::ApplicationController about groups
-
Thong Kuah authored
As this is the only item in this menu, make Kubernetes the link for the sidebar item too.
-
Thong Kuah authored
- maintainer for group can read, create, update, and admin cluster - project user, at any level, cannot do anything with group cluster
-
Sanad Liaquat authored
Fix for the filter spec failure Closes gitlab-org/quality/nightly#34 and gitlab-org/quality/nightly#30 See merge request gitlab-org/gitlab-ce!22862
-
Ramya Authappan authored
-
Evan Read authored
Adds documentation for restricted project service account in deployment jobs Closes #51717 See merge request gitlab-org/gitlab-ce!22810
-
Mayra Cabrera authored
-
Evan Read authored
Document that we do not support importing bare repositories from hashed storage in certain cases Closes #41423 See merge request gitlab-org/gitlab-ce!22783
-
Michael Kozono authored
-
Nick Thomas authored
Add e2e test of push over SSH using Git protocol v2 See merge request gitlab-org/gitlab-ce!22548
-
- 07 Nov, 2018 12 commits
-
-
Evan Read authored
Emphasis the importance of auth registry See merge request gitlab-org/gitlab-ce!22843
-
Douwe Maan authored
StuckImportJobsWorker query performance optimization See merge request gitlab-org/gitlab-ce!22879
-
Tim Zallmann authored
Adds a btn-icon class See merge request gitlab-org/gitlab-ce!22870
-
Mike Greiling authored
Align sign in button Closes #53673 See merge request gitlab-org/gitlab-ce!22888
-
Tiago Botelho authored
Improves the performance of fetching the enqueued projects for StuckImportJobsWorker, preventing a statement timeout.
-
Stan Hu authored
Prevent attr_encrypted models from being overriden Closes gitlab-ee#8234 See merge request gitlab-org/gitlab-ce!22764
-
Douglas Barbosa Alexandre authored
Paginate Bitbucket Server importer projects See merge request gitlab-org/gitlab-ce!22825
-
Michael Kozono authored
-
Michael Kozono authored
-
George Tsiolis authored
-
Stan Hu authored
Fix failing spec in spec/controllers/admin/hooks_controller_spec.rb attr_encrypted expects models to have their attribute methods defined, or it will override them with standard Ruby accessors. Migration specs that rolled back the state of the database after columns were migrated to encrypted values were interfering with these definitions. To ensure that the SystemHook specs pass, we need to call `SystemHook.define_attribute_methods` to ensure that attr_encrypted sees the right methods that reflect the latest state of the database. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/8234
-
Robert Speicher authored
Warn when MR titles are too long. See merge request gitlab-org/gitlab-ce!22845
-