Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Preserve App, Package and Directory addresses #120

Merged
merged 7 commits into from
Sep 25, 2018

Commits on Sep 24, 2018

  1. Configuration menu
    Copy the full SHA
    be360d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7e6818 View commit details
    Browse the repository at this point in the history
  3. First approach to handle partial deploys

    Implement a basic deploy handler to track app, packae and directory
    address in zos.network.json if project deploy fails
    jbcarpanelli committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    2589e2f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dba82e8 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2018

  1. Merge fetch & deploy Project static methods

    Now, only one method (fetchOrDeploy) is provided by both LibProject and
    AppProject. This method will fetch the App, Package and/or Provider if possible,
    and if not, will try to deploy them
    jbcarpanelli committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    61f4d48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f4d51b View commit details
    Browse the repository at this point in the history
  3. Fix example test

    jbcarpanelli committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    c44a0e2 View commit details
    Browse the repository at this point in the history