-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add some ignored things * use go 1.20 * go mod tidy * fix deprecated stdlib APIs from minor version releases cause thats totally cool and normal * fix deprecated flake output * here wigo * full nodejs which-language testing * more tests * another test, cleanup * move some things around, fix some fails * fix testremove logic * test guessing * better test layout * better search testing * better info testing * better add testing * better remove testing * better lock testing * better install testing * better list testing * better guess testing * add package managers to devshell for testing * exclude test suite from upm src * skip test suites that dont have tests * cleanup * add test-suite to ci * add nix to test-suite task * share nix store, run make generated * fix dependencies list i think * bleh * dont go run statik just run statik * i really hope directly invoking statik in the makefile works * remove statik * fix vendorhash * embed.FS has different expectations to statik.FS * lint * fix statik->embed paths * get rid of statik * tweak semaphore test task * try with self-hosted agent * remove some stuff from ci * oops * use nix container image * oops * change image pull secret * try this instead * only nodejs-yarn tests * fix regex for reading org in package spec * use just self-hosted * install_nix script * forgot to source nix * forgot i dont need the brackets * set semaphore cache backend * set cache gcs bucket * nocache * make script more debuggable * source the install_nix script * publish test results * go get gotestsum first * try inline nix develop/shell * use makefile for the tests * fix golangci-lint invocation * fix lint * remove backend tests * cleanup * use correct semaphore configs * fix merge
- Loading branch information
Showing
15 changed files
with
1,878 additions
and
4 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
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,19 @@ | ||
{ | ||
"name": "upm-test-js-project", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"enquirer": "2.4.1", | ||
"eslint": "8.49.0", | ||
"express": "4.18.2", | ||
"svelte": "4.2.1", | ||
"vite": "4.4.9", | ||
"@codemirror/state": "6.2.1" | ||
} | ||
} |
Oops, something went wrong.