Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: CI

on:
push:
branches: [ main, '**' ]
branches: [main, "**"]
pull_request:
branches: [ main ]
branches: [main]

permissions:
contents: read
Expand All @@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Lint
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm' # Added caching
cache: "npm" # Added caching
- run: npm ci
- run: npm run build
- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
name: build-output
path: dist/

publish-gpr:
needs: build
runs-on: ubuntu-latest
Expand All @@ -41,9 +41,9 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
registry-url: 'https://npm.pkg.github.com'
scope: '@kit-data-manager'
cache: "npm"
registry-url: "https://npm.pkg.github.com"
scope: "@kit-data-manager"
- name: Download build artifacts
uses: actions/download-artifact@v4
with:
Expand All @@ -53,7 +53,7 @@ jobs:
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

publish-npm:
needs: build
runs-on: ubuntu-latest
Expand All @@ -65,8 +65,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
registry-url: 'https://registry.npmjs.org'
cache: "npm"
registry-url: "https://registry.npmjs.org"
- name: Download build artifacts
uses: actions/download-artifact@v4
with:
Expand Down
13 changes: 13 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
hooks:
- id: trailing-whitespace
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/Materials-Data-Science-and-Informatics/somesy
rev: "v0.7.3"
hooks:
- id: somesy
19 changes: 12 additions & 7 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ cff-version: 1.2.0
message: If you use this software, please cite it using these metadata.
type: software
title: '@kit-data-manager/mapping-service-input'
abstract: The mapping-service-input provides a minimalistic user interface for
the KIT Data Manager Mapping Service. It allows users to select an existing
abstract: The mapping-service-input provides a minimalistic user interface for
the KIT Data Manager Mapping Service. It allows users to select an existing
mapping schema and use it to map their data.
version: 1.2.0
version: 1.2.1
keywords:
- metadata
- JSON
Expand All @@ -27,10 +27,15 @@ authors:
affiliation: Karlsruhe Institute of Technology (KIT)
given-names: Andreas
family-names: Pfeil
- orcid: https://orcid.org/0009-0008-3532-7018
given-names: Ajay
- given-names: Ajay
orcid: https://orcid.org/0009-0008-3532-7018
family-names: Kirar
license: Apache-2.0
url: https://kit-data-manager.github.io/com_mapping-service-input
repository-code:
https://github.com/kit-data-manager/com_mapping-service-input.git
repository-code: https://github.com/kit-data-manager/com_mapping-service-input.git
contact:
- affiliation: Karlsruhe Institute of Technology (KIT)
family-names: Inckmann
email: [email protected]
given-names: Maximilian
orcid: https://orcid.org/0009-0005-2800-4833
62 changes: 32 additions & 30 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,38 +10,42 @@
"author": [
{
"@type": "Person",
"givenName": "Ajay",
"familyName": "Kirar",
"@id": "https://orcid.org/0009-0008-3532-7018",
"identifier": "https://orcid.org/0009-0008-3532-7018"
"givenName": "Thomas",
"familyName": "Jejkal",
"@id": "https://orcid.org/0000-0003-2804-688X",
"identifier": "https://orcid.org/0000-0003-2804-688X",
"affiliation": "Karlsruhe Institute of Technology (KIT)"
},
{
"@type": "Person",
"givenName": "Maximilian",
"familyName": "Inckmann",
"email": "[email protected]",
"@id": "https://orcid.org/0009-0005-2800-4833",
"identifier": "https://orcid.org/0009-0005-2800-4833",
"affiliation": "Karlsruhe Institute of Technology (KIT)"
}
],
"name": "@kit-data-manager/mapping-service-input",
"description": "The mapping-service-input provides a minimalistic user interface for the KIT Data Manager Mapping Service. It allows users to select an existing mapping schema and use it to map their data.",
"version": "1.2.0",
"keywords": [
"metadata",
"JSON",
"mapping",
"form",
"kit-data-manager",
"typescript"
],
"license": [
"https://spdx.org/licenses/Apache-2.0"
"version": "1.2.1",
"keywords": ["metadata", "JSON", "mapping", "form", "kit-data-manager", "typescript"],
"maintainer": [
{
"@type": "Person",
"givenName": "Maximilian",
"familyName": "Inckmann",
"email": "[email protected]",
"@id": "https://orcid.org/0009-0005-2800-4833",
"identifier": "https://orcid.org/0009-0005-2800-4833",
"affiliation": "Karlsruhe Institute of Technology (KIT)"
}
],
"license": ["https://spdx.org/licenses/Apache-2.0"],
"softwareHelp": "https://kit-data-manager.github.io/com_mapping-service-input",
"codeRepository": "https://github.com/kit-data-manager/com_mapping-service-input.git",
"buildInstructions": "https://kit-data-manager.github.io/com_mapping-service-input",
"contributor": [
{
"@type": "Person",
"givenName": "Thomas",
"familyName": "Jejkal",
"@id": "https://orcid.org/0000-0003-2804-688X",
"identifier": "https://orcid.org/0000-0003-2804-688X",
"affiliation": "Karlsruhe Institute of Technology (KIT)"
},
{
"@type": "Person",
"givenName": "Andreas",
Expand All @@ -52,13 +56,11 @@
},
{
"@type": "Person",
"givenName": "Maximilian",
"familyName": "Inckmann",
"email": "[email protected]",
"@id": "https://orcid.org/0009-0005-2800-4833",
"identifier": "https://orcid.org/0009-0005-2800-4833",
"affiliation": "Karlsruhe Institute of Technology (KIT)"
"givenName": "Ajay",
"familyName": "Kirar",
"@id": "https://orcid.org/0009-0008-3532-7018",
"identifier": "https://orcid.org/0009-0008-3532-7018"
}
],
"url": "https://kit-data-manager.github.io/com_mapping-service-input"
}
}
Loading