-
-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Switch to java 21, node >= 20 (#816) * Switch to java 21, node >= 20 Signed-off-by: Prabhu Subramanian <[email protected]> * Use temurin Signed-off-by: Prabhu Subramanian <[email protected]> * update atom Signed-off-by: Prabhu Subramanian <[email protected]> --------- Signed-off-by: Prabhu Subramanian <[email protected]> * Rebase from master Signed-off-by: Prabhu Subramanian <[email protected]> * deno improvements (#832) * Switch to java 21, node >= 20 (#816) Prettier fixes Signed-off-by: Prabhu Subramanian <[email protected]> Test fixes Signed-off-by: Prabhu Subramanian <[email protected]> Enable deno lint Signed-off-by: Prabhu Subramanian <[email protected]> * Update workflow Signed-off-by: Prabhu Subramanian <[email protected]> --------- Signed-off-by: Prabhu Subramanian <[email protected]> * Native jar parsing (#833) * Native jar parsing Signed-off-by: Prabhu Subramanian <[email protected]> * Reduce build artefacts Signed-off-by: Prabhu Subramanian <[email protected]> * Update maven plugin Signed-off-by: Prabhu Subramanian <[email protected]> * deno tests Signed-off-by: Prabhu Subramanian <[email protected]> --------- Signed-off-by: Prabhu Subramanian <[email protected]> * Feature/cross plat builds (#836) * Use matrix strategy to build native exes Signed-off-by: Prabhu Subramanian <[email protected]> --------- Signed-off-by: Prabhu Subramanian <[email protected]> * Remove xml format (#837) * Lint fixes Signed-off-by: Prabhu Subramanian <[email protected]> * Remove xml generation support Signed-off-by: Prabhu Subramanian <[email protected]> --------- Signed-off-by: Prabhu Subramanian <[email protected]> * Lint fix (#831) Signed-off-by: Prabhu Subramanian <[email protected]> * Include git metadata under formulation (#839) * Include git metadata under formulation Signed-off-by: Prabhu Subramanian <[email protected]> * 1.4 fixes Signed-off-by: Prabhu Subramanian <[email protected]> * git.js was matching git on windows and causing infinite loop :) Signed-off-by: Prabhu Subramanian <[email protected]> --------- Signed-off-by: Prabhu Subramanian <[email protected]> * Update java version Signed-off-by: Prabhu Subramanian <[email protected]> * [cbom] OS crypto libraries (#842) * cbom os queries Signed-off-by: Prabhu Subramanian <[email protected]> * Capture crypto libs under formulation Signed-off-by: Prabhu Subramanian <[email protected]> * Support for < 1.6 for cryptographic asset Signed-off-by: Prabhu Subramanian <[email protected]> --------- Signed-off-by: Prabhu Subramanian <[email protected]> * Publish images from release branches Signed-off-by: Prabhu Subramanian <[email protected]> * Feature/v10 tweaks (#844) * Use package instead of name for portage Signed-off-by: Prabhu Subramanian <[email protected]> * Flatpak wip Signed-off-by: Prabhu Subramanian <[email protected]> --------- Signed-off-by: Prabhu Subramanian <[email protected]> * dotnet dependency tree was getting lost without the type (#847) Signed-off-by: Prabhu Subramanian <[email protected]> * Fixes #848 in v10 (#850) Signed-off-by: Prabhu Subramanian <[email protected]> * Collect build context under formulation (#851) * Temp commit Signed-off-by: Prabhu Subramanian <[email protected]> * Collect build tools information Signed-off-by: Prabhu Subramanian <[email protected]> * disable flaky test Signed-off-by: Prabhu Subramanian <[email protected]> --------- Signed-off-by: Prabhu Subramanian <[email protected]> * Ignore additional types during tar extraction (#853) * Ignore additional types during tar extraction Signed-off-by: Prabhu Subramanian <[email protected]> * Handle maven search timeout Signed-off-by: Prabhu Subramanian <[email protected]> --------- Signed-off-by: Prabhu Subramanian <[email protected]> --------- Signed-off-by: Prabhu Subramanian <[email protected]>
- Loading branch information
Showing
47 changed files
with
1,627 additions
and
1,000 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
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
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 |
---|---|---|
|
@@ -122,3 +122,4 @@ test/obj | |
oci/ | ||
roots/ | ||
.python-version | ||
build/ |
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,6 @@ | ||
{ | ||
"editor.codeActionsOnSave": { | ||
"source.fixAll.eslint": "explicit" | ||
} | ||
}, | ||
"deno.enable": 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
Oops, something went wrong.