From 24067ea82b0d4dc7d2dadb3e725c1c741a84c84c Mon Sep 17 00:00:00 2001 From: Mihajlo Medjedovic Date: Mon, 25 Sep 2023 16:51:33 +0200 Subject: [PATCH] chore: calling licence checker script as a part of PR action --- .gitea/workflows/build.yaml | 3 ++- CHANGELOG.md | 12 ------------ client/licenseChecker.js | 2 +- 3 files changed, 3 insertions(+), 14 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index c92a368..6b67a79 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -18,4 +18,5 @@ jobs: env: NPMRC: ${{ secrets.NPMRC}} - - run: npm run lint:check \ No newline at end of file + - run: npm run lint:check + - run: cd client && npm run license-checker \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 93e1315..aaa0d9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,3 @@ -## [6.2.1](https://git.datacontroller.io/dc/dc/compare/v6.2.0...v6.2.1) (2023-09-25) - - -### Bug Fixes - -* approve, history and submit pages grouped in review module ([e056ece](https://git.datacontroller.io/dc/dc/commit/e056ece2234ef6aab050f6a5b1f8de633b163d91)) -* handsontable v13 ([6f482ec](https://git.datacontroller.io/dc/dc/commit/6f482ec6d909907a304ef9975262889e2370035f)) -* latest adapter ([5e30dc0](https://git.datacontroller.io/dc/dc/commit/5e30dc0f892fab2af41f4ea56e30f27ec3b3912e)) -* sasjs/cli and sasjs/core updated to the latest ([8571e01](https://git.datacontroller.io/dc/dc/commit/8571e01e44a8cb6df9d150d271c34bb75bffdf31)) -* updating editors/stagedata to address issues in particular viya configurations as described in issue [#33](https://git.datacontroller.io/dc/dc/issues/33) ([94ab949](https://git.datacontroller.io/dc/dc/commit/94ab949df8c75072525751a2156b7a32c2e641dc)) -* updating logic for REPLACE loadtype ([1f2ce55](https://git.datacontroller.io/dc/dc/commit/1f2ce55f249f4af56f0cacdec47e69246cd47431)) - ## [6.2.1](https://git.datacontroller.io/dc/dc/compare/v6.2.0...v6.2.1) (2023-08-25) diff --git a/client/licenseChecker.js b/client/licenseChecker.js index a2c5149..79aa4fc 100644 --- a/client/licenseChecker.js +++ b/client/licenseChecker.js @@ -10,7 +10,7 @@ const check = (cwd) => { onlyAllow: 'AFLv2.1;Apache 2.0;Apache-2.0;Apache*;Artistic-2.0;0BSD;BSD*;BSD-2-Clause;BSD-3-Clause;CC0-1.0;CC-BY-3.0;CC-BY-4.0;ISC;MIT;MPL-2.0;ODC-By-1.0;Python-2.0;Unlicense;', excludePackages: - '@cds/city@1.1.0;@handsontable/angular@13.0.0;handsontable@13.0.0;hyperformula@2.5.0;jackspeak@2.2.0;path-scurry@1.7.0' + '@cds/city@1.1.0;@handsontable/angular@13.1.0;handsontable@13.1.0;hyperformula@2.5.0;jackspeak@2.2.0;path-scurry@1.7.0' }, (error, json) => { if (error) {