-
Notifications
You must be signed in to change notification settings - Fork 75
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
LPD-32781 Update Blade CLI to use Project Templates with greater version ranges #338
Merged
drewbrokke
merged 12 commits into
liferay:master
from
drewbrokke:LPD-32781-TECHNICAL-TASK-v0-blade-larger-version-ranges
Jul 31, 2024
Merged
LPD-32781 Update Blade CLI to use Project Templates with greater version ranges #338
drewbrokke
merged 12 commits into
liferay:master
from
drewbrokke:LPD-32781-TECHNICAL-TASK-v0-blade-larger-version-ranges
Jul 31, 2024
Commits on Jul 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4526321 - Browse repository at this point
Copy the full SHA 4526321View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcb3cc7 - Browse repository at this point
Copy the full SHA dcb3cc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e77920 - Browse repository at this point
Copy the full SHA 0e77920View commit details
Commits on Jul 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3d8c2eb - Browse repository at this point
Copy the full SHA 3d8c2ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7bcbf9 - Browse repository at this point
Copy the full SHA c7bcbf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d145cd6 - Browse repository at this point
Copy the full SHA d145cd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca01fea - Browse repository at this point
Copy the full SHA ca01feaView commit details -
LPD-32781 liferay-blade-cli: CreateCommand: normalizes version string…
… before checking Version range
Configuration menu - View commit details
-
Copy full SHA for da782b6 - Browse repository at this point
Copy the full SHA da782b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for dafdd33 - Browse repository at this point
Copy the full SHA dafdd33View commit details -
Configuration menu - View commit details
-
Copy full SHA for b124de1 - Browse repository at this point
Copy the full SHA b124de1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57243dd - Browse repository at this point
Copy the full SHA 57243ddView commit details -
LPD-32781 cli: use string matching on the docker property to get the …
…target platform version from the docker image property This will be VERY SLOW the first time it runs since it will download a lot of releases.properties files. However, this is acceptable in the short term because: - It is generally only going to be slow the first time when the user's local properties files are not populated. - This condition is relatively rare fallback. Usually there is a product key or target platform, this is a last-resort fallback. - We will be inlining those properties into the JSON file once all the tooling is ready (very near future). Once we do this operation will be very fast.
Configuration menu - View commit details
-
Copy full SHA for 49dba7b - Browse repository at this point
Copy the full SHA 49dba7bView commit details
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.