Wykres commitów

2094 Commity (00df21069ee2556d75677698ed44f67aee9945b7)

Autor SHA1 Wiadomość Data
Kenan Erdogan 00ec28441d merge similar test cases and use equal instead of in 2020-07-08 17:58:30 +02:00
Min RK c87f642acf avoid deprecated import of collections.abc
deprecated since 3.3, due to be removed in 3.9
2020-07-02 12:57:17 +02:00
Tim Head 8bbced7ded
Merge pull request #915 from jboynyc/bump-nix-version 2020-06-25 07:25:22 +02:00
Tim Head 6f92fbac46
Merge pull request #914 from mdeff/patch-4
doc: runtime.txt installs python x.y (& concise rewording)
2020-06-19 10:51:05 +02:00
John D. Boy e6ddab6135 fix: wrong file suffix 2020-06-16 11:37:01 +02:00
John D. Boy 4ff6975716 Bump nix version to 2.3
- This addresses issue #911
- This is untested, but there is no documented reason why repo2docker
  should stick with the previously pinned version 2.1.1
- Upstream has switched from bz2 to xz, so `tar` now takes the `-J` flag
  instead of `-j`
2020-06-16 11:35:09 +02:00
Michaël Defferrard 0b598ace44 doc: runtime.txt installs python x.y (& concise rewording) 2020-06-16 11:11:47 +02:00
Tim Head c925f965a3
Merge pull request #913 from mdeff/patch-1
doc: environment.yml installs a conda env, not only python
2020-06-16 08:37:39 +02:00
Tim Head 1969793e9f
Merge pull request #912 from betatim/lighter-memlmit-test 2020-06-16 08:32:50 +02:00
John D. Boy dce9b92d22 Bump nix version to 2.3
- This addresses issue #911
- This is untested, but there is no documented reason why repo2docker
  should stick with the previously pinned version 2.1.1
- Upstream has switched from bz2 to xz, so `tar` now takes the `-J` flag
  instead of `-j`
