fleet/server/datastore/mysql
Tomas Touceda 1f324339f8
Add jitter to intervals (#2158)
* Add max jitter percent config

* Fix jitter calc

* Remove comment

* Reduce test jitter to make tests less flaky

* Remove jitter entirely

* Document new config

* Fix doc link
2021-09-21 14:21:44 -03:00
..
migrations Remove fk label membership (#2157) 2021-09-21 11:48:20 -03:00
activities_test.go Improve performance of the Go test suite (#2060) 2021-09-20 14:09:38 -04:00
activities.go Use the context in the Datastore layer. (#2030) 2021-09-14 10:44:02 -04:00
app_configs_test.go Improve performance of the Go test suite (#2060) 2021-09-20 14:09:38 -04:00
app_configs.go Use the context in the Datastore layer. (#2030) 2021-09-14 10:44:02 -04:00
campaigns_test.go Improve performance of the Go test suite (#2060) 2021-09-20 14:09:38 -04:00
campaigns.go Use the context in the Datastore layer. (#2030) 2021-09-14 10:44:02 -04:00
carves_test.go Improve performance of the Go test suite (#2060) 2021-09-20 14:09:38 -04:00
carves.go Use the context in the Datastore layer. (#2030) 2021-09-14 10:44:02 -04:00
config.go Add support for MySQL read replicas (#1786) 2021-09-01 15:50:52 -04:00
delete_test.go Improve performance of the Go test suite (#2060) 2021-09-20 14:09:38 -04:00
delete.go Introduce entityName type for mysql entity table names (#2139) 2021-09-20 14:47:06 -03:00
email_changes_test.go Improve performance of the Go test suite (#2060) 2021-09-20 14:09:38 -04:00
email_changes.go Use the context in the Datastore layer. (#2030) 2021-09-14 10:44:02 -04:00
errors.go Remove invited_by from invite parameters (#591) 2021-04-05 13:28:43 -07:00
fulltext_test.go Fix target search behavior with - and + symbols (#2067) 2019-07-03 10:47:43 -07:00
fulltext.go Fix target search behavior with - and + symbols (#2067) 2019-07-03 10:47:43 -07:00
hosts_test.go Improve performance of the Go test suite (#2060) 2021-09-20 14:09:38 -04:00
hosts.go Introduce entityName type for mysql entity table names (#2139) 2021-09-20 14:47:06 -03:00
invites_test.go Improve performance of the Go test suite (#2060) 2021-09-20 14:09:38 -04:00
invites.go Introduce entityName type for mysql entity table names (#2139) 2021-09-20 14:47:06 -03:00
labels_test.go Add jitter to intervals (#2158) 2021-09-21 14:21:44 -03:00
labels.go Add jitter to intervals (#2158) 2021-09-21 14:21:44 -03:00
locks_test.go Use the context in the Datastore layer. (#2030) 2021-09-14 10:44:02 -04:00
locks.go Use the context in the Datastore layer. (#2030) 2021-09-14 10:44:02 -04:00
migrations_test.go Add support for context in datastore/mysql layer (#1962) 2021-09-14 08:11:07 -04:00
mysql_test.go Use the context in the Datastore layer. (#2030) 2021-09-14 10:44:02 -04:00
mysql.go Introduce entityName type for mysql entity table names (#2139) 2021-09-20 14:47:06 -03:00
packs_test.go Improve performance of the Go test suite (#2060) 2021-09-20 14:09:38 -04:00
packs.go Introduce entityName type for mysql entity table names (#2139) 2021-09-20 14:47:06 -03:00
password_reset_test.go Improve performance of the Go test suite (#2060) 2021-09-20 14:09:38 -04:00
password_reset.go Use the context in the Datastore layer. (#2030) 2021-09-14 10:44:02 -04:00
policies_test.go Improve performance of the Go test suite (#2060) 2021-09-20 14:09:38 -04:00
policies.go Add team policies (#2103) 2021-09-20 11:00:57 -03:00
queries_test.go Improve performance of the Go test suite (#2060) 2021-09-20 14:09:38 -04:00
queries.go Introduce entityName type for mysql entity table names (#2139) 2021-09-20 14:47:06 -03:00
scheduled_queries_test.go Improve performance of the Go test suite (#2060) 2021-09-20 14:09:38 -04:00
scheduled_queries.go Introduce entityName type for mysql entity table names (#2139) 2021-09-20 14:47:06 -03:00
schema.sql Remove fk label membership (#2157) 2021-09-21 11:48:20 -03:00
sessions_test.go Improve performance of the Go test suite (#2060) 2021-09-20 14:09:38 -04:00
sessions.go Introduce entityName type for mysql entity table names (#2139) 2021-09-20 14:47:06 -03:00
software_test.go Improve performance of the Go test suite (#2060) 2021-09-20 14:09:38 -04:00
software.go Improve performance of the Go test suite (#2060) 2021-09-20 14:09:38 -04:00
statistics_test.go Improve performance of the Go test suite (#2060) 2021-09-20 14:09:38 -04:00
statistics.go Use the context in the Datastore layer. (#2030) 2021-09-14 10:44:02 -04:00
targets_test.go Improve performance of the Go test suite (#2060) 2021-09-20 14:09:38 -04:00
targets.go Use the context in the Datastore layer. (#2030) 2021-09-14 10:44:02 -04:00
teams_test.go Improve performance of the Go test suite (#2060) 2021-09-20 14:09:38 -04:00
teams.go Introduce entityName type for mysql entity table names (#2139) 2021-09-20 14:47:06 -03:00
testing_utils.go Improve performance of the Go test suite (#2060) 2021-09-20 14:09:38 -04:00
unicode_test.go Add support for context in datastore/mysql layer (#1962) 2021-09-14 08:11:07 -04:00
users_test.go Improve performance of the Go test suite (#2060) 2021-09-20 14:09:38 -04:00
users.go Introduce entityName type for mysql entity table names (#2139) 2021-09-20 14:47:06 -03:00