Skip to content

Commit

Permalink
Merge branch 'dev' into feature/github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanJField committed Dec 2, 2024
2 parents fd2600c + 2a0e5ee commit 1467109
Show file tree
Hide file tree
Showing 6 changed files with 102 additions and 2,505 deletions.
1 change: 0 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ updates:
time: "00:00"
reviewers:
- "RyanJField"
- "bruvio"
commit-message:
prefix: "pip"
include: "scope"
Expand Down
20 changes: 20 additions & 0 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
time: "00:00"
reviewers:
- "RyanJField"
- "bruvio"
commit-message:
prefix: "pip"
include: "scope"
open-pull-requests-limit: 5
target-branch: "dev"
2 changes: 2 additions & 0 deletions .github/workflows/pyDataPipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
name: Test ${{ matrix.os }} (Python ${{ matrix.python }})
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [windows-latest,ubuntu-latest,macos-latest]
python: ["3.9", "3.10", "3.x"]
Expand Down Expand Up @@ -36,6 +37,7 @@ jobs:
run: mv pySimpleModel ../pySimpleModel
- name: Run Tests on Windows
run: |
poetry cache clear pypi --all
poetry install
pip3 install fair-cli
fair registry install
Expand Down
77 changes: 77 additions & 0 deletions codemeta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"type": "SoftwareSourceCode",
"applicationCategory": "Software",
"author": [
{
"id": "https://orcid.org/0000-0002-4424-9890",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "University of Glasgow"
},
"email": "[email protected]",
"familyName": "Field",
"givenName": "Ryan"
},
{
"id": "https://orcid.org/0000-0002-4971-2346",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "The University of Sheffield"
},
"familyName": "Reddyhoff",
"givenName": "Dennis"
},
{
"id": "_:author_3",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "The University of Sheffield"
},
"familyName": "Turner",
"givenName": "Robert"
},
{
"id": "https://orcid.org/0000-0002-6773-1049",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "United Kingdom Atomic Energy Authority"
},
"familyName": "Zarebski",
"givenName": "Kristian"
}
],
"codeRepository": "git+https://github.com/FAIRDataPipeline/pyDataPipeline.git",
"dateCreated": "2021-06-29",
"dateModified": "2024-08-05",
"datePublished": "2021-10-04",
"description": "Python implementation of the data pipeline API for the FAIR Data Pipeline.",
"downloadUrl": "https://github.com/FAIRDataPipeline/pyDataPipeline/archive/refs/tags/v0.8.0.tar.gz",
"identifier": "10.5281/zenodo.5548002",
"isPartOf": "https://www.fairdatapipeline.org",
"keywords": [
"FAIR",
"Data Pipeline",
"API"
],
"license": "https://spdx.org/licenses/GPL-3.0-or-later",
"name": "pyDataPipeline",
"operatingSystem": [
"Linux",
"Windows",
"MacOS"
],
"programmingLanguage": "Python 3",
"schema:releaseNotes": "Full change log: https://github.com/FAIRDataPipeline/pyDataPipeline/compare/v0.7.13...v0.8.0",
"version": "0.8.0",
"contIntegration": "https://github.com/FAIRDataPipeline/pyDataPipeline/actions",
"codemeta:continuousIntegration": {
"id": "https://github.com/FAIRDataPipeline/pyDataPipeline/actions"
},
"developmentStatus": "active",
"issueTracker": "https://github.com/FAIRDataPipeline/pyDataPipeline/issues"
}
Loading

0 comments on commit 1467109

Please sign in to comment.