Wykres commitów

950 Commity (a57a44391f206d18c7267aab4ef8d727105624a7)

Autor SHA1 Wiadomość Data
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
Derek Ludwig da5e84472a Subdir support 2018-09-12 14:43:36 -07:00
Nathan Daly 7f2889bda5 Split out julia deps installation into own file.
Moved julia BuildPack script into its own directory,
`repo2docker/buildpacks/julia/`.

Split out the logic for finding a repo's required Julia dependencies and
installing them into a separate file: install-repo-dependencies.jl
2018-09-12 11:22:28 -04:00
Nathan Daly 0fbba562e8 squashfix: remove unneeded thing 2018-09-12 10:49:16 -04: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
Nathan Daly 29b15b325c Update buildpacks/julia.py to support julia 0.7+!
Adds julia v0.7/v1.0 support to repo2docker.
2018-09-07 13:16:13 -04:00
Nathan Daly 5dd08daa42 Added test for manually setting the version number 2018-09-07 13:15:46 -04:00
Nathan Daly 936c0404e8 Allow customizing the julia binary version via REQUIRE file 2018-09-07 12:55:55 -04: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
Tim Head d10ad418da Change PyPI deploy account to mybinderteam 2018-08-26 06:25:59 -04:00
Tim Head 5021713e00 Remove documentation on making frozen virtual environments 2018-08-25 16:04:13 -04:00
Tim Head 93fcc4494c Update Python version mentioned in CONTRIBUTING.md 2018-08-25 15:57:48 -04:00
Chris Holdgraf dce30421ac
Merge pull request #381 from evertrol/fix/documentation-typos
Clean up documentation
2018-08-20 17:04:25 +02:00
Min RK bf312ab13a
Merge pull request #377 from betatim/escape-me
[MRG] Escape environment variable when using Python string formatting
2018-08-20 16:00:55 +02:00
Min RK 9cb14b414b
Merge pull request #380 from jhamman/fix/yaml_dict
compare yaml dict to mapping, not dict
2018-08-20 15:59:30 +02:00