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

Cleanup the traefik-v2 branch #134

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
# steps as if would used `export MY_ENV=my-value`.
- name: Configure environment variables
run: |
echo "ETCDCTL_API=3" >> $GITHUB_ENV
echo "PATH=$PWD/bin:$PATH" >> $GITHUB_ENV
- uses: actions/checkout@v2
# NOTE: actions/setup-python@v2 make use of a cache within the GitHub base
Expand All @@ -57,7 +56,7 @@ jobs:
run: |
pip install --upgrade setuptools pip
pip install -r dev-requirements.txt --upgrade .
python -m jupyterhub_traefik_proxy.install --traefik --etcd --consul --output=./bin
python -m jupyterhub_traefik_proxy.install --traefik --output=./bin
pip freeze
- name: Run tests
run: |
Expand Down
3 changes: 3 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
myst-parser
pydata-sphinx-theme
sphinx-copybutton
# Temporary fix of sphinx compatibility issue.
# Revert back to released autodoc-traits when 0.1.0 released.
https://github.com/jupyterhub/autodoc-traits/archive/d22282c1c18c6865436e06d8b329c06fe12a07f8.zip
12 changes: 0 additions & 12 deletions docs/source/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,3 @@ Module: :mod:`jupyterhub_traefik_proxy`

.. autoconfigurable:: TKvProxy
:members:

:class:`TraefikEtcdProxy`
-------------------------

.. autoconfigurable:: TraefikEtcdProxy
:members:

:class:`TraefikConsulProxy`
---------------------------

.. autoconfigurable:: TraefikConsulProxy
:members:
2 changes: 0 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
os.pardir,
)
)
# add sphinxext
sys.path.append(os.path.join(docs, 'sphinxext'))

import jupyterhub_traefik_proxy

Expand Down
55 changes: 0 additions & 55 deletions docs/sphinxext/autodoc_traits.py

This file was deleted.

2 changes: 0 additions & 2 deletions jupyterhub_traefik_proxy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

from .proxy import TraefikProxy # noqa
from .kv_proxy import TKvProxy # noqa
from .etcd import TraefikEtcdProxy
from .consul import TraefikConsulProxy
from .toml import TraefikTomlProxy

from ._version import get_versions
Expand Down
1,336 changes: 0 additions & 1,336 deletions performance/ProxyPerformance.ipynb

This file was deleted.

Empty file removed performance/__init__.py
Empty file.
Loading