Wykres commitów

2527 Commity (2b17eca20758ab835401a946652d56fd320ad534)

Autor SHA1 Wiadomość Data
Yuvi Panda 2b17eca207
Merge pull request #6 from kardasbart/feat/new-base
Tests fix
2022-12-12 09:43:46 -08:00
Bartosz Kardas 0b9154ae2b Updated master/main branches error info 2022-12-12 00:04:09 +01:00
Bartosz Kardas b85df8f993 Refactored R command 2022-12-11 23:38:27 +01:00
Bartosz Kardas 52e80769b0 Renamed branch to main 2022-12-11 23:26:24 +01:00
Bartosz Kardas 21ad4cac54 Bump linux alpine to 3.17 due to setuptools bug 2022-12-11 23:04:03 +01:00
Bartosz Kardas 76731c885b Added setuptools 2022-12-11 22:08:18 +01:00
Bartosz Kardas c3d257519b Fixd shell command for buildpacks/r 2022-12-11 22:00:41 +01:00
Bartosz Kardas 8a359f9c00 Readded setuptools 2022-12-11 01:34:05 +01:00
YuviPanda aae6a71621 Try using py3-pip when installing in Alpine
Seems to be perhaps different than py-pip
2022-12-10 13:29:44 -08:00
YuviPanda 90c375c5f7 Add setuptools to built image
hg-evolve seems to need it, as otherwise it is failing
with:

16 4.520   Downloading hg-evolve-10.5.3.tar.gz (847 kB)
2022-12-10 13:24:09 -08:00
Bartosz Kardas 389334a4a3 Added missing base_image argument 2022-12-10 13:18:16 -08:00
YuviPanda 4d83abc2df Add note about what base images are supported 2022-12-10 13:18:16 -08:00
Yuvi Panda f776d8efcb Use full image tag
Fixes #1146

Co-authored-by: Simon Li <orpheus+devel@gmail.com>
2022-12-10 13:17:49 -08:00
Yuvi Panda c21374d305 Fix typo
Co-authored-by: Simon Li <orpheus+devel@gmail.com>
2022-12-10 13:17:49 -08:00
YuviPanda 7eb143eab0 Set base_image in a few more places 2022-12-10 13:17:49 -08:00
YuviPanda b58fd1508d Fix rspm test for VERSION_CODENAME 2022-12-10 13:17:49 -08:00
YuviPanda 9ff14c1907 Remove accidental import vscode inserted 2022-12-10 13:17:49 -08:00
YuviPanda 446e67820e Add test fixture for setting base image 2022-12-10 13:17:48 -08:00
YuviPanda f35a948e75 Set base image for default buildpack too 2022-12-10 13:17:16 -08:00
YuviPanda 20b0815257 Make base_image configurable
Fixes https://github.com/jupyterhub/repo2docker/issues/487
2022-12-10 13:17:16 -08:00
YuviPanda 8086937445 Don't hardcode ubuntu codename when getting r packages 2022-12-10 13:17:12 -08:00
YuviPanda b724c02c6a Switch RSPM to use focal, not bionic 2022-12-10 13:15:16 -08:00
YuviPanda 592ccb7596 Set ubuntu 20.04 as new base image
We would at some point need to set this as the default.
To prepare for that, I think we should make this an option
that is available, and run our tests on this too.

