fleet/server/service
2022-12-05 16:50:49 -06:00
..
async Enable errcheck linter for golangci-lint (#8899) 2022-12-05 16:50:49 -06:00
externalsvc Enable errcheck linter for golangci-lint (#8899) 2022-12-05 16:50:49 -06:00
middleware Set authz checked when rate limiting device endpoints (#6702) 2022-07-18 14:22:49 -03:00
mock Add distributed discovery query support for detail queries, add orbit… (#4597) 2022-03-15 16:51:00 -03:00
osquery_utils fix: check device mounted at filesystem root for encryption (#8719) 2022-11-15 10:50:58 -05:00
redis_policy_set Migrate team-related endpoints to new pattern (#3740) 2022-01-19 10:52:14 -05:00
schedule Enable errcheck linter for golangci-lint (#8899) 2022-12-05 16:50:49 -06:00
testdata add endpoint to serve the kolide certificate back to the user (#1025) 2017-01-20 14:32:10 -05:00
activities_test.go Refactor license so it is stored in the context (#8544) 2022-11-15 09:08:05 -05:00
activities.go Refactor ListActivities to new endpoint pattern (#3115) 2021-11-29 08:12:22 -05:00
appconfig_test.go Enable errcheck linter for golangci-lint (#8899) 2022-12-05 16:50:49 -06:00
appconfig.go add dev flag to aid UI development (#8789) 2022-11-22 14:26:36 -03:00
apple_mdm_test.go Enable errcheck linter for golangci-lint (#8899) 2022-12-05 16:50:49 -06:00
apple_mdm.go add <PayloadOrganization> to MDM enrollment payload (#8752) 2022-11-18 11:25:44 -03:00
base_client_errors.go add Go client to consume device endpoints (#5987) 2022-06-01 20:05:05 -03:00
base_client_test.go enhance support for orbit and fleet desktop in osquery-perf (#8217) 2022-10-28 14:27:21 -03:00
base_client.go enhance support for orbit and fleet desktop in osquery-perf (#8217) 2022-10-28 14:27:21 -03:00
campaigns_test.go Store details (query_name and query_sql) about live query in activity feed (#8842) 2022-11-28 16:42:32 +01:00
campaigns.go Store details (query_name and query_sql) about live query in activity feed (#8842) 2022-11-28 16:42:32 +01:00
carves_test.go Refactor license so it is stored in the context (#8544) 2022-11-15 09:08:05 -05:00
carves.go Add new endpoints to retrieve device information by orbit identifier (#4531) 2022-03-09 16:13:56 -05:00
client_appconfig.go Validate team and appconfig payloads, with dry-run and force modes (#7731) 2022-09-19 13:53:44 -04:00
client_apple_mdm.go Add Apple MDM functionality (#7940) 2022-10-05 19:53:54 -03:00
client_carves.go Introduce API version 2022-04, deprecate use of /global in paths (#4731) 2022-04-05 11:35:53 -04:00
client_debug.go don't clear errors automatically when reading them from Redis (#5623) 2022-05-10 11:44:43 -03:00
client_hosts.go Add display_name to more results (#8204) 2022-10-14 11:14:18 -03:00
client_labels.go Introduce API version 2022-04, deprecate use of /global in paths (#4731) 2022-04-05 11:35:53 -04:00
client_live_query_test.go Add display_name to more results (#8204) 2022-10-14 11:14:18 -03:00
client_live_query.go Unversion the /setup endpoint, version the websocket endpoint (#5104) 2022-04-20 15:57:26 -04:00
client_mdm.go Implement fleetctl get mdm-apple (#8786) 2022-12-05 11:35:45 -05:00
client_packs.go Introduce API version 2022-04, deprecate use of /global in paths (#4731) 2022-04-05 11:35:53 -04:00
client_policies.go Introduce API version 2022-04, deprecate use of /global in paths (#4731) 2022-04-05 11:35:53 -04:00
client_queries.go Introduce API version 2022-04, deprecate use of /global in paths (#4731) 2022-04-05 11:35:53 -04:00
client_sessions.go Introduce API version 2022-04, deprecate use of /global in paths (#4731) 2022-04-05 11:35:53 -04:00
client_setup.go fleetctl preview to use v1 setup path, to support previous versions of fleet (#5331) 2022-04-25 10:02:21 -03:00
client_software.go add upgrade tests (#6596) 2022-07-19 15:11:51 -06:00
client_targets.go Add display_name to more results (#8204) 2022-10-14 11:14:18 -03:00
client_teams.go Validate team spec unknown keys (#8265) 2022-10-24 08:49:44 -04:00
client_users.go Introduce API version 2022-04, deprecate use of /global in paths (#4731) 2022-04-05 11:35:53 -04:00
client.go Add Apple MDM functionality (#7940) 2022-10-05 19:53:54 -03:00
cron_schedues_test.go Implement schedule triggers (#8747) 2022-11-28 13:28:06 -06:00
cron_schedules.go Implement schedule triggers (#8747) 2022-11-28 13:28:06 -06:00
debug_handler_test.go Add fleetctl debug migrations command to get missing migrations (#2967) 2021-11-22 14:06:12 -03:00
debug_handler.go Enable errcheck linter for golangci-lint (#8899) 2022-12-05 16:50:49 -06:00
device_client_test.go Fleet desktop should use lightweight endpoint for getting failing policies count (#8159) 2022-10-12 17:13:43 -03:00
device_client.go Fleet desktop should use lightweight endpoint for getting failing policies count (#8159) 2022-10-12 17:13:43 -03:00
devices.go Add method to fleetDesktopResponse to satisfy the errorer interface (#8457) 2022-10-26 16:17:11 -03:00
endpoint_campaigns.go Enable errcheck linter for golangci-lint (#8899) 2022-12-05 16:50:49 -06:00
endpoint_middleware_test.go Refactor license so it is stored in the context (#8544) 2022-11-15 09:08:05 -05:00
endpoint_middleware.go Orbit remote management for flags (#7246) 2022-09-24 00:30:23 +05:30
endpoint_setup.go Add read replica testing helpers and fix non-sso login bug (#4908) 2022-04-04 16:52:05 -07:00
endpoint_utils_test.go Refactor license so it is stored in the context (#8544) 2022-11-15 09:08:05 -05:00
endpoint_utils.go Validate team spec unknown keys (#8265) 2022-10-24 08:49:44 -04:00
frontend.go add browser-related security headers to HTML responses (#8180) 2022-10-12 10:19:21 -03:00
global_policies_test.go Refactor license so it is stored in the context (#8544) 2022-11-15 09:08:05 -05:00
global_policies.go Validate team and appconfig payloads, with dry-run and force modes (#7731) 2022-09-19 13:53:44 -04:00
global_schedule_test.go Refactor license so it is stored in the context (#8544) 2022-11-15 09:08:05 -05:00
global_schedule.go Merge pull request from GHSA-pr2g-j78h-84cr 2022-04-18 10:27:30 -07:00
handler_test.go Refactor license so it is stored in the context (#8544) 2022-11-15 09:08:05 -05:00
handler.go Enable errcheck linter for golangci-lint (#8899) 2022-12-05 16:50:49 -06:00
hosts_test.go Refactor license so it is stored in the context (#8544) 2022-11-15 09:08:05 -05:00
hosts.go Refactor license so it is stored in the context (#8544) 2022-11-15 09:08:05 -05:00
http_auth_test.go Introduce API version 2022-04, deprecate use of /global in paths (#4731) 2022-04-05 11:35:53 -04:00
http_auth.go Remove unused request-id in context (#3632) 2022-01-13 14:12:56 -08:00
http_publicip.go Add public ip to hosts & derive geolocation when rendering host (#4652) 2022-03-21 12:29:52 -04:00
installer_test.go Refactor license so it is stored in the context (#8544) 2022-11-15 09:08:05 -05:00
installer.go add browser-related security headers to HTML responses (#8180) 2022-10-12 10:19:21 -03:00
integration_core_test.go Enable errcheck linter for golangci-lint (#8899) 2022-12-05 16:50:49 -06:00
integration_desktop_test.go Enable errcheck linter for golangci-lint (#8899) 2022-12-05 16:50:49 -06:00
integration_ds_only_test.go Support async saving of hosts' last seen time (#5640) 2022-05-10 11:29:17 -04:00
integration_enterprise_test.go Enable errcheck linter for golangci-lint (#8899) 2022-12-05 16:50:49 -06:00
integration_live_queries_test.go enable controlled rollout of features by teams (#7408) 2022-08-30 08:13:09 -03:00
integration_logger_test.go return http status 400 for bad json request body (#8287) 2022-10-18 14:43:16 +02:00
integration_sandbox_test.go add browser-related security headers to HTML responses (#8180) 2022-10-12 10:19:21 -03:00
integration_sso_test.go Validate team and appconfig payloads, with dry-run and force modes (#7731) 2022-09-19 13:53:44 -04:00
invites_test.go Refactor license so it is stored in the context (#8544) 2022-11-15 09:08:05 -05:00
invites.go Fix update invite email conflict (#4751) 2022-03-28 09:38:57 -06:00
jitter_test.go Migrate special-case endpoints to new pattern (#4511) 2022-03-08 11:27:38 -05:00
jitter.go Migrate special-case endpoints to new pattern (#4511) 2022-03-08 11:27:38 -05:00
labels_test.go Refactor license so it is stored in the context (#8544) 2022-11-15 09:08:05 -05:00
labels.go Add display_name to more results (#8204) 2022-10-14 11:14:18 -03:00
live_queries.go Shorten "simple" query API period to 25s (#3775) 2022-01-19 17:48:57 -08:00
mdm_test.go Implement fleetctl get mdm-apple (#8786) 2022-12-05 11:35:45 -05:00
mdm.go Implement fleetctl get mdm-apple (#8786) 2022-12-05 11:35:45 -05:00
mem_failing_policies_set_test.go Fix failing policy sets for redis cluster mode (#3725) 2022-01-17 15:16:54 -05:00
metrics_appconfig.go Validate team and appconfig payloads, with dry-run and force modes (#7731) 2022-09-19 13:53:44 -04: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 add back-end implementation for SSO JIT provisioning (#7182) 2022-08-15 14:42:33 -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
orbit_client.go orbit: Correctly handle errors in authenticatedRequest. Fixes #8472 (#8860) 2022-11-29 11:54:36 -05:00
orbit.go enhance support for orbit and fleet desktop in osquery-perf (#8217) 2022-10-28 14:27:21 -03:00
osquery_test.go Enable errcheck linter for golangci-lint (#8899) 2022-12-05 16:50:49 -06:00
osquery.go Refactor license so it is stored in the context (#8544) 2022-11-15 09:08:05 -05:00
packs_test.go Refactor license so it is stored in the context (#8544) 2022-11-15 09:08:05 -05:00
packs.go Validate team and appconfig payloads, with dry-run and force modes (#7731) 2022-09-19 13:53:44 -04:00
queries_test.go Refactor license so it is stored in the context (#8544) 2022-11-15 09:08:05 -05:00
queries.go Validate team and appconfig payloads, with dry-run and force modes (#7731) 2022-09-19 13:53:44 -04:00
scheduled_queries_test.go Refactor license so it is stored in the context (#8544) 2022-11-15 09:08:05 -05:00
scheduled_queries.go Validate team and appconfig payloads, with dry-run and force modes (#7731) 2022-09-19 13:53:44 -04:00
service_appconfig_test.go Refactor license so it is stored in the context (#8544) 2022-11-15 09:08:05 -05:00
service_appconfig.go Refactor license so it is stored in the context (#8544) 2022-11-15 09:08:05 -05:00
service_campaign_test.go Refactor license so it is stored in the context (#8544) 2022-11-15 09:08:05 -05:00
service_campaigns.go Enable errcheck linter for golangci-lint (#8899) 2022-12-05 16:50:49 -06:00
service_errors.go Improve developer documentation: Update seed data documentation (#7904) 2022-10-05 12:42:45 -04:00
service_users.go add back-end implementation for SSO JIT provisioning (#7182) 2022-08-15 14:42:33 -03:00
service.go Implement schedule triggers (#8747) 2022-11-28 13:28:06 -06:00
sessions_test.go Refactor license so it is stored in the context (#8544) 2022-11-15 09:08:05 -05:00
sessions.go Log user email upon successful SSO login (#8012) 2022-09-29 09:25:45 -05:00
software_test.go Refactor license so it is stored in the context (#8544) 2022-11-15 09:08:05 -05:00
software.go Include CVE scores when listing software (#5673) 2022-05-20 10:58:40 -06:00
status.go Migrate the last batch of authenticatedUser endpoints to the new pattern (#4210) 2022-02-15 15:22:19 -05:00
targets_test.go Refactor license so it is stored in the context (#8544) 2022-11-15 09:08:05 -05:00
targets.go Add display_name to more results (#8204) 2022-10-14 11:14:18 -03:00
team_policies_test.go Refactor license so it is stored in the context (#8544) 2022-11-15 09:08:05 -05:00
team_policies.go Add inherited policies to the team's list policies response payload (#8068) 2022-10-12 08:35:36 -04:00
team_schedule_test.go Refactor license so it is stored in the context (#8544) 2022-11-15 09:08:05 -05:00
team_schedule.go Merge pull request from GHSA-pr2g-j78h-84cr 2022-04-18 10:27:30 -07:00
teams_test.go Refactor license so it is stored in the context (#8544) 2022-11-15 09:08:05 -05:00
teams.go Validate team spec unknown keys (#8265) 2022-10-24 08:49:44 -04:00
testing_client.go Add new low_disk_space URL parameter to the GET /hosts endpoint (and GET /hosts/count) (#7853) 2022-09-21 15:16:31 -04:00
testing_utils.go Implement schedule triggers (#8747) 2022-11-28 13:28:06 -06:00
translator.go Migrate special-case endpoints to new pattern (#4511) 2022-03-08 11:27:38 -05:00
transport_error_test.go Create errors with ctxerr, add the call to store them in redis (#2786) 2021-11-15 09:11:38 -05:00
transport_error.go Enable errcheck linter for golangci-lint (#8899) 2022-12-05 16:50:49 -06:00
transport_setup.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
transport_test.go Add v4 suffix in go.mod (#1224) 2021-06-25 21:46:51 -07:00
transport.go add browser-related security headers to HTML responses (#8180) 2022-10-12 10:19:21 -03:00
trigger.go Use POST instead of GET for trigger endpoint (#8888) 2022-11-30 11:57:42 -06:00
user_roles.go Migrate special-case endpoints to new pattern (#4511) 2022-03-08 11:27:38 -05:00
users_test.go Enable errcheck linter for golangci-lint (#8899) 2022-12-05 16:50:49 -06:00
users.go Fix password reset request expiration (#8246) 2022-10-25 09:46:41 -05:00
validation_setup.go Use new error handling approach in other packages (#2954) 2021-11-22 09:13:26 -05:00