-
-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
326 changed files
with
16,691 additions
and
7,905 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,118 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: 'npm' | ||
schedule: | ||
interval: 'daily' | ||
time: '02:00' | ||
commit-message: | ||
prefix: ':arrow_up: maint' | ||
include: scope | ||
directory: '/' | ||
|
||
- package-ecosystem: 'npm' | ||
schedule: | ||
interval: 'daily' | ||
time: '02:00' | ||
commit-message: | ||
prefix: ':arrow_up: maint' | ||
include: scope | ||
directory: '/packages/ide/jetbrains' | ||
|
||
- package-ecosystem: 'npm' | ||
schedule: | ||
interval: 'daily' | ||
time: '02:00' | ||
commit-message: | ||
prefix: ':arrow_up: maint' | ||
include: scope | ||
directory: '/packages/language' | ||
|
||
- package-ecosystem: 'npm' | ||
schedule: | ||
interval: 'daily' | ||
time: '02:00' | ||
commit-message: | ||
prefix: ':arrow_up: maint' | ||
include: scope | ||
directory: '/packages/misc/redwood' | ||
|
||
- package-ecosystem: 'npm' | ||
schedule: | ||
interval: 'daily' | ||
time: '02:00' | ||
commit-message: | ||
prefix: ':arrow_up: maint' | ||
include: scope | ||
directory: '/packages/plugins/openapi' | ||
|
||
- package-ecosystem: 'npm' | ||
schedule: | ||
interval: 'daily' | ||
time: '02:00' | ||
commit-message: | ||
prefix: ':arrow_up: maint' | ||
include: scope | ||
directory: '/packages/plugins/swr' | ||
|
||
- package-ecosystem: 'npm' | ||
schedule: | ||
interval: 'daily' | ||
time: '02:00' | ||
commit-message: | ||
prefix: ':arrow_up: maint' | ||
include: scope | ||
directory: '/packages/plugins/tanstack-query' | ||
|
||
- package-ecosystem: 'npm' | ||
schedule: | ||
interval: 'daily' | ||
time: '02:00' | ||
commit-message: | ||
prefix: ':arrow_up: maint' | ||
include: scope | ||
directory: '/packages/plugins/trpc' | ||
|
||
- package-ecosystem: 'npm' | ||
schedule: | ||
interval: 'daily' | ||
time: '02:00' | ||
commit-message: | ||
prefix: ':arrow_up: maint' | ||
include: scope | ||
directory: '/packages/runtime' | ||
|
||
- package-ecosystem: 'npm' | ||
schedule: | ||
interval: 'daily' | ||
time: '02:00' | ||
commit-message: | ||
prefix: ':arrow_up: maint' | ||
include: scope | ||
directory: '/packages/sdk' | ||
|
||
- package-ecosystem: 'npm' | ||
schedule: | ||
interval: 'daily' | ||
time: '02:00' | ||
commit-message: | ||
prefix: ':arrow_up: maint' | ||
include: scope | ||
directory: '/packages/server' | ||
|
||
- package-ecosystem: 'npm' | ||
schedule: | ||
interval: 'daily' | ||
time: '02:00' | ||
commit-message: | ||
prefix: ':arrow_up: maint' | ||
include: scope | ||
directory: '/packages/testtools' | ||
|
||
- package-ecosystem: 'github-actions' | ||
schedule: | ||
interval: 'daily' | ||
time: '02:00' | ||
commit-message: | ||
prefix: ':arrow_up: maint' | ||
include: scope | ||
directory: '/' |
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,14 @@ | ||
{ | ||
".": "2.0.0-alpha.1", | ||
"packages/ide/jetbrains": "2.0.0-alpha.2", | ||
"packages/language": "2.0.0-alpha.2", | ||
"packages/misc/redwood": "2.0.0-alpha.2", | ||
"packages/plugins/openapi": "2.0.0-alpha.2", | ||
"packages/plugins/swr": "2.0.0-alpha.2", | ||
"packages/plugins/tanstack-query": "2.0.0-alpha.2", | ||
"packages/plugins/trpc": "2.0.0-alpha.2", | ||
"packages/runtime": "2.0.0-alpha.2", | ||
"packages/sdk": "2.0.0-alpha.2", | ||
"packages/server": "2.0.0-alpha.2", | ||
"packages/testtools": "2.0.0-alpha.2" | ||
} |
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,63 @@ | ||
{ | ||
"packages": { | ||
".": { | ||
"package-name": "zenstack-monorepo", | ||
"component": "Monorepo", | ||
"exclude-paths": ["tests", ".github"] | ||
}, | ||
"packages/ide/jetbrains": { | ||
"package-name": "jetbrains", | ||
"component": "JetBrains_IDE" | ||
}, | ||
"packages/language": { | ||
"package-name": "@zenstackhq/language", | ||
"component": "Language" | ||
}, | ||
"packages/misc/redwood": { | ||
"package-name": "@zenstackhq/redwood", | ||
"component": "Redwood" | ||
}, | ||
"packages/plugins/openapi": { | ||
"package-name": "@zenstackhq/openapi", | ||
"component": "OpenAPI_Plugin" | ||
}, | ||
"packages/plugins/swr": { | ||
"package-name": "@zenstackhq/swr", | ||
"component": "SWR_Plugin" | ||
}, | ||
"packages/plugins/tanstack-query": { | ||
"package-name": "@zenstackhq/tanstack-query", | ||
"component": "Tanstack_Query_Plugin" | ||
}, | ||
"packages/plugins/trpc": { | ||
"package-name": "@zenstackhq/trpc", | ||
"component": "tRPC_Plugin" | ||
}, | ||
"packages/runtime": { | ||
"package-name": "@zenstackhq/runtime", | ||
"component": "Runtime" | ||
}, | ||
"packages/sdk": { | ||
"package-name": "@zenstackhq/sdk", | ||
"component": "SDK" | ||
}, | ||
"packages/server": { | ||
"package-name": "@zenstackhq/server", | ||
"component": "Server" | ||
}, | ||
"packages/testtools": { | ||
"package-name": "@zenstackhq/testtools", | ||
"component": "Test_Tools" | ||
} | ||
}, | ||
"include-component-in-tag": false, | ||
"pull-request-footer": "This PR was generated by [Release-Please](https://github.com/googleapis/release-please).", | ||
"prerelease": true, | ||
"bump-minor-pre-major": true, | ||
"bump-patch-for-minor-pre-major": true, | ||
"sequential-calls": true, | ||
"separate-pull-requests": false, | ||
"versioning": "prerelease", | ||
"release-type": "node", | ||
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,75 @@ | ||
name: Security - CodeQL | ||
|
||
on: | ||
merge_group: | ||
push: | ||
branches: | ||
- main | ||
- dev | ||
- release/* | ||
- v2 | ||
pull_request: | ||
branches: | ||
- main | ||
- dev | ||
- release/* | ||
- v2 | ||
schedule: | ||
- cron: '0 0 * * 1' | ||
|
||
permissions: | ||
contents: read | ||
|
||
jobs: | ||
analyze: | ||
permissions: | ||
actions: read | ||
contents: read | ||
security-events: write | ||
name: Analyze | ||
runs-on: ubuntu-latest | ||
|
||
strategy: | ||
fail-fast: false | ||
matrix: | ||
language: ['javascript', 'typescript'] | ||
# CodeQL supports [ $supported-codeql-languages ] | ||
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support | ||
|
||
steps: | ||
- name: Harden Runner | ||
uses: step-security/[email protected] | ||
with: | ||
egress-policy: audit | ||
|
||
- name: Checkout repository | ||
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 | ||
|
||
# Initializes the CodeQL tools for scanning. | ||
- name: Initialize CodeQL | ||
uses: github/codeql-action/[email protected] | ||
with: | ||
languages: ${{ matrix.language }} | ||
# If you wish to specify custom queries, you can do so here or in a config file. | ||
# By default, queries listed here will override any specified in a config file. | ||
# Prefix the list here with "+" to use these queries and those in the config file. | ||
|
||
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java). | ||
# If this step fails, then you should remove it and run the build manually (see below) | ||
- name: Autobuild | ||
uses: github/codeql-action/[email protected] | ||
|
||
# ℹ️ Command-line programs to run using the OS shell. | ||
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun | ||
|
||
# If the Autobuild fails above, remove it and uncomment the following three lines. | ||
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance. | ||
|
||
# - run: | | ||
# echo "Run, Build Application using script" | ||
# ./location_of_script_within_repo/buildscript.sh | ||
|
||
- name: Perform CodeQL Analysis | ||
uses: github/codeql-action/[email protected] | ||
with: | ||
category: '/language:${{matrix.language}}' |
Oops, something went wrong.