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

Conversation

flovogt
Copy link
Member

@flovogt flovogt commented Jul 27, 2022

  • [INTERNAL] Enable CI for branches next, main
  • [INTERNAL] Bump @ui5/logger from 2.0.1 to 3.0.0-next.0
  • In-range update of npm dependencies
  • [INTERNAL] Bump @ui5/logger from 3.0.0-next.0 to 3.0.0-alpha.0
  • Release 3.0.0-alpha.0
  • [INTERNAL] Bump @ui5/logger from 3.0.0-alpha.0 to 3.0.1-alpha.0
  • [FEATURE] Introduce Readers "Filter" and "Transformer" ([FEATURE] Introduce Readers "Filter" and "Transformer" #331)
  • Release 3.0.0-alpha.1
  • In-range update of npm dependencies
  • In-range update of npm dependencies
  • [INTERNAL] Align JSdoc generation with npm 8 workspace setup
  • In-range update of npm dependencies
  • [BREAKING] Require Node.js >= 16.13.2 / npm >= 8
  • [INTERNAL] Upgrade ESlint / Use ES2021
  • In-range update of npm dependencies
  • [INTERNAL] Bump @ui5/logger from 3.0.1-alpha.0 to 3.0.1-alpha.1
  • Release 3.0.0-alpha.2
  • [INTERNAL] AbstractReader: Fix #transformer JSDoc
  • [INTERNAL] npm release: Add missing CHANGELOG file
  • In-range update of npm dependencies
  • [INTERNAL] git-chglog: Fix mutli-release-branch setup
  • In-range update of npm dependencies
  • [INTERNAL] Azure: Re-run coverage test only
  • In-range update of npm dependencies
  • [FIX] FileSystem Adapter: Use native fs.copy / Skip writing when resource is unchanged ([FIX] FileSystem Adapter: Use native fs.copy / Skip writing when resource is unchanged #370)
  • In-range update of npm dependencies
  • Release 3.0.0-alpha.3
  • [INTERNAL] resourceFactory: Add #createReader and #reateReaderCollection
  • [INTERNAL] Add ResourceFacade, expose Resource project instance
  • [FEATURE] Add Link-reader and WriterCollection
  • [INTERNAL] Make trace logging silly and only collect data if log level is enabled
  • [BREAKING] AbstractAdapter: Virtual base path must end with slash
  • [BREAKING] resourceFactory: Remove #createCollectionsForTree
  • [INTERNAL] WriterCollection: Escape string properly before passing it to regex
  • [INTERNAL] Cleanup tests
  • [INTERNAL] Fix JSDoc, increase coverage
  • [INTERNAL] Lower coverage thresholds
  • Release 3.0.0-alpha.4
  • In-range update of npm dependencies
  • [INTERNAL] GH Workflows: Update GH Actions
  • [INTERNAL] Azure CI: Replace Node.js v17 with v18
  • [INTERNAL] Revert "[INTERNAL] Lower coverage thresholds"
  • [INTERNAL] Add tests for Link, ResourceFacade, resourceFactory
  • [INTERNAL] package.json: Further lift coverage thresholds
  • Release 3.0.0-alpha.5
  • [INTERNAL] Replace globby with fast-glob

RandomByte and others added 30 commits November 24, 2021 11:19
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.
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
* 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)
ESLint and other checks are covered via GH Actions.
…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>
Remove super-collection system from ResourceTagCollection
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 ("/")
@flovogt flovogt requested a review from RandomByte July 27, 2022 11:36
@flovogt flovogt closed this Jul 27, 2022
@flovogt flovogt deleted the devDependency-replace-globby branch July 27, 2022 11:36
@flovogt flovogt restored the devDependency-replace-globby branch July 27, 2022 11:38
@flovogt flovogt deleted the devDependency-replace-globby branch December 15, 2022 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants