Wykres commitów

2475 Commity (89f2b61db6eb26e2b56686d9e07357e77ee282c9)

Autor SHA1 Wiadomość Data
Erik Sundell 89f2b61db6 ci: use non-deprecated codecov uploader 2022-10-31 19:26:55 +01:00
Erik Sundell 3d05b32dee
Merge pull request #1126 from minrk/test-tmp
Add check-tmp step to local repo tests
2022-10-31 17:41:44 +01:00
Min RK e7c93b0fc8
update pipenv to 2022.1.8
pipenv 2018 doesn't actually clear its cache when asked to

2021.5.29 is the last to support 2.7, 3.5
2022-10-31 15:23:35 +01:00
Min RK 757799516d
ensure some cache files are cleaned up 2022-10-31 15:23:35 +01:00
Min RK bd02e2e997
run check-tmp as root
- avoids permission errors
- lets us check /root/ where we've left files in the past
2022-10-31 15:22:56 +01:00
Min RK 6b0291551d
Make sure we delete /tmp/shiny.deb
revealed by check-tmp
2022-10-31 15:22:55 +01:00
Min RK 2da784ca21
check-tmp needs to run on Python 3.5 2022-10-31 15:22:55 +01:00
Min RK 38f5aceb45
Add check-tmp step to local repo tests
- check-tmp checks disk usage in a collection of directories,
  and fails if they exceed a certain size, reporting on contents
- re-use images and skip build stage in verify/check-tmp tests.
  Should save some time,
  even though the build cache would have been used.
  This way, we don't even check.
2022-10-31 15:22:52 +01:00
Min RK f6ecb28e5e
Merge pull request #1208 from consideRatio/pr/fix-pipfile-clear
pipfile: pass --clear flag, and do it separetely to not be ignored
2022-10-31 15:21:22 +01:00
Erik Sundell 9a80e95600 pipfile: pass --clear flag, and do it separetely to not be ignored
Maybe --clear flag works as part of `pipenv install` now, but code
inspection indicates to me it still don't. This resolves the issue with
the pipenv versions we currently use in tests at least.
2022-10-31 14:54:54 +01:00
Erik Sundell 442951d010
Merge pull request #1200 from consideRatio/pr/rely-on-pre-commit.ci
ci: stop running pre-commit in gha, rely on pre-commit.ci
2022-10-31 14:23:41 +01:00
Erik Sundell ea1fbcd440 ci: stop populating pip cache in a pre-requisite test job 2022-10-31 13:59:58 +01:00
Erik Sundell 8a28264b97 ci: stop running pre-commit in gha, rely on pre-commit.ci 2022-10-31 13:54:34 +01:00
Erik Sundell 4a5b8541e7
Merge pull request #1199 from consideRatio/pr/switch-to-build-package
Create wheels with the build package, stop calling setup.py directly
2022-10-31 13:50:23 +01:00
Erik Sundell f3284bfcd1
Apply suggestions from code review 2022-10-31 13:48:33 +01:00
Erik Sundell 224633af93 ci: upload built wheels as an artifact for ease of inspection 2022-10-31 13:37:48 +01:00
Erik Sundell 55a9cd81f8 Create wheels with the build package 2022-10-31 13:37:48 +01:00
Erik Sundell 84408ef12b
Merge pull request #976 from bollwyvl/add-target-repo-dir-perms
Allow REPO_DIR to be a non-existing folder by creating it and providing the user with permissions
2022-10-31 13:09:44 +01:00
Erik Sundell 2f13af8a29 Apply suggestions from code review 2022-10-31 13:09:17 +01:00
Nicholas Bollweg 23e195f363 add path check in conda/repo-dir, more docs in conftest.py 2022-10-31 13:09:17 +01:00
Nicholas Bollweg df733fc81b normalize ENV syntax, combine more layers 2022-10-31 13:09:17 +01:00
Nicholas Bollweg 803a1c223b ensure existence/permissions on custom target dir, if doesn't exist, repo copy slash 2022-10-31 13:09:17 +01:00
Erik Sundell be7fc8a11a
Merge pull request #918 from minrk/allow-one-port
allow user to specify a single port with default command
2022-10-31 12:58:00 +01:00
Erik Sundell b3234b54f0 Refactor to f-strings to comply with pyupgrade 2022-10-31 12:57:23 +01:00
Min RK b314ba90cd test new port argument possibilities 2022-10-31 12:57:23 +01:00
Min RK 6826d72aa2 allow user to specify a single port with default command
Allows specifying `-p9999` or `-p5555:9999` without also needing to override the default command

