fleet/server/kolide
Zachary Wasserman 3bab6bae18 Use SELECT DISTINCT in favor of GROUP BY (#1251)
In some MySQL configurations, using a GROUP BY that doesn't refer to every
column in the SELECT will throw errors. Replace the use of GROUP BY with SELECT
DISTINCT as this is also more clear as to the intentions of the query.

Fixes #1249
2017-02-17 11:19:27 -08:00
..
app.go move osquery enroll secret to appconfig (#1004) 2017-01-20 14:48:54 -05:00
campaigns.go renaming kolide-ose to kolide (#1143) 2017-02-01 10:20:50 -07:00
datastore.go Licensing (#1123) 2017-02-03 04:30:59 +08:00
decorators.go Import Config - /config/import #366 (#764) 2017-01-13 12:35:25 -06:00
emails_test.go App Settings - /admin/settings #363 (#590) 2016-12-20 15:54:30 -06:00
emails.go Add invite email template and use the new invite mailer pattern (#711) 2016-12-28 11:55:03 -05:00
file_integrity_monitoring.go Import Config - /config/import #366 (#764) 2017-01-13 12:35:25 -06:00
hosts_test.go add new status to host summary endpoint (#1057) 2017-01-20 08:57:47 -05:00
hosts.go add new status to host summary endpoint (#1057) 2017-01-20 08:57:47 -05:00
import_config_test.go Import Config - /config/import #366 (#764) 2017-01-13 12:35:25 -06:00
import_config_unmarshaler.go Import Config - /config/import #366 (#764) 2017-01-13 12:35:25 -06:00
import_config.go Import Config - /config/import #366 (#764) 2017-01-13 12:35:25 -06:00
invites.go fallback to username if Name field is not set (#996) 2017-01-17 16:37:00 -05:00
labels.go Use SELECT DISTINCT in favor of GROUP BY (#1251) 2017-02-17 11:19:27 -08:00
licenses.go add namedError in addition to baseError (#1195) 2017-02-09 17:27:09 -05:00
network_interfaces.go Host details 405 (#535) 2016-12-02 01:00:00 +08:00
options_test.go Osquery options 365 (#657) 2016-12-29 12:32:28 -06:00
options.go Import Config - /config/import #366 (#764) 2017-01-13 12:35:25 -06:00
osquery.go Push distributed query errors over results websocket (#878) 2017-01-10 19:34:32 -08:00
packs.go Import Config - /config/import #366 (#764) 2017-01-13 12:35:25 -06:00
queries.go Import Config - /config/import #366 (#764) 2017-01-13 12:35:25 -06:00
query_results.go Datastores for buffering distributed query results (#346) 2016-10-31 15:51:19 -07:00
scheduled_queries.go A simpler attempt at using the payload pattern for scheduled queries (#1210) 2017-02-13 14:31:22 -07:00
service.go Licensing (#1123) 2017-02-03 04:30:59 +08:00
sessions.go remove deprecated errors package (#961) 2017-01-14 15:00:09 -05:00
targets.go Added MIA status for hosts that haven't been updated for 30 days (#570) 2016-12-07 01:37:22 +08:00
traits.go consolidate delete operations in mysql store (#746) 2017-01-04 13:18:21 -05:00
users_test.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
users.go Email confirmation fix (#1231) 2017-02-16 21:07:20 +08:00
yara.go Import Config - /config/import #366 (#764) 2017-01-13 12:35:25 -06:00