This is an automated email from the ASF dual-hosted git repository.

mcgilman pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


    from 92830af2e9 NIFI-12888 In AbstractEmailProcessor check for expired 
oauth2 token when determining whether mail receiver needs to be recreated.
     add 039fd66911 [NIFI-12941] - Migrate to Jest from Karma/Jasmine. (#8566)

No new revisions were added by this update.

Summary of changes:
 .../nifi-web/nifi-web-frontend/pom.xml             |    15 +
 .../nifi-web-frontend/src/main/nifi/README.md      |     2 +-
 .../nifi-web-frontend/src/main/nifi/angular.json   |    10 +-
 .../nifi-web-frontend/src/main/nifi/jest.config.ts |   205 +
 .../nifi-web-frontend/src/main/nifi/karma.conf.js  |    53 -
 .../src/main/nifi/package-lock.json                | 38881 ++++++++++---------
 .../nifi-web-frontend/src/main/nifi/package.json   |   154 +-
 .../summary/ui/common/index.ts => setup-jest.ts}   |    10 +-
 .../bulletins/feature/bulletins.component.spec.ts  |    39 +
 .../bulletin-board-list.component.spec.ts          |     1 +
 .../flow-designer/service/canvas-utils.service.ts  |     2 +-
 .../birdseye/birdseye.component.spec.ts            |    23 +-
 .../port/create-port/create-port.component.ts      |     2 +-
 .../combo-editor/combo-editor.component.spec.ts    |    10 +-
 .../editors/nf-editor/nf-editor.component.spec.ts  |     8 +-
 .../property-table/property-table.component.ts     |     2 +-
 .../yes-no-dialog/yes-no-dialog.component.spec.ts  |     2 +-
 .../src/main/nifi/tsconfig.spec.json               |     4 +-
 18 files changed, 21749 insertions(+), 17674 deletions(-)
 create mode 100644 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/jest.config.ts
 delete mode 100644 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/karma.conf.js
 copy 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/{src/app/pages/summary/ui/common/index.ts
 => setup-jest.ts} (79%)

Reply via email to