fleet/server/datastore/mysql
Tomas Touceda 06a64cdd2c
Use id instead of seen time/created_at to sort hosts (#3482)
* Use id instead of seen time/created_at to sort hosts

* Add test for ordering by id
2021-12-23 15:45:50 -03:00
..
migrations Add support for google chrome profiles (#3423) 2021-12-21 15:36:19 -05:00
activities_test.go Improve performance of the Go test suite (#2060) 2021-09-20 14:09:38 -04:00
activities.go Create errors with ctxerr, add the call to store them in redis (#2786) 2021-11-15 09:11:38 -05:00
aggregated_stats_test.go UI feature: Frontend of performance impact bubbles (#2589) 2021-10-22 16:05:49 -04:00
aggregated_stats.go Create errors with ctxerr, add the call to store them in redis (#2786) 2021-11-15 09:11:38 -05:00
app_configs_test.go Improve performance of the Go test suite (#2060) 2021-09-20 14:09:38 -04:00
app_configs.go Create errors with ctxerr, add the call to store them in redis (#2786) 2021-11-15 09:11:38 -05:00
campaigns_test.go Improve performance of the Go test suite (#2060) 2021-09-20 14:09:38 -04:00
campaigns.go Create errors with ctxerr, add the call to store them in redis (#2786) 2021-11-15 09:11:38 -05:00
carves_test.go Improve performance of the Go test suite (#2060) 2021-09-20 14:09:38 -04:00
carves.go Move carves endpoints to new endpoint pattern (#3148) 2021-12-01 15:45:29 -05:00
config.go Add support for MySQL read replicas (#1786) 2021-09-01 15:50:52 -04:00
delete_test.go Further optimize host select with policies (#3013) 2021-11-18 14:36:35 -03:00
delete.go Create errors with ctxerr, add the call to store them in redis (#2786) 2021-11-15 09:11:38 -05:00
email_changes_test.go Improve performance of the Go test suite (#2060) 2021-09-20 14:09:38 -04:00
email_changes.go Create errors with ctxerr, add the call to store them in redis (#2786) 2021-11-15 09:11:38 -05:00
errors.go Mna 1782 migrate endpoints (#3226) 2021-12-14 16:34:11 -05:00
fulltext_test.go Fix target search behavior with - and + symbols (#2067) 2019-07-03 10:47:43 -07:00
fulltext.go Fix SearchHosts to match for one-char and two-chars queries (#2590) 2021-10-21 17:46:21 -03:00
hosts_test.go Use id instead of seen time/created_at to sort hosts (#3482) 2021-12-23 15:45:50 -03:00
hosts.go Use id instead of seen time/created_at to sort hosts (#3482) 2021-12-23 15:45:50 -03:00
invites_test.go Create errors with ctxerr, add the call to store them in redis (#2786) 2021-11-15 09:11:38 -05:00
invites.go Create errors with ctxerr, add the call to store them in redis (#2786) 2021-11-15 09:11:38 -05:00
labels_test.go Further optimize host select with policies (#3013) 2021-11-18 14:36:35 -03:00
labels.go Migrate labels endpoints to new pattern (#3354) 2021-12-21 09:53:15 -05:00
locks_test.go Add the fleetctl debug {errors,db-locks} sub-commands (#3168) 2021-12-06 09:26:01 -05:00
locks.go Add the fleetctl debug {errors,db-locks} sub-commands (#3168) 2021-12-06 09:26:01 -05:00
migrations_test.go Do not exit on serve/prepare if there are unknown migrations (#3262) 2021-12-08 19:50:00 -03:00
mysql_test.go Add support for google chrome profiles (#3423) 2021-12-21 15:36:19 -05:00
mysql.go Add support for google chrome profiles (#3423) 2021-12-21 15:36:19 -05:00
packs_test.go Optimize requests on packs page (#3327) 2021-12-13 21:50:24 -08:00
packs.go Optimize requests on packs page (#3327) 2021-12-13 21:50:24 -08:00
password_reset_test.go Improve performance of the Go test suite (#2060) 2021-09-20 14:09:38 -04:00
password_reset.go Create errors with ctxerr, add the call to store them in redis (#2786) 2021-11-15 09:11:38 -05:00
policies_test.go Remove platform and team from policy editing (#3233) 2021-12-07 13:01:00 -03:00
policies.go Remove platform and team from policy editing (#3233) 2021-12-07 13:01:00 -03:00
queries_test.go Add author_email to payload of queries (Get/List) (#2798) 2021-11-08 09:06:56 -05:00
queries.go Amend policy creation and spec (for proprietary query), and add update APIs (#2890) 2021-11-24 14:16:42 -03:00
scheduled_queries_test.go Further optimize host select with policies (#3013) 2021-11-18 14:36:35 -03:00
scheduled_queries.go Migrate global scheduled queries endpoints to new pattern (#3235) 2021-12-15 09:06:34 -05:00
schema.sql Add support for google chrome profiles (#3423) 2021-12-21 15:36:19 -05:00
sessions_test.go Improve performance of the Go test suite (#2060) 2021-09-20 14:09:38 -04:00
sessions.go Create errors with ctxerr, add the call to store them in redis (#2786) 2021-11-15 09:11:38 -05:00
software_test.go Add software count API (#3105) 2021-12-03 10:54:17 -03:00
software.go Only join big tables when absolutely needed (#3308) 2021-12-09 17:36:12 -03:00
statistics_test.go Update anonymous usage statistics to record Fleet feature adoption (#3056) 2021-12-06 14:39:00 -06:00
statistics.go Update anonymous usage statistics to record Fleet feature adoption (#3056) 2021-12-06 14:39:00 -06:00
targets_test.go Add COALESCEs on all host_seen_times JOINs (#3147) 2021-12-01 09:05:23 -03:00
targets.go Add COALESCEs on all host_seen_times JOINs (#3147) 2021-12-01 09:05:23 -03:00
teams_test.go Improve performance of the Go test suite (#2060) 2021-09-20 14:09:38 -04:00
teams.go Update anonymous usage statistics to record Fleet feature adoption (#3056) 2021-12-06 14:39:00 -06:00
testing_utils.go Remove deprecated app_configs table (#2884) 2021-11-15 09:34:51 -05:00
unicode_test.go Further optimize host select with policies (#3013) 2021-11-18 14:36:35 -03:00
users_test.go Create errors with ctxerr, add the call to store them in redis (#2786) 2021-11-15 09:11:38 -05:00
users.go Update anonymous usage statistics to record Fleet feature adoption (#3056) 2021-12-06 14:39:00 -06:00