Task runner in JS monorepos
Перейти к файлу
Kenneth Chau 35b49b2276
Cycles - parity from v1: adding support for detecting cycles (#390)
* added tests

* added a graph cycle test during run command

* detecting cycles

* Change files

* fixing some style & lint issues
2022-10-01 15:23:27 +00:00
.github add codeowner 2022-09-18 20:20:04 -07:00
.vscode Update jest monorepo to v29 (major) (#346) 2022-09-16 03:53:50 +00:00
change Cycles - parity from v1: adding support for detecting cycles (#390) 2022-10-01 15:23:27 +00:00
decks Fix typo in monorepo.md (#199) 2022-03-02 20:25:18 -08:00
docs No imports from "node:" for node built-ins (#387) 2022-09-30 15:54:23 -07:00
packages Cycles - parity from v1: adding support for detecting cycles (#390) 2022-10-01 15:23:27 +00:00
scripts Add aggregate prioritization to the target graph (#389) 2022-10-01 06:36:12 +00:00
.gitignore [v2] adds the --profile flag support (#324) 2022-08-23 14:21:49 -07:00
.npmignore Add types so the lage.config.js can be typed! (#148) 2021-06-11 15:58:47 -07:00
.prettierrc @lage-run/scheduler (#320) 2022-08-09 12:10:23 -07:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2020-05-18 13:11:24 -07:00
LICENSE Initial LICENSE commit 2020-05-18 13:11:25 -07:00
README.md Making this repo into a monorepo in preparation of more granular work (#250) 2022-05-25 13:05:03 -07:00
SECURITY.md Initial SECURITY.md commit 2020-05-18 13:11:27 -07:00
beachball.config.js Making this repo into a monorepo in preparation of more granular work (#250) 2022-05-25 13:05:03 -07:00
lage.config.js get rid of some lint issues (#363) 2022-09-19 04:56:17 +00:00
netlify.toml Making docs-beta build & hooking up Netlify app for deploying previews (#272) 2022-06-14 15:26:29 -07:00
package.json Add aggregate prioritization to the target graph (#389) 2022-10-01 06:36:12 +00:00
renovate.json5 Hoist widely-used devDependencies to the repo root (#345) 2022-09-20 02:24:33 +00:00
test.md New docs! Fixing some types to make documentation better! (#51) 2020-07-24 12:33:34 -07:00
yarn.lock Add aggregate prioritization to the target graph (#389) 2022-10-01 06:36:12 +00:00

README.md

lage

Documentation is here: https://microsoft.github.io/lage/

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.