app retrieves port arguments from length-1 port mapping for default command,
instead of requiring random port OR overriding the whole command
2022-10-31 12:57:23 +01:00
Erik Sundell 0f5ee7049a
Merge pull request #1197 from consideRatio/pr/docs-refresh
docs: add devenv, linkcheck, and refresh misc config etc
2022-10-31 12:33:45 +01:00
Erik Sundell 2dba862d5b
Apply suggestions from code review
Co-authored-by: Simon Li <orpheus+devel@gmail.com>
2022-10-25 19:43:20 +02:00
Erik Sundell 59a9663fbd docs: fix link warnings 2022-10-24 15:11:02 +02:00
Erik Sundell 7ffeae734a docs: add copybutton, opengraph, rediraffe 2022-10-24 15:11:02 +02:00
Erik Sundell 7ea7454049 docs: update conf.py 2022-10-24 15:11:02 +02:00
Erik Sundell 8b9b05b32c docs: update readthedocs config 2022-10-24 15:11:02 +02:00
Erik Sundell 85919afa99 docs: update and relax pinned requirements 2022-10-24 15:11:02 +02:00
Erik Sundell 9559cf2517 docs: add devenv and linkcheck 2022-10-24 15:11:02 +02:00
Erik Sundell b4a1b50984 Update .gitignore 2022-10-24 15:11:02 +02:00
Erik Sundell 0b53691786 refactor: rename docs/doc-requirements.txt to docs/requirements.txt 2022-10-24 15:11:02 +02:00
Erik Sundell 68a0331ea2
Merge pull request #1204 from minrk/submodule-https
run submodule test over https
2022-10-24 15:06:35 +02:00
Min RK e9ad8fdb41
run submodule test over https
avoids assertion with file-based submodules
2022-10-24 14:30:08 +02:00
Simon Li e0d5b9bb63
Merge pull request #1194 from manics/release-2022.10.0
Initial changelog for 2022.10.0
2022-10-18 19:55:02 +01:00
Simon Li d4567417ea
Add #1188 to changelog 2022-10-18 18:48:52 +01:00
Yuvi Panda 380f8177d0
Merge pull request #1188 from consideRatio/pr/ci-speedup
ci: refactor julia/r/conda tests - now ~25 min instead of ~50 min
2022-10-17 22:09:35 -07:00
Erik Sundell 1e4bc50a77 refactor readme files: in julia tests 2022-10-16 11:04:10 +02:00
Erik Sundell af076ca7de refactor readme files: in r tests 2022-10-16 11:03:48 +02:00
Erik Sundell 3ea45d1258 refactor readme files: in conda tests 2022-10-16 11:03:24 +02:00
Erik Sundell 6e89647dbc docs: a DESCRIBE file doesn't require a runtime.txt file 2022-10-16 11:02:03 +02:00
Erik Sundell 42bb1b384a ci: adjust to and rename extra-args.yaml to test-extra-args.yaml
I misunderstood extra-args.yaml to be a file that was recognized by
repo2docker's CLI, but in reality it was just a file recognized by the
repo2docker test suite. Following that, I renamed this testing specific
file to test-extra-args.yaml to help others avoid making that mistake
and added comments to clarify that.

This commit also gathers the conda buildpacks separate readme files into
a single readme file.
2022-10-15 15:42:35 +02:00
Simon Li 6acab5d1f9 Initial changelog for 2022.10.0 2022-10-14 20:29:22 +01:00
Simon Li d7be04efb5
Merge pull request #1193 from jtpio/update-deps
[MRG] Update Jupyter dependencies
2022-10-14 12:27:54 +01:00
Jeremy Tuloup f572c3a9de Update Jupyter dependencies 2022-10-13 14:43:36 +00:00
Erik Sundell a6af244605 ci: refactor julia tests, from 5 to 4 (~5 min saved) 2022-10-10 11:15:56 +02:00