-
Notifications
You must be signed in to change notification settings - Fork 75
Add infrastructure packages #293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
4dc2131
Add infrastructure packages
grst a607f68
Adapt schema
flying-sheep ef4e02c
Merge branch 'main' into infrastructure-packages
grst 5d1a712
Do not require "install" command for core-infrastructure packages
grst 64e4d19
remove install from corresponding packages
grst 4d31867
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] d1cf50f
Remove sfaira package
grst a0cc6e0
WIP infra packages
grst ccdab71
Merge branch 'remove-sfaira' into infrastructure-packages
grst be68270
make version requirement conditional
grst 9d0cf72
Retry link checking with backoff
grst 7ee68ab
Bring back package spec check
grst 2d133c0
Merge remote-tracking branch 'origin/main' into infrastructure-packages
grst 79344b5
update meta.yaml for infra packages
grst ab0b641
Merge branch 'retry-with-backoff' into infrastructure-packages
grst b84dc87
Update packages/cookiecutter-scverse/meta.yaml
grst ec038fe
Use httpx-retries instead
grst 7d8e2dc
Merge branch 'main' into infrastructure-packages
flying-sheep File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| name: cookiecutter-scverse | ||
| description: | | ||
| Cookiecutter template for scverse packages offering automated template sync | ||
| project_home: https://github.com/scverse/cookiecutter-scverse | ||
| documentation_home: https://cookiecutter-scverse-instance.readthedocs.io/en/latest/template_usage.html | ||
| tags: | ||
| - template | ||
| - cookiecutter | ||
| license: BSD-3-Clause | ||
| version: 0.6.0 | ||
| contact: | ||
| - grst | ||
| - flying-sheep | ||
| category: core-infrastructure |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| name: ecosystem-packages | ||
| description: | | ||
| Registry for scverse ecosystem packages (https://scverse.org/packages/#ecosystem) | ||
| project_home: https://github.com/scverse/ecosystem-packages | ||
| documentation_home: https://github.com/scverse/ecosystem-packages | ||
| tags: | ||
| - registry | ||
| - ecosystem | ||
| license: BSD-3-Clause | ||
| contact: | ||
| - grst | ||
| - flying-sheep | ||
| category: core-infrastructure |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| name: governance | ||
| description: | | ||
| Governance docs for scverse | ||
| project_home: https://github.com/scverse/governance | ||
| documentation_home: https://scverse.org/about | ||
| tags: | ||
| - governance | ||
| - documentation | ||
| license: BSD-3-Clause | ||
| contact: | ||
| - Zethson | ||
| - gtca | ||
| - mikelkou | ||
| category: core-infrastructure |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| name: integration-testing | ||
| description: | | ||
| A repo for integration testing core packages against upstream core packages | ||
| project_home: https://github.com/scverse/integration-testing | ||
| documentation_home: https://github.com/scverse/integration-testing | ||
| tags: | ||
| - testing | ||
| - continuous integration | ||
| license: MIT | ||
| contact: | ||
| - ilan-gold | ||
| - flying-sheep | ||
| category: core-infrastructure |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| name: scverse-tutorials | ||
| description: | | ||
| Tutorials and tutorials registry for scverse.org/learn. | ||
| project_home: https://github.com/scverse/scverse-tutorials | ||
| documentation_home: https://scverse-tutorials.readthedocs.io/en/latest/ | ||
| tutorials_home: https://scverse-tutorials.readthedocs.io/en/latest/ | ||
| tags: | ||
| - tutorials | ||
| - education | ||
| - documentation | ||
| license: BSD-3-Clause | ||
| contact: | ||
| - grst | ||
| - flying-sheep | ||
| category: core-infrastructure | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| name: scverse.github.io | ||
| description: | | ||
| scverse.org website | ||
| project_home: https://github.com/scverse/scverse.github.io | ||
| documentation_home: https://scverse.org | ||
| tags: | ||
| - website | ||
| - documentation | ||
| license: BSD-3-Clause | ||
| authors: | ||
| - gtca | ||
| category: core-infrastructure |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| name: stats | ||
| description: | | ||
| Statistics for scverse | ||
| project_home: https://github.com/scverse/stats | ||
| documentation_home: https://scverse.org/stats/ | ||
| tags: | ||
| - statistics | ||
| - metrics | ||
| license: MIT | ||
| authors: | ||
| - maltekuehl | ||
| - grst | ||
| category: core-infrastructure |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this true? Nobody else feels responsible for this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm afraid yes. Would you have someone in mind?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don’t have anyone who likes writing tutorials? We need to fix that.