Evert Rol
38d95c0854
Change emphasis into a "note" admonition
2018-10-03 11:13:58 +02:00
Evert Rol
86c97d6e7b
Remove erroneous backtick
2018-10-03 11:13:25 +02:00
Evert Rol
79a0608d52
Remove emphasis from a warning admonition
2018-10-03 11:12:00 +02:00
Evert Rol
b9bab6e19d
Avoid clashing inline markup
...
Stops and starts emphasis around an inline code markup.
Also removes two emphasis sections, since these are at the start of
bullet points, creating emphasis already.
2018-10-03 11:09:48 +02:00
Evert Rol
fca93270c9
Speed up cloning by using a depth of 1 if there is no refspec
...
To speed up cloning a repository, a shallow clone containing just the
last commit can be made, but *only* if no refspec is provided.
2018-10-01 15:51:24 +02:00
Tim Head
32e5ef2a2b
Merge pull request #393 from NHDaly/julia_version_customization
...
Julia v1.0 support: Add option to specify julia version in REQUIRE
2018-10-01 14:59:01 +02:00
Nathan Daly
7fbb0f9964
Add JULIA_BINDDIR environment variable for julia v0.7+
...
Add tests for the ENVIRONMENT VARIABLES to the julia unit tests.
2018-09-30 22:33:40 -04:00
Derek Ludwig
19578801a1
Fix documentation
2018-09-27 09:07:27 -07:00
Nathan Daly
55b84234f2
Update comments in README
2018-09-27 11:32:40 -04:00
Nathan Daly
8cb2b317d6
Remove accidental testing lines & HACK to fix `rm`
...
Fixes the tests w/ hack: disabled `rm` installation file. Needs to
be fixed before submitting
Adds TODO for Project.toml support
2018-09-27 11:00:42 -04:00
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
Derek Ludwig
3ef8b4e934
Cannot import from conftest
2018-09-26 15:33:52 -07: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
Derek Ludwig
2e63ec8704
add subdir test
2018-09-26 10:55:55 -07: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
Derek Ludwig
39cf2411f9
Add error checking for subdir
2018-09-24 15:45:38 -07: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
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