Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Component filter for packages #150

Merged
merged 20 commits into from
Feb 6, 2024
Merged

Conversation

doosuu
Copy link
Member

@doosuu doosuu commented Aug 3, 2023

Adds a feature which allows projects to filter used components of packages rather than always using all of them.

@doosuu doosuu force-pushed the component-filter branch 3 times, most recently from bf2ae9d to 0c045cd Compare August 3, 2023 21:25
@github-actions
Copy link

github-actions bot commented Aug 3, 2023

File Coverage Lines Branches
All files 82% 89% 75%
src/commands/create/index.ts 79% 88% 70%
src/commands/exec/index.ts 85% 96% 75%
src/commands/init/index.ts 84% 88% 80%
src/commands/package/index.ts 98% 100% 96%
src/commands/upgrade/index.ts 93% 94% 92%
src/modules/app-manifest.ts 89% 96% 83%
src/modules/component.ts 70% 90% 50%
src/modules/create-interactive.ts 85% 96% 75%
src/modules/exec.ts 84% 89% 80%
src/modules/package-downloader.ts 74% 90% 58%
src/modules/package-index.ts 83% 100% 66%
src/modules/package.ts 90% 91% 90%
src/modules/project-cache.ts 83% 96% 71%
src/modules/project-config.ts 92% 98% 87%
src/modules/semver.ts 50% 64% 37%
src/modules/setup.ts 24% 33% 15%
src/modules/variables.ts 89% 94% 84%

Minimum allowed coverage is 80%

Generated by 🐒 cobertura-action against f2e7df0

@doosuu doosuu force-pushed the component-filter branch 3 times, most recently from de38da0 to 5083d8e Compare September 8, 2023 06:49
@doosuu doosuu changed the title Component filter feat: Component filter for packages Sep 8, 2023
@doosuu doosuu marked this pull request as ready for review September 12, 2023 11:27
doosuu and others added 15 commits October 11, 2023 07:40
Signed-off-by: Dennis Meister <dennis.meister@bosch.com>
Signed-off-by: Dennis Meister <dennis.meister@bosch.com>
Signed-off-by: Dennis Meister <dennis.meister@bosch.com>
Signed-off-by: Dennis Meister <dennis.meister@bosch.com>
Signed-off-by: Dennis Meister <dennis.meister@bosch.com>
Signed-off-by: Dennis Meister <dennis.meister@bosch.com>
Signed-off-by: Dennis Meister <dennis.meister@bosch.com>
Signed-off-by: Dennis Meister <dennis.meister@bosch.com>
Signed-off-by: Dennis Meister <dennis.meister@bosch.com>
Signed-off-by: Dennis Meister <dennis.meister@bosch.com>
Signed-off-by: Dennis Meister <dennis.meister@bosch.com>
@doosuu doosuu force-pushed the component-filter branch 2 times, most recently from 984f41c to 9e7456d Compare January 30, 2024 06:37
@doosuu doosuu changed the base branch from main to feature/modularity February 5, 2024 15:41
docs/PROJECT-CONFIG.md Outdated Show resolved Hide resolved
src/commands/create/index.ts Outdated Show resolved Hide resolved
src/commands/create/index.ts Outdated Show resolved Hide resolved
src/commands/create/index.ts Outdated Show resolved Hide resolved
src/commands/create/index.ts Outdated Show resolved Hide resolved
src/modules/project-config.ts Outdated Show resolved Hide resolved
src/modules/project-config.ts Outdated Show resolved Hide resolved
src/modules/project-config.ts Outdated Show resolved Hide resolved
src/modules/variables.ts Outdated Show resolved Hide resolved
testbench/test-create/sdk/.project-creation/createTest.txt Outdated Show resolved Hide resolved
Copy link
Contributor

@dennismeister93 dennismeister93 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@doosuu doosuu merged commit 98c8987 into feature/modularity Feb 6, 2024
1 check passed
@doosuu doosuu deleted the component-filter branch February 6, 2024 13:41
@doosuu doosuu restored the component-filter branch February 6, 2024 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants