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

devDependency replace globby #390

Closed
wants to merge 46 commits into from
Closed

Commits on Nov 24, 2021

  1. Configuration menu
    Copy the full SHA
    c17e6ef View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Configuration menu
    Copy the full SHA
    6dc1723 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Configuration menu
    Copy the full SHA
    6e028a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a9c20a View commit details
    Browse the repository at this point in the history
  3. Release 3.0.0-alpha.0

    RandomByte committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    6e21036 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5cdd926 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Configuration menu
    Copy the full SHA
    f46e6d1 View commit details
    Browse the repository at this point in the history
  2. Release 3.0.0-alpha.1

    RandomByte committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    42d8080 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. Configuration menu
    Copy the full SHA
    755d3c0 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Configuration menu
    Copy the full SHA
    7243631 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Configuration menu
    Copy the full SHA
    40a9ad1 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. Configuration menu
    Copy the full SHA
    02f66da View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. [BREAKING] Require Node.js >= 16.13.2 / npm >= 8

    BREAKING CHANGE:
    Support for older Node.js and npm releases has been dropped.
    Only Node.js v16.13.2 and npm v8 or higher are supported.
    matz3 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    94029de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08bca39 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. Configuration menu
    Copy the full SHA
    473811d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    167c64e View commit details
    Browse the repository at this point in the history
  3. Release 3.0.0-alpha.2

    matz3 committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    3c71e07 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Configuration menu
    Copy the full SHA
    d69bbeb View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. [INTERNAL] npm release: Add missing CHANGELOG file

    The CLI needs the changelog files of all modules to create a
    consolidated changelog.
    
    Since npm v7 the CHANGELOG file is not always published anymore.
    See: npm/npm-packlist#61
    matz3 committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    1e0120d View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Configuration menu
    Copy the full SHA
    c31bfe8 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. [INTERNAL] git-chglog: Fix mutli-release-branch setup

    * Always sort by semver instead of date to fix changelog generation when different branches are tagged at intersecting times
    * For release notes on the current next branch, ignore any tags <=v2 to ensure that we always compare to a v3 tag
      (sorting by semver doesn't seem to work here)
    RandomByte committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    142bb62 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Configuration menu
    Copy the full SHA
    6c3b64d View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. [INTERNAL] Azure: Re-run coverage test only

    ESLint and other checks are covered via GH Actions.
    matz3 committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    ae8ac4d View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Configuration menu
    Copy the full SHA
    354f694 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. [FIX] FileSystem Adapter: Use native fs.copy / Skip writing when reso…

    …urce is unchanged (#370)
    
    * Always resolve fsBasePath to absolute path for later comparison
    * Always transform stream into buffer if write path equals source path
    
    Co-authored-by: Merlin Beutlberger <m.beutlberger@sap.com>
    matz3 and RandomByte authored Apr 21, 2022
    Configuration menu
    Copy the full SHA
    9ac6a39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fe0e06 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Release 3.0.0-alpha.3

    flovogt committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    7ced04a View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Configuration menu
    Copy the full SHA
    eb75440 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
    adba34a 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
    a0e5cf3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74594cf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d1f411 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
    a4d15f6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0aa9b45 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
    4e4c9f3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4977c0a 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
    5a693fe View commit details
    Browse the repository at this point in the history
  11. Release 3.0.0-alpha.4

    RandomByte committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    d2bd8f8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    afbe5d2 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Configuration menu
    Copy the full SHA
    805f89d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e093bd View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. [INTERNAL] Revert "[INTERNAL] Lower coverage thresholds"

    This reverts commit 5a693fe.
    RandomByte committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    bc1aa8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ed0ca3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89d6634 View commit details
    Browse the repository at this point in the history
  4. Release 3.0.0-alpha.5

    RandomByte committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    52b8e31 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Configuration menu
    Copy the full SHA
    f3a87bf View commit details
    Browse the repository at this point in the history