fleet/server
Roberto Dip 837fef4bc4
ensure we provide a future date in MSRC test (#8897)
This test was failing in Dec 2022, because in this line:

```go
_, err := sut.GetFeed((now.AddDate(0, 1, 0)).Month(), now.Year())
```

`(now.AddDate(0, 1, 0)).Month()` returns `"January"` , and `now.Year()` returns `2022` , so we were sending a date in the past.
2022-12-01 11:29:07 -03:00
..
authz Implement schedule triggers (#8747) 2022-11-28 13:28:06 -06:00
bindata Allow users to be readded if they were ever removed (#1945) 2021-09-07 13:33:40 -03:00
config Use the same HTTP server config as the production server in tests (#8254) 2022-10-19 07:42:21 -03:00
contexts Refactor license so it is stored in the context (#8544) 2022-11-15 09:08:05 -05:00
datastore Implement schedule triggers (#8747) 2022-11-28 13:28:06 -06:00
errorstore report error analytics (#6341) 2022-06-28 16:31:14 -03:00
fleet Implement schedule triggers (#8747) 2022-11-28 13:28:06 -06:00
health Separate health checks for MySQL and Redis (#6468) 2022-07-01 08:08:03 -03:00
launcher Upgrade osquery-go (#4728) 2022-03-23 12:15:37 -03:00
live_query Bump go to 1.19.1 (#7690) 2022-09-12 20:32:43 -03:00
logging test: use T.TempDir to create temporary test directory (#6080) 2022-06-13 10:20:38 -03:00
mail update copyright year in core product transactional email templates (#3549) 2022-01-01 12:41:32 -06:00
mdm/apple Add Apple MDM functionality (#7940) 2022-10-05 19:53:54 -03:00
mock Implement schedule triggers (#8747) 2022-11-28 13:28:06 -06:00
policies Refactor webhooks cron to new schedule package (#7840) 2022-09-20 14:26:36 -05:00
ptr Feature 7077: Add MSRC feed parser (#7424) 2022-08-30 16:39:50 -04:00
pubsub Add display_name to more results (#8204) 2022-10-14 11:14:18 -03:00
service Use POST instead of GET for trigger endpoint (#8888) 2022-11-30 11:57:42 -06:00
sso Bump go to 1.19.1 (#7690) 2022-09-12 20:32:43 -03:00
test Refactor license so it is stored in the context (#8544) 2022-11-15 09:08:05 -05:00
vulnerabilities ensure we provide a future date in MSRC test (#8897) 2022-12-01 11:29:07 -03:00
webhooks Feature 7494: Use the MSRC security bulletin artifacts for detecting Win OS vulnerabilities (#7889) 2022-10-28 11:12:21 -04:00
websocket improve error handling in vulnerabilities cron (#7276) 2022-08-18 16:53:58 -03:00
worker Refactor license so it is stored in the context (#8544) 2022-11-15 09:08:05 -05:00
utils.go Modify /server/utils to handle all 2xx codes as POST success (#3534) 2021-12-30 16:00:10 -06:00