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 created, updated, and provisioned timestamps to saved template #551

Merged
merged 11 commits into from
Mar 9, 2024

Commits on Mar 4, 2024

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

Commits on Mar 5, 2024

  1. Change last updated timestamp when updating workflow

    Signed-off-by: Daniel Widdis <[email protected]>
    dbwiddis committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    ae36573 View commit details
    Browse the repository at this point in the history
  2. Change last provisioned timestamp when provisioning workflow

    Signed-off-by: Daniel Widdis <[email protected]>
    dbwiddis committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    1fa040e View commit details
    Browse the repository at this point in the history
  3. Allow overriding template not started check

    Signed-off-by: Daniel Widdis <[email protected]>
    dbwiddis committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    6216858 View commit details
    Browse the repository at this point in the history
  4. Use java.time and not joda time

    Signed-off-by: Daniel Widdis <[email protected]>
    dbwiddis committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    93fe0f5 View commit details
    Browse the repository at this point in the history
  5. Change units from long to Instant

    Signed-off-by: Daniel Widdis <[email protected]>
    dbwiddis committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    234a791 View commit details
    Browse the repository at this point in the history
  6. Preserve timestamps when encrypting and redacting template

    Signed-off-by: Daniel Widdis <[email protected]>
    dbwiddis committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    7f5cd10 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Add bwc tests, more timestamp testing

    Signed-off-by: Daniel Widdis <[email protected]>
    dbwiddis committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    765eae2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into add-timestamps

    Signed-off-by: Daniel Widdis <[email protected]>
    dbwiddis committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    bac54da View commit details
    Browse the repository at this point in the history
  3. Build a Template from an existing one

    Signed-off-by: Daniel Widdis <[email protected]>
    dbwiddis committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    c997281 View commit details
    Browse the repository at this point in the history
  4. Rename param, add comments

    Signed-off-by: Daniel Widdis <[email protected]>
    dbwiddis committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    c600d9e View commit details
    Browse the repository at this point in the history