Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: scanning all targets related to the given
target
(#128)
* chore: comment out format check * chore: debug action * chore: debug action * chore: debug action * chore: debug action * chore: debug action * chore: ts to js * Revert "chore: introduce err for md and spelling to test CI" This reverts commit 6e3a69b. * chore: hotfix remove ci_cli_version * chore: hotfix run go build in install * chore: hotfix try include cli bin * chore: hotfix show ls * chore: hotfix ts to js * chore: hotfix add await * chore: debug setup * chore: debug discover * chore: debug discover * chore: debug install * chore: debug discover * chore: debug discover * chore: debug install * chore: debug install and discover * chore: debug install and discover * chore: debug install and discover * chore: debug install and discover * chore: debug install * chore: debug install * chore: debug install * chore: debug * chore: debug cmd * chore: debug cmd * chore: debug cmd * chore: debug ci cmd * chore: build new go bin * Revert "chore: hotfix remove ci_cli_version" This reverts commit c1fdc5b. * fix: new logic for target scanner and test * chore: fix readme * chore: fix wordking * chore: test new target scanner * chore: fix install lint and format * test: try run check-* * chore: printout go version * chore: install ci and printout directory list * fix: change branch name to commit hash * fix: typo * test: build cli * test: print out usr/local/bin * test: move build file * fix: add local flag to install * fix: path * test: debug local input * fix: print out cur directory * test: move file * test: try remove cd * fix: remove local bin * test: directory * test: print out directory * test: try add go os and arch * test: add move cmd * test: print out directory * test: printout directory * test: print out directory * test: print go.mod * test: print out error * test: go version * fix: fix path * fix: go install * test: ping google * test: curl instead of ping * test: change commit hash * test: comment fallback part * test: command * test: check GOBIN * test: ls gobin * test: log GOBIN * test: export GOBIN first * test: try -h * test: echo all steps * test: ignore reject * test: run cmdline as seq in one prom * test: promiss chain * test: combine cmd * fix: fix cmd * fix: bring back old install * fix: try go build instead of install * fix: return * fix: command * fix: command * test: print goroot * fix: command * fix: print out stderr and err * fix: divide cmd * fix: remove stderr, might not work when use * fix: log messages * fix: add log message * test: debug gettarget * test: print log * fix: handle target-* * testL debug run * fix: change earthly scan target logic * test: debug file permission * test: permission file * fix: add earthfile to path * fix: point to the right target * test: log * fix: read file to get targets * fixL regex * fix: change earthly scan target logic * fix: use line reader * test: log * fix: use fs instead of line reader * chore: fix linter and format * test: log args * chore: fix md and remove log * fix: spawn multiple process for multi target * test: log * fix: async * fix: run.yml to get inputs target * chore: cleanup * Update index.md docs: improve instructions * fix: target scan in yml * fix: change from exec lib * fix: try exec without then and catch * test: log directory * test: print out directory * test: print out directory * test: echo path * test: print out directory for /usr/bin * test: try adding arg * test: echo pwd * Revert "fix: target scan in yml" This reverts commit ad93385. * fix: targets in ci yml * feat: create new ci command called find * feat: add new struct called EarthTargets * fix: mod scanfortarget to return map of path to EarthTargets * test: debug earthfile and target * fix: use new find ci to get the targets * fix: ci command * fix: output of std cmd should be json * fix: create function to call ci find * fix: add async * fix: typo * fix: typo * fix: add path to earthfile * fix: regex * fix: remove img and make target a list in scan cmd * fix: action run * fix: ts to js * fix: check nullable * fix: add null check before return * fix: check null string * test: debug stdout * test: stdout null as string * chore: cleanup and add comment * fix: cleanup and fix async syntax * fix: find all target pattern * fix: parse json * test: wrong spelling still should run mdcheck * test: remove wrong spelling word * chore: hotfix comment out test * fix: add type checking * chore: remove comment code * test: try new logic * fix: command get key paths * fix: run condition * test: debug path * test: debug path * fix: remove command * fix: change output in discover * fix: remove json * fix: remove calling ci cmd to find filtered target * test: check and check-* * fix: remove find command * test: remove test multiple targets * fix: format and linting * test: log earthfile map * fix: discover stage * fix: run stage * fix: install stage * fix: install build ci command * fix: cmd quotation mark * fix: cmd quotation mark * fix: discover test * fix: page yaml for docs * fix: page yaml for docs format data * test: run only docs test * fix: remove " * fix: page github output * fix: bad substitution * fix: github output * fix: add bracket * test: print out pwd * fixL path for generate docs * fix: bring back all flow * fix: write test for target scanner * chore: add comments and edit name * chore: clean up * fix: target push command * fix: target should run in diff process * fix: install js file * fix: earthfile path for docs * fix: doc earthfile path * fix: doc earthfile path * fix: artifact tag * fix: push target * fix: args spawn * fix: pretier * fix: artifact test and push cmd * fix: format * test: try using relative path * fix: merge conflict * fix: change array of targets to string * test: debug output * test: add extract filter logic * test: try getting without jq * fix: extract filter logic * fix: typo * test: debug no output * fix: github output * test: debug output * test: bring back json parsing * fix: remove map and bring back targets in run * fix: github output * test: debug output targets * test: remove set github output * fix: convert targets to string seperated by space * fix: remove multi line in targets * fix: remove join * fix: try line break * fix: run to accept targets not map * fix: remove earthfile map * fix: update test for run * fix: targets as an array * fix: publish and release yaml file * chore: fix onboarding docs * chore: fix and add docs * fix: file scanner linting * fix: add log, fix typos, refactor * feat: implement catalyst ci simulate command (#139) * feat: add cat ci simulate command * fix: go syntax * chore: add markdown for simulate cmd * fix: wording * fix: change icon * feat: add generate command * fix: cleanup * chore: add and fix docs for simulate and generate * fix: default value for array targets * fix: return err * fix: refactor generate and simulate cmd * fix: simulate markdown * fix: default value for sim command * fix: earth target should be relative path * fix: simulate doc * fix: relative path --------- Co-authored-by: Steven Johnson <[email protected]> * chore: add doc for artifact and img * fix: revert to master * fix: ci local to false --------- Co-authored-by: Joshua Gilman <[email protected]> Co-authored-by: Steven Johnson <[email protected]>
- Loading branch information