Wykres commitów

2752 Commity (consideRatio-patch-1)

Autor SHA1 Wiadomość Data
Erik Sundell 9d3e6b744b
Dockerfile: update alpine from 3.17 to 3.18, and Python 3.10 to 3.11
This seems to resolve https://github.com/jupyterhub/repo2docker-action/issues/113 which seem to stem from an issue in alpine:3.17 that has arisen - maybe it will get fixed over time - but I think this could also do the trick.
2024-03-24 22:13:42 +01: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
dependabot[bot] 767047c84c
build(deps): bump codecov/codecov-action from 3 to 4
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-01 05:06:50 +00:00
Simon Li 237375f3a4 pytest >=7,<9 2024-01-28 19:26:24 +00:00
Simon Li 6fe9ee6763 pytest: replace fspath with path 2024-01-28 18:04:51 +00:00
Simon Li 6f92fa0e84
Merge pull request #1329 from TimoRoth/update_versioneer
Update versioneer
2024-01-28 17:07:02 +00:00
Simon Li 3505ad7c8b
Pin pytest<8 2024-01-28 17:00:51 +00:00
pre-commit-ci[bot] 089e919e19 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-01-28 14:02:27 +00:00
Timo Rothenpieler fa8394b09b Run pre-commit 2024-01-28 15:02:03 +01:00
Timo Rothenpieler 2eac520042 Update versioneer 2024-01-27 15:36:11 +01:00
Min RK 6aad2bcce2
Merge pull request #1205 from sgaist/implement_dockerignore_support
Implement support for dockerignore and containerignore
2024-01-24 11:39:22 +01:00
Yuvi Panda b3b8db7954
Merge pull request #1326 from twtw/addnycu
Add NYCU Dataverse
2024-01-19 19:44:36 -08:00
Yuvi Panda 8f0d9aaf9e
Merge pull request #1318 from hiroyuki-sato/topic/add-example
[MRG] docs: Add base_image parameter example.
2024-01-19 18:51:34 -08:00
Yuvi Panda abe7c15b3a
Merge branch 'main' into addnycu 2024-01-19 18:50:35 -08:00
Samuel Gaist 77df191536 test(venv): add ignore files above binderdir
This ensures that the ignore files are retrieved from the proper folder.
If they weren't the build would not succeed as the binder folder is
ignored.
2024-01-19 08:45:06 +00:00
Samuel Gaist 09e503c4e6 feat: respect the root folder configured when looking for ignore files
See the design chapter for more details.
2024-01-19 08:45:06 +00:00
Samuel Gaist a51235f9a5 fix: remove the ignore .git folder default when no exclude files are present 2024-01-19 08:45:06 +00:00
Samuel Gaist d6670f4378 refactor: use list comprehension rather filter+lambda 2024-01-19 08:45:06 +00:00
Samuel Gaist 3028d07182 fix: create src directory in any case
The original behavior was to create an src directory with the content of the
repository. The creation would happen in any case (remote or local repository).
With the filtering in place and the default to remove the .git folder, it breaks
the build as the src folder can be missing.

This patch ensures that the directory is present in the tar so the build can
continue as it did until now.
2024-01-19 08:45:06 +00:00
Samuel Gaist 6b8b2334e7 feat: implement support for dockerignore and containerignore
Currently repo2docker creates a context object that includes the whole content
of the repository it builds an image for. Thus it includes folders like .git
which is usually something that has no interest in the final image, can take
quite a lot of space and most importantly, kills the caching of that layer.

This patch adds support for reading dockerignore and containerignore files that
are used to ensure only the relevant data are used to build the image.

