Wykres commitów

833 Commity (56ca910a40b40ff4ad927231b0f467f89fa1ac16)

Autor SHA1 Wiadomość Data
Bastian Greshake Tzovaras 56ca910a40 fix R DESCRIPTION installation 2018-09-18 16:10:12 +03: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
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
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
Evert Rol 5a875e5aab Remove trailing whitespace 2018-08-20 13:34:19 +02:00
Evert Rol 32b3f57488 Fix typos, half sentences and some capitalization 2018-08-20 13:34:19 +02:00
Evert Rol 0d78f48909 Use "repository" instead of "repo" consistently. 2018-08-20 13:32:13 +02:00
Joseph Hamman 6f60f63ccb compare yaml dict to mapping, not dict 2018-08-19 20:13:10 -07:00
Chris Holdgraf 58945128c4
Merge pull request #378 from blink1073/jlab-0.34
Update to JupyterLab 0.34
2018-08-19 21:42:40 +02:00
Steven Silvester 4102c0f999 jlab 0.34 compat 2018-08-19 06:24:31 -05:00
Tim Head a1df2ebda2 Make `verify` check both server and kernel environments 2018-08-18 13:01:18 +02:00
Tim Head 0ef79326e5 Escape environment variable when using Python string formatting 2018-08-18 12:50:31 +02:00
Tim Head b8d8206bf2
Merge pull request #375 from betatim/start-script-docs
Split out tests, tweak docs, and a style change
2018-08-15 23:03:38 +02:00
Tim Head 286f56c391 Split out tests, tweak docs, and a style change
This splits out the test for the launch script from the postBuild script
test. Makes some adjustments to the documentation of the launch script
functionality and applies some pythonista styling.
2018-08-15 17:10:53 +02:00
Tim Head 12b8f1df03
Merge pull request #363 from jhamman/feature/launch_script
Add launch script
2018-08-15 16:55:17 +02:00
Joseph Hamman 915fc8d8ff update after talking to @yuvipanda 2018-08-14 17:08:48 -06:00
Joseph Hamman 0595471f2d put launch script in home directory 2018-08-13 14:44:08 -06:00
Joseph Hamman da0ed1eee0 Merge branch 'master' of github.com:jupyter/repo2docker into feature/launch_script 2018-08-13 14:12:12 -06:00
Tim Head dd563b2019
Merge pull request #370 from choldgraf/header_levels
adding message and changing header characters for config files
2018-08-13 18:26:35 +02:00
Chris Holdgraf 1ad44ba18f adding message and changing header characters for config files 2018-08-11 11:23:25 -07:00
Carol Willing ade9acf9e7
Merge pull request #372 from betatim/add-docs-to-ci
Fix warnings in the documentation build and add to CI
2018-08-08 15:10:34 -07:00