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

LPD-32781 Update Blade CLI to use Project Templates with greater version ranges #338

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    4526321 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcb3cc7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e77920 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    3d8c2eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7bcbf9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d145cd6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca01fea View commit details
    Browse the repository at this point in the history
  5. LPD-32781 liferay-blade-cli: CreateCommand: normalizes version string…

    … before checking Version range
    drewbrokke committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    da782b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dafdd33 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b124de1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    57243dd View commit details
    Browse the repository at this point in the history
  9. 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.
    drewbrokke committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    49dba7b View commit details
    Browse the repository at this point in the history