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

#85 Override executed script #119

Merged
merged 5 commits into from
Feb 23, 2021
Merged

#85 Override executed script #119

merged 5 commits into from
Feb 23, 2021

Commits on Feb 9, 2021

  1. refacto: #85 Refacto code to introduce action override ♻️

    - ExecutionMode.FORCE_MARK_AS_EXECUTED is now deprecated. Use Action.MARK_AS_EXECUTED.
    - ExecutionStatus.FORCE_MARKED_AS_EXECUTED is deprecated. The action is saved on the executed script
    - ExecutionStatus.SHOULD_BE_EXECUTED was removed because useless now we have action
    driccio committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    cf577bf View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. fix: #85 Fix MongoIT test

    driccio committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    3ad07ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a72912 View commit details
    Browse the repository at this point in the history
  3. fix: #85 Fix from Elise remarks

    driccio committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    f17f440 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. Configuration menu
    Copy the full SHA
    7e6f46d View commit details
    Browse the repository at this point in the history