fleet/server/datastore/mysql
Lucas Manuel Rodriguez c69937945a
Introduce entityName type for mysql entity table names (#2139)
* Introduce entity type to specify mysql table names for deleteEntit* functions

* Remove changes entry for issue (non-user facing changes)
2021-09-20 14:47:06 -03:00
..
migrations Add team policies (#2103) 2021-09-20 11:00:57 -03:00
activities_test.go Add support for context in datastore/mysql layer (#1962) 2021-09-14 08:11:07 -04:00
activities.go Use the context in the Datastore layer. (#2030) 2021-09-14 10:44:02 -04:00
app_configs_test.go Add support for context in datastore/mysql layer (#1962) 2021-09-14 08:11:07 -04:00
app_configs.go Use the context in the Datastore layer. (#2030) 2021-09-14 10:44:02 -04:00
campaigns_test.go Add support for context in datastore/mysql layer (#1962) 2021-09-14 08:11:07 -04:00
campaigns.go Use the context in the Datastore layer. (#2030) 2021-09-14 10:44:02 -04:00
carves_test.go Add support for context in datastore/mysql layer (#1962) 2021-09-14 08:11:07 -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 Introduce entityName type for mysql entity table names (#2139) 2021-09-20 14:47:06 -03:00
delete.go Introduce entityName type for mysql entity table names (#2139) 2021-09-20 14:47:06 -03:00
email_changes_test.go Add support for context in datastore/mysql layer (#1962) 2021-09-14 08:11:07 -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 Use the context in the Datastore layer. (#2030) 2021-09-14 10:44:02 -04:00
hosts.go Introduce entityName type for mysql entity table names (#2139) 2021-09-20 14:47:06 -03:00
invites_test.go Add support for context in datastore/mysql layer (#1962) 2021-09-14 08:11:07 -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 support for context in datastore/mysql layer (#1962) 2021-09-14 08:11:07 -04:00
labels.go Introduce entityName type for mysql entity table names (#2139) 2021-09-20 14:47:06 -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 Use the context in the Datastore layer. (#2030) 2021-09-14 10:44:02 -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 Add support for context in datastore/mysql layer (#1962) 2021-09-14 08:11:07 -04:00
password_reset.go Use the context in the Datastore layer. (#2030) 2021-09-14 10:44:02 -04:00
policies_test.go Add team policies (#2103) 2021-09-20 11:00:57 -03:00
policies.go Add team policies (#2103) 2021-09-20 11:00:57 -03:00
queries_test.go Issue 1512 filter observer can run queries (#2110) 2021-09-20 13:07:51 -03:00
queries.go Introduce entityName type for mysql entity table names (#2139) 2021-09-20 14:47:06 -03:00
scheduled_queries_test.go Add support for context in datastore/mysql layer (#1962) 2021-09-14 08:11:07 -04:00
scheduled_queries.go Introduce entityName type for mysql entity table names (#2139) 2021-09-20 14:47:06 -03:00
schema.sql Add team policies (#2103) 2021-09-20 11:00:57 -03:00
sessions_test.go Add support for context in datastore/mysql layer (#1962) 2021-09-14 08:11:07 -04:00
sessions.go Introduce entityName type for mysql entity table names (#2139) 2021-09-20 14:47:06 -03:00
software_test.go Use the context in the Datastore layer. (#2030) 2021-09-14 10:44:02 -04:00
software.go Use the context in the Datastore layer. (#2030) 2021-09-14 10:44:02 -04:00
statistics_test.go Add support for context in datastore/mysql layer (#1962) 2021-09-14 08:11:07 -04:00
statistics.go Use the context in the Datastore layer. (#2030) 2021-09-14 10:44:02 -04:00
targets_test.go Add support for context in datastore/mysql layer (#1962) 2021-09-14 08:11:07 -04:00
targets.go Use the context in the Datastore layer. (#2030) 2021-09-14 10:44:02 -04:00
teams_test.go Add support for context in datastore/mysql layer (#1962) 2021-09-14 08:11:07 -04:00
teams.go Introduce entityName type for mysql entity table names (#2139) 2021-09-20 14:47:06 -03:00
testing_utils.go Refactor integration tests (#1821) 2021-09-15 16:27:53 -03:00
unicode_test.go Add support for context in datastore/mysql layer (#1962) 2021-09-14 08:11:07 -04:00
users_test.go Add support for context in datastore/mysql layer (#1962) 2021-09-14 08:11:07 -04:00
users.go Introduce entityName type for mysql entity table names (#2139) 2021-09-20 14:47:06 -03:00