-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #57 from elide-dev/v3-build-refactor
Build Refactor / Devops
- Loading branch information
Showing
351 changed files
with
67,623 additions
and
40,406 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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
|
||
FROM us-docker.pkg.dev/elide-fw/tools/codespace:latest | ||
ENTRYPOINT ["/usr/local/share/docker-init.sh"] | ||
CMD ["sleep", "infinity"] |
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 +1 @@ | ||
*.* @sgammon | ||
*.* @sgammon |
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,3 +1 @@ | ||
|
||
**Coming soon.** | ||
|
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,5 +1,3 @@ | ||
|
||
## Pull Request Template | ||
|
||
**Coming soon.** | ||
|
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,3 +1 @@ | ||
|
||
**Coming soon.** | ||
|
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,18 @@ | ||
name: "CodeQL" | ||
|
||
languages: java, javascript | ||
|
||
queries: | ||
- uses: security-and-quality | ||
|
||
packs: | ||
- codeql/java-queries | ||
|
||
paths: | ||
- packages | ||
|
||
paths-ignore: | ||
- node_modules | ||
- build | ||
- samples | ||
- tools/plugin |
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,11 @@ | ||
license-check: true | ||
vulnerability-check: true | ||
fail-on-severity: "high" | ||
|
||
allow-ghsas: | ||
## Allow `node-fetch`, because it is unused in actual outputs made by this library. | ||
- "GHSA-r683-j2x4-v87g" | ||
- "GHSA-w7rc-rwvf-8q5r" | ||
|
||
## Allow `jszip`, because we do not use it in the browser. | ||
- "GHSA-jg8v-48h5-wgxg" |
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,11 +1,11 @@ | ||
frontend: | ||
- any: ['graalvm*/**/*'] | ||
all: ['module:graalvm'] | ||
- any: ['frontend/**/*'] | ||
all: ['module:frontend'] | ||
- any: ['rpc/**/*'] | ||
all: ['module:rpc'] | ||
- any: ['server/**/*'] | ||
all: ['module:server'] | ||
- any: ['base/**/*'] | ||
all: ['module:base'] | ||
- any: ["graalvm*/**/*"] | ||
all: ["module:graalvm"] | ||
- any: ["frontend/**/*"] | ||
all: ["module:frontend"] | ||
- any: ["rpc/**/*"] | ||
all: ["module:rpc"] | ||
- any: ["server/**/*"] | ||
all: ["module:server"] | ||
- any: ["base/**/*"] | ||
all: ["module:base"] |
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.