Wykres commitów

2075 Commity (767f95fa06e36cc08863294c822893ac46c60202)

Autor SHA1 Wiadomość Data
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
Hal Wine a09e523fd4 Expand test cases to cover current Docker handling
Examination of docker's handling showed a few additional cases were
needed.
2020-04-19 16:44:06 -07:00
Hal Wine 6f59fdb20f Refactor to eliminate need for volume mount
This change allows, imo, the test to be clearer, and should also speed
up the test.
2020-04-19 16:41:11 -07:00
Hal Wine 2c9027eb80 Change location & type of fix
The initial plan was to modify our copy of the environment variables as
set via cli argparsing at the point-of-use. However, that function's
purpose is to launch a container.  Adding argument processing doesn't
feel right.

The new plan is to modify our copy of the environment when the arguments
are parsed. `argparse` provides a hook to do such work: custom actions.
2020-04-18 10:29:10 -07:00
Hal Wine af5d9c7129 Add failing test for bare env argument value 2020-04-18 09:59:35 -07:00
Tim Head 260774b9d2
Merge pull request #878 from davidanthoff/julia-1.4.1 2020-04-18 00:20:01 +02:00
Tim Head 0f9e8e1c06
Merge pull request #879 from davidanthoff/julia-bug-workaround 2020-04-18 00:19:26 +02:00
David Anthoff 94adf0f3c7 Work around a Julia bug 2020-04-17 12:47:51 +02:00
David Anthoff 291e5d93e0 Add support for Julia 1.4.1 2020-04-17 12:46:13 +02:00
Hal Wine 54c44fcb23 Placeholder for work to come. 2020-04-15 20:49:56 -07:00
Tim Head 1bb0c07bf1
Merge pull request #872 from jameslamb/docs/grammar 2020-04-15 22:44:52 +02:00
James Lamb 53817526f8 [docs] fix grammatical error in section title 2020-04-15 10:08:26 -05:00
Tim Head 533404c219
Merge pull request #870 from davidanthoff/julia-1.4.0
Add support for Julia 1.4.0
2020-04-09 09:59:14 +02:00
David Anthoff f050805bf0 Add support for Julia 1.4.0 2020-04-08 15:19:46 -07:00
Erik Sundell d366af9a51
Merge pull request #869 from betatim/update-server-proxy
[MRG] Update server proxy and rsession proxy
2020-04-05 00:22:46 +02:00
Erik Sundell 1900878302
Update repo2docker/buildpacks/_r_base.py 2020-04-04 21:36:46 +02:00
Tim Head 8b5b55732a Update server proxy and rsession proxy
Both haven't been updated in a long time (~1yr) so we should refresh
them. This brings both to the latest commit in their repos.
2020-04-04 15:05:00 +02:00
Tim Head 1776b79ec3
Merge pull request #863 from xhochy/from-history
Document loose conda export with --from-history
2020-03-27 18:34:47 +01:00
Sarah Gibson 00afa9c129
Merge pull request #866 from betatim/fix-long-form-args-requirements
[MRG] Fix long form args requirements
2020-03-27 16:47:17 +00:00
Tim Head 27bca4a351 Add reported failing spec 2020-03-27 15:32:00 +01:00