Skip to content

feat: working project

Nathan Polette requested to merge release/v1.0.0 into main
  • Update JobState JSON properties and ignore attributes to match the exact schema of state.json.
  • Change job state values from "Active"/"Inactive" to "ACTIVE"/"END".
  • Update LogEntry JSON properties to match the daily log template.
  • Change transfer time data type to double to support decimal ms values.
  • Modify timestamp formatting to use "dd/MM/yyyy HH:mm:ss" instead of ISO 8601.
  • Fix BDD tests in LoggingSteps.cs to reflect the new FileTransferTime key and double type.

Merge request reports