The R stack seems possibly currently unavailable for 20.04
(see https://community.rstudio.com/t/rstudio-server-ubuntu-20-04/64188)
but I'll try it out
2022-12-10 13:15:07 -08:00
Min RK ab4c4f2a19
Merge pull request #1217 from jupyterhub/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2022-11-17 13:09:03 +01:00
pre-commit-ci[bot] 485a8ad097
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/asottile/pyupgrade: v3.2.0 → v3.2.2](https://github.com/asottile/pyupgrade/compare/v3.2.0...v3.2.2)
- [github.com/pre-commit/mirrors-prettier: v2.7.1 → v3.0.0-alpha.4](https://github.com/pre-commit/mirrors-prettier/compare/v2.7.1...v3.0.0-alpha.4)
2022-11-15 00:13:39 +00:00
Yuvi Panda d8942c47fa
Merge pull request #1218 from consideRatio/pr/test-cleanup
ci: cleanup no longer used test logic related to memlimit
2022-11-10 23:43:30 -08:00
Erik Sundell 98aceac76d tests: cleanup legacy logic
These files are no longer used as of repo2docker PR 912
2022-11-11 07:55:45 +01:00
Erik Sundell e6a66316ab ci: update outdated comment in node test 2022-11-11 07:55:12 +01:00
Erik Sundell 9be3ac697c
Merge pull request #1216 from frankier/julia-binder-dir-project-toml
Create Julia projects based on binder/Project.toml when found
2022-11-09 17:40:10 +01:00
Erik Sundell 37ce79a5d4
Merge pull request #1211 from minrk/cli-defaults
reconcile CLI/config priority
2022-11-09 17:26:00 +01:00
Erik Sundell 430565faf7 ci: coalesce tests to avoid increasing test durations 2022-11-09 17:13:12 +01:00
Min RK 31e9722c82
add --clean
for consistency with other both-ways boolean flags
2022-11-09 16:31:20 +01:00
Min RK 8802ca2a30
update test expectations of log messages 2022-11-08 16:28:01 +01:00
Min RK d5f291bec1
move cleanup_checkout / local repo, dry_run/push/run relationships to app
so app behaves more consistently when run without cli
2022-11-08 16:27:45 +01:00
Min RK 2a9dab13f8
test some cli > config > defaults priority
not full coverage, but covers some important cases
2022-11-08 16:01:31 +01:00
Min RK 98724fb255
handle more options from config
- warn if repo is specified in config, because it doesn't make sense and will be ignored
- only override config for ref/image/run/build if specified on the cli

requires both-directions config for run and build, to handle the default being inverted in a config file
2022-11-08 15:40:23 +01:00
Min RK b841dea4ac
reconcile CLI/config priority
- avoid CLI defaults clobbering values from config.
  Mostly by using `default=None`, and adding `if args.name is not None` checks
  before assigning attributes
2022-11-08 15:25:27 +01:00
Frankie Robertson e99a106171 Add test for Julia project.toml in binder subdirectory 2022-11-08 15:13:39 +02:00
Frankie Robertson 61b76f622d Create Julia projects based on binder/Project.toml when found 2022-11-08 14:48:47 +02:00
Simon Li b4fee8e3a7
Merge pull request #1213 from SylvainCorlay/upgrade-mamba
Upgrade to mamba 1.0
2022-11-03 08:54:06 +00:00
Sylvain Corlay 3e5a64f82f Upgrade to mamba 1.0 2022-11-03 00:50:34 +01:00
Simon Li ecd7c5d1c0
Merge pull request #1212 from consideRatio/pr/update-to-alpine3.16
docker image: update alpine to 3.16
2022-11-02 18:07:15 +00:00
Erik Sundell ff586d0e10 docker image: update alpine to 3.16 2022-11-02 16:42:29 +01:00
Yuvi Panda b6098c02f3
Merge pull request #1202 from consideRatio/pr/enable-pyupgrade
pre-commit: add pyupgrade, isort, and prettier for .md files
2022-11-01 07:39:14 -07:00
pre-commit-ci[bot] ae3aeb6dc5 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2022-10-31 22:40:52 +00:00
Erik Sundell 94bd21e16e pre-commit: enable prettier for markdown 2022-10-31 23:40:34 +01:00
pre-commit-ci[bot] 27c2b403db [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2022-10-31 22:32:14 +00:00
Erik Sundell 1926795c8c pre-commit: enable isort 2022-10-31 23:29:57 +01:00
Erik Sundell 15a1fb6e2d refactor: manually add transitions to f-strings 2022-10-31 21:22:32 +01:00
pre-commit-ci[bot] 5a93542321 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2022-10-31 21:22:32 +01:00