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

fix: ResourceGroups lastUpdated time format #599

Merged
merged 8 commits into from
Nov 3, 2021

Commits on Nov 2, 2021

  1. fix: Change lastUpdated type to lwtime.Epoch

    Signed-off-by: Darren Murray <[email protected]>
    dmurray-lacework committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    9af6e9f View commit details
    Browse the repository at this point in the history
  2. fix: json marshal lwtime.Epoch

    Signed-off-by: Darren Murray <[email protected]>
    dmurray-lacework committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    4205a61 View commit details
    Browse the repository at this point in the history
  3. fix: Remove time.unixMillis() usage

    Signed-off-by: Darren Murray <[email protected]>
    dmurray-lacework committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    1faf8b1 View commit details
    Browse the repository at this point in the history
  4. style: formatting

    Signed-off-by: Darren Murray <[email protected]>
    dmurray-lacework committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    5f91ba8 View commit details
    Browse the repository at this point in the history
  5. fix: Resource Groups lastUpdated time format

    Signed-off-by: Darren Murray <[email protected]>
    dmurray-lacework committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    38182fa View commit details
    Browse the repository at this point in the history
  6. fix: Omit LastUpdated when nil

    Signed-off-by: Darren Murray <[email protected]>
    dmurray-lacework committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    2b6eeec View commit details
    Browse the repository at this point in the history
  7. style: formatting

    Signed-off-by: Darren Murray <[email protected]>
    dmurray-lacework committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    4bd57a4 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. test: Test marshall/unmarshall epoch type

    Signed-off-by: Darren Murray <[email protected]>
    dmurray-lacework committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    351eaaf View commit details
    Browse the repository at this point in the history