-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into modify_rust-toolcha…
…in_schema
- Loading branch information
Showing
1,904 changed files
with
1,158,903 additions
and
70,343 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
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
Validating CODEOWNERS rules …
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: 'github-actions' | ||
directory: '/' | ||
schedule: | ||
interval: 'monthly' | ||
groups: | ||
github-actions: | ||
patterns: | ||
- '*' |
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,57 +1,51 @@ | ||
# Asp.Net files must not be updated. | ||
# Changes to continuous integration. | ||
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. | ||
'cli.js': | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- 'cli.js' | ||
- 'package.json' | ||
|
||
# Changes to configuration. | ||
'config:editorconfig': | ||
- 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: | ||
- '.gitignore' | ||
- '.gitattributes' | ||
|
||
# Changes to documentation. | ||
documentation: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- '**/*.md' | ||
|
||
# Changes to Asp.Net files. Generally, they must NOT be updated. | ||
WARNING_AspNetFiles: | ||
- 'src/bin/**/*' | ||
- 'src/css/**/*' | ||
- 'src/img/**/*' | ||
- 'src/js/**/*' | ||
- '**/*.sln' | ||
- '**/*.cshtml' | ||
- '**/*.config' | ||
- '**/*.webinfo' | ||
- '**/*.ico' | ||
- '**/*.txt' | ||
|
||
# code change | ||
gruntfile.cjs: | ||
- 'src/Gruntfile.cjs' | ||
|
||
# schema setting change | ||
schema-validation.json: | ||
- 'src/schema-validation.json' | ||
|
||
# possible code change | ||
GitHub_ci_folder: | ||
- '.github/**/*' | ||
|
||
# possible code change | ||
makefile: | ||
- 'Makefile' | ||
|
||
# possible code change | ||
NodeJs: | ||
- 'src/package.json' | ||
- 'src/package-lock.json' | ||
|
||
# possible URL change | ||
doc_md: | ||
- '**/*.md' | ||
|
||
# formatting change | ||
editorconfig: | ||
- '.editorconfig' | ||
|
||
# lint change | ||
eslintrcjson: | ||
- 'src/.eslintrc.json' | ||
|
||
# .gitignore change | ||
gitignore: | ||
- '.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/**/* | ||
|
||
- changed-files: | ||
- any-glob-to-any-file: | ||
- '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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: 'Maintenance: Codeowners Detection and Mention' | ||
on: | ||
pull_request_target: { types: [opened] } | ||
issue_comment: { types: [created] } | ||
pull_request_review: { types: [submitted] } | ||
|
||
jobs: | ||
codeowners-merge: | ||
if: "github.repository == 'SchemaStore/schemastore' && github.event.pull_request.draft == false" | ||
runs-on: ubuntu-latest | ||
permissions: 'write-all' | ||
steps: | ||
- uses: 'actions/checkout@v4' | ||
- name: 'Run Codeowners check' | ||
uses: 'OSS-Docs-Tools/code-owner-self-merge@3d0e2871b850d624a5a433fb7143fe4522ba5486' | ||
env: | ||
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}' | ||
with: | ||
merge_method: 'squash' | ||
ownerNoPings: '["@hyperupcall"]' |
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,12 +1,13 @@ | ||
name: 'Pull Request Labeler' | ||
name: 'Maintenance: Label Pull Requests' | ||
on: | ||
- pull_request_target | ||
|
||
jobs: | ||
triage: | ||
if: github.repository == 'SchemaStore/schemastore' | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/labeler@v4 | ||
- uses: actions/labeler@v5 | ||
with: | ||
repo-token: '${{ secrets.GITHUB_TOKEN }}' | ||
sync-labels: true |
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,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@v3 | ||
- uses: actions/setup-node@v3 | ||
- 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
Oops, something went wrong.