yuvipanda
1f0cbe0511
Move to docs/source/design.md
2017-10-24 10:32:32 -07:00
Tim Head
ca144b0ed8
Merge pull request #107 from choldgraf/docstring
...
reorganize command line arguments
2017-10-24 06:20:17 +02:00
Matthias Bussonnier
d13980d422
Incorporate someof willinc feedback
2017-10-23 16:42:37 -07:00
Carol Willing
bc92e8614f
Merge pull request #112 from choldgraf/logo
...
adding jupyter logos
2017-10-23 15:58:55 -07:00
Chris Holdgraf
355a05f5f8
adding jupyter logos
2017-10-23 15:47:51 -07:00
Carol Willing
fd5f98d5eb
Edit per @yuvipanda review
2017-10-23 15:39:01 -07:00
Carol Willing
b6ec9b0b6e
Merge pull request #108 from willingc/add-docbadge
...
Add doc badge
2017-10-23 15:34:48 -07:00
Carol Willing
5b1090ca38
Remove jupyterhub from test dockerfiles
2017-10-23 15:12:08 -07:00
Carol Willing
03698bf425
Remove jupyterhub from buildargs except leave for legacy
2017-10-23 09:33:27 -07:00
Carol Willing
ff3dfffbdb
Remove jupyterhub from buildpack and default build script
2017-10-23 09:30:24 -07:00
Carol Willing
991e4ad4e2
update docstring to include binderhub
2017-10-23 09:19:33 -07:00
Carol Willing
6c2df2d295
Remove jupyterhub from miniconda bash script
2017-10-23 09:19:06 -07:00
Carol Willing
30fd62c54f
Add doc badge
2017-10-23 09:10:56 -07:00
Carol Willing
41c77c08a5
Merge pull request #106 from willingc/update-theme
...
Replace theme with alabaster
2017-10-23 08:58:56 -07:00
yuvipanda
5f521e21e1
Use argparse.REMAINDER instead of action=append
...
This gathers up all the remaining parameters without misinterpreting
parameters like --no-build etc as part of cmd
2017-10-23 08:53:33 -07:00
yuvipanda
964fbcf57c
Fix handling of 'cmd'
...
nargs='*' made a lot of other parsing fail with strange
errors.
2017-10-23 08:38:04 -07:00
Chris Holdgraf
01574946f5
Re-order arguments to make more intuitive sense
2017-10-23 08:37:10 -07:00
Carol Willing
82deeb1161
Remove theme for requirements
2017-10-23 05:25:02 -07:00
Carol Willing
b66296c272
Replace theme with alabaster
2017-10-23 05:22:02 -07:00
yuvipanda
a5ce767682
Attempt to add some info about design principles to README
2017-10-22 13:07:20 -07:00
Yuvi Panda
5b68f8503a
Merge pull request #104 from darwindarak/master
...
Only parse `REQUIRE` file in `binder` (if exists)
2017-10-20 18:03:36 -07:00
Darwin Darakananda
560d8c016e
Fixed missing string interpolation argument
2017-10-20 15:51:18 -07:00
Darwin Darakananda
4de57738fd
Only parse `REQUIRE` file in `binder` (if exists)
2017-10-20 14:51:02 -07:00
yuvipanda
84892d3686
Remove intermediate containers in failed builds
2017-10-18 23:53:30 -07:00
Chris Holdgraf
9dffb2c21f
Merge pull request #99 from gnestor/patch-1
...
Upgrade to jupyterlab 0.28.0
2017-10-17 11:29:45 -07:00
Grant Nestor
18bd34b0b0
Upgrade to notebook 5.2.0
2017-10-17 10:32:46 -07:00
Grant Nestor
d6a1b44e7b
Upgrade to jupyterlab 0.28.0
2017-10-17 10:27:48 -07:00
Yuvi Panda
52f5ba15ea
Merge pull request #97 from minrk/json-errors
...
avoid producing non-JSON output on errors
2017-10-17 07:43:07 -07:00
Min RK
edbb8dc609
avoid producing non-JSON output on errors
...
register a custom excepthook that is called instead of the default traceback formatter.
This produces a phase: failed message with the error.
2017-10-17 14:04:16 +02:00
Yuvi Panda
4374a1a451
Merge pull request #95 from jupyter/readthedocs_patch
...
docs type-o
2017-10-11 17:09:25 -07:00
Chris Holdgraf
11bc3238be
docs typeo
...
was causing readthedocs to fail!
2017-10-11 16:39:08 -07:00
Yuvi Panda
6aa4d0f7f0
Merge pull request #90 from choldgraf/docs_update
...
Updating postBuild docs + doc build script
2017-10-06 18:27:21 -07:00
Chris Holdgraf
8825413feb
yuvi comments
2017-10-06 18:23:16 -07:00
Chris Holdgraf
56870a3a6c
updating docs
2017-10-06 09:36:46 -07:00
Yuvi Panda
65d541125d
Merge pull request #89 from yuvipanda/master
...
Add git to the repo2docker docker image
2017-10-04 19:41:21 -07:00
yuvipanda
c41dd815d7
Add git to the repo2docker docker image
2017-10-04 19:40:28 -07:00
Yuvi Panda
70677ed697
Merge pull request #88 from yuvipanda/master
...
Explicitly echo what image is built in travis
2017-10-04 18:18:14 -07:00
yuvipanda
1c4c31e1f1
Explicitly add a .dockerignore rather than symlink
...
Alpine linux seems very confused by symlinks
2017-10-04 18:17:38 -07:00
yuvipanda
d962d4091f
Explicitly echo what image is built
2017-10-04 18:07:09 -07:00
Yuvi Panda
fa9e3fdec5
Merge pull request #85 from minrk/postBuildPermissions
...
raise on non-executable postBuild
2017-10-04 17:56:23 -07:00
Yuvi Panda
52f7418de5
Merge pull request #87 from yuvipanda/master
...
Switch base image to alpine + fix typo causing CI to fail
2017-10-04 17:56:14 -07:00
yuvipanda
6c9960eab1
Switch to using alpine based image for repo2docker
...
This cuts image size from under 300MB to under 100MB. Plus
we will never actually need this to have additional libraries
installed, since it's talking to the docker socket directly
to build new images. So switching to alpine here is worth it.
2017-10-04 17:42:13 -07:00
yuvipanda
8278f9178b
Use proper environment name for docker username
2017-10-04 17:41:56 -07:00
yuvipanda
6d80f2df8f
Try to make expanded matrix of tests work properly
2017-10-04 17:38:38 -07:00
yuvipanda
0984e8544e
Try to expand test matrix again
2017-10-04 17:32:17 -07:00
yuvipanda
ae787215c9
Try to matrix test stage
2017-10-04 17:30:53 -07:00
yuvipanda
91038a37b9
Try to use stages for travis builds
2017-10-04 17:29:46 -07:00
yuvipanda
d5d009ffca
Build & push docker image from travis
2017-10-04 17:13:20 -07:00
Yuvi Panda
6bb170d0aa
Merge pull request #86 from minrk/visible-binder-dir
...
make binder directory visible
2017-10-04 16:56:23 -07:00
Min RK
95ac595fb3
raise on non-executable postBuild
...
instead of ignoring the file
2017-10-05 00:43:47 +02:00