fleet/server/service/osquery_utils
Victor Lyuboslavsky 4cbafafc91
Updating wall_time from seconds to ms. (#16706)
#15703 
`wall_time_ms` (not `wall_time`) coming from osquery will now be put
into `wall_time` in our DB.
Hence, `wall_time` coming from Fleet API will now be in milliseconds and
not seconds

# Checklist for submitter

If some of the following don't apply, delete the relevant line.

<!-- Note that API documentation changes are now addressed by the
product design team. -->

- [x] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- [x] Added/updated tests
- [x] If database migrations are included, checked table schema to
confirm autoupdate
- For database migrations:
- [x] Checked schema for all modified table for columns that will
auto-update timestamps during migration.
- [x] Confirmed that updating the timestamps is acceptable, and will not
cause unwanted side effects.
- [x] Manual QA for all new/changed functionality
2024-02-12 07:58:40 -06:00
..
gen_queries_doc.go Reorganize Fleet documentation (#12871) 2023-07-27 17:40:01 -05:00
queries.go Updating wall_time from seconds to ms. (#16706) 2024-02-12 07:58:40 -06:00
queries_test.go Updating wall_time from seconds to ms. (#16706) 2024-02-12 07:58:40 -06:00
utils.go Issue 1588 allow disabling host users (#1611) 2021-08-11 14:56:11 -03:00