Skip to content

Commit

Permalink
Merge pull request #134 from GeorgianaElena/clean-for-traefikv2
Browse files Browse the repository at this point in the history
Cleanup the traefik-v2 branch
  • Loading branch information
GeorgianaElena authored Jul 8, 2021
2 parents d8d729c + 9e473df commit 3101914
Show file tree
Hide file tree
Showing 31 changed files with 6 additions and 5,572 deletions.
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

0 comments on commit 3101914

Please sign in to comment.