Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
[WIP] everware.yml with volumes #190 #193
Open
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
52d3fa4
everware.yml with volumes
igormusinov 1733e6b
Test
igormusinov cc6c6c0
Create special dict for everware.yml parameters
igormusinov cbe0d18
Merge branch 'master'
igormusinov 9d8ee5c
AsyncHTTP
igormusinov 5a388e9
xrdcp
igormusinov 3d80342
add "sh" package and remove directory_data after container removing
igormusinov 89f6ba2
add run_on_executor
igormusinov ed6421a
xrtood timeout, log.info + exception
igormusinov e30f7e2
user log
igormusinov 7806687
yaml + ssl parameter
igormusinov dea1a20
pyyaml; without socket; mount into /data
igormusinov a641520
connection retry constant
igormusinov
Jump to file or symbol
Failed to load files and symbols.
| @@ -1,9 +1,11 @@ | ||
| ipython[notebook] | ||
| coveralls | ||
| nose2 | ||
| +sh | ||
| +pyyaml | ||
| pytest>=2.8 | ||
| GitPython==2.1.1 | ||
| selenium==2.52.0 | ||
| jupyterhub==0.7.2 | ||
| docker-py==1.10.6 | ||
| --e git+https://github.com/jupyter/dockerspawner.git@fdf5577ca2b4087a064507cca8b250e4ad792e02#egg=dockerspawner | ||
| +-e git+https://github.com/jupyter/dockerspawner.git@fdf5577ca2b4087a064507cca8b250e4ad792e02#egg=dockerspawner |
pep8 (space after comma)