fleet/server/datastore
Zach Wasserman 0e9eb920d4
Refactor struct slices for consistent pointer use (#864)
Some datastore and service methods would return slices of structs,
rather than slices to pointers of structs (which most methods used).
Make this more consistent.
2021-05-25 18:53:22 -07:00
..
inmem Refactor struct slices for consistent pointer use (#864) 2021-05-25 18:53:22 -07:00
internal/appstate Improvements to built-in labels (#562) 2021-03-30 15:37:33 -07:00
mysql Refactor struct slices for consistent pointer use (#864) 2021-05-25 18:53:22 -07:00
s3 Add AWS S3 as file carving backend (#126) 2020-12-16 09:16:55 -08:00
datastore_app.go Refactor MySQL tests into package mysql (#586) 2021-04-05 11:04:53 -07:00
datastore_campaigns.go Refactor MySQL tests into package mysql (#586) 2021-04-05 11:04:53 -07:00
datastore_carves.go Refactor MySQL tests into package mysql (#586) 2021-04-05 11:04:53 -07:00
datastore_email_changes.go Refactor MySQL tests into package mysql (#586) 2021-04-05 11:04:53 -07:00
datastore_hosts.go Refactor usage of null values in Teams models (#863) 2021-05-25 15:46:46 -07:00
datastore_invites.go Merge master into teams 2021-04-14 17:52:15 +01:00
datastore_labels.go Refactor struct slices for consistent pointer use (#864) 2021-05-25 18:53:22 -07:00
datastore_migrations.go Refactor MySQL tests into package mysql (#586) 2021-04-05 11:04:53 -07:00
datastore_packs.go Refactor usage of null values in Teams models (#863) 2021-05-25 15:46:46 -07:00
datastore_password_reset.go Refactor MySQL tests into package mysql (#586) 2021-04-05 11:04:53 -07:00
datastore_queries.go Add "observer can run" to query objects (#777) 2021-05-17 12:23:56 -07:00
datastore_scheduled_queries.go Refactor usage of null values in Teams models (#863) 2021-05-25 15:46:46 -07:00
datastore_software.go Initial backend software inventory implementation (#678) 2021-04-26 08:44:22 -07:00
datastore_targets.go Refactor usage of null values in Teams models (#863) 2021-05-25 15:46:46 -07:00
datastore_teams.go Fix host count for list teams (#861) 2021-05-25 15:30:01 -07:00
datastore_unicode.go Refactor MySQL tests into package mysql (#586) 2021-04-05 11:04:53 -07:00
datastore_users.go Refactor usage of null values in Teams models (#863) 2021-05-25 15:46:46 -07:00
datastore.go Fix host count for list teams (#861) 2021-05-25 15:30:01 -07:00