summaryrefslogtreecommitdiff
path: root/app/models/clusters/applications/jupyter.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-0/+2
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-2/+1
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+2
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-081-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-231-1/+1
|
* Allow group install of JupyterHubgroup_level_jupyterhubJames Fargher2019-09-051-5/+2
| | | | Removes limitations on cluster types that can install JupyterHub
* Avoid calling freeze on already frozen strings in app/modelsdineshpanda2019-09-011-1/+1
|
* Enables ingress for uninstallationJoão Cunha2019-07-021-3/+1
| | | | - JupyterHub must not be available (installed or updated)
* Allow JupyterHub to be uninstalledJoão Cunha2019-07-011-6/+0
| | | | | | - enabled uninstallation - give it a specific uninstall message - ajust specs
* Setup Git client for JupyterAmit Rathi2019-06-051-1/+10
|
* JupyterHub Repo IntegrationAmit Rathi2019-05-221-0/+9
|
* Fix typos in the whole gitlab-ce projectYoginth2019-05-201-1/+1
|
* Expose can_uninstall in cluster_status.jsonThong Kuah2019-04-291-0/+6
| | | | | | | | 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.
* Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas2019-03-281-1/+1
|
* Add support for ingress hostnamesingress-hostnameswalkafwalka2019-03-071-1/+3
|
* Merge branch 'restrict-jupyter-login' of ↵Amit Rathi2019-03-071-3/+8
| | | | https://gitlab.com/amit1rrr/gitlab-ce into restrict-jupyter-login
* HTTPS for JupyterHub installationAmit Rathi2018-12-031-1/+5
|
* Show available clusters when installed or updatedPeter Leitzen2018-10-161-1/+1
| | | | | Before this commit updating Prometheus (e.g. adding alerts) made it "updated" therefore not installed.
* Add GitLab cluster id to jupyter configdz-expose-cluster-id-to-jupyterDmitriy Zaporozhets2018-09-181-0/+5
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Revert "Merge branch 'dz-add-project-id-to-jupyter' into 'master'"Dmitriy Zaporozhets2018-09-131-9/+0
| | | This reverts merge request !21341
* Merge branch 'dz-add-project-id-to-jupyter' into 'master'Dmitriy Zaporozhets2018-09-121-0/+9
|\ | | | | | | | | Add GitLab project id to jupyter config installed via cluster apps See merge request gitlab-org/gitlab-ce!21341
| * Add cluster project id to jupyter configDmitriy Zaporozhets2018-08-221-0/+9
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Enable Kubernetes RBAC for GitLab Managed Apps for existing clustersThong Kuah2018-09-061-0/+1
|/
* Resolve "Mutual SSL Auth For Helm TIller"Mayra Cabrera2018-08-071-2/+2
|
* Enable frozen string for app/models/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-models-moregfyoung2018-08-031-0/+2
| | | | Partially addresses #47424.
* Lock helm charts to the VERSION already specified for each application.Thong Kuah2018-08-021-1/+3
| | | | | | | | | | | | | | | | | | | 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
* Revert "Merge branch '48098-mutual-auth-cluster-applications' into 'master'"Mayra Cabrera2018-07-311-2/+2
| | | This reverts merge request !20801
* Refactor Cluster Application classes to pass through a has of config filesDylan Griffith2018-07-281-2/+2
| | | | 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?`).
* Rename clusters_applications_jupyters to uncountableDmitriy Zaporozhets2018-05-301-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add some tests for jupyter app AR modelDmitriy Zaporozhets2018-05-251-2/+10
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Don't allow jupyter install unless ingress external ip is assignedDmitriy Zaporozhets2018-05-251-0/+8
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add oauth reference to jupyter cluster appDmitriy Zaporozhets2018-05-251-3/+29
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add support for Jupyter in GitLab via KubernetesDmitriy Zaporozhets2018-05-251-3/+25
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add Applications::Jupyter class sceletonDmitriy Zaporozhets2018-05-251-0/+28
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>