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

Build Dependency Tree - Yarn V1 #172

Merged
merged 51 commits into from
Aug 3, 2023
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
b2c722e
updated PackageInfo struct to support Yarn v1
eranturgeman Jul 26, 2023
e164b42
added functions and split in dependency tree build flow to support ya…
eranturgeman Jul 26, 2023
523e49c
added tests for GetYarnDependencies for Yarn 1 + added extra checks i…
eranturgeman Jul 26, 2023
4a0dc09
added tests suitcase for yarn v1
eranturgeman Jul 26, 2023
a58b6c8
changed path for Yarn v2 test suitcase
eranturgeman Jul 26, 2023
d5d9da1
deleted old test suitcase for yarn v2 test
eranturgeman Jul 26, 2023
3dbeb76
fixed static analysis issues
eranturgeman Jul 26, 2023
02956c5
updated path for tested project example
eranturgeman Jul 26, 2023
1272b60
TestGenerateBuildInfoForYarnProject : updated path for tested project…
eranturgeman Jul 26, 2023
8096e3c
TestCollectDepsForYarnProjectWithTraverse, TestCollectDepsForYarnProj…
eranturgeman Jul 26, 2023
41acf77
trying test suitcase without .yarn and .yarnrc.yml
eranturgeman Jul 27, 2023
386bbbf
added back .yarnrc.yml and .yarn to v2 project
eranturgeman Jul 27, 2023
39f7b0b
fixed PR notes
eranturgeman Jul 27, 2023
e68b8c7
unified two GetVersion functions and fixed calls
eranturgeman Jul 27, 2023
720c2e4
deleted omitempty tags from PackageInfo fields: Name, Version
eranturgeman Jul 27, 2023
2632c2d
fixed all PR issues, except regexp for locators map
eranturgeman Jul 30, 2023
76ec948
fixed some names
eranturgeman Jul 30, 2023
52d0139
fix PR issue and optimized buildYarnV1DependencyMap
eranturgeman Jul 30, 2023
ccf1ece
deleted yarn-1.22.1.cjs NS .yarnrc.yml in v2 test suitcase
eranturgeman Jul 30, 2023
3c977f3
added yarn-1.22.1.cjs NS .yarnrc.yml in v2 test suitcase
eranturgeman Jul 30, 2023
476b326
added a bug fix for missing 'yarn install' command
eranturgeman Jul 30, 2023
865da35
fixed uninstalled projects error handling and added test and suitcases
eranturgeman Jul 31, 2023
e68cea0
added new suitcase for testing uninstalled projects for yarn2 & yarn3
eranturgeman Jul 31, 2023
da3d50a
fixed wrong commit
eranturgeman Jul 31, 2023
08f9fbb
added new suitcase for testing uninstalled projects for yarn2 & yarn3
eranturgeman Jul 31, 2023
bf3f7c2
.
eranturgeman Jul 31, 2023
8bb2ed6
.
eranturgeman Jul 31, 2023
81b5cf7
.
eranturgeman Jul 31, 2023
7934328
deleted .DS_Stores
eranturgeman Jul 31, 2023
7b59e0f
fixed uninstalled test to use existing suitcases and deleted redundan…
eranturgeman Aug 1, 2023
659dc94
fixed static analysis issues
eranturgeman Aug 1, 2023
fb0ad47
.
eranturgeman Aug 1, 2023
d38280a
deleting comments
eranturgeman Aug 1, 2023
e07b8ca
fixed tests according to wanted versions
eranturgeman Aug 1, 2023
73df1a7
fixing tests
eranturgeman Aug 1, 2023
bc2bf55
fixing tests
eranturgeman Aug 1, 2023
de5d6a5
moved got action from cli to build-info-go
eranturgeman Aug 1, 2023
2eec2f5
resetting test.yml file to original state
eranturgeman Aug 1, 2023
c629dbb
updated test suitcases to stable versions and updated tests accordingly
eranturgeman Aug 1, 2023
908ccd4
trying solving failures
eranturgeman Aug 1, 2023
1a85fba
trying solving failures - fetched original v2 suitcase
eranturgeman Aug 1, 2023
dfcd2ca
fixed PR issues
eranturgeman Aug 2, 2023
46734a5
fixed PR issues
eranturgeman Aug 2, 2023
1abd246
fixed PR issues
eranturgeman Aug 2, 2023
c513827
fixed PR issues
eranturgeman Aug 3, 2023
9570f56
Merge branch 'dev' into yarn1-support-new
eranturgeman Aug 3, 2023
64da880
handled edge case in splitNameAndVersion and added test for this func…
eranturgeman Aug 3, 2023
4f48cb7
switch a use of pointer to non-pointer
eranturgeman Aug 3, 2023
42db28e
fixing usage in pointers
eranturgeman Aug 3, 2023
a4099d4
Merge branch 'dev' into yarn1-support-new
eranturgeman Aug 3, 2023
be03231
changing name of variable
eranturgeman Aug 3, 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
31 changes: 0 additions & 31 deletions build/testdata/yarn/project/yarn.lock

This file was deleted.

Loading