Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

preflight before start operation #360

Merged
merged 10 commits into from
Sep 9, 2019

Commits on Sep 1, 2019

  1. Configuration menu
    Copy the full SHA
    e3c8113 View commit details
    Browse the repository at this point in the history
  2. pkg/preflight: add preflight check mechanism for start operation

    The start operation preflight checks files exists and ports are available
    najeal committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    25a5b9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f020e6a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dcef0b2 View commit details
    Browse the repository at this point in the history
  5. make autogen tidy

    najeal committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    c787090 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    af5d06b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    27d59bb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    383e1de View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    33df71e View commit details
    Browse the repository at this point in the history
  10. pkg/preflight/checkers: use Checker interface from preflight package …

    …+ alloc properly the checkers array
    
    The package was not using the interface from the preflight package. We use it now and we deleted the interface in the checkers package.
    Multiple re-allocation was occuring when appending checkers to the array. Now, allocation is done at the beginning by calculating the total number of checkers we will store in the array.
    najeal committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    0256496 View commit details
    Browse the repository at this point in the history