summaryrefslogtreecommitdiff
path: root/app/models/clusters/applications/jupyter.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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>