Wykres commitów

2795 Commity (9f15678e15ad8049f0ba8841441462abfa0910c8)

Autor SHA1 Wiadomość Data
Yuvi Panda 9f15678e15
Merge pull request #1336 from depositar/ckan
[MRG] Add CKAN content provider
2024-06-27 19:07:29 -07:00
Sol Lee a390013368 Black and isort 2024-06-14 11:56:52 +00:00
YuviPanda 327c6d3dcf Cleanup URL parsing mechanisms 2024-06-14 10:38:04 +00:00
YuviPanda 930bf67a83 Use urlencode to construct query strings 2024-06-14 10:30:27 +00:00
Yuvi Panda 09f3d53367
Merge pull request #1340 from jtpio/update-jupyterlab-4
[MRG] Update to JupyterLab 4
2024-05-29 13:35:02 -07:00
Min RK 98358e0172
refreeze 3.12 for jupyterlab 4 2024-05-29 20:22:57 +02:00
Min RK 03a106c115
Merge branch 'main' into update-jupyterlab-4 2024-05-29 20:21:12 +02:00
Simon Li 545db8029d
Merge pull request #1351 from minrk/fix-semver-tilde
fix julia semver tilde upper bounds
2024-05-29 15:39:49 +01:00
Simon Li 6014649708
Merge pull request #1347 from minrk/py312
add Python 3.12
2024-05-29 14:27:33 +01:00
Simon Li fef3250d05
Merge pull request #1350 from minrk/rm-julia-06
Remove support for deprecated Julia REQUIRE, Julia < 1.3
2024-05-29 12:03:37 +01:00
Min RK f466cdd436
fix julia semver tilde handling 2024-05-29 12:40:58 +02:00
Min RK c130e87aaa
fix verify in Julia 1.3 2024-05-29 12:24:24 +02:00
Min RK 48f894dbe1
julia 1.3 is the oldest version that can build ZMQ.jl now 2024-05-27 15:49:09 +02:00
Min RK d34f5c8039
Remove support for Julia REQUIRE
it doesn't work anymore because build dependencies of the old ZMQ.jl have been removed.
2024-05-27 15:36:26 +02:00
Min RK a4049fda33
Merge pull request #1348 from manics/ipyleaflet-pin-tests
update postBuild tests without ipyleaflet
2024-05-27 15:35:48 +02:00
Min RK 5798f45bba
verify that postBuild is run in tests/venv/start/postBuild 2024-05-27 15:09:14 +02:00
Simon Li d0ef0828d4 binder-dir: use postBuild that can be verified 2024-05-27 11:36:12 +01:00
Simon Li 857dd9f03c Remove jupyter nbextension enable --py --sys-prefix ipyleaflet 2024-05-27 11:11:16 +01:00
Simon Li 617a9512e4 tests: pin ipyleaflet<0.19 to get tests passing 2024-05-27 00:15:00 +01:00
Min RK 10d5292a18
add environment for 3.12 2024-05-21 09:55:54 +02:00
Erik Sundell af6d3e8448
Merge pull request #1344 from jupyterhub/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2024-05-07 07:39:29 +02:00
pre-commit-ci[bot] 3c204f3b08
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/psf/black: 24.3.0 → 24.4.2](https://github.com/psf/black/compare/24.3.0...24.4.2)
2024-05-06 22:03:34 +00:00
Sol Lee c948d78013 Skip the resource with an empty link 2024-04-19 01:00:33 +00:00
Sol Lee 7faa53c83b Handle the activities 2024-04-18 09:12:54 +00:00
Erik Sundell d2f467cef6
Merge pull request #1342 from jupyterhub/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2024-04-02 09:54:26 +02:00
pre-commit-ci[bot] 0e7907f86b
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/asottile/pyupgrade: v3.15.0 → v3.15.2](https://github.com/asottile/pyupgrade/compare/v3.15.0...v3.15.2)
- [github.com/psf/black: 24.1.1 → 24.3.0](https://github.com/psf/black/compare/24.1.1...24.3.0)
2024-04-01 22:10:42 +00:00
Simon Li 243669b928
Merge pull request #1341 from manics/changelog-2024.03.0
Changelog for 2024.03.0
2024-03-31 20:43:31 +02:00
Simon Li d4bb9c14da Changelog for 2024.03.0 2024-03-28 19:13:23 +00:00
Jeremy Tuloup 9764c96d88 Update to JupyterLab 4 2024-03-28 16:29:47 +00:00
Sol Lee 0808018da7 Handle the URL with subdirectories 2024-03-25 12:11:38 +00:00
Sol Lee 1039d8dcb9 Mock the response for test_detect_ckan 2024-03-25 08:58:34 +00:00
Sol Lee 7712751c8f Make tests without parameterized information have their own test 2024-03-25 08:47:57 +00:00
Sol Lee 472c5cdc29 Make the splitting logic more straightforward 2024-03-25 02:37:31 +00:00
Erik Sundell f667caf49c
Merge pull request #1332 from yuvipanda/bump-alpine
Dockerfile: bump alpine from 3.17 to 3.19 and Python 3.10 to 3.11
2024-03-24 23:08:31 +01:00
Erik Sundell 755a32bc2a
Merge pull request #1337 from SylvainCorlay/mamba-1.5.7
Update mamba to 1.5.7 from 1.5.1, and conda to 24.3.0 from 23.7.4
2024-03-24 22:50:58 +01:00
Erik Sundell 91d3f150e5
Use ARG instead of ENV for build time only environment variable 2024-03-24 22:35:15 +01:00
Erik Sundell f121a0d481
Use modern ENV syntax in Dockerfile
The use of `ENV key value` is an old alternative syntax still around for backward compatibility, but may be removed according to https://docs.docker.com/reference/dockerfile/#env.
2024-03-24 22:22:47 +01:00
Erik Sundell 57e4b3f687
Fix unrelated comment 2024-03-24 22:18:23 +01:00
Erik Sundell 920ddd86ac
Update conda from 23.7.4 to 24.3.0 2024-03-24 22:16:05 +01:00
YuviPanda 601fa25291 Don't use --user to install anything 2024-03-22 19:40:41 -07:00
YuviPanda 756e7d1a98 Put everything inside a venv 2024-03-22 19:40:41 -07:00
YuviPanda dd9f6ad2de Bump alpine version used in Dockerfile
Brings us to latest alpine, and to a newer python
2024-03-22 19:40:41 -07:00
Sylvain Corlay 01d818b974 Update to mamba 1.5.7 2024-03-22 21:34:50 +01:00
Sol Lee 391b9bc5ba Add CKAN content provider 2024-02-20 06:37:21 +00:00
Erik Sundell a20dd1cf97
Merge pull request #1333 from jupyterhub/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2024-02-06 08:22:46 +01:00
pre-commit-ci[bot] f2c1cb7a8c [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-02-05 20:28:56 +00:00
pre-commit-ci[bot] 625b296773
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/psf/black: 23.12.1 → 24.1.1](https://github.com/psf/black/compare/23.12.1...24.1.1)
2024-02-05 20:26:53 +00:00
Yuvi Panda 3221560bb1
Merge pull request #1330 from manics/pin-pytest
Support pytest=8
2024-02-01 16:41:55 -08:00
Simon Li 56299a2312
Don't pin upper pytest version 2024-02-01 22:39:08 +00:00
Erik Sundell c806c1c1c2
Merge pull request #1331 from jupyterhub/dependabot/github_actions/codecov/codecov-action-4
build(deps): bump codecov/codecov-action from 3 to 4
2024-02-01 10:29:49 +01:00