Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-02Enables ingress for uninstallationJoão Cunha
- JupyterHub must not be available (installed or updated)
2019-07-01Allow JupyterHub to be uninstalledJoão Cunha
- enabled uninstallation - give it a specific uninstall message - ajust specs
2019-06-05Setup Git client for JupyterAmit Rathi
2019-05-22JupyterHub Repo IntegrationAmit Rathi
2019-05-20Fix typos in the whole gitlab-ce projectYoginth
2019-04-30Expose can_uninstall in cluster_status.jsonThong Kuah
Only prometheus can be uninstalled atm, the rest will be dealt with later. Presumption is that new application types will have uninstallation implmemented at the same time.
2019-03-28Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas
2019-03-08Add support for ingress hostnameswalkafwalka
2019-03-07Merge branch 'restrict-jupyter-login' of ↵Amit Rathi
https://gitlab.com/amit1rrr/gitlab-ce into restrict-jupyter-login
2018-12-03HTTPS for JupyterHub installationAmit Rathi
2018-10-16Show available clusters when installed or updatedPeter Leitzen
Before this commit updating Prometheus (e.g. adding alerts) made it "updated" therefore not installed.
2018-09-18Add GitLab cluster id to jupyter configDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-09-13Revert "Merge branch 'dz-add-project-id-to-jupyter' into 'master'"Dmitriy Zaporozhets
This reverts merge request !21341
2018-09-12Merge branch 'dz-add-project-id-to-jupyter' into 'master'Dmitriy Zaporozhets
Add GitLab project id to jupyter config installed via cluster apps See merge request gitlab-org/gitlab-ce!21341
2018-09-06Enable Kubernetes RBAC for GitLab Managed Apps for existing clustersThong Kuah
2018-08-22Add cluster project id to jupyter configDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-08-07Resolve "Mutual SSL Auth For Helm TIller"Mayra Cabrera
2018-08-03Enable frozen string for app/models/**/*.rbgfyoung
Partially addresses #47424.
2018-08-02Lock helm charts to the VERSION already specified for each application.Thong Kuah
Fix up VERSION for each of the applications * There is no 0.0.1 helm version for jupyterhub. Use the latest version instead * `:nginx` is not a valid chart version. Lock the ingress application GitLab installs to the latest chart version. * Use the latest gitlab-runner chart to prevent GitLab installing older versions when users have been installing the lastest version Always install from the VERSION and not the database `version` column. This should fix cases like https://gitlab.com/gitlab-org/gitlab-ee/issues/6795 in the instances where an install command failed previously, which locked the version in the database to an older version. Also, ensure that the version column is updated to the version we are installing. Add specs to show how previously failed appplications will be handled when the helm installation is run again Add changelog entry
2018-07-31Revert "Merge branch '48098-mutual-auth-cluster-applications' into 'master'"Mayra Cabrera
This reverts merge request !20801
2018-07-28Refactor Cluster Application classes to pass through a has of config filesDylan Griffith
This is refactoring in the lead up to passing mutual TLS certs for helm applications. As such we expect all applications to need config files so we can remove the logic about which applications need and do not need this (ie `#config_map?`).
2018-05-30Rename clusters_applications_jupyters to uncountableDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-05-25Add some tests for jupyter app AR modelDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-05-25Don't allow jupyter install unless ingress external ip is assignedDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-05-25Add oauth reference to jupyter cluster appDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-05-25Add support for Jupyter in GitLab via KubernetesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-05-25Add Applications::Jupyter class sceletonDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>