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
5 changes: 5 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ src/schemas/json/popxf-* @peterstangl @alekssmolkovic @kenmimasu
src/test/popxf-* @peterstangl @alekssmolkovic @kenmimasu
src/negative_test/popxf-* @peterstangl @alekssmolkovic @kenmimasu

# Managed by Prek Team:
src/schemas/json/prek.json @j178
src/test/prek/ @j178
src/negative_test/prek/ @j178

# Managed by Open-KYA Team:
src/schemas/json/kya.json @wp-lkl
src/test/kya/ @wp-lkl
Expand Down
1 change: 0 additions & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# These are supported funding model platforms

github: ['madskristensen', 'hyperupcall']
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: '🐛 Bug report'
description: Report errors or unexpected behavior
labels:
- Issue-Bug
type: Bug
body:
- type: markdown
attributes:
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/feature_request_new_schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: '⭐ Request (schema)'
description: Request to add a new JSON schema.
labels:
- Request-for-new-schema
type: Feature
body:
- type: textarea
attributes:
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/feature_request_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: '⭐ Request (feature)'
description: Propose something new for the SchemaStore web site or build server.
labels:
- Feature-for-website-or-build-server
type: Feature
body:
- type: textarea
attributes:
Expand Down
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
version: 2
updates:
- package-ecosystem: 'github-actions'
cooldown:
default-days: 14
directory: '/'
schedule:
interval: 'monthly'
Expand Down
19 changes: 6 additions & 13 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,22 @@
# Changes to continuous integration.
ci:
CI:
- changed-files:
- any-glob-to-any-file:
- '.github/**/*'

# Changes to JavaScript. This label used to have the name of "Gruntfile.js".
# This label also supersedes the old "NodeJS" label, which was too broad.
# Changes to JavaScript.
'cli.js':
- changed-files:
- any-glob-to-any-file:
- 'cli.js'
- 'package.json'

# Changes to configuration.
'config:editorconfig':
config:
- changed-files:
- any-glob-to-any-file:
- '.editorconfig'
'config:eslintrcjson':
- changed-files:
- any-glob-to-any-file:
- 'src/.eslintrc.json'
'config:gitignore':
- changed-files:
- any-glob-to-any-file:
- 'eslint.config.js'
- '.gitignore'
- '.gitattributes'

Expand All @@ -33,8 +26,8 @@ documentation:
- any-glob-to-any-file:
- '**/*.md'

# Changes to Asp.Net files. Generally, they must NOT be updated.
WARNING_AspNetFiles:
# Changes to website files. Generally, they must NOT be updated.
WARNING_WebsiteFiles:
- changed-files:
- any-glob-to-any-file:
- 'src/bin/**/*'
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,14 @@ jobs:
contents: 'write'
pull-requests: 'write'
steps:
- uses: 'actions/checkout@v6'
- uses: 'actions/setup-node@v6'
- uses: 'actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd' # v6.0.2
with:
persist-credentials: false
- uses: 'actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f' # v6.3.0
with:
node-version: '20'
cache: 'npm'
cache-dependency-path: './package-lock.json'
- run: 'npm clean-install'
- run: 'node ./cli.js build-xregistry'
- uses: peter-evans/create-pull-request@v8
- uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
2 changes: 1 addition & 1 deletion .github/workflows/codeowners-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
permissions: 'write-all'
steps:
- uses: 'actions/checkout@v6'
- uses: 'actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd' # v6.0.2
- name: 'Run Codeowners check'
uses: 'OSS-Docs-Tools/code-owner-self-merge@9f01f6d51b10a0e0a12300cdd614c9fa80787868'
env:
Expand Down
12 changes: 7 additions & 5 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,18 @@ jobs:
runs-on: 'ubuntu-latest'
if: ${{ github.repository_owner == 'SchemaStore' }}
steps:
- uses: 'actions/checkout@v6'
- uses: 'actions/setup-node@v6'
- uses: 'actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd' # v6.0.2
with:
persist-credentials: false
- uses: 'actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f' # v6.3.0
with:
node-version: '22'
cache: 'npm'
cache-dependency-path: './package-lock.json'
- run: 'npm clean-install'
- run: 'node ./cli.js build-website'
- uses: 'actions/configure-pages@v5'
- uses: 'actions/upload-pages-artifact@v4'
- uses: 'actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d' # v6.0.0
- uses: 'actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9' # v5.0.0
with:
path: './website'

Expand All @@ -48,4 +50,4 @@ jobs:
needs: 'build'
steps:
- id: 'deployment'
uses: 'actions/deploy-pages@v4'
uses: 'actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128' # v5.0.0
2 changes: 1 addition & 1 deletion .github/workflows/label-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
if: github.repository == 'SchemaStore/schemastore'
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v6
- uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
sync-labels: true
6 changes: 4 additions & 2 deletions .github/workflows/pre-commit-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ jobs:
name: Run pre-commit checks
steps:
- name: Checkout the repository
uses: actions/checkout@v6
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false

# Enablement of https://pre-commit.ci is desirable as it also
# enable auto-fixes for formatting violations. Still we still want to run
# our own GitHub action, just in case the external service becomes
# unavailable.
- uses: actions/setup-python@v6
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
with:
python-version: '3.11'
- name: Install pre-commit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
if: github.repository_owner == 'SchemaStore'
steps:
- uses: actions/stale@v10
- uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0
with:
stale-pr-message: 'This PR is stale because it has been open 60 days with no activity. Comment or this will be closed in 7 days.'
close-pr-message: 'This PR was closed because it has been stalled for 7 days with no activity.'
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ jobs:
timeout-minutes: 10

steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
with:
node-version: '20'
cache: 'npm'
Expand Down
2 changes: 1 addition & 1 deletion src/schemas/json/cargo.json
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@
},
"authors": {
"title": "Authors",
"description": "The `authors` field lists people or organizations that are considered the\n\"authors\" of the package. The exact meaning is open to interpretation — it may\nlist the original or primary authors, current maintainers, or owners of the\npackage. These names will be listed on the crate's page on\n[crates.io](https://crates.io). An optional email address may be included within angled\nbrackets at the end of each author.\n\n> **Note**: [crates.io](https://crates.io) requires at least one author to be listed.",
"description": "The `authors` field lists people or organizations that are considered the\n\"authors\" of the package. The exact meaning is open to interpretation — it may\nlist the original or primary authors, current maintainers, or owners of the\npackage. These names will be listed on the crate's page on\n[crates.io](https://crates.io). An optional email address may be included within angled\nbrackets at the end of each author.\n\n> **Note**: This field is deprecated.",
"anyOf": [
{
"$ref": "#/definitions/Authors"
Expand Down
Loading