By default it also excludes the .git folder if neither of these files are
provided.
2024-01-19 08:45:06 +00:00
Simon Li 0e02889faf
Merge pull request #1321 from MPDL/MPDL_Dataverse
New domain for Edmond MPG repository
2024-01-18 20:56:57 +00:00
Erik Sundell 7713f2a82f
Merge pull request #1327 from jupyterhub/dependabot/github_actions/actions/upload-artifact-4
build(deps): bump actions/upload-artifact from 3 to 4
2024-01-04 01:15:54 +01:00
Erik Sundell 40682d762a
Merge pull request #1322 from jupyterhub/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2024-01-04 01:04:55 +01:00
Erik Sundell 809f511799
Merge pull request #1328 from jupyterhub/dependabot/github_actions/actions/setup-python-5
build(deps): bump actions/setup-python from 4 to 5
2024-01-04 00:50:08 +01:00
pre-commit-ci[bot] 97ce87c079
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/psf/black: 23.10.1 → 23.12.1](https://github.com/psf/black/compare/23.10.1...23.12.1)
- [github.com/pycqa/isort: 5.12.0 → 5.13.2](https://github.com/pycqa/isort/compare/5.12.0...5.13.2)
- [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.3...v4.0.0-alpha.8)
2024-01-01 20:22:43 +00:00
dependabot[bot] 6dc8dee823
build(deps): bump actions/setup-python from 4 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-01 05:09:55 +00:00
dependabot[bot] 766f4b8eb4
build(deps): bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-01 05:09:51 +00:00
Cheng-Yen Liu 066e951a7d
Add NYCU Dataverse 2023-12-27 03:28:08 +08:00
haarli 38f6e0acd1
Logo URL 2023-11-10 10:47:13 +01:00
haarli 24fa50118e
New domain for Edmond MPG repository 2023-11-10 09:56:57 +01:00
Min RK c6f97e55c1
Merge pull request #1319 from jupyterhub/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2023-11-07 10:03:02 +01:00
pre-commit-ci[bot] 42ffce107d
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/asottile/pyupgrade: v3.14.0 → v3.15.0](https://github.com/asottile/pyupgrade/compare/v3.14.0...v3.15.0)
- [github.com/psf/black: 23.9.1 → 23.10.1](https://github.com/psf/black/compare/23.9.1...23.10.1)
2023-11-06 20:27:49 +00:00
Hiroyuki Sato 570c11769b docs: Add base_image parameter example.
Some users don't know how to set base_image.
Add an example of how to set it.
2023-10-24 21:45:01 +09:00
Erik Sundell 57d229eb19
Merge pull request #1317 from manics/rstudio-logging
rstudio: log-level info to stderr
2023-10-23 00:21:44 +02:00
Simon Li 72cfc12a8d rstudio: log-level info to stderr 2023-10-22 19:20:16 +01:00
Yuvi Panda 8bdf681a4a
Merge pull request #1313 from manics/upgrade-mamba
Upgrade mamba and refreeze
2023-10-19 12:19:26 +05:30
Simon Li f4591425b4 Fix mamba/conda version test 2023-10-19 10:46:13 +05:30
Simon Li 4b0c7d9bfd conda 23.7.4
error    libmamba Could not solve for environment specs
    The following packages are incompatible
    ├─ conda 23.9.0**  is requested and can be installed;
    └─ mamba 1.5.1**  is not installable because it requires
       └─ conda >=4.14,<23.9.0a0 , which conflicts with any installable versions previously reported.
2023-10-19 10:46:13 +05:30
Simon Li 2e26e773b7 ./freeze.py 2023-10-19 10:46:13 +05:30
Simon Li 3ec7d41bce mamba 1.5.1 conda 23.9.0 2023-10-19 10:46:13 +05:30
Yuvi Panda aa57e01d24
Merge pull request #1315 from manics/zenodo
Get Zenodo working again
2023-10-19 10:45:09 +05:30
Simon Li fc7de2768b Zenodo DOI now returning https://zenodo.org/records/ instead of https://zenodo.org/record/ 2023-10-15 21:17:51 +01:00
Simon Li 1fc8f192ee doi2url: Don't ignore non-404 errors 2023-10-15 17:17:59 +01:00
Simon Li ebdd121b05 Update zenodo mocks 2023-10-15 17:17:59 +01:00
Simon Li 74a94cf2b0 Test resolving DOI
This helps distinguish temporary(?) errors in the DOI resolution from errors in the content provider
2023-10-15 17:17:55 +01:00