-
Notifications
You must be signed in to change notification settings - Fork 10
feat: visualize and analyze commands
#79
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 all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
3b7518a
chore: fix eslint problem with tsconfig.json referencing expo config …
artus9033 08a5d32
feat: implemented license-kit-visualizer Next project
artus9033 b5413e5
feat: charts & analysis for license-kit-visualizer, dev server in lic…
artus9033 fc2d065
feat!: update API to account for multiple possible parent packages at…
artus9033 a024679
chore: ignore build dirs for docs and visualizer in eslint to speed i…
artus9033 5f03830
feat: streaming reports from server & SSE reload on lockfile changes
artus9033 cbe6321
chore!: @callstack/licenses to support both browser & node targets, m…
artus9033 e39c142
chore: updated license-kit README
artus9033 e4a841b
feat: license-kit CLI analyze command
artus9033 b413ce4
feat: visualizer latex formula display, better layout, fixed charts
artus9033 f6c0722
feat: finished visualizer UI
artus9033 268cf16
chore: format files
artus9033 5bd43e3
fix: classify unknown license literal for visualizer needs as UNKNOWN…
artus9033 75f1182
feat: finished Charts accordion tab
artus9033 b5fd25c
docs: fix diff
artus9033 f25f583
fix: permissiveness score
artus9033 010f6bb
chore: script for running built license-kit CLI
artus9033 968764b
feat: graph render loading indicator, auto-center graph when rendered
artus9033 079069c
fix: do not warn about unknown license in the root package; pre neste…
artus9033 32cbc67
feat: construction of package inclusion trait up to the root project …
artus9033 fabad4c
feat: display information about the hovered package
artus9033 04feec6
chore: migrated to a newer version of prettier
artus9033 062083e
fix: properly add connections to handle multi-parent packages
artus9033 f04f19b
feat: disclaimer & help
artus9033 b2efa59
feat: summarization of graph shape with Summarization API (in-browser…
artus9033 4fcf7b2
fix: floor permissiveness score in CLI mode
artus9033 894bc6b
Merge branch 'main' into feat/license-kit-visualizer
artus9033 f384e12
fix: remove obsolete options from visualize command
artus9033 984131c
docs: updated documentation
artus9033 bda19f5
chore: updated CLI package description in package.json
artus9033 cae7fdc
chore: license attribution in visualizer project, extracted MarkdownB…
artus9033 e179342
fix(test): adjust buffer size for integration tests
artus9033 68fbe96
feat: optimize buildDependencyGraph memory usage
artus9033 fcaac8c
chore: changes after CR
artus9033 d044030
feat: replace score with description of graph state findings
artus9033 fd7e630
chore: replace moment with date-fns
artus9033 c0b5704
Merge branch 'main' into feat/license-kit-visualizer
artus9033 950f04b
chore: fix typo in help message
artus9033 f3b597a
chore: fix lefthook lint commands
artus9033 3fb790f
feat: check if Summarizer API is available in the browser
artus9033 8205718
chore: update notes in tool
artus9033 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 |
|---|---|---|
|
|
@@ -3,7 +3,8 @@ | |
| .DS_Store | ||
|
|
||
| # VSCode | ||
| .vscode/ | ||
| .vscode/* | ||
| !.vscode/settings.json | ||
|
|
||
| # Yarn | ||
| node_modules/ | ||
|
|
||
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,4 @@ | ||
| { | ||
| "eslint.workingDirectories": [{ "mode": "auto" }], | ||
| "editor.defaultFormatter": "dbaeumer.vscode-eslint" | ||
| } |
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,7 @@ | ||
| import type { UserConfig } from '@commitlint/types'; | ||
|
|
||
| const Configuration: UserConfig = { | ||
| extends: ['@commitlint/config-conventional'], | ||
| }; | ||
|
|
||
| export default Configuration; |
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
10 changes: 5 additions & 5 deletions
10
examples/bare-example/e2e/common/acceptChromeTerms-AcceptContinueVariant.yaml
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,9 +1,9 @@ | ||
| name: "[Android] Accept Chrome T & C - Use without an account variant" | ||
| name: '[Android] Accept Chrome T & C - Use without an account variant' | ||
| appId: com.android.chrome | ||
| --- | ||
| - tapOn: | ||
| label: Accept Chrome T & C | ||
| text: "Accept & continue" | ||
| label: Accept Chrome T & C | ||
| text: 'Accept & continue' | ||
| - tapOn: | ||
| label: "Turn off Chrome sync" | ||
| text: "No thanks" | ||
| label: 'Turn off Chrome sync' | ||
| text: 'No thanks' |
10 changes: 5 additions & 5 deletions
10
examples/bare-example/e2e/common/acceptChromeTerms-UseWithoutAnAccountVariant.yaml
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,9 +1,9 @@ | ||
| name: "[Android] Accept Chrome T & C - Accept and Continue variant" | ||
| name: '[Android] Accept Chrome T & C - Accept and Continue variant' | ||
| appId: com.android.chrome | ||
| --- | ||
| - tapOn: | ||
| label: Dismiss Chrome sign in | ||
| text: "Use without an account" | ||
| label: Dismiss Chrome sign in | ||
| text: 'Use without an account' | ||
| - tapOn: | ||
| label: "Dismiss Chrome notifications" | ||
| id: "com.android.chrome:id/negative_button" | ||
| label: 'Dismiss Chrome notifications' | ||
| id: 'com.android.chrome:id/negative_button' |
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,7 +1,6 @@ | ||
| /** | ||
| * @format | ||
| */ | ||
|
|
||
| import { AppRegistry } from 'react-native'; | ||
|
|
||
| import App from './App'; | ||
|
|
||
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 |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| visualizer-build/ |
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.