generated from SAP/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 54
fix(preview-middleware): default flp.libs parameter to true #3774
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
heimwege
wants to merge
46
commits into
main
Choose a base branch
from
fix/preview-middleware/default-flp.libs-to-true-for-edmx-backends
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
b619c9e
default flp.libs to true and enhance servestatic
heimwege 62b6b51
ignore serve static paths that match '/resources'
heimwege a233c77
add unit test
heimwege f122a23
adjust snaps
heimwege 1a6a2df
fix lint errors
heimwege 25abd36
Linting auto fix commit
github-actions[bot] 9eb65a5
use manifest type from @sap-ux/project-access instead of defining own…
heimwege b9b3f05
Merge remote-tracking branch 'origin/fix/preview-middleware/default-f…
heimwege d2a30ef
fix sonar errors
heimwege e65e6cc
remove todo
heimwege ab82a76
Linting auto fix commit
github-actions[bot] e2b6550
refactoring
heimwege 156600c
Merge remote-tracking branch 'origin/fix/preview-middleware/default-f…
heimwege 2d841c2
Merge branch 'main' into fix/preview-middleware/default-flp.libs-to-t…
heimwege 0220607
refactoring (part 2)
heimwege cbfea67
fix log message only when flp.libs = true for non edmx projects
heimwege 76c0631
add fallback libs for offline use case
heimwege c522d23
Linting auto fix commit
github-actions[bot] f0453ab
add changesets
heimwege 513077e
Merge remote-tracking branch 'origin/fix/preview-middleware/default-f…
heimwege 46d58d1
Merge branch 'main' into fix/preview-middleware/default-flp.libs-to-t…
heimwege 265a24b
fix + add unit test
heimwege a6a43a8
fix sonar issue
heimwege 60fa13c
refactoring
heimwege e36c52e
fix sonar issues
heimwege 78a5265
add unit tests for error cases
heimwege d740dd0
harmonize usage of UI5 version info types
heimwege 448e14d
one day I'll find out how to share types between preview-middleware-c…
heimwege c0784ab
disable @typescript-eslint/no-duplicate-type-constituents
heimwege 2e22ee6
disable @typescript-eslint/no-duplicate-type-constituents
heimwege 1a2aa80
fix lint errors
heimwege 3fbee06
Linting auto fix commit
github-actions[bot] 2aae505
fix lint error
heimwege 8e90b60
fix lint error
heimwege 8a18f49
Merge branch 'fix/preview-middleware/default-flp.libs-to-true-for-edm…
heimwege 93114f4
fix lint error
heimwege 36fab8b
Merge branch 'main' of github.com:SAP/open-ux-tools into fix/preview-…
heimwege bb32801
rephrase backward compatibility comment in servestatic
heimwege 514c52d
use type LibraryInfo from sap.ui.core
heimwege 47b1a0f
Merge branch 'main' into fix/preview-middleware/default-flp.libs-to-t…
heimwege 123e541
Merge branch 'main' into fix/preview-middleware/default-flp.libs-to-t…
heimwege c735e59
Merge branch 'main' into fix/preview-middleware/default-flp.libs-to-t…
heimwege c1f2a24
add unit test
heimwege e80e373
Linting auto fix commit
github-actions[bot] cf88b83
Merge branch 'main' into fix/preview-middleware/default-flp.libs-to-t…
heimwege b190a3b
Merge branch 'main' into fix/preview-middleware/default-flp.libs-to-t…
longieirl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| --- | ||
| '@sap-ux-private/preview-middleware-client': patch | ||
| '@sap-ux/preview-middleware': patch | ||
| --- | ||
|
|
||
| feat: default 'flp.libs' parameter to 'true' to automatically fetch paths of libraries and components (from EDMX backend) that are not available in the UI5 sources |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| --- | ||
| '@sap-ux/serve-static-middleware': patch | ||
| --- | ||
|
|
||
| fix: additionally serve paths that start with '/resources' w/o the '/resources' part (e.g. /resources/my/lib -> /my/lib) to ensure backward compatibility for the changed default value of 'flp.libs' parameter (was 'false' now is 'true') of preview-middleware | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.