-
Notifications
You must be signed in to change notification settings - Fork 223
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cleanup website
- Loading branch information
Showing
160 changed files
with
5,268 additions
and
3,858 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,62 +13,62 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
os: [ubuntu-latest] | ||
python-version: [ '3.7', '3.8', '3.9', '3.10' ] | ||
python-version: ["3.7", "3.8", "3.9", "3.10"] | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
with: | ||
clean: true | ||
- name: Set up Python ${{ matrix.python-version }} | ||
uses: actions/setup-python@v1 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
architecture: 'x64' | ||
- name: Display dependency info | ||
run: | | ||
python --version | ||
pip --version | ||
conda --version | ||
- name: Add SBT launcher | ||
run: | | ||
mkdir -p $HOME/.sbt/launchers/1.3.12 | ||
curl -L -o $HOME/.sbt/launchers/1.3.12/sbt-launch.jar https://repo1.maven.org/maven2/org/scala-sbt/sbt-launch/1.3.12/sbt-launch.jar | ||
- name: Install Python dependencies | ||
run: | | ||
python -m pip install --upgrade setuptools pip websocket-client flake8 pytest pytest-tornasync ipykernel coverage codecov | ||
- name: Build Jupyter Enterprise Gateway conda env | ||
run: | | ||
SA="source $CONDA_HOME/bin/activate" make env | ||
- name: Build and install Jupyter Enterprise Gateway | ||
uses: nick-invision/[email protected] | ||
with: | ||
timeout_minutes: 10 | ||
max_attempts: 2 | ||
command: | | ||
SA="source $CONDA_HOME/bin/activate" make clean dist enterprise-gateway-demo | ||
python -m pip install --upgrade dist/*.whl | ||
- name: Log current Python dependencies version | ||
run: | | ||
pip freeze | ||
- name: Log current Enterprise Gateway version | ||
run: | | ||
jupyter enterprisegateway --help | ||
- name: Run tests | ||
uses: nick-invision/[email protected] | ||
with: | ||
timeout_minutes: 3 | ||
max_attempts: 1 | ||
command: | | ||
pytest -v -s enterprise_gateway/tests | ||
- name: Run integration tests | ||
run: | | ||
SA="source $CONDA_HOME/bin/activate" make itest-yarn | ||
- name: Collect logs | ||
run: | | ||
python --version | ||
pip --version | ||
pip list | ||
docker logs itest-yarn | ||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
with: | ||
clean: true | ||
- name: Set up Python ${{ matrix.python-version }} | ||
uses: actions/setup-python@v1 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
architecture: "x64" | ||
- name: Display dependency info | ||
run: | | ||
python --version | ||
pip --version | ||
conda --version | ||
- name: Add SBT launcher | ||
run: | | ||
mkdir -p $HOME/.sbt/launchers/1.3.12 | ||
curl -L -o $HOME/.sbt/launchers/1.3.12/sbt-launch.jar https://repo1.maven.org/maven2/org/scala-sbt/sbt-launch/1.3.12/sbt-launch.jar | ||
- name: Install Python dependencies | ||
run: | | ||
python -m pip install --upgrade setuptools pip websocket-client flake8 pytest pytest-tornasync ipykernel coverage codecov | ||
- name: Build Jupyter Enterprise Gateway conda env | ||
run: | | ||
SA="source $CONDA_HOME/bin/activate" make env | ||
- name: Build and install Jupyter Enterprise Gateway | ||
uses: nick-invision/[email protected] | ||
with: | ||
timeout_minutes: 10 | ||
max_attempts: 2 | ||
command: | | ||
SA="source $CONDA_HOME/bin/activate" make clean dist enterprise-gateway-demo | ||
python -m pip install --upgrade dist/*.whl | ||
- name: Log current Python dependencies version | ||
run: | | ||
pip freeze | ||
- name: Log current Enterprise Gateway version | ||
run: | | ||
jupyter enterprisegateway --help | ||
- name: Run tests | ||
uses: nick-invision/[email protected] | ||
with: | ||
timeout_minutes: 3 | ||
max_attempts: 1 | ||
command: | | ||
pytest -v -s enterprise_gateway/tests | ||
- name: Run integration tests | ||
run: | | ||
SA="source $CONDA_HOME/bin/activate" make itest-yarn | ||
- name: Collect logs | ||
run: | | ||
python --version | ||
pip --version | ||
pip list | ||
docker logs itest-yarn | ||
link_check: | ||
runs-on: ubuntu-latest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,4 +15,3 @@ exclude *.yaml | |
|
||
prune enterprise_gateway/tests | ||
prune enterprise_gateway/itests | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
body div.sphinxsidebarwrapper p.logo { | ||
text-align: left; | ||
} | ||
text-align: left; | ||
} |
Oops, something went wrong.