Wykres commitów

1629 Commity (28941f79000269ccb1346f91871f4f5d2ba179d6)

Autor SHA1 Wiadomość Data
Erik Sundell c9fd0a99c8 Clarify Pipfile's use of relative paths 2019-06-22 17:51:48 +02:00
Erik Sundell a8c232e6a5 Adjust copied notes to the Pipfile buildpack 2019-06-22 17:35:35 +02:00
Erik Sundell 8153fd9b4d
Fix typo
Co-Authored-By: Tim Head <betatim@gmail.com>
2019-06-22 16:03:44 +02:00
Tim Head 199d14a4a3
[MRG] Remove more files during the image build to slimdown the image (#709)
[MRG] Remove more files during the image build to slimdown the image
2019-06-22 15:17:56 +02:00
Tim Head 7019022ebf
Add support for julia 1.0.4 and 1.1.1 (#710)
Add support for julia 1.0.4 and 1.1.1
2019-06-22 08:01:04 +02:00
David Anthoff 923f3acbec Run black again 2019-06-21 22:38:25 +02:00
Tim Head 2ae1dde012 Switch to using -L for `find` instead of -follow 2019-06-21 21:48:02 +02:00
David Anthoff 4fa72f691b Reformat 2019-06-21 21:41:19 +02:00
Tim Head 70819410f1
[MRG] Generalize Zenodo content provider to support other Invenio repositories (#704)
[MRG] Generalize Zenodo content provider to support other Invenio repositories
2019-06-21 09:48:52 +02:00
Tim Head 76d6113d65 Remove more files during the image build to slimdown the image 2019-06-20 22:55:26 +02:00
Tom Morrell 93147888c5 Reformatting and better tests 2019-06-20 13:22:17 -07:00
David Anthoff 462f723b84 Add support for julia 1.0.4 and 1.1.1 2019-06-20 20:30:32 +02:00
Tom Morrell 6d785404fb Typo 2019-06-19 08:38:24 -07:00
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
Erik Sundell c30337097e Autoformatting applied 2019-06-18 00:38:06 +02:00
Tim Head 9f110584c2
base docker image on alpine (#705)
base docker image on alpine
2019-06-17 16:54:58 +02:00
Min RK b41db221b1 base docker image on alpine
much lighter image
2019-06-17 11:01:56 +02:00
Tim Head 0693fc0989
Merge pull request #703 from minrk/lfs
add `git-lfs` to dockerfile used for the repo2docker image
2019-06-17 10:14:00 +02: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
Min RK 9463b3bf8c verify lfs files 2019-06-13 13:53:18 +02:00
Min RK ee93bcf1a6 add git-lfs
needed for cloning repos with files stored in LFS
2019-06-13 13:46:29 +02:00
Erik Sundell 6de7a8c97a Black formatting applied 2019-06-04 09:14:32 +02:00
Erik Sundell e58b5c316e Merge remote-tracking branch 'upstream/master' into pipenv-support 2019-06-04 08:53:56 +02: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