ui5-migration icon indicating copy to clipboard operation
ui5-migration copied to clipboard

ARCHIVED - A tool to support the migration of UI5 projects by adapting code for new UI5 framework versions.

Results 28 ui5-migration issues
Sort by recently updated
recently updated
newest added

Adds supportedLocales and fallbackLocale property to manifest.json.

Sometimes source code is within html files (e.g. index.html). Currently ui5-migration ignores html files completely. An idea would be to create a js file next to it, migrate it and...

enhancement

While working on https://github.com/SAP/openui5/commit/c782ce9be8cbd71201e19ba3cb4c0e81e439b71f , I encountered the following issue with the ui5-migration tooling: The migration tooling sometimes breaks the source formatting, especially the indent of closing brackets. This might...

enhancement

In some special cases, the generic rules used by the migration tooling might not be suitable and a developer might decide to revert a migration step done by the tooling....

enhancement

Dear UI5 team, As communicated before, this is the collection of logging improvements we'd need in order to use the ui5-migration tool inside our Git pre-commit hook and, later on,...

enhancement

Current output: ```bash $ ui5-migration analyze webapp info cli Using ignore file: .gitignore info cli Searching in folder 'webapp' info cli Searching for files to migrate ... info cli Migrating:...

enhancement