Michael Hladky
Michael Hladky
### User story As a developer I want to be as productive as possible and reuse some of my category configurations. ATM the `configuration` generator does not provide this option...
### User story For our current changelog flow we use conventional cimmits and the `conventional-changelog-angular@^7.0.0`package. This has a dependency to `@angular-devkit/build-angular@^17`. ### Acceptance criteria - [ ] Check if it...
**Preconditions:** - #771 ### User story As a existing user of code-pushup in an Nx monorepo I want to be able to convert my configuration to a deferred setup. ###...
### What happened? When I have a executor option like this: // target config i `project.json` ```json { "code-pushup": { "executor": "@code-pushup/nx-plugin:autorun", "options": { "persist" : { "outputDir": "my-dir", "filename":...
### User story Nx 19 provides many helper functions for plugin generators. To not reimplement most of this code we have to migrate. ### Acceptance criteria - [ ] Nx...
### User story ATM we have to use the plugin like this: ```ts import lighthousePlugin from '@code-pushup/lighthouse-plugin'; import {DEFAULT_FLAGS} from 'chrome-launcher/dist/flags.js'; const config = { // ... await lighthousePlugin('https://github.com/code-pushup/cli/#readme', {...
### User story TBD ### Acceptance criteria TBD ### Implementation details https://github.com/badges/shields/blob/master/doc/TUTORIAL.md
## User story As a user I want to have a `scoreTarget` configuration available to be able to control my KPIs better. At the moment `plugin-coverage` implements something similar. A...
### User story As a user of the CLI i want to have it execute non blocking and the process output should be streamed to the current process logger. ###...