fleet/server/service
Tomas Touceda 435178e93c
Add bundle identifier to software when available (#2220)
* Add bundle identifier to software when available

* Update docs

* Delete unneeded test
2021-09-28 18:13:34 -03:00
..
middleware Return a distinct error when the auth header is not available vs when it's bad (#1294) 2021-07-05 10:17:31 -03:00
mock Debug log per host (#1978) 2021-09-10 14:48:33 -03:00
osquery_utils Add bundle identifier to software when available (#2220) 2021-09-28 18:13:34 -03:00
testdata add endpoint to serve the kolide certificate back to the user (#1025) 2017-01-20 14:32:10 -05:00
client_appconfig.go Refactor app config (POC, for now) (#1685) 2021-08-20 12:27:41 -03:00
client_carves.go Add v4 suffix in go.mod (#1224) 2021-06-25 21:46:51 -07:00
client_debug.go Add debug endpoints and associated fleetctl commands (#45) 2020-11-17 17:12:37 -08:00
client_errors.go Configure golangci-lint for the whole repository 2021-08-24 13:35:03 -04:00
client_hosts.go add team_id filter to fleetctl & api (#1596) 2021-08-11 10:40:56 -04:00
client_labels.go Add v4 suffix in go.mod (#1224) 2021-06-25 21:46:51 -07:00
client_live_query_test.go Support close the websocket of LiveQueryResultsHandler (#1006) 2021-09-10 16:26:39 -03:00
client_live_query.go Support close the websocket of LiveQueryResultsHandler (#1006) 2021-09-10 16:26:39 -03:00
client_packs.go Add v4 suffix in go.mod (#1224) 2021-06-25 21:46:51 -07:00
client_queries.go Add v4 suffix in go.mod (#1224) 2021-06-25 21:46:51 -07:00
client_sessions.go Remove username from UI (#1168) 2021-06-24 13:42:29 -07:00
client_setup.go Refactor app config (POC, for now) (#1685) 2021-08-20 12:27:41 -03:00
client_software.go Implement fleetctl get software and the underlying API (#1999) 2021-09-14 10:58:48 -03:00
client_targets.go Add v4 suffix in go.mod (#1224) 2021-06-25 21:46:51 -07:00
client_teams.go Issue 1361 fleetctl teams (#1405) 2021-07-19 16:48:49 -03:00
client_users.go Issue 1359 fleetctl team transfer (#1413) 2021-07-21 14:03:10 -03:00
client.go Refactor integration tests (#1821) 2021-09-15 16:27:53 -03:00
debug_handler_test.go Add v4 suffix in go.mod (#1224) 2021-06-25 21:46:51 -07:00
debug_handler.go Add v4 suffix in go.mod (#1224) 2021-06-25 21:46:51 -07:00
endpoint_activities.go Issue 1324 add activity feed (#1343) 2021-07-13 16:54:22 -03:00
endpoint_appconfig.go Issue 1599 offline webhook (#1777) 2021-08-27 11:15:36 -03:00
endpoint_campaigns.go Add v4 suffix in go.mod (#1224) 2021-06-25 21:46:51 -07:00
endpoint_carves.go Add v4 suffix in go.mod (#1224) 2021-06-25 21:46:51 -07:00
endpoint_certificate.go Add v4 suffix in go.mod (#1224) 2021-06-25 21:46:51 -07:00
endpoint_change_email.go Add v4 suffix in go.mod (#1224) 2021-06-25 21:46:51 -07:00
endpoint_global_schedule.go Issue 1231 add global schedule (#1383) 2021-07-16 10:15:15 -03:00
endpoint_hosts.go fix get hosts command to properly output json/yaml (#1774) 2021-08-31 11:37:03 -04:00
endpoint_invites.go Add v4 suffix in go.mod (#1224) 2021-06-25 21:46:51 -07:00
endpoint_labels.go Issue 1362 fleetctl user roles (#1397) 2021-07-16 15:28:13 -03:00
endpoint_middleware_test.go Add support for context in datastore/mysql layer (#1962) 2021-09-14 08:11:07 -04:00
endpoint_middleware.go Debug log per host (#1978) 2021-09-10 14:48:33 -03:00
endpoint_osquery.go Add v4 suffix in go.mod (#1224) 2021-06-25 21:46:51 -07:00
endpoint_packs.go modify packs api to filter non-empty pack_type from response (#1558) 2021-08-10 09:43:27 -04:00
endpoint_queries.go Issue 1362 fleetctl user roles (#1397) 2021-07-16 15:28:13 -03:00
endpoint_scheduled_queries.go Add v4 suffix in go.mod (#1224) 2021-06-25 21:46:51 -07:00
endpoint_sessions.go Refactor app config (POC, for now) (#1685) 2021-08-20 12:27:41 -03:00
endpoint_setup.go Refactor app config (POC, for now) (#1685) 2021-08-20 12:27:41 -03:00
endpoint_status.go Add v4 suffix in go.mod (#1224) 2021-06-25 21:46:51 -07:00
endpoint_targets.go Add v4 suffix in go.mod (#1224) 2021-06-25 21:46:51 -07:00
endpoint_teams.go Configure golangci-lint for the whole repository 2021-08-24 13:35:03 -04:00
endpoint_users.go Add v4 suffix in go.mod (#1224) 2021-06-25 21:46:51 -07:00
endpoint_utils_test.go Implement fleetctl get software and the underlying API (#1999) 2021-09-14 10:58:48 -03:00
endpoint_utils.go Implement fleetctl get software and the underlying API (#1999) 2021-09-14 10:58:48 -03:00
frontend.go Add v4 suffix in go.mod (#1224) 2021-06-25 21:46:51 -07:00
global_policies_test.go Update URLs from team to teams, add tests for policy auth (#2228) 2021-09-27 14:02:11 -03:00
global_policies.go Add support for context in datastore/mysql layer (#1962) 2021-09-14 08:11:07 -04:00
handler_test.go Debug log per host (#1978) 2021-09-10 14:48:33 -03:00
handler.go Update URLs from team to teams, add tests for policy auth (#2228) 2021-09-27 14:02:11 -03:00
http_auth_test.go Refactor integration tests (#1821) 2021-09-15 16:27:53 -03:00
http_auth.go Don't check authViewer if there's no bearer token (#2200) 2021-09-23 12:44:04 -03:00
integration_core_test.go Add policy updated at (#2246) 2021-09-27 16:27:38 -03:00
integration_ds_only_test.go Refactor integration tests (#1821) 2021-09-15 16:27:53 -03:00
integration_enterprise_test.go Update URLs from team to teams, add tests for policy auth (#2228) 2021-09-27 14:02:11 -03:00
integration_logger_test.go Add policy updated at (#2246) 2021-09-27 16:27:38 -03:00
metrics_appconfig.go Refactor app config (POC, for now) (#1685) 2021-08-20 12:27:41 -03:00
metrics_change_email.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
metrics_invites.go Add v4 suffix in go.mod (#1224) 2021-06-25 21:46:51 -07:00
metrics_labels.go Add v4 suffix in go.mod (#1224) 2021-06-25 21:46:51 -07:00
metrics_sessions.go Refactor app config (POC, for now) (#1685) 2021-08-20 12:27:41 -03:00
metrics_users.go Add v4 suffix in go.mod (#1224) 2021-06-25 21:46:51 -07:00
metrics.go Issue 1362 fleetctl user roles (#1397) 2021-07-16 15:28:13 -03:00
service_activities.go Add support for context in datastore/mysql layer (#1962) 2021-09-14 08:11:07 -04:00
service_agent_options_test.go Add support for context in datastore/mysql layer (#1962) 2021-09-14 08:11:07 -04:00
service_agent_options.go Add support for context in datastore/mysql layer (#1962) 2021-09-14 08:11:07 -04:00
service_appconfig_test.go Add support for context in datastore/mysql layer (#1962) 2021-09-14 08:11:07 -04:00
service_appconfig.go Add policy updated at (#2246) 2021-09-27 16:27:38 -03:00
service_campaign_test.go Add jitter to intervals (#2158) 2021-09-21 14:21:44 -03:00
service_campaigns.go Allow team maintainers to run new queries in the team hosts (#2076) 2021-09-20 11:09:51 -03:00
service_carves_test.go Add support for context in datastore/mysql layer (#1962) 2021-09-14 08:11:07 -04:00
service_carves.go Add support for context in datastore/mysql layer (#1962) 2021-09-14 08:11:07 -04:00
service_certificate_test.go add endpoint to serve the kolide certificate back to the user (#1025) 2017-01-20 14:32:10 -05:00
service_certificate.go Refactor app config (POC, for now) (#1685) 2021-08-20 12:27:41 -03:00
service_errors.go Refactor teams service methods (#910) 2021-05-31 17:07:51 -07:00
service_global_schedule.go Add support for context in datastore/mysql layer (#1962) 2021-09-14 08:11:07 -04:00
service_hosts_test.go Add policy updated at (#2246) 2021-09-27 16:27:38 -03:00
service_hosts.go Add support for context in datastore/mysql layer (#1962) 2021-09-14 08:11:07 -04:00
service_invites_test.go Add support for context in datastore/mysql layer (#1962) 2021-09-14 08:11:07 -04:00
service_invites.go Add support for context in datastore/mysql layer (#1962) 2021-09-14 08:11:07 -04:00
service_labels_test.go Add support for context in datastore/mysql layer (#1962) 2021-09-14 08:11:07 -04:00
service_labels.go Add support for context in datastore/mysql layer (#1962) 2021-09-14 08:11:07 -04:00
service_osquery_test.go Add bundle identifier to software when available (#2220) 2021-09-28 18:13:34 -03:00
service_osquery.go Add policy updated at (#2246) 2021-09-27 16:27:38 -03:00
service_packs_test.go Add support for context in datastore/mysql layer (#1962) 2021-09-14 08:11:07 -04:00
service_packs.go Add support for context in datastore/mysql layer (#1962) 2021-09-14 08:11:07 -04:00
service_queries_test.go Issue 2133 team maintainer can edit delete queries (#2256) 2021-09-28 14:53:05 -03:00
service_queries.go Issue 2133 team maintainer can edit delete queries (#2256) 2021-09-28 14:53:05 -03:00
service_scheduled_queries_test.go Add support for context in datastore/mysql layer (#1962) 2021-09-14 08:11:07 -04:00
service_scheduled_queries.go Issue 2058 team maintainer add queries (#2255) 2021-09-28 13:34:43 -03:00
service_sessions_test.go Configure golangci-lint for the whole repository 2021-08-24 13:35:03 -04:00
service_sessions.go Add support for context in datastore/mysql layer (#1962) 2021-09-14 08:11:07 -04:00
service_status.go Add support for context in datastore/mysql layer (#1962) 2021-09-14 08:11:07 -04:00
service_targets_test.go Add support for context in datastore/mysql layer (#1962) 2021-09-14 08:11:07 -04:00
service_targets.go Add support for context in datastore/mysql layer (#1962) 2021-09-14 08:11:07 -04:00
service_teams.go Add v4 suffix in go.mod (#1224) 2021-06-25 21:46:51 -07:00
service_users_test.go Add support for context in datastore/mysql layer (#1962) 2021-09-14 08:11:07 -04:00
service_users.go Add support for context in datastore/mysql layer (#1962) 2021-09-14 08:11:07 -04:00
service.go Add jitter to intervals (#2158) 2021-09-21 14:21:44 -03:00
software_test.go Implement fleetctl get software and the underlying API (#1999) 2021-09-14 10:58:48 -03:00
software.go Implement fleetctl get software and the underlying API (#1999) 2021-09-14 10:58:48 -03:00
team_policies_test.go Update URLs from team to teams, add tests for policy auth (#2228) 2021-09-27 14:02:11 -03:00
team_policies.go Issue 2058 team maintainer add queries (#2255) 2021-09-28 13:34:43 -03:00
team_schedule_test.go Issue 2058 team maintainer add queries (#2255) 2021-09-28 13:34:43 -03:00
team_schedule.go Issue 2058 team maintainer add queries (#2255) 2021-09-28 13:34:43 -03:00
teams.go Add support for context in datastore/mysql layer (#1962) 2021-09-14 08:11:07 -04:00
testing_client.go Add team policies (#2103) 2021-09-20 11:00:57 -03:00
testing_utils.go Refactor integration tests (#1821) 2021-09-15 16:27:53 -03:00
translator.go Add support for context in datastore/mysql layer (#1962) 2021-09-14 08:11:07 -04:00
transport_activities.go Issue 1324 add activity feed (#1343) 2021-07-13 16:54:22 -03:00
transport_appconfig.go Refactor app config (POC, for now) (#1685) 2021-08-20 12:27:41 -03:00
transport_campaigns.go Add fleetctl query command (#1784) 2018-05-17 15:54:34 -07:00
transport_carves.go Add v4 suffix in go.mod (#1224) 2021-06-25 21:46:51 -07:00
transport_change_email.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
transport_error_test.go Issue 1286 improve errors (#1322) 2021-07-08 12:50:43 -03:00
transport_error.go Configure golangci-lint for the whole repository 2021-08-24 13:35:03 -04:00
transport_global_schedule.go Issue 1231 add global schedule (#1383) 2021-07-16 10:15:15 -03:00
transport_hosts.go Implement add hosts to team by filters API (#866) 2021-05-25 21:29:52 -07:00
transport_invites_test.go Remove kolide types and packages from backend (#974) 2021-06-06 15:07:29 -07:00
transport_invites.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
transport_labels_test.go Deprecate /api/v1/kolide routes (#297) 2021-02-10 12:13:11 -08:00
transport_labels.go Add support for filtering hosts in label (#335) 2021-02-18 12:52:43 -08:00
transport_osquery_test.go Add v4 suffix in go.mod (#1224) 2021-06-25 21:46:51 -07:00
transport_osquery.go Add v4 suffix in go.mod (#1224) 2021-06-25 21:46:51 -07:00
transport_packs_test.go Deprecate /api/v1/kolide routes (#297) 2021-02-10 12:13:11 -08:00
transport_packs.go Fix pack and query UI issues in Fleet 2.0 (#1829) 2018-06-15 10:13:11 -04:00
transport_queries_test.go Deprecate /api/v1/kolide routes (#297) 2021-02-10 12:13:11 -08:00
transport_queries.go Issue 1362 fleetctl user roles (#1397) 2021-07-16 15:28:13 -03:00
transport_scheduled_queries_test.go Deprecate /api/v1/kolide routes (#297) 2021-02-10 12:13:11 -08:00
transport_scheduled_queries.go Fix pack and query UI issues in Fleet 2.0 (#1829) 2018-06-15 10:13:11 -04:00
transport_sessions_test.go Remove username from UI (#1168) 2021-06-24 13:42:29 -07:00
transport_sessions.go Add v4 suffix in go.mod (#1224) 2021-06-25 21:46:51 -07:00
transport_setup.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
transport_targets_test.go Add support for Teams in targets and live queries (#880) 2021-05-27 13:18:00 -07:00
transport_targets.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
transport_teams.go Refactor enroll secrets to support Teams (#903) 2021-05-31 09:02:05 -07:00
transport_test.go Add v4 suffix in go.mod (#1224) 2021-06-25 21:46:51 -07:00
transport_users_test.go Remove kolide types and packages from backend (#974) 2021-06-06 15:07:29 -07:00
transport_users.go Add authorization checks in service (#938) 2021-06-03 16:24:15 -07:00
transport.go Add global policies (#1750) 2021-08-24 17:24:52 -03:00
user_roles.go Add support for context in datastore/mysql layer (#1962) 2021-09-14 08:11:07 -04:00
validation_app_config_test.go Refactor app config (POC, for now) (#1685) 2021-08-20 12:27:41 -03:00
validation_app_config.go Add support for context in datastore/mysql layer (#1962) 2021-09-14 08:11:07 -04:00
validation_invites.go Add v4 suffix in go.mod (#1224) 2021-06-25 21:46:51 -07:00
validation_setup.go Refactor app config (POC, for now) (#1685) 2021-08-20 12:27:41 -03:00
validation_users.go Update create user validation and documentation (#1285) 2021-07-02 08:35:26 -07:00