Wykres commitów

964 Commity (c49694a5ea581ca51f640eff044fd01a7bbea102)

Autor SHA1 Wiadomość Data
Tim Head c49694a5ea
Update repo2docker/buildpacks/base.py
Co-Authored-By: nuest <daniel.nuest@wwu.de>
2018-11-07 18:51:57 +01:00
Tim Head d849664826
Update repo2docker/buildpacks/base.py
Co-Authored-By: nuest <daniel.nuest@wwu.de>
2018-11-07 18:51:51 +01:00
nuest 490962e08d split up Stencila tests to not run into timeouts on Travis CI 2018-11-06 21:27:18 +01:00
nuest e576c03446 describe more complex detection mechanism used for stencila in dev docs 2018-11-06 20:17:19 +01:00
nuest c2b17d599e add tests pyjp vs. py for Stencila, make Stencila tests more specific 2018-11-05 21:10:13 +01:00
nuest df7c6205c0 do not install Stencila Python context if only python-jupyter cells found 2018-11-05 19:00:39 +01:00
nuest b032a7cd27 safe one if clause (intersection is already false-y) 2018-11-05 18:51:10 +01:00
nuest d12c4b54c3 increase timeout for stencila tests on travis 2018-10-31 09:05:03 +01:00
nuest b1bff5bf5e parse Stencila xml files instead of regex 2018-10-30 17:01:05 +01:00
nuest 9c81c3ed19 rename stencila_manifest_contexts to stencila_contexts
also remove dev comment
2018-10-30 16:25:40 +01:00
nuest c843e25f16 simplify test for contexts (is now by default an empty list) 2018-10-30 16:24:43 +01:00
nuest 12b4457437 restructure R buildpack docs 2018-10-30 16:03:38 +01:00
nuest d6dc570a14 continue Stencila detection if /binder dir is present, improve 2018-10-30 16:02:40 +01:00
nuest 8d9a48717a add Stencila to user interface docs 2018-10-30 15:59:42 +01:00
Tim Head a57a44391f
Fix wording in config_files.rst
Co-Authored-By: nuest <daniel.nuest@wwu.de>
2018-10-30 14:53:50 +01:00
nuest 3f4da20f7e reduce calls to stencila_manifest_contexts 2018-10-30 11:58:46 +01:00
nuest 6d304174da add Stencila config files to docs 2018-10-30 11:34:27 +01:00
nuest 7e8450fcee more detailed check for Stencila + Python test 2018-10-30 10:33:21 +01:00
nuest da41a90e04 update versions of stencila/r and stencila/py 2018-10-30 10:33:18 +01:00
nuest 3a479b6dee install R for Stencila from R buildpack 2018-10-30 10:32:42 +01:00
nuest 8342fbd1c0 do not look for stencila if binder dir found 2018-10-30 09:02:47 +01:00
nuest 9624f0f161 extract contexts from stencila document 2018-10-29 22:51:28 +01:00
nuest 24def164ed verify R installation for r-markdown with Stencila 2018-10-29 20:52:05 +01:00
Tim Head cc27548621
Merge pull request #456 from nuest/master
Minor typos
2018-10-29 14:15:13 +00:00
nuest 849b3f9bf9 fix some typos 2018-10-29 14:11:48 +01:00
Chris Holdgraf 3cba852438
Merge pull request #454 from betatim/changelog-update
Update changelog
2018-10-27 00:14:16 -07:00
Tim Head e050a43d2a Update changelog 2018-10-26 14:57:25 +02:00
Tim Head c909334190
Merge pull request #453 from choldgraf/contrib
moving contributing into the docs
2018-10-24 08:22:22 +02:00
Chris Holdgraf 057d5edbaf
clone from user repo in docs 2018-10-23 10:22:07 -07:00
Chris Holdgraf 417157fb83 moving contributing into the docs 2018-10-22 10:19:55 -07:00
Tim Head 7803aad83c
Merge pull request #451 from choldgraf/sidebar
adding back sidebars
2018-10-20 08:41:16 +02:00
Chris Holdgraf ed590002db adding back sidebars 2018-10-19 16:11:48 -07:00
Min RK a8fc5395c3
Merge pull request #446 from choldgraf/docs_theme
adding circleci preview and jupyterhub docs theme
2018-10-18 13:51:57 +02:00
Chris Holdgraf 4c50efe6ac adding circle and jupyterhub docs theme 2018-10-17 21:00:43 -07:00
Min RK 7673487abd
Merge pull request #443 from betatim/subdir-tweak
[MRG] Switch repository used to test sub-directory support
2018-10-17 16:05:16 +02:00
Tim Head b1dcbbe996 Adjust sub-directory tests after changing CWD behaviour 2018-10-16 13:46:00 +02:00
Tim Head df7251dff6 Add context manager to change working dir
The context manager takes care of restoring the current working
directory when we are done. This is useful when the directory we set as
working directory stops existing.
2018-10-16 13:29:59 +02:00
Tim Head 4e1eff5f1b Switch repository used to test sub-directory support
Using a repository that contains invlid instructions in the root of the
repository so that the test for subdirectory support will fail if
repo2docker doesn't actually switch into the requested sub-directory.
2018-10-16 13:28:08 +02:00
Tim Head 4310a39e28
Merge pull request #242 from betatim/content-provider
[MRG] Add Content Providers Infrastructure
2018-10-16 11:35:46 +02:00
Tim Head 05bdc12651 Expand comments and doc strings 2018-10-16 09:46:17 +02:00
Tim Head 98d46957f1 Expand comment about using a local directory as checkout and source 2018-10-16 08:04:13 +02:00
Tim Head 71903721d9 Add tests for local content provider 2018-10-16 08:04:13 +02:00
Tim Head c7dc5e1841 Remove explicit passing of logger instance 2018-10-16 08:04:13 +02:00
Tim Head 02b41948dd Add tests for Git content provider 2018-10-16 08:04:13 +02:00
Tim Head e5c7fdd341 Use the local content provider
This let's us remove some special casing around local directories from
the build process.
2018-10-16 08:04:13 +02:00
Tim Head 866dd4f800 Start using content providers 2018-10-16 08:04:13 +02:00
yuvipanda 18f11b8c1f [WIP] base contentproviders commit
Very much a WIP, but some thougts on how we can support more
than just git.
2018-10-16 08:04:13 +02:00
Tim Head 1990c0644f
Merge pull request #442 from jupyter/jzf2101-patch-1
Update CONTRIBUTING.md
2018-10-16 07:09:33 +02:00
J Forde ec7326150c
Update CONTRIBUTING.md
Added clarity to updating conda- I read it as meaning the specific version of conda
2018-10-15 23:26:01 -04:00
J Forde 8e747d6fc0
Update CONTRIBUTING.md
`freeze.py` expects `environment.yml` to be in working directory - calling it from project root will not work since the file is in a different folder
2018-10-15 23:15:20 -04:00