fleet/server/datastore/mysql/migrations/tables
Victor Lyuboslavsky 5abcf2ef3a
Drop duplicate MySQL indexes. (#24107)
#24109 
Duplicate indexes identified after running pt-duplicate-key-checker
https://docs.percona.com/percona-toolkit/pt-duplicate-key-checker.html

# Checklist for submitter

- [x] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.
See [Changes
files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/Committing-Changes.md#changes-files)
for more information.
- For database migrations:
- [x] Checked schema for all modified table for columns that will
auto-update timestamps during migration.
- [x] Confirmed that updating the timestamps is acceptable, and will not
cause unwanted side effects.
- [x] Ensured the correct collation is explicitly set for character
columns (`COLLATE utf8mb4_unicode_ci`).
2024-11-25 10:03:19 -06:00
..
data Use pkgutil approach to be more effective at uninstalling (#22618) 2024-10-03 14:21:23 -03:00
20161118193812_CreateTableAppConfigs.go Separate tables from data migrations (#745) 2017-01-05 09:27:56 -08:00
20161118211713_CreateTableDistributedQueryCampaignTargets.go Separate tables from data migrations (#745) 2017-01-05 09:27:56 -08:00
20161118212436_CreateTableDistributedQueryCampaigns.go Separate tables from data migrations (#745) 2017-01-05 09:27:56 -08:00
20161118212515_CreateTableDistributedQueryExecutions.go Separate tables from data migrations (#745) 2017-01-05 09:27:56 -08:00
20161118212528_CreateTableHosts.go Separate tables from data migrations (#745) 2017-01-05 09:27:56 -08:00
20161118212538_CreateTableInvites.go Separate tables from data migrations (#745) 2017-01-05 09:27:56 -08:00
20161118212549_CreateTableLabelQueryExecutions.go Separate tables from data migrations (#745) 2017-01-05 09:27:56 -08:00
20161118212557_CreateTableLabels.go Add v4 suffix in go.mod (#1224) 2021-06-25 21:46:51 -07:00
20161118212604_CreateTableOptions.go Separate tables from data migrations (#745) 2017-01-05 09:27:56 -08:00
20161118212613_CreateTableScheduledQueries.go Add global policies (#1750) 2021-08-24 17:24:52 -03:00
20161118212621_CreateTablePackTargets.go Separate tables from data migrations (#745) 2017-01-05 09:27:56 -08:00
20161118212630_CreateTablePacks.go Separate tables from data migrations (#745) 2017-01-05 09:27:56 -08:00
20161118212641_CreateTablePasswordResetRequests.go Remove default timestamp to fix strict error (#1720) 2018-05-04 11:10:17 -06:00
20161118212649_CreateTableUsers.go Separate tables from data migrations (#745) 2017-01-05 09:27:56 -08:00
20161118212656_CreateTableSessions.go Separate tables from data migrations (#745) 2017-01-05 09:27:56 -08:00
20161118212758_CreateTableQueries.go Separate tables from data migrations (#745) 2017-01-05 09:27:56 -08:00
20161128234849_CreateTableNetworkInterfaces.go Separate tables from data migrations (#745) 2017-01-05 09:27:56 -08:00
20161230162221_AddUniqueIndexToPackTargets.go Separate tables from data migrations (#745) 2017-01-05 09:27:56 -08:00
20170104113816_AddSeenTimeToHosts.go Separate tables from data migrations (#745) 2017-01-05 09:27:56 -08:00
20170105151732_AddNameIndexToQueryTable.go Import Config - /config/import #366 (#764) 2017-01-13 12:35:25 -06:00
20170108191242_CreateDecoratorTable.go Import Config - /config/import #366 (#764) 2017-01-13 12:35:25 -06:00
20170109094020_CreateFIMTables.go Import Config - /config/import #366 (#764) 2017-01-13 12:35:25 -06:00
20170109130438_CreateYARATables.go Import Config - /config/import #366 (#764) 2017-01-13 12:35:25 -06:00
20170110202752_DropSMTPEnabledFromAppConfigs.go SMTP API changes (#883) 2017-01-10 21:41:58 -07:00
20170111133013_AddUniqueIndexToQueries.go Enforce uniqueness on query name (#915) 2017-01-16 15:20:15 -07:00
20170117025759_IncreaseQueryLength.go Changed query columns to TEXT type (#969) 2017-01-17 03:20:11 +08:00
20170118191001_AddEnrollSecretToAppConfig.go move osquery enroll secret to appconfig (#1004) 2017-01-20 14:48:54 -05:00
20170119234632_IncreaseQueryDescriptionLength.go increase query description length (#1055) 2017-01-20 08:56:41 -05:00
20170124230432_CreateTableEmailChanges.go Allow user to change email with confirmation (#1102) 2017-01-27 21:35:58 +08:00
20170127014618_CreateTableLicense.go Licensing (#1123) 2017-02-03 04:30:59 +08:00
20170131232841_CreatePublicKeyTable.go Licensing (#1123) 2017-02-03 04:30:59 +08:00
20170223094154_AddTimestampsToNetworkInterfaces.go Fix flapping host network interfaces (#1283) 2017-02-24 14:37:47 -08:00
20170306075207_UseUTF8MB.go Update MySQL definitions for Unicode support 🔥 (#1360) 2017-03-08 09:29:25 -08:00
20170309100733_AddBuiltInColToDecorators.go Decorator support (#1430) 2017-03-28 16:45:18 -05:00
20170331111922_AddIntervalsToHosts.go Retrieve and store host checkin intervals (#1473) 2017-04-06 11:55:24 -07:00
20170502143928_AddIDPColsToAppConfig.go SSO Login and Configuration Support (#1506) 2017-05-17 10:58:40 -05:00
20170504130602_AddSSOColToInvites.go SSO Login and Configuration Support (#1506) 2017-05-17 10:58:40 -05:00
20170509132100_AddSSOFlagToUser.go SSO Login and Configuration Support (#1506) 2017-05-17 10:58:40 -05:00
20170519105647_AddNameToDecorators.go Continue to update names in backend code and docs (#976) 2021-06-06 16:58:23 -07:00
20170519105648_AddFIMMonitoringIntervalToConfig.go Added FIM support (#1548) 2017-08-18 10:37:33 -05:00
20170831234300_DropLicenses.go removing license code (#1551) 2017-09-01 10:42:46 -06:00
20170831234301_DropPublicKeys.go removing license code (#1551) 2017-09-01 10:42:46 -06:00
20170831234303_AddColumnFimFileAccessToConfig.go Add FileAccesses to FIM Configuration (#1717) 2018-02-26 12:54:13 -08:00
20171116163618_CreateTableOsqueryOptions.go Updating golangci-lint to 1.61.0 (#22973) 2024-10-18 12:38:26 -05:00
20171219164727_UpdateScheduledQueryKey.go Fix error when migrating packs and scheduled query has been deleted. (#1851) 2018-06-26 09:54:45 -07:00
20180620164811_PackAndQueryDeletion.go Fix deletion of queries referenced by foreign key (#1842) 2018-06-20 17:32:43 -07:00
20180620175054_ScheduledQueryNameKeys.go Fix bugs with packs created in UI (#1843) 2018-06-21 17:06:44 -07:00
20180620175055_UpdateScheduledQueryNameConstraint.go Fix bug preventing rename of queries scheduled in packs (#1921) 2018-09-12 11:25:35 -07:00
20191010101639_AddHostExpiryToAppConfig.go.go Add automatic host expiration capability (#2117) 2019-10-16 16:35:17 -07:00
20191010155147_UpdateTableHostsSearchIndex.go Allow host search by UUID (#2116) 2019-10-16 10:12:35 -07:00
20191220130734_AddLiveQueryDisabledToAppConfig.go Add ability to disable live queries (#2167) 2020-01-13 16:53:04 -08:00
20200311140000_AddHostMacAndIp.go Store only primary IP and MAC for hosts 2020-07-21 14:05:46 -07:00
20200405120000_UpdateLabelStorage.go Refactor label membership storage 2020-07-21 14:05:46 -07:00
20200407120000_AddLabelMembershipType.go Implement manual labels 2020-07-21 14:05:46 -07:00
20200420120000_CleanupCampaigns.go Move live query operations from MySQL to Redis 2020-07-21 14:05:46 -07:00
20200504120000_AddAdditionalToHosts.go Add host enrollment cooldown period (#112) 2020-12-10 11:04:58 -08:00
20200512120000_CreateTableEnrollSecrets.go Fix empty enroll secret before setup. (#182) 2021-01-07 14:12:51 -08:00
20200707120000_DropUnusedTables.go Clean up unused DB tables, migrations, and code (#2258) 2020-07-08 13:02:18 -07:00
20201011162341_CleanupSoftDeletedColumns.go Fix race condition in updates test (#4661) 2022-03-18 09:30:45 -07:00
20201021104586_CreateCarveTables.go Add file carving support (#15) 2020-11-04 20:45:16 -08:00
20201102112520_ModifyEnrollSecretNodeKeyCollation.go Format and clean code (#774) 2021-05-17 10:29:50 -07:00
20201208121729_AddLastEnrollmentTimeToHosts.go Add host enrollment cooldown period (#112) 2020-12-10 11:04:58 -08:00
20201215091637_ModifyCarveMetadataForS3.go Add AWS S3 as file carving backend (#126) 2020-12-16 09:16:55 -08:00
20210119174155_AddDenylistToScheduledQueries.go Add support for denylist parameter in scheduled queries (#209) 2021-01-25 16:26:14 -08:00
20210326182902_AddEnableSSOIdPLogin.go Add support for IdP-initiated SSO login (#556) 2021-03-30 12:56:20 -07:00
20210421112652_AddSoftwareInventory.go Improved handling for long values in software inventory (#682) 2021-04-26 14:01:05 -07:00
20210506095025_AddScheduledQueryStats.go Fix foreign key cascade for query stats table (#776) 2021-05-17 10:26:01 -07:00
20210513115729_RefetchHostDetail.go Add refetch host API (#767) 2021-05-13 13:09:22 -07:00
20210526113559_MoveHostAdditionalToSeparateTable.go Split host additional into separate table (#875) 2021-05-26 16:24:12 -07:00
20210601000001_CreateTeamsTables.go Fix migration for MariaDB compatibility (#1280) 2021-07-01 15:59:31 -07:00
20210601000002_AddRolesToInvites.go Reorder migrations for pre-4.0 upgrades (#1114) 2021-06-16 11:58:00 -07:00
20210601000003_MigrateAdmin.go Reorder migrations for pre-4.0 upgrades (#1114) 2021-06-16 11:58:00 -07:00
20210601000004_DeleteUsers.go Reorder migrations for pre-4.0 upgrades (#1114) 2021-06-16 11:58:00 -07:00
20210601000005_TeamsAgentOptions.go Reorder migrations for pre-4.0 upgrades (#1114) 2021-06-16 11:58:00 -07:00
20210601000006_TeamsGlobalAgentOptions.go Add v4 suffix in go.mod (#1224) 2021-06-25 21:46:51 -07:00
20210601000007_TeamsObserverQueries.go Reorder migrations for pre-4.0 upgrades (#1114) 2021-06-16 11:58:00 -07:00
20210601000008_TeamsEnrollSecrets.go Updating golangci-lint to 1.61.0 (#22973) 2024-10-18 12:38:26 -05:00
20210606151329_MigrateNames.go Continue to update names in backend code and docs (#976) 2021-06-06 16:58:23 -07:00
20210616163757_AddApiOnlyToUser.go Add backend and fleetctl support for API-only user (#1119) 2021-06-16 18:11:28 -07:00
20210617174723_PackTargetForeignKey.go Allow Packs to be targeted to Teams (#1130) 2021-06-18 09:43:16 -07:00
20210622160235_AddAnalyticsToAppConfig.go Backend and fleetctl for usage analytics (#1167) 2021-06-22 18:02:20 -07:00
20210623100031_RemoveUsername.go Remove username from UI (#1168) 2021-06-24 13:42:29 -07:00
20210623133615_ConsistentColumnNames.go Make naming of host columns consistent (#1183) 2021-06-23 17:32:19 -07:00
20210708143152_AddHostUsers.go Add host users (#1334) 2021-07-13 17:15:38 -03:00
20210709124443_CreateActivitiesTable.go Issue 1324 add activity feed (#1343) 2021-07-13 16:54:22 -03:00
20210712155608_CreateLocksTable.go Issue 1278 select leader (#1367) 2021-07-19 15:08:41 -03:00
20210714102108_AddPackTypeColumn.go Issue 1231 add global schedule (#1383) 2021-07-16 10:15:15 -03:00
20210719153709_AddStatisticsTable.go Issue 1321 usage statistics (#1415) 2021-07-20 18:39:50 -03:00
20210721171531_AddCPETable.go Issue 1435 software to cpe (#1488) 2021-07-29 13:10:34 -03:00
20210723135713_AddVulnerabilityDatabasesPath.go Issue 1435 software to cpe (#1488) 2021-07-29 13:10:34 -03:00
20210802135933_AddCVETable.go Process stored CPEs and store found CVEs (#1533) 2021-08-04 18:01:39 -03:00
20210806112844_NotNullTargetID.go Disallow target ids null altogether (#1578) 2021-08-06 13:20:45 -03:00
20210810095603_AddEnableHostUsers.go Issue 1588 allow disabling host users (#1611) 2021-08-11 14:56:11 -03:00
20210811150223_AddEnableSoftwareInventory.go Issue 1632 software inventory config (#1636) 2021-08-11 15:57:53 -03:00
20210818151827_RemoveForeignKeysSchedQStats.go Amend policy creation and spec (for proprietary query), and add update APIs (#2890) 2021-11-24 14:16:42 -03:00
20210818151828_AddJSONKeyValueTable.go deprecate host_settings in favor of features (#7358) 2022-08-25 13:41:50 -03:00
20210818182258_AddDiskSpaceColumns.go Issue 1601 disk space (#1735) 2021-08-20 14:57:37 -03:00
20210819131107_AddCascadeToHostSoftware.go Make migrations compatible with GTID replication (#2615) 2021-10-21 07:46:02 -03:00
20210819143446_AddPolicies.go Add global policies (#1750) 2021-08-24 17:24:52 -03:00
20210903132338_HostUsersNewPrimary.go Remove id column from host_users to allow for bulk insert (#1931) 2021-09-07 11:02:35 -03:00
20210915144307_AddPoliciesTeamColumn.go Add team policies (#2103) 2021-09-20 11:00:57 -03:00
20210920155130_DropForeignKeysLabelMembership.go Remove fk label membership (#2157) 2021-09-21 11:48:20 -03:00
20210927143115_AddPolicyUpdatedAtColumn.go Optimize policy_updated_at migration (#2362) 2021-10-05 09:24:03 -07:00
20210927143116_AddBundleIdentifierColumn.go fix schema dump (#5562) 2022-05-10 09:03:04 -06:00
20211013133706_AddResolutionColumnToPolicies.go Issue 2456 policies yaml (#2512) 2021-10-15 07:34:11 -03:00
20211013133707_AddAggregatedStats.go Issue 1892 query perf everywhere (#2580) 2021-10-20 18:35:38 -03:00
20211102135149_AddHostSeenTimesTable.go Further optimize host select with policies (#3013) 2021-11-18 14:36:35 -03:00
20211109121546_AddShellToUsers.go Further optimize host select with policies (#3013) 2021-11-18 14:36:35 -03:00
20211110163320_DropAppConfigsTable.go Remove deprecated app_configs table (#2884) 2021-11-15 09:34:51 -05:00
20211116184029_AddPolicyMembershipHistoryIndex.go Add new index to policy_memership_history (#2973) 2021-11-17 11:42:24 -03:00
20211116184030_PolicyWithProprietaryQuery.go Replace uses of ansi quotes (") in SQL statements (#4726) 2022-04-11 11:47:50 -07:00
20211202092042_RemovePolicyHistory.go Fix policy membership migration for MariaDB (#3418) 2021-12-21 14:39:46 -03:00
20211202181033_DropEventHostExpiry.go Issue 3184 drop event host expiry (#3185) 2021-12-03 12:34:58 -03:00
20211207161856_AddIndexForSoftware.go Add index software (#3241) 2021-12-07 16:36:13 -03:00
20211216131203_AddMDMMunkiTables.go Consistently log migrations (#8154) 2022-10-11 15:20:12 -03:00
20211221110132_AddHostEmailsTable.go Add support for google chrome profiles (#3423) 2021-12-21 15:36:19 -05:00
20220107155700_RemoveHostIDFK.go Remove cleanups and fk for host ids (#3607) 2022-01-12 14:07:51 -03:00
20220125105650_UpdateAggregatedStats.go Add hosts_count field to "list software" endpoint (#3873) 2022-01-26 09:47:56 -05:00
20220201084510_AddSoftwareCpeIndex.go Trigger webhooks for recently published vulnerabilities (#3941) 2022-02-02 16:34:37 -05:00
20220208144830_AddSoftwareHostCountsTable.go Use a dedicated table to store hosts_count and fix pagination with vulns (#4104) 2022-02-09 10:16:50 -05:00
20220208144831_AddSoftwareReleaseArchVendorColumns.go Add CentOS parsing+post-processing to reduce false positives in vulnerability processing (#4037) 2022-02-14 15:13:44 -03:00
20220208144831_AddSoftwareReleaseArchVendorColumns_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20220215152203_AddMunkiDeletedAt.go Allow removal of munki versions (#4189) 2022-02-15 16:29:14 -03:00
20220215152203_AddMunkiDeletedAt_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20220223113157_UpdateSoftwareHostCountsTable.go Support listing software hosts count filtered by team (#4388) 2022-02-28 13:55:14 -05:00
20220223113157_UpdateSoftwareHostCountsTable_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20220307104655_AddHostDeviceAuth.go Add new endpoints to retrieve device information by orbit identifier (#4531) 2022-03-09 16:13:56 -05:00
20220309133956_AddTeamConfig.go Add team failing policies webhook (#4633) 2022-03-21 13:16:47 -06:00
20220309133956_AddTeamConfig_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20220316155700_AddPublicIPHosts.go Add public ip to hosts & derive geolocation when rendering host (#4652) 2022-03-21 12:29:52 -04:00
20220323152301_CleanupHostRelatedTables.go Add migration to cleanup host-related tables (#4778) 2022-03-23 15:22:10 -07:00
20220323152301_CleanupHostRelatedTables_test.go Updating golangci-lint to 1.61.0 (#22973) 2024-10-18 12:38:26 -05:00
20220330100659_AddJobsTable.go Merge jira-integration branch to main (#4949) 2022-04-05 12:56:15 -04:00
20220330100659_AddJobsTable_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20220404091216_UpdateAppConfigLogEndpoint.go Introduce API version 2022-04, deprecate use of /global in paths (#4731) 2022-04-05 11:35:53 -04:00
20220404091216_UpdateAppConfigLogEndpoint_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20220419140750_AddHostSoftwareLastOpenedAt.go Collect last_opened_at for macOS software, and return it in host details payload (#5376) 2022-04-26 14:16:59 -04:00
20220419140750_AddHostSoftwareLastOpenedAt_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20220428140039_CleanupEmptyHostEmails.go filter out Google Chrome profiles without an associated email before ingesting (#5440) 2022-05-02 09:55:40 -03:00
20220428140039_CleanupEmptyHostEmails_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20220503134048_AddCVEScoresTable.go Include CVE scores when listing software (#5673) 2022-05-20 10:58:40 -06:00
20220503134048_AddCVEScoresTable_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20220524102918_CleanupOrphanedPolicyMemberships.go ensure previous host membership policies are deleted on enrollment (#5890) 2022-05-30 10:30:15 -03:00
20220524102918_CleanupOrphanedPolicyMemberships_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20220526123327_RenameCVEScoresToCVEMeta.go Sync CVE scores periodically (#5838) 2022-06-01 10:06:57 -06:00
20220526123327_RenameCVEScoresToCVEMeta_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20220526123328_AddIdxOnHostsPlatform.go Rearrange migrations (#6140) 2022-06-08 16:03:23 -03:00
20220526123329_AddSourceToSoftwareCveTable.go Rearrange migrations (#6140) 2022-06-08 16:03:23 -03:00
20220608113128_AddTransparencyURLToAppConfig.go Add new fleet_desktop property to config object (#6151) 2022-06-10 10:39:02 -05:00
20220608113128_AddTransparencyURLToAppConfig_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20220627104817_AddHostBatteriesTable.go increase the length of host_batteries.health (#6560) 2022-07-08 21:06:50 +00:00
20220627104817_AddHostBatteriesTable_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20220704101843_AddSoftwareIDInSoftwareCVE.go Consistently log migrations (#8154) 2022-10-11 15:20:12 -03:00
20220704101843_AddSoftwareIDInSoftwareCVE_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20220708095046_AddUniqconstraintSoftwareIDOnSoftwareCVE.go Enable errcheck linter for golangci-lint (#8899) 2022-12-05 16:50:49 -06:00
20220708095046_AddUniqconstraintSoftwareIDOnSoftwareCVE_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20220713091130_AddOperatingSystemsTable.go Add new database tables and queries for host operating systems (#6920) 2022-08-09 13:34:41 -05:00
20220713091130_AddOperatingSystemsTable_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20220802135510_AddMobileDeviceManagementTable.go Consistently log migrations (#8154) 2022-10-11 15:20:12 -03:00
20220802135510_AddMobileDeviceManagementTable_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20220818101352_ChangeSoftwareVendorWidth.go Consistently log migrations (#8154) 2022-10-11 15:20:12 -03:00
20220818101352_ChangeSoftwareVendorWidth_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20220822161445_CreateMunkiIssuesTable.go Consistently log migrations (#8154) 2022-10-11 15:20:12 -03:00
20220822161445_CreateMunkiIssuesTable_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20220831100036_RemoveCpeIDColumnFromSoftwareCve.go Consistently log migrations (#8154) 2022-10-11 15:20:12 -03:00
20220831100151_AddWindowsUpdatesTable.go Bug 7465: Bump out of date migrations (#7478) 2022-09-06 10:58:10 -04:00
20220831100151_AddWindowsUpdatesTable_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20220908181826_AddOrbitNodeKeyToHosts.go add index to orbit_node_key (#7990) 2022-09-28 02:25:07 +05:30
20220908181826_AddOrbitNodeKeyToHosts_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20220914154915_CreateHostDisksTable.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
20220915165115_AppleMDMTables.go Support for MySQL 8.4.2 (#21364) 2024-08-16 16:32:38 +02:00
20220915165115_AppleMDMTables_nanodep.sql Add Apple MDM functionality (#7940) 2022-10-05 19:53:54 -03:00
20220915165115_AppleMDMTables_nanomdm.sql Support for MySQL 8.4.2 (#21364) 2024-08-16 16:32:38 +02:00
20220915165115_AppleMDMTables_scep.sql Add Apple MDM functionality (#7940) 2022-10-05 19:53:54 -03:00
20220915165116_HostDisplayName.go new timestamp for HostDisplayName migration (#8224) 2022-10-14 15:59:58 +02:00
20220915165116_HostDisplayName_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20220928100158_AddHostDeviceAuthTimestamps.go token rotation for fleet desktop (#7779) 2022-10-10 17:15:35 -03:00
20220928100158_AddHostDeviceAuthTimestamps_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20221014084130_CreateHostOrbitInfoTable.go Add orbit version and osquery version usage statistics (#8229) 2022-10-24 11:12:56 -05:00
20221014084130_CreateHostOrbitInfoTable_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20221027085019_CreateOperatingSystemVulnerabilitiesTable.go Feature 7494: Use the MSRC security bulletin artifacts for detecting Win OS vulnerabilities (#7889) 2022-10-28 11:12:21 -04:00
20221101103952_AddHostDisksEncryption.go Ingest disk encryption flag for hosts, return in GET /hosts/{id} endpoint (#8526) 2022-11-02 15:44:02 -04:00
20221101103952_AddHostDisksEncryption_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20221104144401_AddServerColumnMDM.go Exclude windows servers from mdm aggregation and lists (#8585) 2022-11-08 10:29:40 +01:00
20221109100749_RemoveHostsDiskSpaceColumns.go Add migration to drop gigs/percent disk space from hosts (#8646) 2022-11-15 08:27:40 -05:00
20221109100749_RemoveHostsDiskSpaceColumns_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20221115104546_AddCronStatsTable.go Add holdLock and releaseLock methods to schedule package (#8464) 2022-11-16 15:14:38 -06:00
20221115104546_AddCronStatsTable_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20221130114928_AddPolicyCritical.go Add ability to mark policy as critical. (#8896) 2022-12-06 15:59:20 +01:00
20221205112142_AddErrorToCarveMetadata.go report errors that can occur during file carving (#8972) 2022-12-09 13:21:30 -03:00
20221205112142_AddErrorToCarveMetadata_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20221216115820_PolicyAutomationForExistingViolations.go Fire automations for hosts that failed before automation enabled (#9028) 2022-12-16 22:00:54 +01:00
20221220195934_SetSCEPSerialsAutoIncrement.go issue SCEP certs using 2 as the initial SerialNumber (#9087) 2022-12-23 14:55:34 -03:00
20221220195934_SetSCEPSerialsAutoIncrement_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20221220195935_AddStreamedColumnToActivities.go Generate audit logs for activities (#9001) 2022-12-23 19:04:13 -03:00
20221223174807_AlterHostsTablePendingMDMEnrollments.go Ingest pending MDM hosts (#9065) 2022-12-26 15:32:39 -06:00
20221223174807_AlterHostsTablePendingMDMEnrollments_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20221227163855_CleanupEmptyMobileDeviceManagementSolutions.go Fix ingestion of MDM server for macOS and Windows hosts (#9133) 2023-01-04 10:29:48 -03:00
20221227163855_CleanupEmptyMobileDeviceManagementSolutions_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20221227163856_AddHostUpdatesTable.go Add software_updated_at field to host (#9116) 2023-01-09 08:55:43 -03:00
20230202224725_CreateHostDiskEncryptionKeysTable.go Ingest file vault recovery keys in macOS (#9712) 2023-02-08 11:49:42 -03:00
20230202224725_CreateHostDiskEncryptionKeysTable_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20230206163608_AddTableMDMAppleConfigProfiles.go Add new data types and table for Apple MDM config profiles (#9758) 2023-02-08 18:36:20 -06:00
20230206163608_AddTableMDMAppleConfigProfiles_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20230214131519_AddHostMDMAppleProfilesTable.go add a cron job to reconcile profiles (#9946) 2023-02-22 14:49:06 -03:00
20230214131519_AddHostMDMAppleProfilesTable_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20230303135738_AddMDMIdPAccountsTable.go add schema tables to support DEP Okta flow (#10290) 2023-03-07 10:57:26 -03:00
20230303135738_AddMDMIdPAccountsTable_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20230313135301_AddProfileNameColumnToHostMDMAppleProfilesTable.go Add profile name to host mdm apple profiles (#10455) 2023-03-14 11:21:52 -05:00
20230313135301_AddProfileNameColumnToHostMDMAppleProfilesTable_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20230313141819_AlterAggregatedStats.go Update aggregated_stats to support "no team" in addition to "all teams" (#10466) 2023-03-14 17:01:16 -04:00
20230313141819_AlterAggregatedStats_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20230315104937_EnsureUniformCollation.go upgrade Go version to 1.21.1 (#13877) 2023-09-13 15:59:35 -03:00
20230315104937_EnsureUniformCollation_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20230317173844_CleanupHostMDMAppleProfiles.go Treat MDM profile not found error as if profile was successfully removed (#10579) 2023-03-20 10:47:07 -05:00
20230317173844_CleanupHostMDMAppleProfiles_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20230320133602_AddResetRequestedToHostDiskEncryptionKeys.go allow to rotate disk encryption key from My Device (#10592) 2023-03-20 16:14:07 -03:00
20230320133602_AddResetRequestedToHostDiskEncryptionKeys_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20230330100011_CleanupHostDiskEncryptionKeysTable.go Revert "rename CleanupHostDiskEncryptionKeysTable migration (#10903)" (#10915) 2023-03-31 12:14:50 -05:00
20230330100011_CleanupHostDiskEncryptionKeysTable_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20230330134823_AddSoftwareCPEUniqueConstraint.go Clean out-of-date NVD results. (#10514) 2023-04-03 13:45:18 -04:00
20230330134823_AddSoftwareCPEUniqueConstraint_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20230405232025_AddBootstrapPackagesTable.go implement bootstrap packages during DEP enrollment (#11052) 2023-04-07 17:31:02 -03:00
20230405232025_AddBootstrapPackagesTable_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20230408084104_AddChecksumToProfiles.go various profile fixes (#11084) 2023-04-08 23:23:36 -03:00
20230408084104_AddChecksumToProfiles_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20230411102858_CreateHostBootstrapPackagesTable.go add an endpoint to get an aggregate summary of bootstrap packages (#11156) 2023-04-22 10:23:38 -05:00
20230411102858_CreateHostBootstrapPackagesTable_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20230421155932_UpdateMdmAppleDeliveryStatusTable.go Migrate MDM status values in datastore and API layers (#11278) 2023-04-24 16:27:15 -05:00
20230421155932_UpdateMdmAppleDeliveryStatusTable_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20230425082126_AddMDMAppleSetupAssistants.go Add support for the mdm.macos_setup.macos_setup_assistant key in fleetctl, API (#11296) 2023-04-25 09:36:01 -04:00
20230425082126_AddMDMAppleSetupAssistants_test.go Updating golangci-lint to 1.61.0 (#22973) 2024-10-18 12:38:26 -05:00
20230425105727_AddEulasTable.go add CRUD for EULA (#11274) 2023-05-02 10:09:33 -03:00
20230425105727_AddEulasTable_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20230501154913_AlterMDMAppleSetupAssistantsAddProfileUUID.go Allow "not_before" timestamp for worker jobs, schedule more quickly (#11512) 2023-05-03 16:25:36 -04:00
20230501154913_AlterMDMAppleSetupAssistantsAddProfileUUID_test.go Updating golangci-lint to 1.61.0 (#22973) 2024-10-18 12:38:26 -05:00
20230503101418_AlterJobsAddNotBefore.go Allow "not_before" timestamp for worker jobs, schedule more quickly (#11512) 2023-05-03 16:25:36 -04:00
20230503101418_AlterJobsAddNotBefore_test.go Updating golangci-lint to 1.61.0 (#22973) 2024-10-18 12:38:26 -05:00
20230515144206_AddMDMAppleDefaultSetupAssistants.go Add support for profile UUIDs per team/no-team for the default profile (#11717) 2023-05-17 09:06:14 -04:00
20230515144206_AddMDMAppleDefaultSetupAssistants_test.go Updating golangci-lint to 1.61.0 (#22973) 2024-10-18 12:38:26 -05:00
20230517140952_AddHostSoftwareInstalledPathsTable.go Feature: Store installed file path when ingesting software (#11214) 2023-05-17 14:49:09 -04:00
20230517152807_AddRefetchCriticalQueriesUntilToHosts.go Refetch host mdm enrollment status until unenrolled (#11740) 2023-05-17 15:52:45 -04:00
20230517152807_AddRefetchCriticalQueriesUntilToHosts_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20230518114155_AddFullnameToMDMIdPAccountsTable.go pre-populate username/fullname during account creation (#11557) 2023-05-18 12:50:00 -03:00
20230518114155_AddFullnameToMDMIdPAccountsTable_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20230520153236_AddHostDepAssignmentsTable.go Track host DEP assignments in new table (#11875) 2023-05-23 13:01:04 -05:00
20230520153236_AddHostDepAssignmentsTable_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20230525151159_AddCreatedAtIdxToActivities.go Feature 10566: Optimize query used for listing activities (#11708) 2023-05-25 15:50:36 -04:00
20230530122103_InsertVerifiedMdmAppleDeliveryStatusTable.go Insert "verified" to mdm_apple_delivery_status table (#12033) 2023-05-30 14:11:42 -05:00
20230530122103_InsertVerifiedMdmAppleDeliveryStatusTable_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20230602111827_RemoveQueryParamsFromMDMServerURL.go strip query strings from MDM server_url during ingestion (#12107) 2023-06-05 12:53:36 -03:00
20230602111827_RemoveQueryParamsFromMDMServerURL_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20230608103123_CleanupOrphanedMDMAppleConfigurationProfiles.go bugfixes + adjustments for the puppet module (#12221) 2023-06-08 18:05:44 -03:00
20230608103123_CleanupOrphanedMDMAppleConfigurationProfiles_test.go Updating golangci-lint to 1.61.0 (#22973) 2024-10-18 12:38:26 -05:00
20230629140529_AddWstepTables.go Add certificate management for Microsoft MDM (WSTEP) (#12543) 2023-06-29 19:31:53 -03:00
20230629140530_AddMDMWindowsEnrollmentsTable.go Adding support for RequestSecurityToken messages - Windows MDM enroll endpoint (#12555) 2023-07-05 10:06:37 -03:00
20230629140530_AddMDMWindowsEnrollmentsTable_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20230711144622_SetFileVaultMaxBypassAttempts.go set DeferForceAtUserLoginMaxBypassAttempts in FV profile (#12729) 2023-07-13 11:54:05 -03:00
20230711144622_SetFileVaultMaxBypassAttempts_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20230721135421_QueriesSchemaChanges.go Bump migration, regen test schema 2023-07-21 13:57:22 -04:00
20230721161508_QueriesDataMigrator.go account for NULL values in scheduled_query columns in data migration (#13142) 2023-08-04 09:24:36 -07:00
20230721161508_QueriesDataMigrator_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20230726115701_AddQueriesIndices.go Fix performance regression found in load testing (#12981) 2023-07-26 17:13:27 -04:00
20230807100822_AddIndexNanoEnrollment.go Update nanomdm dependency (#12721) 2023-08-21 11:07:57 -03:00
20230814150442_AddHostScriptResultsTable.go Add /scripts/run and scripts/run/sync API endpoints to run scripts (part 1) (#13417) 2023-08-21 14:47:19 -04:00
20230814150442_AddHostScriptResultsTable_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20230823122728_AddEmailToIdPAccountsTable.go store email used for authentication during MDM SSO (#13480) 2023-08-23 18:23:26 -03:00
20230823122728_AddEmailToIdPAccountsTable_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20230906152143_AddScriptsTable.go DB migrations for saved scripts (#13765) 2023-09-11 11:54:34 -04:00
20230906152143_AddScriptsTable_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20230911163618_AddRetriesColumnHostMdmAppleProfilesTable.go Add retries to MDM profile verification (#13811) 2023-09-12 09:59:47 -05:00
20230911163618_AddRetriesColumnHostMdmAppleProfilesTable_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20230912101759_AddDescToCveMetaTable.go Add Description text to CVE Metadata (#13856) 2023-09-15 11:24:10 -06:00
20230912101759_AddDescToCveMetaTable_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20230915101341_AddColumnClientErrorToHostDiskEncryptionKeys.go Add client_error column to host_disk_encryption_keys table (#13952) 2023-09-18 10:14:24 -05:00
20230915101341_AddColumnClientErrorToHostDiskEncryptionKeys_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20230918132351_AddResolvedInVersionToSoftwareCVE.go Add version_resolved_in to software API (#13939) 2023-09-18 16:53:32 -06:00
20230918132351_AddResolvedInVersionToSoftwareCVE_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20231004144339_MoveDiskEncryptionSetting.go update timestamps 2 2023-10-10 14:20:25 -07:00
20231004144339_MoveDiskEncryptionSetting_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20231009094541_AddIndexToHostScriptResults.go update migration timestamp 2023-10-11 13:11:27 -07:00
20231009094542_AddIndexesToScriptContents.go update order of migrations 2023-10-11 13:22:28 -07:00
20231009094542_AddIndexesToScriptContents_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20231009094543_AddDiscardToQueries.go Reorder migrations 2023-10-11 17:53:30 -03:00
20231009094543_AddDiscardToQueries_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20231009094544_CreateTableQueryReports.go Reorder migrations 2023-10-11 17:53:30 -03:00
20231009094544_CreateTableQueryReports_test.go 15696 Add Policy stats data migration (#15697) 2023-12-18 10:49:53 -07:00
20231016091915_FixQueriesWithEmptyLoggingType.go Prevent empty logging_type when creating and editing queries (#14575) 2023-10-16 19:33:39 -03:00
20231016091915_FixQueriesWithEmptyLoggingType_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20231024174135_RemoveQueryResultsForeignKey.go Add optimizations for query reports at scale (#14710) 2023-10-25 19:20:27 -03:00
20231024174135_RemoveQueryResultsForeignKey_test.go 15696 Add Policy stats data migration (#15697) 2023-12-18 10:49:53 -07:00
20231025120016_UniqueEmailInIdpAccounts.go allow macOS hosts that turned on MDM via SSO to renew their enrollment (#14739) 2023-10-27 12:42:30 -03:00
20231025120016_UniqueEmailInIdpAccounts_test.go Automate skipping of old database migration tests (#15166) 2023-11-15 15:53:42 -05:00
20231025160156_AddHostUuidColumnToMdmWindowsEnrollments.go Feat windows msmdm (#14837) 2023-11-01 11:13:12 -03:00
20231025160156_AddHostUuidColumnToMdmWindowsEnrollments_test.go Feat windows msmdm (#14837) 2023-11-01 11:13:12 -03:00
20231031165350_AddWindowsMDMTables.go Feat windows msmdm (#14837) 2023-11-01 11:13:12 -03:00
20231106144110_AddWindowsProfilesTables.go Implement the database migrations for the Windows profiles story. (#14973) 2023-11-07 09:28:43 -05:00
20231106144110_AddWindowsProfilesTables_test.go Implement the database migrations for the Windows profiles story. (#14973) 2023-11-07 09:28:43 -05:00
20231107130934_AlterWindowsProfilesUseUuid.go Use a uuid as primary key for windows profiles (#15008) 2023-11-07 16:35:28 -05:00
20231107130934_AlterWindowsProfilesUseUuid_test.go Use a uuid as primary key for windows profiles (#15008) 2023-11-07 16:35:28 -05:00
20231109115838_AddUserEmailToActivities.go feat: don't remove user email from activity feed when user deleted (#14975) 2023-11-09 15:50:01 -05:00
20231109115838_AddUserEmailToActivities_test.go feat: don't remove user email from activity feed when user deleted (#14975) 2023-11-09 15:50:01 -05:00
20231121054530_CreatePolicyStatsTable.go Cache policy counts (#15244) 2023-11-21 12:52:06 -07:00
20231121054530_CreatePolicyStatsTable_test.go Cache policy counts (#15244) 2023-11-21 12:52:06 -07:00
20231122101320_AddExtensionIdToSoftware.go Adding extension_id and browser columns to software table. (#15285) 2023-11-30 19:06:17 -06:00
20231122101320_AddExtensionIdToSoftware_test.go Adding extension_id and browser columns to software table. (#15285) 2023-11-30 19:06:17 -06:00
20231130132828_AddTableSoftwareTitles.go Add database migrations to support software titles feature (#15401) 2023-12-01 11:33:07 -03:00
20231130132828_AddTableSoftwareTitles_test.go Add database migrations to support software titles feature (#15401) 2023-12-01 11:33:07 -03:00
20231130132931_AlterSoftwareAddTitleId.go Add database migrations to support software titles feature (#15401) 2023-12-01 11:33:07 -03:00
20231130132931_AlterSoftwareAddTitleId_test.go Add database migrations to support software titles feature (#15401) 2023-12-01 11:33:07 -03:00
20231204155427_AlterMacOSProfilesPrimaryKeyToUUID.go Fix database migration to preserve updated at timestamp for MDM profiles (#15993) 2024-01-09 14:10:20 -06:00
20231204155427_AlterMacOSProfilesPrimaryKeyToUUID_test.go Fix database migration to preserve updated at timestamp for MDM profiles (#15993) 2024-01-09 14:10:20 -06:00
20231206142340_AlterHostMdmAddFleetEnrollRef.go Add backend capability to look up hosts based on MDM IdP email (#15478) 2023-12-07 12:36:32 -06:00
20231206142340_AlterHostMdmAddFleetEnrollRef_test.go Add backend capability to look up hosts based on MDM IdP email (#15478) 2023-12-07 12:36:32 -06:00
20231207102320_AlterSoftwareTitlesAddBrowser.go Update software titles cron to include browser field (#15491) 2023-12-07 17:43:37 -06:00
20231207102320_AlterSoftwareTitlesAddBrowser_test.go Update software titles cron to include browser field (#15491) 2023-12-07 17:43:37 -06:00
20231207102321_AddIndexSoftwareNameSourceBrowser.go Update software titles cron to include browser field (#15491) 2023-12-07 17:43:37 -06:00
20231207102321_AddIndexSoftwareNameSourceBrowser_test.go Update software titles cron to include browser field (#15491) 2023-12-07 17:43:37 -06:00
20231207133731_FixStatsTypes.go Changed query performance statistics to uint64 to match osquery reports. (#15505) 2023-12-11 11:29:17 -06:00
20231207133731_FixStatsTypes_test.go Changed query performance statistics to uint64 to match osquery reports. (#15505) 2023-12-11 11:29:17 -06:00
20231212094238_AddUniqueHashToSoftware.go Add checksum hash unique column to software table. (#15598) 2023-12-12 17:51:58 -05:00
20231212094238_AddUniqueHashToSoftware_test.go Add checksum hash unique column to software table. (#15598) 2023-12-12 17:51:58 -05:00
20231212095734_AddSoftwareTitlesHostsCountsTable.go pre-calculate host counts for software titles (#15601) 2023-12-13 12:48:57 -03:00
20231212161121_AddQueryTypeToScheduledQueryStats.go Performance stats for live queries (#15440) 2023-12-13 14:46:59 -06:00
20231212161121_AddQueryTypeToScheduledQueryStats_test.go Performance stats for live queries (#15440) 2023-12-13 14:46:59 -06:00
20231215122713_InsertPolicyStatsData.go Added host_count_updated_at to policy API responses. (#15767) 2023-12-27 15:24:27 -06:00
20231215122713_InsertPolicyStatsData_test.go 15696 Add Policy stats data migration (#15697) 2023-12-18 10:49:53 -07:00
20231219143041_AddGigsTotalToHostDisks.go Added gigs_total_disk_space to host_disks. (#15753) 2023-12-21 12:13:04 -06:00
20231219143041_AddGigsTotalToHostDisks_test.go Added gigs_total_disk_space to host_disks. (#15753) 2023-12-21 12:13:04 -06:00
20231224070653_AddResolvedInToVulnsTable.go 4345 OS Vulnerabilities Backend (#16303) 2024-01-24 12:18:57 -07:00
20231224070653_AddResolvedInToVulnsTable_test.go 4345 OS Vulnerabilities Backend (#16303) 2024-01-24 12:18:57 -07:00
20240110134315_AddDisplayVersionToOSTable.go 4345 OS Vulnerabilities Backend (#16303) 2024-01-24 12:18:57 -07:00
20240110134315_AddDisplayVersionToOSTable_test.go 4345 OS Vulnerabilities Backend (#16303) 2024-01-24 12:18:57 -07:00
20240119091637_removeHostIdFromOsVulns.go 4345 OS Vulnerabilities Backend (#16303) 2024-01-24 12:18:57 -07:00
20240119091637_removeHostIdFromOsVulns_test.go 4345 OS Vulnerabilities Backend (#16303) 2024-01-24 12:18:57 -07:00
20240126020642_AddMDMProfileLabelsTable.go feature: target profiles by labels (#16202) 2024-01-26 11:00:58 -05:00
20240126020642_AddMDMProfileLabelsTable_test.go feature: target profiles by labels (#16202) 2024-01-26 11:00:58 -05:00
20240126020643_AddHostActivities.go set exit_code = -1 for scripts that are pending before upgrade to 4.44.0 (#16581) 2024-02-02 21:20:56 -03:00
20240126020643_AddHostActivities_test.go set exit_code = -1 for scripts that are pending before upgrade to 4.44.0 (#16581) 2024-02-02 21:20:56 -03:00
20240129162819_AddPrefixToWindowsUpdatesProfiles.go fix: add "w" prefix to Windows OS update profile UUIDs (#16437) 2024-01-30 12:05:43 -05:00
20240129162819_AddPrefixToWindowsUpdatesProfiles_test.go fix: add "w" prefix to Windows OS update profile UUIDs (#16437) 2024-01-30 12:05:43 -05:00
20240130115133_AddOsVersionID.go Implement OS Version ID (#16463) 2024-01-31 10:14:24 -07:00
20240130115133_AddOsVersionID_test.go Implement OS Version ID (#16463) 2024-01-31 10:14:24 -07:00
20240131083822_AddUniqueHashToPolicies.go Policies are now unique for (team_id, name). (#16501) 2024-02-02 17:41:32 -06:00
20240131083822_AddUniqueHashToPolicies_test.go Updating golangci-lint to 1.61.0 (#22973) 2024-10-18 12:38:26 -05:00
20240205095928_AddMdmProfilesUploadedAt.go Rename mdm profiles updated_at to uploaded_at and remove automatic setting (#16425) 2024-02-05 10:01:38 -05:00
20240205095928_AddMdmProfilesUploadedAt_test.go Rename mdm profiles updated_at to uploaded_at and remove automatic setting (#16425) 2024-02-05 10:01:38 -05:00
20240205121956_CreateTableHostLockWipe.go feat: add db table for host lock and wipe (#16580) 2024-02-05 13:45:27 -05:00
20240209110212_WallTimeToMs.go Updating wall_time from seconds to ms. (#16706) 2024-02-12 07:58:40 -06:00
20240209110212_WallTimeToMs_test.go Updating wall_time from seconds to ms. (#16706) 2024-02-12 07:58:40 -06:00
20240212111533_AddPINToHostMDMActions.go Feature: Remote Lock for macOS, Windows and Linux (#16783) 2024-02-13 13:03:53 -05:00
20240221112844_FixUniquePolicyNameBug.go Merge branch 'main' into 15919-vulnerabilities-page 2024-02-22 16:27:15 -06:00
20240221112844_FixUniquePolicyNameBug_test.go Updating golangci-lint to 1.61.0 (#22973) 2024-10-18 12:38:26 -05:00
20240222073518_AddCertInfoToNanoCertAssociations.go Merge branch 'main' into 15919-vulnerabilities-page 2024-02-22 16:27:15 -06:00
20240222073518_AddCertInfoToNanoCertAssociations_test.go Updating golangci-lint to 1.61.0 (#22973) 2024-10-18 12:38:26 -05:00
20240222135115_AddVulnHostCountsTable.go Fixing tests. (#17073) 2024-02-22 16:03:13 -06:00
20240222135115_AddVulnHostCountsTable_test.go Fixing tests. (#17073) 2024-02-22 16:03:13 -06:00
20240226082255_TeamsUnicodeSupport.go Adding full unicode/emoji support for team/policy names. (#17163) 2024-02-27 12:55:05 -06:00
20240226082255_TeamsUnicodeSupport_test.go Adding full unicode/emoji support for team/policy names. (#17163) 2024-02-27 12:55:05 -06:00
20240228082706_AddHostDepAssignProfileResponses.go Surface MDM devices where DEP assignment failed (#16973) 2024-03-01 10:52:19 -06:00
20240228082706_AddHostDepAssignProfileResponses_test.go Surface MDM devices where DEP assignment failed (#16973) 2024-03-01 10:52:19 -06:00
20240301173035_AddFleetPlatformToHostMDMActions.go udpate migration timestamp for add fleet platform to host mdm action migration 2024-03-01 17:34:05 +00:00
20240301173035_AddFleetPlatformToHostMDMActions_test.go udpate migration timestamp for add fleet platform to host mdm action migration 2024-03-01 17:34:05 +00:00
20240302111134_AddScriptContentsTableAndRelationships.go Updating golangci-lint to 1.61.0 (#22973) 2024-10-18 12:38:26 -05:00
20240302111134_AddScriptContentsTableAndRelationships_test.go Reorder database migrations 2024-03-05 08:22:11 -05:00
20240312103753_AddMDMWindowsEnrollmentsIndex.go Add missing index to MDM Windows enrollments table (#17559) 2024-03-13 11:27:37 -04:00
20240313143416_RemoveScriptContentsColumns.go feat: script content cleanup and column removal (#17374) 2024-03-13 15:53:08 -04:00
20240314085226_AddCalendarEventTables.go Additional changes to happy path and cleanup cron job (#17757) 2024-03-26 13:39:37 -05:00
20240314085226_AddCalendarEventTables_test.go Updating golangci-lint to 1.61.0 (#22973) 2024-10-18 12:38:26 -05:00
20240314151747_AddCalendarEventsToPolicies.go Calendar config updates -- policy table now has calendar_events_enabled (#17645) 2024-03-26 13:39:36 -05:00
20240314151747_AddCalendarEventsToPolicies_test.go Calendar config updates -- policy table now has calendar_events_enabled (#17645) 2024-03-26 13:39:36 -05:00
20240320145650_UpdateDEPProfilesToAwaitDeviceConfigured.go Send DeviceConfigured MDM command after DEP enrollment (#17737) 2024-03-25 13:25:29 -04:00
20240320145650_UpdateDEPProfilesToAwaitDeviceConfigured_test.go Send DeviceConfigured MDM command after DEP enrollment (#17737) 2024-03-25 13:25:29 -04:00
20240327115530_AddDDMTables.go Merge remote-tracking branch 'origin/main' into feat-macos-ddm 2024-03-27 11:58:22 -03:00
20240327115617_CreateTableNanoDDMRequests.go Some docs added while learning DDM for iOS/iPadOS support research (#18561) 2024-05-28 15:03:39 -03:00
20240408085837_NewOrbitInfoFields.go Added orbit_version, fleet_desktop_version, and scripts_enabled to host details. (#18123) 2024-04-09 16:33:44 -05:00
20240408085837_NewOrbitInfoFields_test.go Added orbit_version, fleet_desktop_version, and scripts_enabled to host details. (#18123) 2024-04-09 16:33:44 -05:00
20240415104633_CreateMacOSSonomaBuiltinLabel.go Fix conflicts 2024-04-15 16:10:10 -04:00
20240415104633_CreateMacOSSonomaBuiltinLabel_test.go Fix conflicts 2024-04-15 16:10:10 -04:00
20240430111727_CleanupQueryResults.go Disable AI features on non-new installations upgrading to 4.51.X (#19482) 2024-06-10 16:49:27 -03:00
20240430111727_CleanupQueryResults_test.go Updating golangci-lint to 1.61.0 (#22973) 2024-10-18 12:38:26 -05:00
20240515200020_AddSoftwareInstallerTables.go Update list host software to omit software installers for other platforms (#19088) 2024-05-16 17:09:41 -05:00
20240521143023_CreateTableMDMAssets.go 19016 ingest certs on start (#19360) 2024-05-30 18:18:42 -03:00
20240521143023_CreateTableMDMAssets_test.go 19016 ingest certs on start (#19360) 2024-05-30 18:18:42 -03:00
20240521143024_SoftwareSelfServiceBool.go Update migrations 2024-05-31 17:17:37 -05:00
20240521143024_SoftwareSelfServiceBool_test.go Update migrations 2024-05-31 17:17:37 -05:00
20240601174138_UpdateMobileConfigColumnType.go fix: allow profiles larger than 65KB (#19829) 2024-06-18 13:02:00 -04:00
20240601174138_UpdateMobileConfigColumnType_test.go fix: allow profiles larger than 65KB (#19829) 2024-06-18 13:02:00 -04:00
20240607133721_ReconcileSoftwareTitles.go Display ingested software on host details page. (#19576) 2024-06-12 08:38:57 -05:00
20240607133721_ReconcileSoftwareTitles_test.go Display ingested software on host details page. (#19576) 2024-06-12 08:38:57 -05:00
20240612150059_AlterHostScriptsAndInstallsSoftDelete.go Soft-delete entries for host script results so the details are still available in activities (#19457) 2024-06-12 10:26:03 -04:00
20240612150059_AlterHostScriptsAndInstallsSoftDelete_test.go Soft-delete entries for host script results so the details are still available in activities (#19457) 2024-06-12 10:26:03 -04:00
20240613162201_AddMDMWindowsHostUUIDIndex.go don't rely on MDM solution name to know if the host has Fleet MDM on (#19688) 2024-06-14 15:01:12 -03:00
20240613172616_HostIssuesTable.go disable_issues and host issues support for other API endpoints (#19802) 2024-06-18 14:13:38 -05:00
20240613172616_HostIssuesTable_test.go disable_issues and host issues support for other API endpoints (#19802) 2024-06-18 14:13:38 -05:00
20240618142419_ActivitiesCreatedAtPrecision.go Changed activities.created_at timestamp precision to microseconds (#19848) 2024-06-18 15:37:08 -05:00
20240618142419_ActivitiesCreatedAtPrecision_test.go Changed activities.created_at timestamp precision to microseconds (#19848) 2024-06-18 15:37:08 -05:00
20240625093543_AddFilenameToTeam.go GitOps rename teams (#19987) 2024-06-27 16:10:49 -05:00
20240625093543_AddFilenameToTeam_test.go GitOps rename teams (#19987) 2024-06-27 16:10:49 -05:00
20240626195531_AddTimezoneToCalendarEvents.go Check for calendar updates after callbacks from Google (#20156) 2024-07-08 10:20:03 -05:00
20240626195531_AddTimezoneToCalendarEvents_test.go Updating golangci-lint to 1.61.0 (#22973) 2024-10-18 12:38:26 -05:00
20240702123921_AddEnrolledFromMigrationColumn.go add a workflow to renew SCEP certificates of migrated devices (#20063) 2024-07-03 09:56:32 -03:00
20240703154849_AddExcludeLabelToMDMProfilesAndDeclarations.go Merge main, fix conflicts and reorder migrations 2024-07-03 15:51:49 -04:00
20240703154849_AddExcludeLabelToMDMProfilesAndDeclarations_test.go Merge main, fix conflicts and reorder migrations 2024-07-03 15:51:49 -04:00
20240707134035_AddUUIDToCalendarEvents.go Check for calendar updates after callbacks from Google (#20156) 2024-07-08 10:20:03 -05:00
20240707134035_AddUUIDToCalendarEvents_test.go Updating golangci-lint to 1.61.0 (#22973) 2024-10-18 12:38:26 -05:00
20240707134036_CreateIOSAndIPADOSBuiltinLabels.go Updating golangci-lint to 1.61.0 (#22973) 2024-10-18 12:38:26 -05:00
20240707134036_CreateIOSAndIPADOSBuiltinLabels_test.go Updating golangci-lint to 1.61.0 (#22973) 2024-10-18 12:38:26 -05:00
20240709124958_AddBundleIdentifierToSoftwareTitles.go Match macOS software <-> titles using bundle identifier (#19969) 2024-07-09 13:43:21 -03:00
20240709124958_AddBundleIdentifierToSoftwareTitles_test.go Match macOS software <-> titles using bundle identifier (#19969) 2024-07-09 13:43:21 -03:00
20240709132642_StoreCalendarEventsUUIDAsBinary.go Distributed lock and store calendar_events UUID as binary in MySQL (#20277) 2024-07-10 08:49:05 -05:00
20240709132642_StoreCalendarEventsUUIDAsBinary_test.go Distributed lock and store calendar_events UUID as binary in MySQL (#20277) 2024-07-10 08:49:05 -05:00
20240709183940_AddTimeoutColumnToScriptResults.go Script Timeout Agent Options Part 1 of 2 (#20266) 2024-07-10 14:33:39 -06:00
20240709183940_AddTimeoutColumnToScriptResults_test.go Script Timeout Agent Options Part 1 of 2 (#20266) 2024-07-10 14:33:39 -06:00
20240710155623_FixResetLastEnrolledAt.go Fix last_enrolled_at for macOS devices when re-enrolling to MDM (#20173) 2024-07-10 21:40:40 -03:00
20240710155623_FixResetLastEnrolledAt_test.go Updating golangci-lint to 1.61.0 (#22973) 2024-10-18 12:38:26 -05:00
20240723102712_VPPDBUpdates.go rearrange migrations and generate dump (#20652) 2024-07-23 11:01:23 -03:00
20240725152735_EnforceFileVaultSetupAssistant.go feat: enforce FileVault during Setup Assistant (#20759) 2024-07-26 15:50:31 -04:00
20240725152735_EnforceFileVaultSetupAssistant_test.go feat: enforce FileVault during Setup Assistant (#20759) 2024-07-26 15:50:31 -04:00
20240725182118_AddAdditionalIdentifierToSoftwareTitles.go Fetch installed apps from iPhone/iPad devices. (#20733) 2024-07-28 16:17:27 +02:00
20240725182118_AddAdditionalIdentifierToSoftwareTitles_test.go Fetch installed apps from iPhone/iPad devices. (#20733) 2024-07-28 16:17:27 +02:00
20240726100517_NanoQueueTimestampPrecision.go Fetch installed apps from iPhone/iPad devices. (#20733) 2024-07-28 16:17:27 +02:00
20240726100517_NanoQueueTimestampPrecision_test.go Fetch installed apps from iPhone/iPad devices. (#20733) 2024-07-28 16:17:27 +02:00
20240730171504_AddGlobalStatToVulnHostCounts.go Add No Team to Software Backend (#20822) 2024-07-30 11:19:05 -06:00
20240730171504_AddGlobalStatToVulnHostCounts_test.go Add No Team to Software Backend (#20822) 2024-07-30 11:19:05 -06:00
20240730174056_AddGlobalStatToSoftwareHostCounts.go Add No Team to Software Backend (#20822) 2024-07-30 11:19:05 -06:00
20240730174056_AddGlobalStatToSoftwareHostCounts_test.go Updating golangci-lint to 1.61.0 (#22973) 2024-10-18 12:38:26 -05:00
20240730215453_AddGlobalStatToSoftwareTitleHostCounts.go Add No Team to Software Backend (#20822) 2024-07-30 11:19:05 -06:00
20240730215453_AddGlobalStatToSoftwareTitleHostCounts_test.go Updating golangci-lint to 1.61.0 (#22973) 2024-10-18 12:38:26 -05:00
20240730374423_AddPlatformToVPPApps.go Support for MySQL 8.4.2 (#21364) 2024-08-16 16:32:38 +02:00
20240730374423_AddPlatformToVPPApps_test.go Added VPP support for iOS/iPadOS (#20837) 2024-07-30 22:43:51 +02:00
20240801115359_AddPlatformToHostVPPSoftwareInstalls.go Support for MySQL 8.4.2 (#21364) 2024-08-16 16:32:38 +02:00
20240801115359_AddPlatformToHostVPPSoftwareInstalls_test.go Fixed duplicate app install activity on host (#20944) 2024-08-01 20:32:45 +02:00
20240802101043_AddSoftwareInstallResultDeletedAt.go Host software deleted at remigration (#20996) 2024-08-02 10:47:40 -04:00
20240802113716_UpdateSoftwareGitopsConfig.go fix: panic during migration (#21031) 2024-08-05 09:23:15 -04:00
20240802113716_UpdateSoftwareGitopsConfig_test.go fix: panic during migration (#21031) 2024-08-05 09:23:15 -04:00
20240814135330_AddIndexToQueryResults.go Added index to query_results DB table to speed up finding last query timestamp for a given query and host. (#21303) 2024-08-14 15:00:27 +02:00
20240814135330_AddIndexToQueryResults_test.go Added index to query_results DB table to speed up finding last query timestamp for a given query and host. (#21303) 2024-08-14 15:00:27 +02:00
20240815000000_AddJobsIndex.go Updating migrations timestamps for ordering to be correct (#21373) 2024-08-16 17:53:04 +02:00
20240815000000_AddJobsIndex_test.go Updating migrations timestamps for ordering to be correct (#21373) 2024-08-16 17:53:04 +02:00
20240815000001_AddSelfServiceToVPPAppsTeams.go Updating migrations timestamps for ordering to be correct (#21373) 2024-08-16 17:53:04 +02:00
20240816103247_AddIndexToNanoUsers.go Support for MySQL 8.4.2 (#21364) 2024-08-16 16:32:38 +02:00
20240816103247_AddIndexToNanoUsers_test.go Support for MySQL 8.4.2 (#21364) 2024-08-16 16:32:38 +02:00
20240820091218_AddHostMDMCommands.go Deleting an ABM iOS/iPadOS host keeps it in Fleet. (#21433) 2024-08-21 08:51:04 -05:00
20240826111228_AdjustHostIndexes.go adjustments to support 60k MDM hosts after load testing (#21247) 2024-08-26 15:20:57 -03:00
20240826160025_AddRemovedToInstalls.go Deleting installed software now makes it available for install (#21487) 2024-08-26 17:30:56 -05:00
20240826160025_AddRemovedToInstalls_test.go Deleting installed software now makes it available for install (#21487) 2024-08-26 17:30:56 -05:00
20240829165448_SupportMultipleABMTokens.go feat: enable multiple ABM and VPP tokens (#21693) 2024-08-29 18:51:46 -04:00
20240829165448_SupportMultipleABMTokens_test.go Updating golangci-lint to 1.61.0 (#22973) 2024-10-18 12:38:26 -05:00
20240829165605_SupportMultipleVPPTokens.go feat: enable multiple ABM and VPP tokens (#21693) 2024-08-29 18:51:46 -04:00
20240829165605_SupportMultipleVPPTokens_test.go feat: enable multiple ABM and VPP tokens (#21693) 2024-08-29 18:51:46 -04:00
20240829165715_AddUniqueTeamIDToVPPTokens.go feat: enable multiple ABM and VPP tokens (#21693) 2024-08-29 18:51:46 -04:00
20240829165930_SupportMultipleTokensForSetupAssistants.go feat: enable multiple ABM and VPP tokens (#21693) 2024-08-29 18:51:46 -04:00
20240829165930_SupportMultipleTokensForSetupAssistants_test.go feat: enable multiple ABM and VPP tokens (#21693) 2024-08-29 18:51:46 -04:00
20240829170023_CreateVPPTokenTeamsJoinTable.go feat: enable multiple ABM and VPP tokens (#21693) 2024-08-29 18:51:46 -04:00
20240829170023_CreateVPPTokenTeamsJoinTable_test.go feat: enable multiple ABM and VPP tokens (#21693) 2024-08-29 18:51:46 -04:00
20240829170033_AddVPPTokenIDToVppAppsTeams.go fix VPP migration edge case (#22460) 2024-09-27 14:13:27 -03:00
20240829170033_AddVPPTokenIDToVppAppsTeams_test.go fix VPP migration edge case (#22460) 2024-09-27 14:13:27 -03:00
20240829170044_PolicyAutomaticInstallSoftware.go Migration Swap for minor release (#21877) 2024-09-06 13:46:08 -04:00
20240905105135_AddAutoIncrementColumnToProfiles.go fix migration order (#21839) 2024-09-05 11:19:49 -03:00
20240905140514_AddURLToSoftwareInstallers.go Add GitOps support for policy installers (#21826) 2024-09-06 19:10:28 -03:00
20240905200000_UninstallPackages.go Add software installer extension column to database (#22017) 2024-09-12 16:22:35 -05:00
20240905200000_UninstallPackages_test.go Add software installer extension column to database (#22017) 2024-09-12 16:22:35 -05:00
20240905200001_AddPoliciesToNoTeam.go Add policies for "No team" (#21972) 2024-09-12 14:23:25 -03:00
20240905200001_AddPoliciesToNoTeam_test.go Updating golangci-lint to 1.61.0 (#22973) 2024-10-18 12:38:26 -05:00
20241002104104_UpdateUninstallScript.go Updating golangci-lint to 1.61.0 (#22973) 2024-10-18 12:38:26 -05:00
20241002104105_CreateFedoraBuiltinLabel.go Rearrange migration released in v4.57.2 (#22605) 2024-10-02 18:01:57 -05:00
20241002104105_CreateFedoraBuiltinLabel_test.go Rearrange migration released in v4.57.2 (#22605) 2024-10-02 18:01:57 -05:00
20241002104106_AddScheduleAutomationsIndex.go Rearrange migration released in v4.57.2 (#22605) 2024-10-02 18:01:57 -05:00
20241002104106_AddScheduleAutomationsIndex_test.go Rearrange migration released in v4.57.2 (#22605) 2024-10-02 18:01:57 -05:00
20241002210000_PolicyAutomationRunScript.go Backend build for script automation (#22472) 2024-10-03 20:03:40 -05:00
20241002210000_PolicyAutomationRunScript_test.go Backend build for script automation (#22472) 2024-10-03 20:03:40 -05:00
20241003145349_AddFleetLibraryAppsTable.go Merge remote-tracking branch 'origin/main' into feat-fleet-app-library 2024-10-03 14:56:18 -03:00
20241003145349_AddFleetLibraryAppsTable_test.go Merge remote-tracking branch 'origin/main' into feat-fleet-app-library 2024-10-03 14:56:18 -03:00
20241004005000_AddPolicyIdToScriptExecutions.go Include the policy ID and name in the "script ran" activity of a script run queued by a policy failure (#22690) 2024-10-08 15:45:31 -05:00
20241004005000_AddPolicyIdToScriptExecutions_test.go Include the policy ID and name in the "script ran" activity of a script run queued by a policy failure (#22690) 2024-10-08 15:45:31 -05:00
20241008083925_LinkHostSoftwareInstallsToPolicies.go Add policy ID and name to activity for automated software installs, list Fleet as author rather than installer uploader (#22747) 2024-10-09 18:15:56 -05:00
20241008083925_LinkHostSoftwareInstallsToPolicies_test.go Add policy ID and name to activity for automated software installs, list Fleet as author rather than installer uploader (#22747) 2024-10-09 18:15:56 -05:00
20241009090010_AddHostMDMManagedCertificates.go Resend profile if NDES SCEP challenge has expired. (#22841) 2024-10-11 09:20:19 -05:00
20241017163402_AddSoftwareDetailsToInstallRecords.go Ensure software installs aren't deleted, and have enough info to display, even if associated installer or title are deleted (#22996) 2024-10-21 17:46:50 -05:00
20241017163402_AddSoftwareDetailsToInstallRecords_test.go Ensure software installs aren't deleted, and have enough info to display, even if associated installer or title are deleted (#22996) 2024-10-21 17:46:50 -05:00
20241021224359_AddExecutionStatusToHostSoftwareInstalls.go Pass through original status of an install when the removed flag is set when GETing the install result (#23072) 2024-10-22 12:47:46 -05:00
20241021224359_AddExecutionStatusToHostSoftwareInstalls_test.go Pass through original status of an install when the removed flag is set when GETing the install result (#23072) 2024-10-22 12:47:46 -05:00
20241022140321_AddStatusToHostMDM.go Remove pending MDM device from Fleet (#23067) 2024-10-24 16:42:30 -05:00
20241025111236_AddInstallDuringSetupToSoftwareInstallers.go fix: migration order 2024-10-25 18:11:56 -04:00
20241025112748_AddSetupExperienceResultsTable.go fix: migration order 2024-10-25 18:11:56 -04:00
20241025141855_CreateTableHostMDMAppleAwaitingConfiguration.go fix: migration order 2024-10-25 18:05:48 -04:00
20241110152839_AddTeamIdentifierToHostSoftwareInstalledPaths.go Add team_identifier to macOS software (#23766) 2024-11-15 14:17:04 -03:00
20241110152840_AddYaraRulesTable.go Rearrange migrations for fleet-v4.59.1 (#23857) 2024-11-15 17:38:06 -03:00
20241110152841_AddAllLabelsToMDMProfileLabels.go Rearrange migrations for fleet-v4.59.1 (#23857) 2024-11-15 17:38:06 -03:00
20241110152841_AddAllLabelsToMDMProfileLabels_test.go Rearrange migrations for fleet-v4.59.1 (#23857) 2024-11-15 17:38:06 -03:00
20241116233322_AddLuksDataToHostDiskEncryptionKeys.go Revise LUKS API to expect key slot and salt when escrowing successfully (#23952) 2024-11-20 07:03:02 -06:00
20241122171434_RemoveDuplicateIndexes.go Drop duplicate MySQL indexes. (#24107) 2024-11-25 10:03:19 -06:00
deprecated_types.go Updating golangci-lint to 1.61.0 (#22973) 2024-10-18 12:38:26 -05:00
log.go Feature 6487: Deprecate cpe_id from software_cve table (#6562) 2022-08-04 09:24:44 -04:00
migration.go Remove pending MDM device from Fleet (#23067) 2024-10-24 16:42:30 -05:00
migration_test.go Updating golangci-lint to 1.61.0 (#22973) 2024-10-18 12:38:26 -05:00