Michael Hladky

Results 222 issues of 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...

โž• enhancement
๐Ÿงฉ nx-plugin
๐ŸŒŠ Nx

๐Ÿ”ฌ testing
๐Ÿงน maintenance

### 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...

๐Ÿ†˜ help wanted
๐Ÿฆพ CI/CD
๐Ÿงน maintenance
๐Ÿ“ˆ conformance

**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. ###...

โž• enhancement
๐Ÿงฉ nx-plugin

### 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":...

๐Ÿ› bug

### 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', {...

โž• enhancement
๐Ÿค“ UX
๐Ÿงฉ lighthouse-plugin

### User story TBD ### Acceptance criteria TBD ### Implementation details https://github.com/badges/shields/blob/master/doc/TUTORIAL.md

๐Ÿ“ฃ discussion

## 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...

๐Ÿงฉ cli
๐Ÿ›๏ธ epic

### 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. ###...