Skip to content

Releases: cubbles/cubx-webpackage-uploader

BugFix Release

10 Jul 12:27

Choose a tag to compare

  • Fixed in lib/configProvider.js the ConfigProvider#getConfig method

BugFix Release

13 Dec 14:17

Choose a tag to compare

Release notes - Coder DevTools - Version cubx-webpackage-uploader-3.3.2

Bug

  • [CDT-70] - cubx-webpackage-uploader: Don't log "rule validation" error messages, instead log 'undefined'.

BugFix Release

24 Feb 07:29

Choose a tag to compare

Bug

  • [CDT-41] - Incorrect implementation for pattern for ignoring folders does not work as expected in .cubblesingore

Support of enviroment variables http_proxy, https_proxy and no_proxy

22 Feb 11:52

Choose a tag to compare

Task

  • [CDT-3] - cubx-webpackage-uploader and cubx-authentication-client use the enviroment proxy config

Bug

  • [CDT-21] - Pattern for ignoring folders does not work as expected in .cubblesingore

Codes can omit files from upload.

21 Sep 09:16

Choose a tag to compare

Goal(s)

  • Allow coders to ignore files unnecessary to be published from upload.
  • Allow coders to check the upload configuration without uploady any files into a Base instance.

Changes

Improvements

.cubblesignore

At the root folder of a webpackage developers can (optionally) provide a file named .cubblesignore. As you know it from .gitignore, developers can define the resources to be ignored from being uploaded using glob-patterns (@see https://github.com/isaacs/node-glob#glob-primer).

dryRun

The upload-configuration now supports a new option "dryRun" [{boolean} (default == false) (optional)].

Setting the value to true

  • prevents the uploader from doing the upload,
  • responds with
    • a list of files to be uploaded AND
    • a list of files to be ignored from upload according to a (optional) '.cubblesignore' file.