Wykres commitów

1480 Commity (55b19b8369d51a5bed2a7a3c24ded22f1648d59d)

Autor SHA1 Wiadomość Data
Tom Morrell 55b19b8369 Typo 2019-06-18 15:30:37 -07:00
Tom Morrell 87f33e3b6a Full generalization and support for CaltechDATA 2019-06-18 15:11:06 -07:00
Tom Morrell d2016bb722 rename 2019-06-13 12:22:31 -07:00
Tom Morrell f35e2a0382 More general doi to url 2019-06-13 11:27:24 -07:00
Tom Morrell 10fc5b5f36 Formatting 2019-06-13 11:14:16 -07:00
Tom Morrell 2db395ac87 Initial, incomplete generalization 2019-06-13 11:09:34 -07:00
Chris Holdgraf f19e159dfe
[MRG] Add auto-formatting setup (#699)
[MRG] Add auto-formatting setup
2019-06-03 18:20:23 -07:00
Tim Head 8b004e06dc Apply auto formatting
Apologies to anyone finding this commit via git blame or log

run the autoformatting by

    pre-commit run --all-files
2019-06-03 21:37:25 +02:00
Tim Head 91fed12e87 Add documentation for installing and using black 2019-06-03 21:37:25 +02:00
Tim Head 00d1258c07 Run pre-commit hooks on travis 2019-05-31 10:09:18 +02:00
Tim Head 32b32bf1d9 Configure pre-commit hooks and make them a dev dependency 2019-05-31 09:50:26 +02:00
Tim Head 80fbc63925
[MRG] Zenodo content provider (#693)
[MRG] Zenodo content provider
2019-05-30 09:47:54 +02:00
Tim Head 71a78986c2 Add external test for Zennodo provider 2019-05-30 08:33:12 +02:00
Tim Head 9c52e5abea
Merge pull request #697 from yuvipanda/hub-bump
Upgrade JupyterHub to 1.0
2019-05-30 07:47:44 +02:00
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
yuvipanda b6d35b600b Upgrade JupyterHub to 1.0 2019-05-29 12:11:28 -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