Wykres commitów

856 Commity (2ebc87b25088b74017ee304080ee9afd35217bc6)

Autor SHA1 Wiadomość Data
Tim Head 2ebc87b250
Merge pull request #405 from minrk/37
Support python 3.7
2018-09-27 10:35:10 +02:00
Tim Head 9956886e5c
Merge pull request #418 from gedankenstuecke/patch-1
fix my heading mistake in the docs for DESCRIPTION files
2018-09-27 07:06:33 +02:00
Bastian Greshake Tzovaras 677a083a20
Update config_files.rst 2018-09-26 23:25:58 +02:00
Bastian Greshake Tzovaras f76b36145f
fix my heading mistake in the docs for DESCRIPTION 2018-09-26 22:48:37 +02:00
Tim Head d2e69babf4
Merge pull request #406 from gedankenstuecke/add_r_description
add R DESCRIPTION support
2018-09-25 11:55:53 +02:00
Bastian Greshake Tzovaras 1662d7ea6e remove cruft in config_files work & simplify code 2018-09-25 10:53:46 +02:00
Bastian Greshake Tzovaras 9751c807fd Merge branch 'add_r_description' of github.com:gedankenstuecke/repo2docker into add_r_description 2018-09-23 22:18:14 +03:00
Bastian Greshake Tzovaras 1f5469feb5
use getwd() to find path instead of "." 2018-09-23 22:15:43 +03:00
Bastian Greshake Tzovaras 1519d3cfdf
Merge branch 'master' into add_r_description 2018-09-23 01:07:33 +03:00
Bastian Greshake Tzovaras 49b393e9a2
chmod x verify DESCRIPTION 2018-09-23 01:06:34 +03:00
Tim Head 79cb2ba240
Merge pull request #409 from choldgraf/docs_toc
updating index, usage, and install docs
2018-09-22 17:57:03 +02:00
Chris Holdgraf 8b29f316d2 updating per Tim comments and adding howto section 2018-09-21 19:01:53 -04:00
Bastian Greshake Tzovaras 834d74bbe1 build from DESCRIPTION w/o runtime.txt 2018-09-20 20:58:45 +03:00
Bastian Greshake Tzovaras 4a1b504dd2 add description test to this repo 2018-09-20 16:11:11 +03:00
Bastian Greshake Tzovaras cba81a73f8 allow DESCRIPTION to reside in binder subfolder 2018-09-19 11:08:38 +03:00
Chris Holdgraf 47c9f1d66c removing examples prototype 2018-09-18 14:38:50 -07:00
Bastian Greshake Tzovaras 56ca910a40 fix R DESCRIPTION installation 2018-09-18 16:10:12 +03:00
Min RK 74cb354baa add version support to faq
includes outstanding PRs for Python, Julia
2018-09-18 10:37:41 +02:00
Chris Holdgraf d6eea937ce updating index, usage, and install docs 2018-09-17 19:34:41 -04:00
Bastian Greshake Tzovaras e8593d6bdd first try for R DESCRIPTION 2018-09-17 13:18:33 +02:00
Min RK 46f056a4e2
Merge pull request #401 from betatim/fix-travis
[MRG] Make travis fail when pytest fails
2018-09-17 11:07:11 +02:00
Min RK ead7f4b000 test py37 2018-09-17 11:05:40 +02:00
Min RK 2e938acf35 refreeze with Python 3.7 2018-09-17 11:03:58 +02:00
Min RK 3f702370ce add Python 3.7 to frozen environment list 2018-09-17 10:29:59 +02:00
Min RK ff91cf9460 pin nbconvert
nbconvert pinning pandoc is having solver consequences of preferring pandoc 2 + nbconvert 5.3 to pandoc 1 + nbconvert 5.4
2018-09-17 10:28:55 +02:00
Min RK 9f2dc015ef bump jupyterlab to 0.34.9
needed for Python 3.7 because 0.34.0 hasn't been packaged for 3.7
2018-09-17 10:28:17 +02:00
Tim Head 6f624201b3 Make verify script executable 2018-09-15 10:05:25 +02:00
Tim Head 2fedda0828 Update postBuild+start test case
This test was missing a start script, added it. Updated the README to
explain what the test case was doing.
2018-09-15 09:28:19 +02:00
Tim Head d9ed775dca Make verify script executable for Python2 test 2018-09-15 09:28:19 +02:00
Tim Head 07b1b82f27 Update node tests to match versions actually installed 2018-09-15 09:28:19 +02:00
Tim Head 535e77a1d6 Switch order of local repository test collection
Feels more natural to first attempt building the image and then running
the verify script in it.

