diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..0b3779e53 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9940ee992..90a2d3e7d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ variables: GIT_CLEAN_FLAGS: "-ffdx" # Change pip's cache directory to be inside the project directory since we can only cache local items. PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" - EXTRA_VALUES_ACCEPTANCE: '--values ./secrets/config/common/common.yaml --values ./secrets/config/common/cryptnono.yaml --values ./secrets/config/common/gesis.yaml --values ./secrets/config/gesis-acceptance.yaml --values ./config/gesis.yml --values ./config/gesis-acceptance.yml' + EXTRA_VALUES_ACCEPTANCE: "--values ./secrets/config/common/common.yaml --values ./secrets/config/common/cryptnono.yaml --values ./secrets/config/common/gesis.yaml --values ./secrets/config/gesis-acceptance.yaml --values ./config/gesis.yml --values ./config/gesis-acceptance.yml" # This workflow:rules are required to enable merge request pipelines! workflow: @@ -53,7 +53,7 @@ include: stage: lint dir: mybinder extra_values: ${EXTRA_VALUES_ACCEPTANCE} - git_crypt: 'true' + git_crypt: "true" rules: - if: $CI_SERVER_FQDN == "git.gesis.org" && $CI_PIPELINE_SOURCE == 'merge_request_event' - if: $CI_SERVER_FQDN == "git.gesis.org" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH @@ -65,6 +65,6 @@ include: dir: mybinder k8s_context: methods-hub/binder.methodshub.gesis.org:acceptance extra_values: ${EXTRA_VALUES_ACCEPTANCE} - git_crypt: 'true' + git_crypt: "true" rules: - if: $CI_SERVER_FQDN == "git.gesis.org" && $CI_PIPELINE_SOURCE == 'merge_request_event' diff --git a/config/gesis.yml b/config/gesis.yml index de07db144..dc5ab64f0 100644 --- a/config/gesis.yml +++ b/config/gesis.yml @@ -116,4 +116,4 @@ prometheus: persistentVolume: storageClass: local-storage-prometheus static: - enabled: false \ No newline at end of file + enabled: false diff --git a/mybinder/files/etc/jupyter/templates/login.html b/mybinder/files/etc/jupyter/templates/login.html index 7f99973f9..d2a15df7a 100644 --- a/mybinder/files/etc/jupyter/templates/login.html +++ b/mybinder/files/etc/jupyter/templates/login.html @@ -1,32 +1,27 @@ -{% extends "templates/login.html" %} - -{% block header_buttons %} -{% block login_widget %} -{% endblock %} +{% extends "templates/login.html" %} {% block header_buttons %} {% block +login_widget %} {% endblock %} -{{super()}} -{% endblock header_buttons %} - -{% block site %} +{{super()}} {% endblock header_buttons %} {% block site %}
- The shareable URL for this repo is: {{binder_url}} -
+The shareable URL for this repo is: {{binder_url}}
- If so, your authentication cookie for this Binder has been deleted or expired. - You can launch a new Binder for this repo by clicking here. + If so, your authentication cookie for this Binder has been deleted or + expired. You can launch a new Binder for this repo by clicking + here.
- If so, the link is outdated or incorrect. - Recheck the link for typos or ask the person who gave you the link for an updated link. - A shareable Binder link should look like {{binder_url}}. + If so, the link is outdated or incorrect. Recheck the link for typos or ask + the person who gave you the link for an updated link. A shareable Binder + link should look like {{binder_url}}. +