Simplifying changeset message to minimal relevant changes across updated plugins (#1)

Signed-off-by: lpete@vmware.com <lpete@vmware.com>
This commit is contained in:
Alex
2023-08-07 08:32:27 -05:00
committed by lpete@vmware.com
parent f651154d34
commit e43a81811e
+1 -19
View File
@@ -9,22 +9,4 @@
'@backstage/create-app': patch
---
Expanded packages/backend-common added test to database manager specifically for MySQL for test that targets postgresql
Updated packages/backend-tasks text columns to longtext to work
with MySQL. MySQL requires lengths on their varchar columns. String columns in knex default to 255 characters unless otherwise provided in configuration
Updated packages/backend-tasks database migrations, scheduler and task manager test database array to include MySQL in the tests
Updated packages/backend-tasks task worker to add the includeOffset flag when updating the startAt column
Updated packages/create-app with a production MySQL App Config template. This config is referenced in the new e2e Linux MySQL test
Updated plugins/app-backend text columns to longtext to work
with MySQL. MySQL requires lengths on their varchar columns. String columns in knex default to 255 characters unless otherwise provided in configuration
Updated plugins/app-backend StaticAssetStore interval column to use the date_sub function to work with MySQL
Updated plugins/bazaar-backend Database Handler tests to run db tests against MySQL
Updated plugins/catalog-backend-module-incremental-ingestion WrapperProviders tests database array to run tests against MySQL
db tests against MySQL
Updated plugins/catalog-backend text columns to longtext to work
with MySQL. MySQL requires lengths on their varchar columns. String columns in knex default to 255 characters unless otherwise provided in configuration
Updated plugins/code-coverage-backend Migration sql text columns to string to work with MySQL. MySQL requires lengths on varchar columns. String columns default to 255 characters
Updated plugins/linguist-backend Migration sql text columns to string to work with MySQL. MySQL requires lengths on varchar columns. String columns default to 255 characters
Updated plugins/tech-insights-backend Migration sql text columns to string to work with MySQL. MySQL requires lengths on varchar columns. String columns default to 255 characters
Updated plugins/tech-insights-backend FactRetriever engine database list to run against MySQL
Updated e2e-test run command to run automated e2e tests against a MySQL service
Changes needed to support MySQL