Changed the name of the two tests to make it easier to see which test
failed (verify or build).
2018-09-15 08:53:03 +02:00
Tim Head 16079b9981 Compare to empty string when start script test fails 2018-09-15 08:53:03 +02:00
Tim Head 7f1f270e12 Make travis fail when pytest fails 2018-09-15 08:53:03 +02:00
Tim Head 9fb2a40a2b
Merge pull request #400 from giovannipizzi/fix-399
Fix relative location of the start script
2018-09-14 21:01:38 +02:00
Giovanni Pizzi 192d01099b Fix relative location of the start script
The compilation of a very simple example with a start
script in the main folder was failing (see #399)
because the `start` script was not found.
Most probably, the reason is that the folder in which
the script resides is not in the PATH. To solve this,
we replace the `start` string with a relative `./start`,
which solves the problem and completes the build and the
run.
2018-09-14 16:07:17 +02:00
Min RK ff46dbdbf8
Merge pull request #390 from yuvipanda/nteract-bump
Bump nteract-on-jupyter version
2018-09-10 12:50:07 +02:00
Yuvi Panda 1b8e16a4ae
Merge pull request #394 from betatim/metadata
Add more details to our setup() command
2018-09-09 11:35:55 -07:00
Tim Head af669d6202 Modify short project description 2018-09-09 17:20:52 +02:00
Tim Head 7ca12eec6c Add keywords to setup() metadata 2018-09-09 09:13:06 +02:00
Tim Head f725426344 Add more details to our setup command 2018-09-09 07:50:37 +02:00
yuvipanda 87210dd236 Fail freeze.py if any of the conda steps fail
Currently, this only fails if the last conda command fails,
which is almost never.
2018-09-07 16:01:51 -07:00
yuvipanda f6a7365ed2 Re-run freeze.py to add 3.5 environment.yml file
Previously this had failed.
2018-09-07 16:01:24 -07:00
yuvipanda 7107be75ff Use newer version of conda in freeze.py
This preserves things we install from pip
2018-09-07 09:05:33 -07:00
yuvipanda 759ae84882 Bump nteract-on-jupyter version 2018-09-07 08:46:06 -07:00
Min RK a381fc8c12
Merge pull request #391 from yuvipanda/conda-bump
Bump conda version to 4.5.11
2018-09-07 09:58:35 +02:00
Yuvi Panda 8195bbc324
Merge pull request #389 from zymergen-luke/git-credential-env-bash
Issue #388 - Use bash echo for git-credential-env
2018-09-06 14:39:13 -07:00
Yuvi Panda 6d7af8ed86
Merge pull request #385 from betatim/update-pypi-credentials
Change PyPI deploy account to mybinderteam
2018-09-06 14:33:33 -07:00
yuvipanda 48350eacd4 Bump conda version to 4.5.11 2018-09-06 14:32:43 -07:00
Luke Zulauf 9de51dbbbd Issue #388 - Use bash echo for git-credential-env
sh is not consistent in its support of the echo builtin's -e flag. On
debian sh is symlinked to dash, which does not support the flag
resulting in bad credential output. Unfortunately /bin/echo is also
nonstandard - e.g. on macs -e is not supported while it is on debian. I
think the best approach is to rely on bash's echo builtin which should
be consistent across systems (at the slight cost of requiring bash as a
dependency)
2018-09-06 11:19:57 -07:00
J Forde cf15329e75
Merge pull request #384 from betatim/docs
[MRG] Update contributing documentation
2018-09-04 19:33:09 -04:00