-
Notifications
You must be signed in to change notification settings - Fork 15
fix(nx-plugin): adjust upload config handling #937
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
Merged
Merged
Changes from 15 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
f653376
fix(nx-plugin): adjust upload config handling
BioPhoton ccce7b1
fix(nx-plugin): remove file extensions in imports
BioPhoton d10f1be
fix(nx-plugin): add createNodesV2
BioPhoton ff94e39
fix(nx-plugin): add createNodesV2
BioPhoton 45c8667
ci: setup plugin
BioPhoton a3316bc
ci: setup cp for models
BioPhoton 48143dc
wip
BioPhoton 42f0bd4
wip
BioPhoton 233cfd7
wip 1
BioPhoton c2ec88c
fix(nx-plugin): fix lint
BioPhoton 15983d8
fix(nx-plugin): fix lint
BioPhoton 3596149
fix: wip
BioPhoton d375686
docs: add js docs
BioPhoton bf87631
Merge branch 'main' into nx-plugin/fix-upload-config
BioPhoton a754393
refactor(nx-plugin): explicit import extensions
matejchalk 2bcfcc7
Update packages/nx-plugin/src/plugin/target/targets.ts
BioPhoton 385d77c
fix: update nx-verdaccio pkg (#954)
BioPhoton fa5635e
fix(utils): ignore non-json lines in fromJsonLines utility
matejchalk 9e68eb1
fix(plugin-js-packages): ignore non-empty stderr
matejchalk 88fd037
release: 0.64.2 [skip ci]
matejchalk 00aae50
feat(utils): add score filter to md report generation (#956)
BioPhoton 76c2b47
release: 0.65.0 [skip ci]
matejchalk 2437497
fix: adjust logic
BioPhoton 8de3562
Update packages/nx-plugin/eslint.config.js
BioPhoton f5cf751
fix: wip
BioPhoton fb846ff
fix: wip
BioPhoton 59145b7
Merge branch 'main' into nx-plugin/fix-upload-config
BioPhoton 90daca5
fix: e2e tests
BioPhoton acbd3ab
fix: e2e tests
BioPhoton 3e32e37
fix: wip
BioPhoton 7cf9479
fix: wip
BioPhoton 74c39cb
fix: wip e2e
BioPhoton f17ce38
fix: wip e2e 2
BioPhoton 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import { eslintCoreConfigNx } from '../../code-pushup.preset.js'; | ||
import { mergeConfigs } from '../../dist/packages/utils/src/index.js'; | ||
|
||
// see: https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#coreconfig | ||
export default mergeConfigs( | ||
{ | ||
plugins: [], | ||
}, | ||
await eslintCoreConfigNx(), | ||
); |
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
109 changes: 0 additions & 109 deletions
109
packages/nx-plugin/src/executors/cli/executor.unit.test.ts
matejchalk marked this conversation as resolved.
Show resolved
Hide resolved
|
This file was deleted.
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
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,5 +1,4 @@ | ||
import { name } from '../../package.json'; | ||
|
||
export const PROJECT_JSON_FILE_NAME = 'project.json'; | ||
export const PACKAGE_NAME = name; | ||
export const CODE_PUSHUP_CONFIG_REGEX = /^code-pushup(?:\.[\w-]+)?\.ts$/; | ||
export const PACKAGE_NAME = '@code-pushup/nx-plugin'; | ||
export const DEFAULT_TARGET_NAME = 'code-pushup'; |
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
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
Oops, something went wrong.
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.