Chris Holdgraf
|
c7f560311a
|
Merge pull request #296 from GladysNalvarte/python2_supported_version
Improves the error message for unsupported python2
|
2018-04-11 08:04:14 -07:00 |
Gladys Nalvarte
|
9394393f7c
|
Improve the error message for unsupported python2
|
2018-04-11 10:33:21 +02:00 |
Tim Head
|
5f9254aac4
|
Merge pull request #295 from rprimet/doc_env_flag
document --e, --env command line flag
|
2018-04-09 21:57:00 +02:00 |
Romain Primet
|
cdc8f0c4bc
|
document --e, --env command line flag
|
2018-04-09 21:18:36 +02:00 |
bitnik
|
20f9c7d7cc
|
split post build script command in Docker file
`RUN chmod +x postBuild && ./postBuild` causes `./postBuild: Text file busy` error with Docker version 1.13.1
|
2018-04-09 11:27:09 +02:00 |
Gladys Nalvarte
|
5f702d6983
|
Corrects __init__.py
It will install setup.py file only when binder folder does not exist.
|
2018-04-03 15:49:09 +02:00 |
Min RK
|
00b40edeb4
|
Merge pull request #287 from betatim/python3-runtime-test
Add a test to select Python 3 via runtime.txt
|
2018-04-02 10:53:22 +02:00 |
Min RK
|
231de106c5
|
Merge pull request #288 from betatim/travis-retry
Use travis_retry to run tests
|
2018-04-02 10:53:08 +02:00 |
Tim Head
|
e1fc79bb0c
|
Add guidelines on merging work.
|
2018-04-02 10:47:36 +02:00 |
Tim Head
|
2dbe4c51d3
|
Merge pull request #291 from rgbkrk/nteract_on_jupyter@1.6.0
update nteract_on_jupyter to 1.6.0
|
2018-04-02 10:12:46 +02:00 |
Kyle Kelley
|
bd0f31c81c
|
update nteract_on_jupyter to 1.6.0
|
2018-04-02 01:33:56 -06:00 |
Gladys Nalvarte
|
821514c474
|
Support setup.py in Python buildpacks
|
2018-03-27 15:33:42 +02:00 |
Tim Head
|
b79e836af3
|
Make verify script executable
|
2018-03-27 14:05:42 +02:00 |
Tim Head
|
61e7d1b404
|
Use travis_retry to run tests
|
2018-03-27 11:09:03 +02:00 |
Tim Head
|
c86fa859ca
|
Add a test to select Python 3 via runtime.txt
|
2018-03-27 11:00:34 +02:00 |
Tim Head
|
02eb7970b6
|
Merge pull request #284 from GladysNalvarte/enab-python2
Enables Python2 just with runtime.txt file
|
2018-03-27 10:50:03 +02:00 |
Carol Willing
|
cb766589e1
|
Merge branch 'master' into enab-python2
|
2018-03-26 11:36:41 -07:00 |
Gladys Nalvarte
|
cd9011d128
|
Corrects typos in Python buildpacks
|
2018-03-26 12:38:35 +02:00 |
Gladys Nalvarte
|
5611d7c836
|
Enables Python2 just with runtime.txt file
|
2018-03-23 15:25:38 +01:00 |
Min RK
|
ad6658a0e6
|
Merge pull request #279 from betatim/enable-codecov
Add codecov configuration to enable PR comments
|
2018-03-23 11:53:39 +01:00 |
Tim Head
|
678cd985ca
|
Add a mention of adding tests to CONTRIBUTING.md
|
2018-03-22 17:27:03 +01:00 |
Tim Head
|
dcde9b4c54
|
Add codecov configuration to enable PR comments
|
2018-03-22 17:23:12 +01:00 |
Min RK
|
30001e257d
|
Merge pull request #270 from willingc/moar-bp
add docstrings for legacy buildpack
|
2018-03-22 10:17:46 +01:00 |
Tim Head
|
112362699a
|
Merge pull request #283 from willingc/readme-reflow
Add note about os support and update example repo
|
2018-03-21 22:21:51 +01:00 |
Carol Willing
|
975b34921c
|
Add note about os support and update example repo
|
2018-03-21 12:37:03 -07:00 |
Carol Willing
|
f4843dfdd3
|
clarify render order
|
2018-03-21 12:06:50 -07:00 |
Carol Willing
|
572abb3fea
|
add docstrings for legacy buildpack
|
2018-03-21 11:59:54 -07:00 |
Min RK
|
d193322780
|
Merge pull request #276 from GladysNalvarte/legacy
Freeze legacy environment
|
2018-03-21 09:55:47 +01:00 |
Gladys Nalvarte
|
9099135622
|
Updates comments on docstrings in freeze.py
|
2018-03-21 08:49:05 +01:00 |
Tim Head
|
76e55a3e98
|
Merge pull request #277 from choldgraf/folder_search
fixing python2 search
|
2018-03-21 08:06:56 +01:00 |
Chris Holdgraf
|
2d0772afb4
|
fixing python2 search
|
2018-03-20 21:34:17 +00:00 |
Min RK
|
eaad02ca34
|
Merge pull request #274 from willingc/notebook-bump
Refreeze environments
|
2018-03-20 14:10:36 +01:00 |
Min RK
|
3c01e58491
|
Merge pull request #271 from willingc/condabp
add docstrings for conda buildpack
|
2018-03-20 14:05:42 +01:00 |
Min RK
|
37bb48cf1c
|
Merge pull request #272 from willingc/dockerbp
add docstrings to docker buildpack
|
2018-03-20 14:05:09 +01:00 |
Min RK
|
004985807c
|
Merge pull request #275 from willingc/update-contrib
Edit CONTRIBUTING for freezing dependencies
|
2018-03-20 14:04:41 +01:00 |
Gladys Nalvarte
|
a43454fda1
|
Legacy: Install frozen environment before user dockerfile
Avoids overwriting user installation
also pin binder-base image to specific version
|
2018-03-20 13:29:50 +01:00 |
Gladys Nalvarte
|
2992409f4a
|
Creates a frozen environment for legacy buildpack.
|
2018-03-20 13:24:53 +01:00 |
Gladys Nalvarte
|
6946effe3f
|
simplify julia dockerfile for quicker tests
|
2018-03-20 13:24:52 +01:00 |
Gladys Nalvarte
|
595242dba9
|
Copy freeze.py from conda to legacy
|
2018-03-20 13:24:52 +01:00 |
Gladys Nalvarte
|
1b941ee41c
|
Make legacy a package
it is done because we are going to add more files
|
2018-03-20 13:24:52 +01:00 |
Carol Willing
|
16a42f52b3
|
Edit CONTRIBUTING for freezing dependencies
|
2018-03-19 18:25:15 -07:00 |
Carol Willing
|
a2ebe316e4
|
Refreeze environments
|
2018-03-19 17:57:49 -07:00 |
Carol Willing
|
e9539c0d47
|
add docstrings to docker buildpack
|
2018-03-19 16:41:48 -07:00 |
Carol Willing
|
5aaf78a828
|
add docstrings for conda buildpack
|
2018-03-19 16:27:00 -07:00 |
Min RK
|
81a3152527
|
Merge pull request #265 from willingc/python-bp
Add docstrings to python3 and python2 buildpacks
|
2018-03-19 18:31:04 +01:00 |
Min RK
|
05671879f5
|
Merge pull request #213 from willingc/docstring-conda
Add docstrings and minor style fixes for application files and JuliaBuildPack
|
2018-03-19 18:22:02 +01:00 |
Carol Willing
|
550fd2875d
|
Reword per @betatim review
|
2018-03-16 15:02:12 -07:00 |
Tim Head
|
41a5c39c8d
|
Merge pull request #264 from willingc/arch-buildpack
Add doc for new buildpacks
|
2018-03-16 18:55:41 +01:00 |
Carol Willing
|
3aa407b3ff
|
add docstring to python3 and python2 buildpacks
|
2018-03-16 09:27:26 -07:00 |
Carol Willing
|
253ac742be
|
edit per @betatim review
|
2018-03-16 08:20:33 -07:00 |