Wykres commitów

795 Commity (0d78f4890973098b7b2b53f38664bb3dd001ad17)

Autor SHA1 Wiadomość Data
Vanessa Sochat 6a5fdc4f6e
good job @vsoch, wrong repo name! 2018-07-17 08:13:54 -07:00
Vanessa Sochat c7a22f9fef
fixing up deploy.rst to point to updated repository continuous-build 2018-07-17 08:07:02 -07:00
Vanessa Sochat 30d80dfa91
destroying circle, pewpewpew 2018-07-17 07:55:37 -07:00
Min RK 710fdcb24e refreeze 2018-07-16 16:30:47 -07:00
Min RK b16eeb8a9e bump versions
notebook 5.6
conda 4.5
jupyterlab 32
nteract 1.8
widgets 7.2
2018-07-16 16:30:39 -07:00
Tim Head 6a10332dcc
Merge pull request #352 from vsoch/add/version
[MRG] Add version argument
2018-07-16 16:37:30 +02:00
Vanessa Sochat 21f698c1b7
adding note to future developers about why version is checked first 2018-07-16 06:47:59 -07:00
Vanessa Sochat 80d7ec9ff3
removing extra blank lines 2018-07-16 06:46:53 -07:00
Vanessa Sochat 7b0352bef4
forgot to add tag to build step! 2018-07-16 06:40:55 -07:00
Vanessa Sochat 9d3725d9d0
testing addition of DOCKER_TAG instead of latest 2018-07-16 06:35:49 -07:00
Vanessa Sochat a87f9520f1
adding version argument 2018-07-16 06:05:43 -07:00
Vanessa Sochat c3e6fb68cb
replacing notebook example with pytudes 2018-07-16 05:38:49 -07:00
Vanessa Sochat 67621204c2
adding deploy docs 2018-07-16 05:35:12 -07:00
Tim Head f03807b000
Merge pull request #348 from cclauss/patch-1
from traitlets import TraitError in utils.py
2018-07-16 13:23:39 +02:00
vsoch f93a4073f1 oups 2018-07-16 02:07:58 -07:00
vsoch b5c471560b also deploy on branch non-master 2018-07-16 02:06:38 -07:00
vsoch 4e15dec3f5 adding example with save 2018-07-16 02:00:16 -07:00
vsoch 75ac3cc18b try setting username and userid 2018-07-16 01:40:32 -07:00
vsoch 4733d3a3ea try setting username 2018-07-16 01:39:29 -07:00
vsoch e1ca357909 install deps in same step 2018-07-16 01:37:04 -07:00
vsoch 938179d154 adding config 2018-07-16 01:35:02 -07:00
cclauss b5988f83c1
from traitlets import TraitError in utils.py
__TraitError__ is used on lines 259 and 266 but it is neither imported nor defined which will cause a __NameError__ to be raised instead of a __TraitError__.

flake8 testing of https://github.com/jupyter/repo2docker on Python 3.6.3

$ __flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics__
```
./repo2docker/utils.py:259:19: F821 undefined name 'TraitError'
            raise TraitError(
                  ^
./repo2docker/utils.py:266:19: F821 undefined name 'TraitError'
            raise TraitError(
                  ^
2     F821 undefined name 'TraitError'
2
```
2018-07-16 10:01:50 +02:00
Tim Head 5c263a927d
Merge pull request #347 from danielleberre/patch-1
scinece -> science
2018-07-16 08:26:20 +02:00
Daniel Le Berre bbb0dbbfdc
scinece -> science 2018-07-16 07:03:49 +02:00
Chris Holdgraf 5a6003615d
Merge pull request #346 from betatim/doc-fixes
Fix some rst weirdness in the uage docs
2018-07-08 17:42:11 -07:00
Tim Head 46ad1feb7b Fix some rst weirdness in the uage docs 2018-07-06 11:08:42 +02:00
J Forde cf18c484cc
Merge pull request #338 from jzf2101/doc-details
documentation improvements based on reviews for walkthrough and configuration details
2018-07-05 19:37:22 -07:00
J. Forde 258d8fb42b resolved conflict 2018-07-05 11:46:06 -07:00
J. Forde 6baa600cf1 adding initial review changes 2018-07-05 11:25:43 -07:00
Min RK 8075c5bf10
Merge pull request #343 from GladysNalvarte/split-docker-image
Test that images can start notebook servers in all the builders
2018-07-04 15:15:53 +02:00
Gladys Nalvarte 0709c0a656 Fixs dockerfile tests that did not work 2018-07-04 14:29:50 +02:00
Tim Head f2a22ba20d
Merge pull request #344 from rprimet/patch-1
Add DockerSpawner command in JupyterHub config
2018-07-04 10:35:54 +02:00
rprimet fb370afbfe
Mention the jupyterhub config file 2018-07-04 08:41:23 +02:00
rprimet b2de5546ad
Edit to be more affirmative 2018-07-04 08:37:20 +02:00
rprimet 16a18fc2a8
Add DockerSpawner command in JupyterHub config
This may be useful to DockerSpawner users who want to create custom images using repo2docker
2018-07-03 22:25:20 +02:00
Min RK 57148e42b3
Merge pull request #342 from betatim/auto-release
Setup auto releasing on GitHub tagging
2018-07-03 11:01:32 +02:00
Gladys Nalvarte 89686833c0 Updated app.py to make sure that images can start notebook servers
Includes an update of conftest.py file to check that the container
is running with jupyter notebook in all the builders.
2018-07-03 10:55:31 +02:00
Tim Head d088c8c1aa Add comments back to travis config 2018-07-02 22:12:58 +02:00
Tim Head 0000b77aaa Update release procedure 2018-07-02 22:05:57 +02:00
Tim Head 60ebcfe2bd Add versioneer support 2018-07-02 22:03:53 +02:00
Tim Head 1967ca4903 Bring the versions in sync 2018-07-02 21:50:06 +02:00
Tim Head aea3a9bf34 Setup auto releasing on GitHub tagging 2018-07-02 21:45:10 +02:00
J. Forde f66df3f989 sharing images with jhub and binder with r2d see #339 2018-07-01 22:15:43 -07:00
J. Forde df08af1c66 closes #285 2018-07-01 20:51:40 -07:00
J. Forde 29762f4de0 reorganized to close #332 and closes #333 2018-07-01 17:27:39 -07:00
J Forde 9803f9f0cf
Merge pull request #335 from jzf2101/doc_tweaks
Tweaking Docs for Readability
2018-06-28 08:43:45 -07:00
Tim Head e14418d1ab
Merge pull request #300 from choldgraf/docs
Documentation and warning improvements
2018-06-28 07:57:03 +02:00
J. Forde 69d4fe1c91 updating with comments from willingc 2018-06-27 21:35:27 -07:00
Chris Holdgraf c869073bd5 adding a few more tests 2018-06-27 16:38:46 -07:00
J. Forde 41270e5192 updated based on betatims review 2018-06-27 12:52:57 -07:00