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

Add life-cycle methods to PostProcessor modifiers #245

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Commits on Dec 11, 2019

  1. Adding LifeCycle counting to the PostModifier. The CliSuite test is f…

    …ailing.
    Hugo Miguel Ferreira committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    b7f91b9 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2019

  1. Adding LifeCycle counting to the PostModifier. Added tests to 2 test …

    …suites. Added some documentation.
    Hugo Miguel Ferreira committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    898a744 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2019

  1. Corrected LifeCycle PostModifier tests. Provided default values for t…

    …he new life-cycle methods of the PostModifier trait.
    Hugo Miguel Ferreira committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    e093bdc View commit details
    Browse the repository at this point in the history
  2. Minor scalameta formatting.

    Hugo Miguel Ferreira committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    342cf3e View commit details
    Browse the repository at this point in the history
  3. Another minor scalameta formatting.

    Hugo Miguel Ferreira committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    302ba3b View commit details
    Browse the repository at this point in the history
  4. Another minor scalameta formatting.

    Hugo Miguel Ferreira committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    d55f20f View commit details
    Browse the repository at this point in the history
  5. Another minor scalameta formatting.

    Hugo Miguel Ferreira committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    40e1d54 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2019

  1. PostModifier onStart now gets a MainSettings wrapper instead of the i…

    …nternal Settings class.
    Hugo Miguel Ferreira committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    b8005c9 View commit details
    Browse the repository at this point in the history
  2. PostModifier onStart now gets a MainSettings wrapper instead of the i…

    …nternal Settings class.
    Hugo Miguel Ferreira committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    6a45cfa View commit details
    Browse the repository at this point in the history
  3. PostModifier onExit now gets an Int as an exit code. Removed use on i…

    …nternal Exit.
    Hugo Miguel Ferreira committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    8ba0ab0 View commit details
    Browse the repository at this point in the history
  4. Added comments to PostModifier. Removed preProcess and postProcess fr…

    …om PostModifier. PostModifier.onExit now receives an Int as the exit code.
    Hugo Miguel Ferreira committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    07c886f View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. Added public Exit wrapper for PostModifier onExit.

    Hugo Miguel Ferreira committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    9d05586 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2019

  1. Public companion object Exit's apply method now package private. Life…

    …CycleCounter now has a reset method that is used in the CliSuite test.
    Hugo Miguel Ferreira committed Dec 28, 2019
    Configuration menu
    Copy the full SHA
    57984e6 View commit details
    Browse the repository at this point in the history
  2. Reformatting LifeCycleCounter due to reset method change.

    Hugo Miguel Ferreira committed Dec 28, 2019
    Configuration menu
    Copy the full SHA
    55ed7e2 View commit details
    Browse the repository at this point in the history
  3. Removed unnecessary test in CliSuite.

    Hugo Miguel Ferreira committed Dec 28, 2019
    Configuration menu
    Copy the full SHA
    0bb50a1 View commit details
    Browse the repository at this point in the history