-
Notifications
You must be signed in to change notification settings - Fork 50
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
Allow multiple versions for external mismatch rule #131
base: main
Are you sure you want to change the base?
Commits on Feb 1, 2022
-
ryan_wang5 committed
Feb 1, 2022 Configuration menu - View commit details
-
Copy full SHA for 7ac2da2 - Browse repository at this point
Copy the full SHA 7ac2da2View commit details -
ryan_wang5 committed
Feb 1, 2022 Configuration menu - View commit details
-
Copy full SHA for 25afbd4 - Browse repository at this point
Copy the full SHA 25afbd4View commit details
Commits on Feb 2, 2022
-
ryan_wang5 committed
Feb 2, 2022 Configuration menu - View commit details
-
Copy full SHA for df2ca33 - Browse repository at this point
Copy the full SHA df2ca33View commit details
Commits on Feb 3, 2022
-
Merge pull request #2 from atlassian-forks/support-dual-versions
support dual package versions
Configuration menu - View commit details
-
Copy full SHA for 262531b - Browse repository at this point
Copy the full SHA 262531bView commit details -
ryan_wang5 committed
Feb 3, 2022 Configuration menu - View commit details
-
Copy full SHA for 57f481b - Browse repository at this point
Copy the full SHA 57f481bView commit details -
Merge pull request #3 from atlassian-forks/support-dual-versions
add changeset
Configuration menu - View commit details
-
Copy full SHA for e9e4dae - Browse repository at this point
Copy the full SHA e9e4daeView commit details
Commits on Feb 10, 2022
-
fix the version to the closest allowed one
ryan_wang5 committedFeb 10, 2022 Configuration menu - View commit details
-
Copy full SHA for fe8dc45 - Browse repository at this point
Copy the full SHA fe8dc45View commit details
Commits on Feb 14, 2022
-
ditch for loop when finding the closest range
ryan_wang5 committedFeb 14, 2022 Configuration menu - View commit details
-
Copy full SHA for a2f12b5 - Browse repository at this point
Copy the full SHA a2f12b5View commit details
Commits on Feb 16, 2022
-
Merge pull request #4 from atlassian-forks/fix-to-closest-allowed-ver…
…sion fix the version to the closest allowed one
Configuration menu - View commit details
-
Copy full SHA for 3ce71a6 - Browse repository at this point
Copy the full SHA 3ce71a6View commit details -
ryan_wang5 committed
Feb 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 8ca87f4 - Browse repository at this point
Copy the full SHA 8ca87f4View commit details
Commits on Feb 17, 2022
-
mixture of versions and ranges in unit tests
ryan_wang5 committedFeb 17, 2022 Configuration menu - View commit details
-
Copy full SHA for df44a3a - Browse repository at this point
Copy the full SHA df44a3aView commit details -
Merge pull request #5 from atlassian-forks/fix-semver-range
Fix semver range operations
Configuration menu - View commit details
-
Copy full SHA for 50c6a8e - Browse repository at this point
Copy the full SHA 50c6a8eView commit details
Commits on Jun 13, 2023
-
Fix getVersionFromRange function used by EXTERNAL_MISMATCH rule
The previous check only handled version ranges with a single leading character. To fix all other cases, we use the semver.minVersion fn instead to get the minimum version of a range and then return that.
Configuration menu - View commit details
-
Copy full SHA for 4ac0631 - Browse repository at this point
Copy the full SHA 4ac0631View commit details -
Merge pull request #7 from atlassian-forks/MONO-136-fix-semver-range-…
…check MONO-136 fix semver range check
Configuration menu - View commit details
-
Copy full SHA for 19c91de - Browse repository at this point
Copy the full SHA 19c91deView commit details
Commits on Sep 23, 2024
-
ryan_wang5 authored and Tim Keir committed
Sep 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 244e124 - Browse repository at this point
Copy the full SHA 244e124View commit details -
ryan_wang5 authored and Tim Keir committed
Sep 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 2b8d465 - Browse repository at this point
Copy the full SHA 2b8d465View commit details -
ryan_wang5 authored and Tim Keir committed
Sep 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 4ed37cd - Browse repository at this point
Copy the full SHA 4ed37cdView commit details -
ryan_wang5 authored and Tim Keir committed
Sep 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 25be4f7 - Browse repository at this point
Copy the full SHA 25be4f7View commit details -
fix the version to the closest allowed one
ryan_wang5 authored and Tim Keir committedSep 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 3ecac79 - Browse repository at this point
Copy the full SHA 3ecac79View commit details -
ditch for loop when finding the closest range
ryan_wang5 authored and Tim Keir committedSep 23, 2024 Configuration menu - View commit details
-
Copy full SHA for d4554a5 - Browse repository at this point
Copy the full SHA d4554a5View commit details -
ryan_wang5 authored and Tim Keir committed
Sep 23, 2024 Configuration menu - View commit details
-
Copy full SHA for b9008ee - Browse repository at this point
Copy the full SHA b9008eeView commit details -
mixture of versions and ranges in unit tests
ryan_wang5 authored and Tim Keir committedSep 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 981f9bb - Browse repository at this point
Copy the full SHA 981f9bbView commit details -
Fix getVersionFromRange function used by EXTERNAL_MISMATCH rule
The previous check only handled version ranges with a single leading character. To fix all other cases, we use the semver.minVersion fn instead to get the minimum version of a range and then return that.
Configuration menu - View commit details
-
Copy full SHA for 3b1c39b - Browse repository at this point
Copy the full SHA 3b1c39bView commit details
Commits on Sep 24, 2024
-
Merge branch 'Thinkmill-main' into v24-sync
# Conflicts: # packages/cli/src/checks/EXTERNAL_MISMATCH.ts # packages/cli/src/checks/utils.ts
Tim Keir committedSep 24, 2024 Configuration menu - View commit details
-
Copy full SHA for 6896d76 - Browse repository at this point
Copy the full SHA 6896d76View commit details -
Merge pull request #9 from atlassian-forks/v24-sync
Upgrade from 0.19.1 to 0.21.4
Configuration menu - View commit details
-
Copy full SHA for 2034c99 - Browse repository at this point
Copy the full SHA 2034c99View commit details