Commit Graph

11 Commits (0379bceff3693cc905442d80639b88b1324d20f6)

Author SHA1 Message Date
Webber a0372d1ec6 feat: add verbosity and split parameters per command 2022-08-20 18:12:43 +02:00
Webber cd3128149a chore: make Versioning.branch compatible with local 2022-08-12 23:48:37 +02:00
Webber 6ac9e78e60 fix: broken run command that was reading from input buffer 2022-08-12 23:48:21 +02:00
Webber 45b043c5b9 chore: fix all linting issues with updated linting configs 2022-08-12 23:48:14 +02:00
Webber 38285d014c chore: convert core logger to global logger 2022-08-12 23:47:58 +02:00
Webber 9772480122 chore: reinstate exec signature 2022-08-12 23:47:34 +02:00
Webber f360ad6045 chore: rewrite core and exec imports to deno style 2022-08-12 23:46:47 +02:00
Webber 8966e493f5 chore: rewrite imports to deno style 2022-08-12 23:46:31 +02:00
Webber Takken f1c154a23c
Attempt to streamline dev lifecycle (git hooks) (#357)
* fix: misalignments in dev lifecycle

* fix: dist no longer added to staged

* fix: misalignments in dev lifecycle

* chore: multi-platform hooks and tests

* chore: multi-platform hooks and tests

* chore: add intention for colors

* chore: update lint-staged to fix color

* chore: update dist files

* feat: move to lefthook (remove husky and lint-staged)

* feat: move to lefthook (remove husky and lint-staged)

* fix: test aftereach

* fix: test aftereach

* fix: early restore call

* feat: jest fails if something gets logged to console

* chore: add todos of misplaced code

* chore: update dist files

* chore: move jest file
2022-03-28 01:23:32 +02:00
Frostebite 03ae77dc7c
Cloud Runner v2 (#310) 2022-02-01 02:31:20 +00:00
Webber Takken 4fde4e47b6
Refactor action to typescript (#226)
* Refactor to typescript (config part)

* Refactor to typescript (convert extensions, minor fixes)

* Refactor to typescript (move from `action` to `dist`)

* Re-enable integrity-check for dist index.js

* Fix all tests and lints

* fix parsing major versions

* Test patch level to be digits only

* debug

* debug

* uncache

* manual compile

* debug

* debug

* Debug

* Build lib - doh

* remove diff check

* Make kubernetes workflow manual

* Properly generate 3 digit for simple major tags

* Remove ts-ignore

* re-enable cache
2021-03-14 00:44:01 +01:00