Skip to content
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

[BREAKING] Adapt to ui5-project changes. Add Link-reader, WriterCollection #381

Merged
merged 10 commits into from
Jun 13, 2022

Commits on Jun 13, 2022

  1. Configuration menu
    Copy the full SHA
    6464207 View commit details
    Browse the repository at this point in the history
  2. [INTERNAL] Add ResourceFacade, expose Resource project instance

    Remove super-collection system from ResourceTagCollection
    RandomByte committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    93d88de View commit details
    Browse the repository at this point in the history
  3. [FEATURE] Add Link-reader and WriterCollection

    Link reader:
    Allows automatic rewriting of paths and glob patterns to other paths.
    I.e. a path "/" can be rewritten to "/resorces/project/namespace"
    
    WriterCollection:
    Allows to define a collection of writers mapped to a set of path
    prefixes.
    I.e. one writer should be used when writing a resource with the path
    prefix "/resources/project/namespace/*" and another one for all other
    paths ("/")
    RandomByte committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    49d2c63 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6915b03 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    25583b6 View commit details
    Browse the repository at this point in the history
  6. [BREAKING] resourceFactory: Remove #createCollectionsForTree

    Resource readers are now created during project graph creation in the
    corresponding specification implementation
    RandomByte committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    be8621b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    09a4b42 View commit details
    Browse the repository at this point in the history
  8. [INTERNAL] Cleanup tests

    RandomByte committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    93e0f51 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e29f6e3 View commit details
    Browse the repository at this point in the history
  10. [INTERNAL] Lower coverage thresholds

    Will create additional tests in follow-up PRs
    RandomByte committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    24e2b35 View commit details
    Browse the repository at this point in the history