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

Traefik v2 file provider #135

Closed
wants to merge 19 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
417e73c
Updated installer with latest versions.
devnull-mr Apr 8, 2020
f36b2f0
Upgrade the jupyterhub_traefik_proxy to work with the Traefik v2 API.
alexleach Jun 11, 2021
d75ae3f
Remove any refererence to `traefik_toml` or `TraefikTomlProxy` from the
alexleach Jun 18, 2021
c9ffae4
Major work to support the traefik v2 file provider.
alexleach Jul 5, 2021
3f5b673
Rename docs/source/toml.md to docs/source/yaml.md
alexleach Jul 5, 2021
176a6ae
Revert some breaking changes and tidy for PR
alexleach Jul 6, 2021
1bf59d3
Fix breaking reversions made to install.py
alexleach Jul 6, 2021
53f53e8
Tidy up a couple of files.
alexleach Jul 17, 2021
c6d3baa
Remove consul and etcd proxies from pkg and stop testing them
GeorgianaElena Jul 6, 2021
cfe956a
Remove consul and etcd proxy ref from tests
GeorgianaElena Jul 6, 2021
e03a463
Update the default traefik and consul versions in the installer
GeorgianaElena Aug 16, 2021
cadd54d
Rename the file provider proxy main doc page
GeorgianaElena Aug 16, 2021
8d5e290
Rename the file provider proxy
GeorgianaElena Aug 17, 2021
4108d15
Remove underscore from test func name
GeorgianaElena Aug 17, 2021
87ff82f
Temporary rename back the proxy file to visualize better the changes
GeorgianaElena Oct 21, 2021
f143a89
Remove more of the etcd and consul mentions
GeorgianaElena Oct 25, 2021
56b6528
Remove more of the etcd and consul mentions
GeorgianaElena Oct 25, 2021
cd85379
Remove unused imports
GeorgianaElena Oct 26, 2021
0b083ce
Fix installer tests
GeorgianaElena Oct 26, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove consul and etcd proxies from pkg and stop testing them
GeorgianaElena committed Aug 16, 2021
commit c6d3baaec968b3c43f06d0319d485c98bfdc934c
8 changes: 0 additions & 8 deletions tests/test_proxy.py
Original file line number Diff line number Diff line change
@@ -10,16 +10,8 @@

@pytest.fixture(
params=[
#"no_auth_consul_proxy",
#"auth_consul_proxy",
#"no_auth_etcd_proxy",
#"auth_etcd_proxy",
"toml_proxy",
"yaml_proxy",
#"external_consul_proxy",
#"auth_external_consul_proxy",
#"external_etcd_proxy",
#"auth_external_etcd_proxy",
"external_toml_proxy",
"external_yaml_proxy",
]