summaryrefslogtreecommitdiff
path: root/app/models/clusters/applications/jupyter.rb
Commit message (Expand)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
* Avoid calling freeze on already frozen strings in app/modelsdineshpanda2019-09-011-1/+1
* Enables ingress for uninstallationJoão Cunha2019-07-021-3/+1
* Allow JupyterHub to be uninstalledJoão Cunha2019-07-011-6/+0
* 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
* 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 https://gitlab.com/amit1rrr/gitlab-c...Amit Rathi2019-03-071-3/+8
* HTTPS for JupyterHub installationAmit Rathi2018-12-031-1/+5
* Show available clusters when installed or updatedPeter Leitzen2018-10-161-1/+1
* Add GitLab cluster id to jupyter configdz-expose-cluster-id-to-jupyterDmitriy Zaporozhets2018-09-181-0/+5
* Revert "Merge branch 'dz-add-project-id-to-jupyter' into 'master'"Dmitriy Zaporozhets2018-09-131-9/+0
* Merge branch 'dz-add-project-id-to-jupyter' into 'master'Dmitriy Zaporozhets2018-09-121-0/+9
|\
| * Add cluster project id to jupyter configDmitriy Zaporozhets2018-08-221-0/+9
* | 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
* Lock helm charts to the VERSION already specified for each application.Thong Kuah2018-08-021-1/+3
* Revert "Merge branch '48098-mutual-auth-cluster-applications' into 'master'"Mayra Cabrera2018-07-311-2/+2
* Refactor Cluster Application classes to pass through a has of config filesDylan Griffith2018-07-281-2/+2
* Rename clusters_applications_jupyters to uncountableDmitriy Zaporozhets2018-05-301-1/+1
* Add some tests for jupyter app AR modelDmitriy Zaporozhets2018-05-251-2/+10
* Don't allow jupyter install unless ingress external ip is assignedDmitriy Zaporozhets2018-05-251-0/+8
* Add oauth reference to jupyter cluster appDmitriy Zaporozhets2018-05-251-3/+29
* Add support for Jupyter in GitLab via KubernetesDmitriy Zaporozhets2018-05-251-3/+25
* Add Applications::Jupyter class sceletonDmitriy Zaporozhets2018-05-251-0/+28