Wykres commitów

2066 Commity (a5f5bbbb75a9945d1f8fe8f8ff4844dfd4481742)

Autor SHA1 Wiadomość Data
Simon Li a5f5bbbb75
Merge pull request #1027 from jupyterhub/betatim-patch-1
Fix logo URL in README
2021-03-23 09:35:04 +00:00
Tim Head 4590e2c498
Fix logo URL in README 2021-03-23 07:28:39 +01:00
Tim Head 8731ecf096
Merge pull request #1014 from minrk/flush-buffers 2021-03-23 07:21:00 +01:00
Min RK 71eb8058c7
Merge pull request #994 from tomyun/julia-versions
[MRG] Fetch available Julia versions from hosted json
2021-03-12 13:07:58 +01:00
Min RK b36a6a75f5 simplify python entrypoint
- remove redundant monitor sibling process
- use python3-login executable instead of login shell subprocess
  (same effect, but in more natural order)
- use non-blocking binary IO in tee instead of readline
  (switch to binary mode, as text wrappers don't support non-blocking mode
   see https://bugs.python.org/issue13322)
2021-03-09 10:45:47 +01:00
Min RK 7430cba517
Merge pull request #1020 from manics/cleanup_setuppy
[MRG] Cleanup install_requires including duplicates
2021-03-09 10:42:27 +01:00
Simon Li b609424f5d
Merge pull request #1018 from minrk/docker-action-bump
bump docker action version
2021-03-07 19:58:26 +00:00
Simon Li d24d7e4645
Merge pull request #1017 from minrk/39
freeze with mamba, add 3.9
2021-03-03 10:02:55 +00:00
Min RK b73c96eecf refreeze with strict channel priority
make sure we don't get any packages from 'defaults'
2021-02-22 13:31:29 +01:00
Min RK 907c6f3ce5 freeze with strict channel priority
avoids pulling in newer releases from defaults

this is conda's default behavior, but not mamba's
2021-02-22 13:26:12 +01:00
Min RK 246d99c2a5 refreeze
adds 3.9 environment
2021-02-22 13:10:26 +01:00
Simon Li 23c1be9d1c setup.py: install_requires in alphabetical order 2021-02-19 19:25:12 +00:00
Simon Li f24cbef5f1 setup.py: Remove duplicate requests from install_requires 2021-02-19 19:25:04 +00:00
Kyungdahm Yun 27a0ed870c Manually specify default compat version 1.5 2021-02-19 09:43:23 -08:00
Kyungdahm Yun 80837821ad Catch errors on fetching Julia versions 2021-02-19 09:09:53 -08:00
Kyungdahm Yun fc6ea2d53b Fetch available Julia versions from versions.json 2021-02-19 09:08:03 -08:00
Min RK b6e451dcda
Merge pull request #1019 from g-braeunlich/master
buildpacks.r: dont use apt-key directly to respect *_proxy env vars
2021-02-19 09:40:09 +00:00
Gerhard Bräunlich b66caf6f65 buildpacks.r: dont use apt-key directly to respect *_proxy env vars 2021-02-18 16:37:57 +01:00
Min RK 751ff6d4c3 bump docker action to v2
- tags/repository are merged
- set context
2021-02-18 16:05:28 +01:00
Min RK 0f848f7855 handle $R2D_ENTRYPOINT in new entrypoint 2021-02-18 14:34:07 +01:00
Min RK 67cc5f7a75 bump notebook, nbconvert, jupyterhub
- jupyterhub-singleuser==1.3.0
- nbconvert==6.0.7
- notebook==6.2.0
2021-02-18 14:25:47 +01:00
Min RK 5a32cc4ad8 refreeze with mamba, add 3.9 to freeze list 2021-02-18 14:25:47 +01:00
Min RK f8d386a596
Merge pull request #996 from jtpio/lab-3
Update to JupyterLab 3.0
2021-02-18 10:46:55 +00:00
Min RK a06991de50 entrypoint needs to run on py35 2021-02-18 09:46:42 +01:00
Min RK ebf640cb84 implement entrypoint in Python
- make sure to set PYTHONUNBUFFERED
- implement tee with subprocess readlines
- forward all relevant signals from entrypoint to 'true' command
- add monitor process to ensure child shuts down if parent does (maybe not useful in docker?)
2021-02-17 16:13:42 +01:00
Yuvi Panda f426891014
Merge pull request #960 from minrk/r4 2021-02-17 17:53:53 +05:30
Min RK dce7984b37
Merge pull request #1003 from g-braeunlich/master
Add entrypoint script which automatically propagates *_PROXY env vars…
2021-02-17 12:05:57 +00:00
Min RK e862630ee1
Merge pull request #1008 from betatim/missing-logs
Investigating the missing logs
2021-02-17 10:23:11 +00:00
Min RK 055f8d28b7
Merge pull request #1013 from minrk/circle-docs
bump python in circleci  test
2021-02-17 09:46:56 +00:00
Min RK 586d8d4269 bump python in docs tests 2021-02-16 16:22:51 +01:00
Jeremy Tuloup 4c061eebbb Update to jupyter-offlinenotebook=0.2.1 2021-02-16 15:55:27 +01:00
Jeremy Tuloup 0ca6b4388a Update to jupyterlab==3.0.7 and ipywidgets=7.6.3 2021-02-16 15:22:26 +01:00
Jeremy Tuloup 37c7f5a379 Update to jupyterlab==3.0.4 2021-02-16 14:54:38 +01:00
Jeremy Tuloup e0432d37e7 Update to jupyter-offlinenotebook==0.2.0 2021-02-16 14:54:38 +01:00
Jeremy Tuloup bd08989717 Add jupyter-offlinenotebook 2021-02-16 14:54:38 +01:00
Jeremy Tuloup bcce6e8a1e Update to JupyterLab 3.0 2021-02-16 14:54:38 +01:00
Min RK 8582d441eb
Merge pull request #1011 from MridulS/dataverse
fix dataverse regression introduced in last release
2021-02-12 07:10:04 +00:00
Mridul Seth 0885204a5d fix dataverse regression introduced in last release 2021-02-11 21:58:21 +01:00
Tim Head 6e372b5bc9 Extreme measures 2021-01-28 09:17:34 +01:00
Simon Li cb4621f254
Merge pull request #987 from betatim/stream-logs
[MRG] Stream jupyter server logs to a file
2021-01-27 17:08:17 +00:00
Tim Head 1140dd1919
Merge pull request #988 from douardda/swhid 2021-01-26 13:56:29 +01:00
Simon Li ac41c201a3
Merge pull request #982 from betatim/codecov-for-gh-actions
[MRG] Experiment with different install mechanism to get code coverage stats again
2021-01-25 18:55:17 +00:00
Chris Holdgraf 40f475f3c0
Merge pull request #1004 from betatim/setup-monthly-releases 2021-01-23 14:55:40 -08:00
Tim Head 3e6f99cefe Fix/rewrite paths for codecov filename matching 2021-01-23 10:51:41 +01:00
Tim Head da6e08aec0 Use Python codecov package instead of GH action
We can't set the working directory of the GH Action which means we need
to install codecov ourselves and run it in the `tests/` sub-directory.
2021-01-23 10:51:41 +01:00
Tim Head 79325be491 Set working directory for codecov action 2021-01-23 10:51:41 +01:00
Tim Head d56deb02dd Changeg source file aliasing 2021-01-23 10:51:41 +01:00
Tim Head b96412bd33 Specify coverage rule to combine results
We can specify a rule to map different source files from which coverage
stats were collected to the same source file in our repository.
2021-01-23 10:51:41 +01:00
Tim Head 6145f463a8 Experiment with different install mechanism to get coverage 2021-01-23 10:51:41 +01:00
Tim Head 2c3e7dc57c Run release workflow on push and pull_request 2021-01-23 10:25:52 +01:00