Erik Sundell
6883316c36
Update mambaforge from 22.11.1-4 to 23.1.0-1
2023-04-15 11:06:29 +02:00
Min RK
9b940c34fd
don't let conda install wait for input
2023-03-27 15:43:46 +02:00
Min RK
b5a6b3f590
Avoid downgrading user-env conda/mamba
...
- Only check lower bound on conda/mamba, upgrade unbounded if not matched (let conda apply upper bound according to existing pins, such as Python)
- handle missing mamba
- avoid upgrading Python by aborting the install, instead of keeping old envs
- minimum supported Python for user env is 3.9
- Fix output reporting of conda install step (no need for json capture when we don't parse the output - exit codes will do)
2023-03-27 13:20:22 +02:00
Min RK
5980cb3ef2
log commands before they start (at debug level)
...
so you know what you're waiting for
2023-03-24 11:58:32 +01:00
Min RK
6b0b5f2998
add bzip2 to test env
...
required for testing against miniconda 4.5
2023-03-24 11:58:12 +01:00
Min RK
755d0d02fb
avoid auto-updating conda in test env
...
because then we don't get the version we expect to test with!
2023-03-23 16:26:34 +01:00
Min RK
5ec167ff0f
Sync with main
...
updates required Python version to exclude 3.6
2023-03-23 15:45:54 +01:00
Min RK
a24e038136
get canary package from conda-forge
2023-03-23 15:39:46 +01:00
Min RK
4d42f24e48
test ensure_user_environment
...
verify behavior for:
- current version (no change)
- old, supported version (upgrade, but not too far)
- too old, re-run installer
- directory exists, no conda
2023-03-23 12:34:44 +01:00
Min RK
594b61003f
add some logging to conda setup
2023-03-23 12:31:50 +01:00
Erik Sundell
a5e72046ab
Merge pull request #856 from minrk/ubuntu-bump
...
require ubuntu 20.04, test on debian 11, require Python 3.8
2023-03-23 10:25:38 +01:00
Min RK
27c9761f1c
Apply suggestions from code review
...
Co-authored-by: Simon Li <orpheus+devel@gmail.com >
2023-03-23 09:39:17 +01:00
Simon Li
8711a58d70
Merge pull request #859 from minrk/10
...
bump version to 1.0.0.dev0
2023-03-22 09:44:35 +00:00
Min RK
5e6f68eb32
bump version to 1.0.0.dev0
2023-03-21 16:27:39 +01:00
Min RK
6d0c1cbf63
Remove very old conda versions from installer.py
...
- 4.7.10 was Python 3.7 (no longer supported)
- 4.5.4 was Python 3.6
2023-03-21 15:59:37 +01:00
Min RK
1a3c48a500
Update base user environment to mambaforge 22.11.1-4
...
shift some duplicated code into utility functions and constants
2023-03-21 14:37:50 +01:00
Min RK
f53b0b86a2
Merge with pr 843
2023-03-21 12:13:29 +01:00
Min RK
ecc832f9ad
Merge pull request #849 from jawiv/patch-1
...
Update user-environment.rst
2023-03-21 12:09:10 +01:00
Min RK
6f852d173d
add note that newer OS will _probably_ work, but LTS are supported
2023-03-21 11:15:13 +01:00
Min RK
c80e5f6854
add python3 to integration test
...
debian base image doesn't include Python3
2023-03-21 11:05:25 +01:00
Min RK
e03f5ec2cd
Require Debian 11, not 10
...
10 has too-old Python by default
2023-03-21 10:47:55 +01:00
Min RK
150a3f62d6
parse distro version tuples
...
instead of using floats
2023-03-21 10:39:40 +01:00
Min RK
aa72179afa
require ubuntu 20.04, test on debian 10
2023-03-21 10:17:02 +01:00
Min RK
fcf6164e31
Merge pull request #800 from jochym/main
...
Add support for debian >=10 to bootstrap.py
2023-03-21 09:32:45 +01:00
Simon Li
fedb185bdf
Merge pull request #838 from manics/release
...
Release 0.2.0 (JupyterHub 1.*)
0.2.0
2023-02-27 12:44:58 +00:00
Simon Li
1da06a0606
0.2.0 release date
2023-02-27 09:49:12 +00:00
Paweł T. Jochym
0b63febdde
Merge pull request #2 from jupyterhub/main
...
Sync with upstream development
2023-02-23 11:34:51 +01:00
Simon Li
4245ac01cd
0.2.0 tentative release date 2023-02-10
2023-02-10 13:59:01 +00:00
Simon Li
971c716f0e
Update changelog with PRs since 7fb84aad56
2023-02-10 11:51:33 +00:00
Simon Li
7a50cc9436
bootstrap.py: Only lookup git ref if TLJH_BOOTSTRAP_PIP_SPEC not set
...
test_bootstrap.py: use `--version main` since there are no tags/releases
2023-02-10 11:44:02 +00:00
Simon Li
6d1deaa19c
Set version to 0.2.0
2023-02-10 11:44:02 +00:00
Simon Li
15b5f8c537
Single section for changelog
...
Very few PRs are labelled, so just have one `Merged PRs` section
2023-02-10 11:44:02 +00:00
Simon Li
8e7f534b4b
changelog.md: github-activity --since 4a74ad17a1a19f6378efe12a01ba634ed90f1e03
2023-02-10 11:44:02 +00:00
Simon Li
7699209bc3
Switch default installed version to latest
...
This will correspond to the most recent release tag (excludes pre-releases)
2023-02-10 11:44:02 +00:00
Erik Sundell
c97bdd560e
Merge pull request #851 from pnasrat/attempt-to-fix-ci
...
Fix broken CI
2023-02-09 17:34:28 +01:00
Pris Nasrat
9803df1d44
Trigger CI GitHub workflow in case flaky
2023-02-09 10:39:02 -05:00
Pris Nasrat
4a701d2e1c
Remove commented out code in uid/gid debugging
2023-02-09 07:52:04 -05:00
Pris Nasrat
4eb2055e15
Fix rtd build
...
Pin Sphinx to below 6.0.0 see pydata/pydata-sphinx-theme#1094
2023-02-07 11:42:38 -05:00
Pris Nasrat
acd64c277e
Drop supplemental groups in install testing
2023-02-07 11:42:02 -05:00
Simon Li
57b0ed89b3
Try ignoring /sys/fs/cgroup mount
2023-02-07 11:42:02 -05:00
Simon Li
967348069f
Add inspect to container debugging
2023-02-07 11:42:02 -05:00
Simon Li
6413268211
use id to debug test_install.py
2023-02-07 11:42:02 -05:00
Simon Li
20c6a851de
integration-test.py: fix time delay check
2023-02-07 11:42:02 -05:00
Simon Li
ae5fd64576
integration-test.py: try docker first
2023-02-07 11:42:02 -05:00
Simon Li
05d46e1d9b
integration-test.py: Add debugging info
2023-02-07 11:42:02 -05:00
Simon Li
5c475b876c
Add debugging info to test_install permissions checks
2023-02-07 11:42:01 -05:00
Erik Sundell
619a7901f8
Merge pull request #848 from pnasrat/fix-sqlalchemy-1_x
...
Ensure SQLAlchemy 1.x used for hub
2023-02-06 22:28:48 +01:00
James A. Webb, IV
b827de31dd
Update user-environment.rst
...
Minor typo
2023-02-06 09:23:37 -06:00
Paweł T. Jochym
a43872176a
Merge pull request #1 from jupyterhub/main
...
Merge upstream development
2023-02-03 13:17:29 +01:00
Pris Nasrat
a7774e55de
Ensure SQLAlchemy 1.x used for hub
...
Fixes #846
2023-01-30 11:17:37 -05:00