Netcracker / Netcracker/qubership-core-java-libs
feat: monorepo incremental build
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1
- Forks
- 2
- Avg merge
- 5d 8h
- Merged PRs (30d)
- 7
Description
It is necessary to implement new workflows for on push and on pull_request events that implement incremental builds: rebuild only the modules that were changed, together with the modules that depend on them. Analysis and design are required.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points. Start by mapping the monorepo modules and their dependency relationships, then inspect the existing workflow setup before designing the push and pull-request workflows. Done means changed modules and all modules that depend on them are rebuilt incrementally for both events.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, java
- Domain
- build-system, ci-cd
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100