forked from SchemaStore/schemastore
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into Updated-both-metricshub-schemas-to-match-s…
…oftware-changes
- Loading branch information
Showing
466 changed files
with
743,501 additions
and
27,094 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
|
@@ -23,3 +23,6 @@ trim_trailing_whitespace = false | |
[*.cshtml] | ||
indent_style = space | ||
indent_size = 4 | ||
|
||
[*.sh] | ||
indent_style = tab |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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 |
---|---|---|
@@ -1,12 +1,6 @@ | ||
<!-- | ||
Thank you for submitting a pull request to SchemaStore. | ||
Before continuing, please read the guidelines: | ||
Before continuing, please read the contributing guidelines: | ||
https://github.com/SchemaStore/schemastore/blob/master/CONTRIBUTING.md | ||
Adding a JSON schema file to the catalog is required. | ||
Add tests files. (.json, .yml, .yaml or .toml) | ||
Use the most recent JSON Schema version that's well supported by editors and IDEs, currently draft-07. | ||
JSON formatted according to the .editorconfig settings. | ||
--> |
This file contains 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 |
---|---|---|
@@ -1,72 +1,51 @@ | ||
# Asp.Net files must not be updated. | ||
WARNING_AspNetFiles: | ||
# Changes to continuous integration. | ||
ci: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- 'src/bin/**/*' | ||
- 'src/css/**/*' | ||
- 'src/img/**/*' | ||
- 'src/js/**/*' | ||
- '**/*.sln' | ||
- '**/*.cshtml' | ||
- '**/*.config' | ||
- '**/*.webinfo' | ||
- '**/*.ico' | ||
- '**/*.txt' | ||
- '.github/**/*' | ||
|
||
# code change | ||
gruntfile: | ||
# 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. | ||
'cli.js': | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- 'src/Gruntfile.cjs' | ||
- 'cli.js' | ||
- 'package.json' | ||
|
||
# schema setting change | ||
schema-validation.json: | ||
# Changes to configuration. | ||
'config:editorconfig': | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- 'src/schema-validation.json' | ||
|
||
# possible code change | ||
ci: | ||
- '.editorconfig' | ||
'config:eslintrcjson': | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- '.github/**/*' | ||
|
||
# possible code change | ||
NodeJS: | ||
- 'src/.eslintrc.json' | ||
'config:gitignore': | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- '.github/**/*' | ||
- 'src/package.json' | ||
- 'src/package-lock.json' | ||
- '.gitignore' | ||
- '.gitattributes' | ||
|
||
# possible URL change | ||
# Changes to documentation. | ||
documentation: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- '**/*.md' | ||
|
||
# formatting change | ||
editorconfig: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- '.editorconfig' | ||
|
||
# lint change | ||
eslintrcjson: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- 'src/.eslintrc.json' | ||
|
||
# .gitignore change | ||
gitignore: | ||
# Changes to Asp.Net files. Generally, they must NOT be updated. | ||
WARNING_AspNetFiles: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- '.gitignore' | ||
- '.gitattributes' | ||
# Do not add "api", "schema" and "test" directories. | ||
# Those are the usual commit. No need for extra attention. | ||
# src/api/**/* | ||
# src/schema/* | ||
# src/test/**/* | ||
# src/negative_test/**/* | ||
|
||
- 'src/bin/**/*' | ||
- 'src/css/**/*' | ||
- 'src/img/**/*' | ||
- 'src/js/**/*' | ||
- '**/*.sln' | ||
- '**/*.cshtml' | ||
- '**/*.config' | ||
- '**/*.webinfo' | ||
- '**/*.ico' | ||
- '**/*.txt' | ||
# Do not add "src/{api,schemas,test}", etc. directories; | ||
# they are not special. |
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: 'Pull Request Labeler' | ||
name: 'Maintenance: Label Pull Requests' | ||
on: | ||
- pull_request_target | ||
|
||
|
This file contains 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Lint | ||
name: 'Maintenance: Lint' | ||
|
||
on: [push, pull_request] | ||
|
||
|
This file contains 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 |
---|---|---|
@@ -1,24 +1,19 @@ | ||
name: Node.js CI | ||
name: 'Validate JSON Schemas' | ||
|
||
on: [push, pull_request] | ||
|
||
jobs: | ||
build: | ||
check: | ||
runs-on: ubuntu-latest | ||
timeout-minutes: 10 | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/setup-node@v4 | ||
with: | ||
cache: 'npm' | ||
node-version: '18' | ||
cache-dependency-path: src/package-lock.json | ||
- name: npm ci | ||
run: | | ||
cd src | ||
npm ci | ||
- name: npm run build | ||
run: | | ||
cd src | ||
npm run build | ||
cache: 'npm' | ||
cache-dependency-path: './package-lock.json' | ||
- run: 'npm clean-install' | ||
- run: 'npm run eslint' | ||
- run: 'npm run check' |
This file contains 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: 'Close stale PRs' | ||
name: 'Maintenance: Close Stale PRs' | ||
on: | ||
schedule: | ||
- cron: '30 1 * * *' | ||
|
This file contains 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
This file contains 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 |
---|---|---|
@@ -1,22 +1,23 @@ | ||
--- | ||
repos: | ||
- repo: https://github.com/pre-commit/mirrors-prettier | ||
rev: 'v3.1.0' | ||
- repo: 'https://github.com/rbubley/mirrors-prettier' | ||
rev: 'v3.3.3' | ||
hooks: | ||
- id: prettier | ||
types_or: [yaml, json, javascript, css, markdown] | ||
- id: 'prettier' | ||
types_or: ['yaml', 'json', 'javascript', 'css', 'markdown'] | ||
always_run: true | ||
additional_dependencies: | ||
- 'prettier@3.1.0' | ||
- 'prettier-plugin-sort-json@3.1.0' | ||
- 'prettier@3.2.5' | ||
- 'prettier-plugin-sort-json@4.0.0' | ||
pass_filenames: true | ||
entry: ./src/scripts/pre-commit-script.sh | ||
- repo: https://github.com/codespell-project/codespell | ||
rev: 'v2.2.6' | ||
args: ['--no-color', '--log-level=warn', '--write'] | ||
- repo: 'https://github.com/codespell-project/codespell' | ||
rev: 'v2.3.0' | ||
hooks: | ||
- id: codespell | ||
exclude: '^src/(package-lock.json|test/openutau-ustx/bulaomeng.ustx.yaml|test/kustomization/labels.json|bin/.*)$' | ||
- id: 'codespell' | ||
exclude: '^(package-lock.json|src/test/openutau-ustx/bulaomeng.ustx.yaml|src/test/kustomization/labels.json|src/bin/.*)$' | ||
args: | ||
[ | ||
'-Lcrate,ninjs,ans,specif,seh,specifid,deriver,isnt,tye,forin,dependees,rouge,interm,fo,wast,nome,statics,ue,aack,gost,inout,provId,handels,bu,testng,ags,edn,aks,te,decorder,provid,branche,alse,nd,mape,wil,clude,wit', | ||
'--ignore-words-list', | ||
'crate,ninjs,ans,specif,seh,specifid,deriver,isnt,tye,forin,dependees,rouge,interm,fo,wast,nome,statics,ue,aack,gost,inout,provId,handels,bu,testng,ags,edn,aks,te,decorder,provid,branche,alse,nd,mape,wil,clude,wit,flate,omlet,THIRDPARTY,NotIn,notIn,CopyIn', | ||
] |
Oops, something went wrong.