2020-06-15 21:44:20 +02:00
Michaël Defferrard 91560db0b5
doc: environment.yml installs a conda env, not only python 2020-06-15 17:49:31 +02:00
Tim Head d135e3fbd1 Use new minimum version of pytest
pytest-cov requires pytest>=4.6 so we explicitly list that as a dev
dependency.
2020-06-13 09:29:20 +02:00
Tim Head df77a99ce1 Make the memory limit test simpler
Instead of checking that a build which allocates too much memory does
fail, we now only check that we pass the correct arguments to the Docker
API client. It seems reasonable to rely on the docker client working and
doing the right thing. This solves a problem where our CI is flakey
because the kernel of the VM the tests run on doesn't support this.
2020-06-12 19:03:48 +02:00
Chris Holdgraf 8d85a51cd2
Merge pull request #908 from betatim/betatim-patch-1 2020-06-10 08:48:11 -07:00
Tim Head ad949cf1e9
Merge pull request #906 from trallard/trallard-patch-1 2020-06-09 14:39:12 +02:00
Tim Head 1d96628d4d Add sphinx-autobuild to gitpod setup 2020-06-08 15:25:51 +02:00
Tim Head bf3f46776a Add basic gitpod config
Trying out gitpod.io to see if we can use it as a simple way to get people
a working dev environment to work on the documentation.
2020-06-08 13:23:37 +02:00
Tania Allard 82120e9c95 Fix repo2docker logo 2020-06-05 12:30:52 +01:00
Tania Allard dad4972942 Merge remote-tracking branch 'upstream/master' into trallard-patch-1 2020-06-04 12:55:27 +01:00
Tim Head ebf973ab60
Merge pull request #904 from manics/nbresuse-freeze-all 2020-06-04 10:53:45 +02:00
Simon Li 1701771ad9
Python 2.7 wcwidth==0.1.9
Later versions of wcwidth require `backports.functools-lru-cache>=1.2.1; python_version < "3.2"` but the conda-forge wcwidth package was automatically bumped without this new requirement.
2020-06-03 21:38:33 +01:00
Simon Li f9862cc2c1
nbresuse==0.3.3 full freeze.py 2020-06-02 19:18:20 +01:00
Tim Head bd72e166b7
Merge pull request #899 from davidanthoff/julia-1.4.2 2020-05-26 08:51:26 +02:00
Tim Head a140889acc
Merge pull request #900 from adamhsparks/master 2020-05-26 07:03:30 +02:00
Adam H. Sparks faea9668bb
Merge pull request #1 from adamhsparks/adamhsparks-patch-1
Update config_files.rst
2020-05-26 08:22:24 +10:00
Adam H. Sparks d677dbefea
Update config_files.rst
See Issue https://github.com/jupyter/repo2docker/issues/898
2020-05-26 08:21:36 +10:00
Adam H. Sparks 2395ebd007
Add a missing “:” on line 145
See Issue https://github.com/jupyter/repo2docker/issues/898
2020-05-26 08:21:29 +10:00
David Anthoff 184bc12a1c Add Julia 1.4.2 support 2020-05-25 13:45:29 -07:00
Tania Allard f550f2fad8 Fix logo display in Sphinx docs 2020-05-18 16:27:42 +01:00
Tania Allard 9ccc140e2c Merge remote-tracking branch 'upstream/master' 2020-05-18 15:30:59 +01:00
Tim Head d03c283766
Merge pull request #896 from hamelsmu/patch-1 2020-05-17 09:59:46 +02:00
Tania Allard 9f0253a73f Merge remote-tracking branch 'upstream/master' 2020-05-17 04:10:40 +01:00
Hamel Husain a33ab4e618
Update Dockerfile 2020-05-16 11:30:29 -07:00
Hamel Husain 360b33e7b1
Update Dockerfile 2020-05-15 15:21:38 -07:00
Tim Head 8b6224999d
Merge pull request #886 from danlester/master 2020-05-15 15:43:51 +02:00
Tim Head 0e9bae8af5
Merge pull request #890 from hwine/hwine/issue884 2020-05-15 14:45:36 +02:00
Tim Head 81e1e39b7a
Merge pull request #892 from betatim/bump-irkernel 2020-05-15 14:42:17 +02:00
Chris Holdgraf 023e577eee
Merge pull request #893 from betatim/fix-rshiny-proxy 2020-05-14 13:00:59 -07:00
Tim Head 26ce1899dc Fix RShiny proxy
The Shiny proxy was split out of the rstudio proxy package. This meant
that RStudio sessions were still being proxied but Shiny sessions not.
2020-05-11 11:41:32 +02:00
Tim Head c01bdf0130 Bump version of irkernel for R 4.0 2020-05-10 21:46:17 +02:00
Hal Wine 2f08ab7bdb failing docker tests locally on macOS (case 2)
Fixes #884
2020-05-08 15:07:52 -07:00
Dan Lester 146db2f4f0 Only chmod u+x if not already executable, in case user is not owner but file is already g/o+x 2020-05-01 13:35:17 +01:00
Dan Lester 057c837a75 chmod start script from repo2docker-entrypoint 2020-04-29 18:48:10 +01:00
Tim Head bbc3ee02c0
Merge pull request #882 from hwine/GH-881_make_macOS_docker_work 2020-04-27 16:20:20 +02:00
Tim Head 175b9308e8
Merge pull request #874 from hwine/GH-871_fix_env_option 2020-04-23 06:55:05 +02:00
Hal Wine 69f4663700 Fix test_env.py
This works around an issue where the temp directory can not be added to
Docker. In this case, the directory is immediately deleted, and does not
occupy significant disk space. There should be no impact to the move.
2020-04-22 21:33:13 -07:00
Hal Wine 740fc08d0d Kick integration tests 2020-04-21 11:30:17 -07:00
Tim Head 65d2713b5e
Merge pull request #880 from manics/jupyter-offlinenotebook==0.1.0 2020-04-20 22:54:32 +02:00
Simon Li f1cd7c0af7
pypi jupyter-offlinenotebook==0.1.0 2020-04-20 10:20:30 +01:00
Hal Wine d9bf9d1a9b --env handling now consistent with Docker
Added a custom action handler for '-e' and '--env' so that the
'environment' variable passed to docker reflects how docker would have
processed the same args
2020-04-19 16:44:48 -07:00