-
Notifications
You must be signed in to change notification settings - Fork 16
chore: use @code-pushup/nx-plugin in repo #1091
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
Open
BioPhoton
wants to merge
45
commits into
main
Choose a base branch
from
use-cp-nx-plugin
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 6 commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
09ec54b
chore: add plugin to nx.json
BioPhoton a449ca5
chore: add plugin to nx.json plugins
BioPhoton a2c3278
refactor: test use latest version
BioPhoton 5ec4034
refactor: test use latest version 2
BioPhoton 57bfc00
Merge branch 'main' into use-cp-nx-plugin
BioPhoton add0f3a
Merge branch 'main' into use-cp-nx-plugin
BioPhoton 93e20e8
refactor: fix lint
BioPhoton 3cb3a8d
refactor: wip
BioPhoton 00e6fae
refactor: wip 2
BioPhoton 2e8a05c
Merge branch 'main' into use-cp-nx-plugin
BioPhoton 99d988a
refactor: update packages
BioPhoton 0e66ac8
chore: update packages
BioPhoton f402ecb
refactor: use process.stdout.write
BioPhoton 41bce2b
refactor: test pkg new
BioPhoton 59a3f83
refactor: add output arg handling to nx-plugin args
BioPhoton 06c94d9
docs: add release steps
BioPhoton e355699
Merge branch 'main' into use-cp-nx-plugin
BioPhoton e7da7ef
chore: update packages
BioPhoton 8f69a5e
docs: update release section
BioPhoton 8dced0b
docs: update release section
BioPhoton 0049a64
chore: update packags
BioPhoton 39d2357
Merge branch 'main' into use-cp-nx-plugin
BioPhoton 8aa17d1
Merge branch 'main' into use-cp-nx-plugin
06f0b65
refactor: move plugin default exports
55c022b
refactor: remove bin option from config
e419189
refactor: update packages
3fb6747
refactor: remove bin options for config generator
4ba05a6
refactor: add env options and correct bin
d61fa16
Merge branch 'main' into use-cp-nx-plugin
71779ae
refactor: refactor plugin options
45e33a3
refactor: packages update
c8ab27c
refactor: fix text
4dcbedb
refactor: fix import
2d12182
refactor: fix logger spacing
804319b
refactor: add logger helper unit tests
a54e5dc
refactor: add env and cwd to logger in execProcess
0a8af75
refactor: fix unit tests
50d9f2c
refactor: wip
256ea00
refactor: wip revert
2b05307
refactor: wip 1
cbf9d19
refactor: move objToCliArgs parts and reuse
5559d5f
refactor: fix unit tests
0a5170f
refactor: wip
9a1558e
refactor: wip
b8c4659
refactor: wip
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,12 @@ | ||
| import { NxPlugin } from '@nx/devkit'; | ||
| import { createNodesV2 } from './plugin.js'; | ||
|
|
||
| export { createNodes, createNodesV2 } from './plugin.js'; | ||
| export type { CreateNodesOptions } from './types.js'; | ||
|
|
||
| const plugin = { | ||
| createNodesV2, | ||
| name: 'code-pushup-nx-plugin', | ||
| } satisfies NxPlugin; | ||
|
|
||
| export default plugin; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.