Wykres commitów

816 Commity (1b8e16a4aebac96724b38f33ca130b8e42593caf)

Autor SHA1 Wiadomość Data
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
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
Tim Head e3ceed29ef Fix directory handling in travis tests 2018-08-08 14:35:11 +02:00
Tim Head d2f7ebdf27
Merge pull request #373 from minrk/rm-history
remove conda-meta/history
2018-08-07 20:49:39 +02:00
Min RK bbedf9484e add xeus-cling to external tests
it should exercise the pinning issue
2018-08-07 20:18:13 +02:00
Min RK a4ef9b17ae remove conda history file
seems to result in unintended pinning of packages installed when setting up base env
2018-08-07 20:17:49 +02:00
Chris Holdgraf aee37bedfa
Merge pull request #371 from betatim/install-npm
[MRG] Fix up node install and add test
2018-08-06 12:42:56 -07:00
Tim Head 4af5c6140c Hardcode detection of the distribution name 2018-08-06 07:34:52 +02:00
Tim Head 5755a838a8 Fix install command for nodejs 2018-08-06 00:28:10 +02:00
Tim Head 1c9b7b7425 Test for correct node and npm version 2018-08-06 00:06:39 +02:00
Tim Head 0e776dbd65 Make test executable 2018-08-05 23:51:25 +02:00
Tim Head 307addd5ab Fix warnings in the documentation build 2018-08-05 23:48:44 +02:00
Tim Head d6cc5f237e Enable base test in travis 2018-08-05 23:33:47 +02:00
Tim Head 600cf8b21c Add test for node v10 in base buildpack 2018-08-05 23:29:41 +02:00
Tim Head 23fa2f4e20 Add missing version tag to DEB links 2018-08-05 23:24:39 +02:00
Joseph Hamman 907732cdc0 fix typos 2018-08-02 23:21:57 -07:00
Chris Holdgraf 465177c0cb
Merge pull request #364 from GladysNalvarte/install_nodejs
Install nodejs/npm from nodesource
2018-08-01 08:39:40 -07:00
Chris Holdgraf 7552361c2b
Merge pull request #309 from minrk/stencila
stencila support
2018-08-01 08:38:47 -07:00
Min RK 784bbff709
Merge pull request #358 from GladysNalvarte/connect_url
Specify custom_connect_url argument
2018-08-01 15:08:52 +02:00