monobuild
monobuild copied to clipboard
A build orchestration tool for Continuous Integration in a monorepo.
Bumps [thread_local](https://github.com/Amanieu/thread_local-rs) from 1.1.3 to 1.1.4. Commits 4a54e57 Bump version to 1.1.4 ebf8b45 Merge pull request #34 from ibraheemdev/patch-1 3d69afa Fix memory ordering in RawIter::next See full diff in compare...
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.6. Changelog Sourced from regex's changelog. 1.5.6 (2022-05-20) This release includes a few bug fixes, including a bug that produced incorrect matches when a non-greedy...
Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.8.5 to 0.8.8. Release notes Sourced from crossbeam-utils's releases. crossbeam-utils 0.8.8 Fix a bug when unstable loom support is enabled. (#787) crossbeam-utils 0.8.7 Add AtomicCell<{i*,u*}>::{fetch_max,fetch_min}. (#785) Add...
Hello! Thanks for your very useful tool! I have not found a lot of monorepo tools for smaller organizations (i.e. not [Facebook](https://github.com/facebook/buck) and [Google](https://github.com/bazelbuild/bazel) sized and complexity), especially implemented in...
When filtering changed files to components (https://github.com/charypar/monobuild/blob/104deb915d1c466d68afd5aa520f769a6b9e12ae/manifests/manifests.go#L144) the paths are matched on a sub-string. This sometimes mismatches components if they share a common sub-string (e.g. `my-component` and `my-component-v2`). The correct...
Feature request: a `monobuild` command that calculates a hash for a component (or list of components). This would facilitate the ability to memoize build steps (e.g. when using an artefact...