Wykres commitów

774 Commity (a4ef9b17ae13b05a806cb8a5c8721f31d3c504c8)

Autor SHA1 Wiadomość Data
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
Chris Holdgraf 544b1ba039 improving ref checker 2018-06-27 11:35:17 -07:00
Chris Holdgraf 728fb9707e adding a ref checker util 2018-06-27 09:25:07 -07:00
Chris Holdgraf 8beb5e07bc checking for origin/ explicitly 2018-06-27 08:30:10 -07:00
Chris Holdgraf b1f504c480 Merge branch 'docs' of https://github.com/choldgraf/repo2docker into docs 2018-06-27 08:26:01 -07:00
Chris Holdgraf c035dd22d4 auto-cleaning refs and updating tests for this 2018-06-27 08:25:05 -07:00
J. Forde 2d6f32e588 closes #297 #326 2018-06-26 18:01:13 -07:00
J. Forde e1d47df30e fixing conflict 2018-06-26 15:54:31 -07:00
Min RK 8adc402a04 Split run_image into two steps
for easier testing of image-running logic
2018-06-15 13:08:20 +02:00
Tim Head 0f0ce8a950
Merge pull request #327 from toddrme2178/patch-1
Include LICENSE file in wheels
2018-06-09 08:18:21 +02:00
Todd 3be7099970
Include LICENSE file in wheels
The license requires that all copies of the software include the license.  This makes sure the license is included in the wheels.  See the wheel documentation [here](https://wheel.readthedocs.io/en/stable/#including-the-license-in-the-generated-wheel-file) for more information.
2018-06-08 16:57:51 -04:00
Chris Holdgraf 97a8a3acff
Merge pull request #324 from betatim/update-conda
Switch to miniconda v4.5.1
2018-06-07 10:26:43 +01:00
Tim Head 157ce1e1e7 Add root conda environment to expected output 2018-06-06 21:52:41 +02:00
Tim Head ba6aa63085 Switch to miniconda v4.5.1 2018-06-06 19:07:53 +02:00
Chris Holdgraf 2dc4874261
Merge pull request #318 from GladysNalvarte/test_images
Checks if the environment.yml file is empty and if it contains a dict…
2018-06-05 23:43:56 +01:00
Gladys Nalvarte 43f367c590 Update the TypeError message and example in the unit test. 2018-06-04 12:56:20 +02:00
Tim Head d4c9c8858a
Merge pull request #320 from ryanlovett/master
Support shiny apps
2018-05-26 06:09:46 +02:00
Ryan Lovett e871f35076
Merge pull request #1 from betatim/ryan-shiny-support
Fix parentheses in the build scripts for R buildpack
2018-05-25 09:01:17 -07:00
Tim Head c688b70696 Fix parentheses in the build scripts for R buildpack 2018-05-25 08:14:14 +02:00
ryanlovett f90758057a Update comment. 2018-05-24 09:50:19 -07:00
ryanlovett 60dc622b31 Merge branch 'master' of github.com:jupyterhub/repo2docker 2018-05-24 09:49:05 -07:00
ryanlovett 4a6bbae7da Install shiny library. 2018-05-24 09:48:17 -07:00