Skip to content
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

Create fix pull request - added support for Yarn1 #423

Merged
merged 36 commits into from
Aug 15, 2023
Merged
Show file tree
Hide file tree
Changes from 33 commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
ec3ccb1
fixed updateDirectDependency to support yarn1
eranturgeman Aug 8, 2023
ded9f9f
updated go.mod
eranturgeman Aug 8, 2023
d03b757
adding test suitcase for yarn v1 and changing the name of original ya…
eranturgeman Aug 8, 2023
3138d49
adding test suitcase for yarn v1 and changing the name of original ya…
eranturgeman Aug 8, 2023
a46b747
yarn.lock in yarn1 test suitcase updated
eranturgeman Aug 8, 2023
1596d26
updated yarn handler to handle the un-needed node_modules created upo…
eranturgeman Aug 9, 2023
49953e4
fixing static analysis issues
eranturgeman Aug 9, 2023
cbdd028
fixing static analysis issues
eranturgeman Aug 9, 2023
2cadddb
Merge branch 'dev' into yarn1-create-fix-pull-request
eranturgeman Aug 9, 2023
da161fb
added test for deleting node_modules
eranturgeman Aug 9, 2023
0ecffb8
Merge branch 'yarn1-create-fix-pull-request' of https://github.com/er…
eranturgeman Aug 9, 2023
ba88423
re-arranged code and changed go.mod
eranturgeman Aug 9, 2023
6208334
changed dir path in the test
eranturgeman Aug 9, 2023
04451bc
Merge branch 'dev' into yarn1-create-fix-pull-request
eranturgeman Aug 10, 2023
40beb2a
Merge branch 'dev' of https://github.com/jfrog/frogbot into yarn1-cre…
eranturgeman Aug 10, 2023
e406cba
Merge branch 'yarn1-create-fix-pull-request' of https://github.com/er…
eranturgeman Aug 10, 2023
1aed44a
changes params in failing test
eranturgeman Aug 10, 2023
4670bf5
Merge branch 'dev' into yarn1-create-fix-pull-request
eranturgeman Aug 10, 2023
d37cc27
minor fix
eranturgeman Aug 10, 2023
afc3911
updating temp dir creation and deletion, deleted un-needed functions …
eranturgeman Aug 13, 2023
0c7a457
cosmetics
eranturgeman Aug 13, 2023
b78b83c
fixing test
eranturgeman Aug 13, 2023
d45b89b
comments edit and README update to support all yarn versions
eranturgeman Aug 13, 2023
39b7dd2
Merge branch 'dev' into yarn1-create-fix-pull-request
eranturgeman Aug 13, 2023
2c845dc
updating updateDirectDependency signature in all package managers + f…
eranturgeman Aug 14, 2023
7786b80
fixed PR issues
eranturgeman Aug 14, 2023
8cb8314
updating go.mod
eranturgeman Aug 14, 2023
a022355
fixing static analysis issues
eranturgeman Aug 14, 2023
871e79a
fixing tests according to a fix in tests structures
eranturgeman Aug 14, 2023
7573e33
fixed variable name
eranturgeman Aug 14, 2023
c7bbd05
fixed tests and added block for resolving dependencies for yarn 1
eranturgeman Aug 14, 2023
5526723
Merge branch 'dev' into yarn1-create-fix-pull-request
eranturgeman Aug 14, 2023
5670f52
Merge branch 'dev' into yarn1-create-fix-pull-request
eranturgeman Aug 15, 2023
be99541
fixing pr issues
eranturgeman Aug 15, 2023
5a42544
fixing pr issues
eranturgeman Aug 15, 2023
6a675ee
updating go.mod after cli-core merge
eranturgeman Aug 15, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Supported package management tools:
- Pip
- Pipenv
- Poetry
- Yarn 2
- Yarn

### How to use Pull Request scanning?

Expand Down Expand Up @@ -269,7 +269,7 @@ Supported package management tools:
- Pip
- Pipenv
- Poetry
- Yarn 2
- Yarn

![](./images/fix-pr.png)

Expand Down
Loading
Loading