Wykres commitów

1231 Commity (5234df2bc6dc6e1906a1f181432b49878356ab47)

Autor SHA1 Wiadomość Data
Tim Head 5234df2bc6 Update link targets and remove markdown formatting 2019-03-05 10:57:18 +01:00
Tim Head c7d62a3387 Change contributor guide language to remove the word "code" 2019-03-05 07:46:54 +01:00
Tim Head c2ab134db0 Add PR template with links to contrib docs 2019-03-05 07:40:44 +01:00
Chris Holdgraf e6cbf3e3a3
Merge pull request #606 from betatim/reopen-changelog
[MRG] Reopen change log
2019-03-04 13:56:49 -08:00
Tim Head 1427cd1047 Reopen change log 2019-03-04 19:50:37 +01:00
Yuvi Panda c0db4b61b5
Merge pull request #603 from minrk/home-exists
avoid touching $HOME when bootstrapping conda as root
2019-03-04 23:44:55 +05:30
yuvipanda e0fcd4a55d Add test for environment.yml + --target-repo-dir
conda sometimes puts stuff in $HOME - specifically under .conda/ -
that might cause package installs to fail due to permission mismatches.

Ref https://github.com/jupyter/repo2docker/issues/604
2019-03-04 22:11:24 +05:30
Min RK 92239e20c3 make sure we don't touch user $HOME during install-miniconda.bash which is run as root 2019-03-04 22:11:24 +05:30
Chris Holdgraf c7f215c9ef
Merge pull request #598 from betatim/more-faq
[MRG] Add FAQ entry and Howto on exporting conda environments
2019-03-03 08:31:23 -08:00
Tim Head a4063e3d8d Add FAQ entry and Howto on exporting conda envs 2019-03-02 08:40:35 +01:00
Min RK 41a9375984
Merge pull request #592 from betatim/freeze-tests
[MRG] Add tests for setting Python version during freeze
2019-02-25 10:56:22 +01:00
Tim Head 7956df9d1e
Merge pull request #591 from davidanthoff/update-julia-versions
Add support for julia 1.1, update julia 1.0 version
2019-02-25 08:30:42 +01:00
Tim Head b581060ebf
Fix typo in julia test README
Co-Authored-By: davidanthoff <anthoff@berkeley.edu>
2019-02-24 09:07:06 -08:00
David Anthoff a0801ac86f Update julia test file permissions 2019-02-24 09:06:13 -08:00
David Anthoff 892d93c5f4 Update tests for more julia versions 2019-02-23 18:02:14 -08:00
Tim Head ffed59a56d Add tests for setting Python version during freeze 2019-02-23 15:03:44 +01:00
David Anthoff cdb3de5690 Add support for julia 1.1, update julia 1.0 version 2019-02-22 19:54:11 -08:00
Tim Head b6c4e7eeaa
Merge pull request #590 from betatim/bump-date
Fix release date of 0.8.0
2019-02-21 14:49:46 +01:00
Tim Head ed514946ed Fix release date of 0.8.0 2019-02-21 14:49:09 +01:00
Tim Head af2cc83aa7
Merge pull request #577 from betatim/releasing-0.7.1
[MRG] Update ChangeLog to release 0.8.0
2019-02-21 12:09:13 +01:00
Tim Head 69a5fcefbe
Merge pull request #587 from minrk/xdigit
fix "Possible nested set" warning
2019-02-21 12:07:53 +01:00
Carol Willing 9264b7dbb0
Merge pull request #588 from betatim/double-label-trouble
Fix up double label trouble in the config file docs
2019-02-21 02:44:59 -08:00
Tim Head 35d1cac0bd Update ChangeLog to the v0.8.0 release of repo2docker. 2019-02-21 11:43:04 +01:00
Tim Head a33eafab62
Merge pull request #586 from minrk/refresh-lock
regen Pipfile.lock
2019-02-21 11:36:12 +01:00
Tim Head 7fa922a612 Fix up double label trouble in the config file docs 2019-02-21 11:34:32 +01:00
Tim Head 397695bbaa
Merge pull request #539 from yuvipanda/v3.7
Bump default python version to 3.7
2019-02-21 11:06:03 +01:00
Min RK 17d7afb124 fix "Possible nested set" warning
`[:xdigit:]` is not a valid character class in Python regular expressions

use explicit hex digit pattern
2019-02-21 11:01:38 +01:00
Min RK adfd8c4d15
Merge pull request #585 from betatim/docs-tweaks
[MRG] Update documentation with more cross references
2019-02-21 10:55:23 +01:00
Min RK 26bf1e8ce5 regen Pipfile.lock 2019-02-21 10:50:47 +01:00
Min RK de3658442b update docs for pinning Python
- clarify that runtime.txt is only for env files that don't support runtime specification
- specify default version of Python and when it changed
- more links to pinning docs
2019-02-21 10:20:56 +01:00
Min RK 2baf31dc8a add default_python replacement to sphinx
and get docs version from the package so it doesn't get out of date
2019-02-21 10:07:54 +01:00
Tim Head bc5a53d977 Update documentation with more cross references 2019-02-21 08:38:38 +01:00
Tim Head 6cdd81ba7f
Merge pull request #583 from haraldschilly/patch-1
install: one-liner to install most recent upstream code
2019-02-20 16:26:18 +01:00
Tim Head 349f801aae
install: don't rely on git, download zip file directly
Co-Authored-By: haraldschilly <harald.schilly@gmail.com>
2019-02-20 15:19:57 +01:00
Harald Schilly 74cb6dbde7
install: one-liner to install most recent upstream code 2019-02-20 12:37:48 +01:00
Tim Head 8deda05fff
Merge pull request #581 from minrk/travis-freeze
add pip freeze to travis.yml
2019-02-19 13:27:42 +01:00
Tim Head 9c251125c1
Merge pull request #579 from GladysNalvarte/expose_cpu
Exposes CPU limit
2019-02-19 11:30:12 +01:00
Min RK 5ddce5a9b3 add pip freeze to travis.yml
and stop building docs on travis, we are already building them on circle
2019-02-19 10:59:16 +01:00
Gladys Nalvarte 7609e7f0aa Update build method in docker and legacy files 2019-02-19 10:45:48 +01:00
Gladys Nalvarte 5bf2eadcf8 Exposes CPU limit 2019-02-15 14:57:58 +01:00
yuvipanda 6d14754c35 Bump tag used to test requirements example 2019-02-12 20:49:26 -08:00
yuvipanda d8f8c781b2 Bump python default version to 3.7 2019-02-11 12:49:58 -08:00
Tim Head 9766c95455
Merge pull request #576 from minrk/pin-conda-more
pin conda during Python-switch step
2019-02-10 12:28:25 +01:00
Tim Head 89027c68c7
Update checked conda version 2019-02-10 11:01:05 +01:00
Tim Head da0eb5826c
Undo conda update 2019-02-10 10:40:38 +01:00
Tim Head 224968c588
Fix path to conda history 2019-02-10 09:53:49 +01:00
Tim Head e218a329f5
Merge pull request #573 from GladysNalvarte/nodejs_inst
npm installation
2019-02-08 18:20:26 +01:00
Min RK 7ade437de4 add a verification that conda version is correct
this isn't linked to the version in the file, so will need to be updated in sync
2019-02-08 12:46:53 +01:00
Min RK 6e91681def empty conda history instead of deleting it
conda uses the presence of this file as a magic indicator of conda envs
so make it empty, not gone
2019-02-08 12:07:31 +01:00
Min RK 33ae3b00ad There's a miniconda release for 4.5.12 2019-02-08 11:26:44 +01:00