Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace chp with traefik-proxy #266

Merged
merged 14 commits into from
Feb 22, 2019

Commits on Feb 13, 2019

  1. Configuration menu
    Copy the full SHA
    eee29a0 View commit details
    Browse the repository at this point in the history
  2. Fixed some issues

    GeorgianaElena committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    3ee387c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03b4c62 View commit details
    Browse the repository at this point in the history
  4. Fixed minor issues

    GeorgianaElena committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    956c95e View commit details
    Browse the repository at this point in the history
  5. Fixed unit test

    GeorgianaElena committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    f7f686f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e8b303d View commit details
    Browse the repository at this point in the history
  7. Fixed tests

    GeorgianaElena committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    ffa635d View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2019

  1. Removed chp service

    GeorgianaElena committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    84d8000 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

  1. Configuration menu
    Copy the full SHA
    436610f View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2019

  1. move generating traefik basic auth to traefik.py

    compute this when we write the template, not when we load config
    minrk committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    23ea539 View commit details
    Browse the repository at this point in the history
  2. use load_config to load config in jupyterhub_config.py

    rather than re-implementing it
    minrk committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    fd114e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af36ee7 View commit details
    Browse the repository at this point in the history
  4. add load_secrets as an explicit stage

    during load_config
    
    rather than applying directly to defaults, which should be left static
    minrk committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    7c9bea3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    407dc3a View commit details
    Browse the repository at this point in the history