Wykres commitów

1465 Commity (c96cadafadc9933baee8df60b331b824a8d92b1d)

Autor SHA1 Wiadomość Data
Tim Head c96cadafad Add basic documentation on Zenodo content provider 2019-05-29 22:27:09 +02:00
Tim Head 363c962efd Add a urlopen helper to Zenodo content provider
Use a helper function to inject a default user-agent header into every
request we make.
2019-05-29 22:27:09 +02:00
Tim Head e99c80799d Add comment about supporting Zenodo instances not at zenodo.org 2019-05-29 22:27:09 +02:00
Tim Head 8fe9c71826 Mock urlopen calls during Zenodo tests 2019-05-29 22:27:09 +02:00
Tim Head 9bda1152fb Update docstrings in Zenodo provider 2019-05-29 22:27:09 +02:00
Tim Head ec8659e62f Add tests for Zenodo content provider 2019-05-29 22:27:09 +02:00
Tim Head 2ed3818f99 Better handling of software archives
Unpack a single ZIP file, then move it to the root of the directory
2019-05-29 22:27:09 +02:00
Tim Head dce6c1e8d7 Add basic Zenodo content provider 2019-05-29 22:27:09 +02:00
Yuvi Panda 51898274f8
Merge pull request #692 from choldgraf/contentprovider
Adding contentprovider documentation
2019-05-29 12:13:17 -07:00
Yuvi Panda c7658dbc45
Merge pull request #695 from betatim/update-nodejs-test
[MRG] Update verification of Node install
2019-05-29 12:12:25 -07:00
Chris Holdgraf 5c33eb08c8
Update docs/source/architecture.md 2019-05-29 10:45:59 -07:00
Tim Head 60004a29de Update verification of Node install
Instead of checking the minor version as well only check the major
version of npm
2019-05-29 10:21:03 +02:00
Chris Holdgraf be144374bc
Update docs/source/architecture.md 2019-05-28 08:37:25 -07:00
Chris Holdgraf 24c2d6193d
Update docs/source/architecture.md 2019-05-28 08:37:13 -07:00
Chris Holdgraf 90a59b233f
Update docs/source/architecture.md
Co-Authored-By: Tim Head <betatim@gmail.com>
2019-05-27 21:34:43 -07:00
Chris Holdgraf dbaec44517 contentprovider 2019-05-25 17:51:57 -07:00
Tim Head 80b979f858
set CONDA_DEFAULT_ENV (#690)
set CONDA_DEFAULT_ENV
2019-05-24 13:30:32 +02:00
Min RK f5d05903c6 set CONDA_DEFAULT_ENV in activate script as well 2019-05-24 11:25:56 +02:00
Min RK 9bf2e13832 test `conda install` in the default env in postBuild 2019-05-24 11:04:47 +02:00
Min RK bc2990cd8f
Merge pull request #689 from jrbourbeau/use-xenial
Switch Travis CI to Ubuntu Xenial 16.04
2019-05-24 10:59:29 +02:00
Min RK f5999a0b61 set CONDA_DEFAULT_ENV
so that `conda install` commands affect the kernel environment instead of the base env

This should preserve `conda install` behavior for Dockerfiles that inherit from r2d images.
This behavior is already managed by the ENTRYPOINT which properly activates the env.
2019-05-24 10:51:18 +02:00
James Bourbeau 2faff516bf Specify Ubuntu Xenial 16.04 2019-05-23 17:33:34 -05:00
Yuvi Panda 91309cab25
Merge pull request #683 from betatim/use-getpass
[MRG] Use getpass instead of pwd to fetch username
2019-05-23 09:03:19 -07:00
Tim Head 02e0de8717 Add test that default username is picked 2019-05-23 09:45:28 +02:00
Tim Head 02ec2255d6 Use getpass instead of pwd to fetch username
getpass is available onn windows as well as unix, whereas pwd is not
available on windows.
2019-05-23 09:45:28 +02:00
Yuvi Panda 368a64018d
Merge pull request #684 from betatim/drop-python3.4
[MRG] Drop support for Python 3.4
2019-05-22 13:48:04 -07:00
Tim Head 5303010d0e Drop support for Python 3.4 2019-05-21 22:10:55 +02:00
Tim Head 25ebca049c
Do not try to build the image with root as the primary user (#679)
Do not try to build the image with root as the primary user
2019-05-10 07:51:44 +02:00
Kacper Kowalik (Xarthisius) caef6686d1
Do not try to build the image with root as the primary user
Fixes #267 and #395
2019-05-09 13:06:02 -05:00
Tim Head fedd58aaf7
Revert "[MRG] Do not try to build the image with root as the primary user." (#678)
Revert "[MRG] Do not try to build the image with root as the primary user."
2019-05-09 13:18:24 +02:00
Tim Head e66f0af23c
Revert "[MRG] Do not try to build the image with root as the primary user." 2019-05-09 13:14:32 +02:00
Tim Head 4514ba31ec
Merge pull request #676 from Xarthisius/no_root
[MRG] Do not try to build the image with root as the primary user.
2019-05-08 23:12:41 +02:00
Kacper Kowalik (Xarthisius) 7d948bda8d
Do not try to build the image with root as the primary user
Fixes #267 and #395
2019-05-08 14:55:43 -05:00
Yuvi Panda 2086b7a437
[MRG] Update base image used for memory limit checks (#677)
[MRG] Update base image used for memory limit checks
2019-05-08 12:46:04 -07:00
yuvipanda 74fc378230 Clarify comment around memswap & memory 2019-05-08 09:44:58 -07:00
Tim Head 2eb4781c2e Swap limit doesn't have to be bigger than memory limit 2019-05-08 18:22:11 +02:00
Tim Head 032baf6d04 Add check to `build()` for memory limit type 2019-05-08 14:23:43 +02:00
Tim Head 9f44075839 Fix cache-from tests to pass memory limit as integer 2019-05-08 13:20:10 +02:00
Tim Head ef2860371a Fix memory limits set for container image builds 2019-05-08 08:11:38 +02:00
Tim Head 5adc4b257e Update base image used for memory limit checks 2019-05-07 19:12:34 +02:00
Tim Head d674eceeba
[MRG] release info updates (#668)
[MRG] release info updates
2019-05-06 00:20:20 +02:00
Erik Sundell fb5c4efb73
Merge pull request #666 from betatim/clean-up-during-conda-install
[MRG] Remove the conda package cache as we can't hardlink to it
2019-05-05 22:47:51 +02:00
Chris Holdgraf 734664a0ba
Merge pull request #669 from choldgraf/release_date
bumping release date
2019-05-05 11:24:01 -07:00
Chris Holdgraf 56c1160d9a bumping release date 2019-05-05 11:23:12 -07:00
Chris Holdgraf 63da4c2f36
Merge pull request #664 from betatim/update-changelog-v090
[MRG] Update change log in preparation for releasing v0.9.0
2019-05-05 11:21:49 -07:00
Chris Holdgraf a3a4eba89c
Update docs/source/contributing/tasks.md 2019-05-05 10:28:50 -07:00
Tim Head 19cb905102 Mention the invention of the REES in the change log 2019-05-05 15:09:59 +02:00
Tim Head 56708c662e
specification info page (#662)
specification info page
2019-05-05 15:06:59 +02:00
Tim Head e098d23463 Update change log in preparation for releasing v0.9.0 2019-05-05 15:00:09 +02:00
Tim Head f51ba7604e Use `-f --all` for conda clean up 2019-05-05 14:55:58 +02:00