Merlin Beutlberger

Results 38 issues of Merlin Beutlberger

## Expected Behavior A JSDoc build with the UI5 Tooling should be as fast or faster to complete than when using the OpenUI5 `grunt docs` build ## Current Behavior ```sh...

enhancement
module/ui5-builder

## Expected Behavior ui5-server should be able to generate `library-preload.js` and `Component-preload.js` bundles on the fly. This should speed up overall loading time of a served project in the browser....

enhancement
module/ui5-server

It should be possible to set per-project defaults for various CLI parameters. This should be possible in a `settings` section of a projects configuration (e.g. `ui5.yaml`). Most prominently setting a...

enhancement
module/ui5-project

## Expected Behavior Just like https://github.com/SAP/ui5-project/pull/53 made the npm translator remove circular references from a dependency tree, the projectProcessor should also take care that the resulting tree does not contain...

bug
module/ui5-project

To indicate compatibility to components of the UI5 Tooling as well as thirdparty, everything that has a `ui5.yaml` shall define a "compatibility version". Currently this is the [specification version](https://github.com/SAP/ui5-project/blob/master/docs/Configuration.md#specification-versions). While...

enhancement
module/ui5-project

# Roadmap of the UI5 Tooling Project ## Roadmap - [x] Production ready UI5 CLI (see https://github.com/SAP/ui5-tooling/issues/92) - [x] Extensibility + [x] Build tasks (see https://github.com/SAP/ui5-tooling/pull/54) + [x] middlewares (declarative!...

roadmap

This is a follow up of #124. ## Expected Behavior Configuration option to exclude files and directories from being used anywhere in the tooling (Build, Server, etc.) ## Current Behavior...

enhancement

The Travis builds in all repos should also check for: - [ ] 1. Commit message style - Especially correct prefixes (e.g. `[INTERNAL] ModuleName: Bla bla bla`) - [x] 2....

enhancement

A feature to customize how a specific UI5 project is being built. CC: @tommyvinhlam @matz3

RFC