Removed the entire integration-tests-ci profile and reference in GitHub workflow.
Removed all tests which require specific local env configs/cloud credentials/ or simply do not work and thus have been blocked from the build for a long time.
Set Disabled annotation on a couple key tests which are by design manual and must be retained.
The move to testcontainers has been a dramatic improvement in test reliability/behaviors and should be a model for all such tests going forward.
This closes#8818
Signed-off-by: David Handermann <exceptionfactory@apache.org>
- Replaced isCompressedFilename and getUncompressedFilename with the API suggested alternatives
This closes#8816
Signed-off-by: David Handermann <exceptionfactory@apache.org>
- Upgraded AWS SDK 1 from 1.12.718 to 1.12.719
- Upgraded AWS SDK 2 from 2.25.48 to 2.25.49
- Upgraded snowflake-ingest-sdk from 2.1.0 to 2.1.1
- Upgraded org.elasticsearch.client from 8.13.3 to 8.13.4
- Upgraded software.amazon.kinesis from 2.5.8 to 2.6.0
This closes#8814
Signed-off-by: David Handermann <exceptionfactory@apache.org>
* [NIFI-13153] use ellipsis for long component names in dialogs
* use basis-1/2
* overflow-hidden
* remove basis-1/2 and use w-1/2 with padding
This closes#8802
- Set Codecov action to be conditional based on running in the context of the Apache organization
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes#8808.
* [NIFI-13177] ensure consistent rendering of component type, name, and icon
* ensure font-size consistency with .refresh-container and .mat-mdc-paginator
* attempt at unifying how component context is displayed (#6)
* use drop icon by default
* final touches
---------
Co-authored-by: Rob Fellows <rob.fellows@gmail.com>
This closes#8786
- Upgraded Maven plugins
- Upgraded SpotBugs from 4.7.3.5 to 4.8.5.0
- Upgraded asciidoctor-maven-plugin from 2.2.4 to 3.0.0
- Upgraded license-maven-plugin from 2.2.0 to 2.4.0
- Upgraded download-maven-plugin from 1.7.1 to 1.9.0
- Upgraded maven-clean-plugin from 3.3.1 to 3.3.2
- Upgraded frontend-maven-plugin from 1.14.2 to 1.15.0
- Upgraded hisrc-higherjaxb40-maven-plugin from 2.1.1 to 2.2.0
- Upgraded jacoco-maven-plugin from 0.8.11 to 0.8.12
- Upgraded swagger-maven-plugin-jakarta from 2.2.20 to 2.2.21
- Upgraded swagger-codegen-maven-plugin from 3.0.52 to 3.0.55
This closes#8797
Signed-off-by: David Handermann <exceptionfactory@apache.org>
* NIFI-13175:
- Updating dialog layout and sizes to prevent a double scroll bar on smaller screen sizes. Now the dialog content is set to 50vh and content scrolls as needed.
* NIFI-13175:
- Removing some unneeded padding.
* NIFI-13175:
- Fixing double scroll bar issues in non tabbed dialogs.
* NIFI-13175:
- Fixing double scroll bar issues in more non tabbed dialogs.
* NIFI-13175:
- Renaming dialog content style in status history to avoid conflicting with new general style.
This closes#8779
- Upgraded picocli from 4.7.5 to 4.7.6
- Upgraded Testcontainers from 1.19.7 to 1.19.8
- Upgraded AWS SDK 1 from 1.12.716 to 1.12.718
- Upgraded AWS SDK 2 from 2.25.46 to 2.25.48
This closes#8785
Signed-off-by: David Handermann <exceptionfactory@apache.org>
- Updated references to lucene-9 indexes and removed legacy old style indexes
This closes#8782
Signed-off-by: David Handermann <exceptionfactory@apache.org>i
* [NIFI-13061] replace actions with menu
* Manage Access Policies for all menus
* short Go To menu option text
* align text formatting for menus
* View Clustered Details
* View User Policies menu now uses Manage Access Policies
* hide menu when action clicked
* Manage User Policies
This closes#8766
* [NIFI-13183] add drop shadow to connections to increase visibility on top of colored labels in both light and dark mode
* review feedback
This closes#8778
* [NIFI-13162] horizontal and vertical canvas component alignment
* review feedback
* rename to updatePositionRequestId
* use enum
* use the appropriate generic type and separate components and connections updates
* use enum
This closes#8762
* [NIFI-13165] hide resize handle is status history when insufficient history
* hide last updated/refresh button when insufficient history
* Update nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/app/ui/common/status-history/status-history.component.html
Co-authored-by: Rob Fellows <rob.fellows@gmail.com>
---------
Co-authored-by: Rob Fellows <rob.fellows@gmail.com>
This closes#8768
* removed aliasing of 'this' from canvas.component.ts
* removed aliasing of 'this' from canvas-utils.ts
* reuse common actions between operation and context menu
This closes#8770
- Handling newer revisions in flow reducer to ensure that the appropriate version of the component is saved in case responses are received out of order.
This closes#8771
- Upgraded Apache Mina 2.1.8 to 2.2.3
- Upgraded unboundid-ldapsdk from 6.0.11 to 7.0.0
- Upgraded okhttp-digest from 2.7 to 3.1.0
- Upgraded reactor-netty-http from 1.0.44 to 1.1.18
- Upgraded jetbrains-annotations 13.0 to 24.1.0
- Upgraded reactor-core from 3.4.37 to 3.6.5
- Upgraded reactor-test from 3.5.16 to 3.6.5
This closes#8775
Signed-off-by: David Handermann <exceptionfactory@apache.org>
This closes#8773
- Changed getSym() to getSymA() following QuestDB changes
- Added WAL Table status check for Table Metadata lookup
Signed-off-by: Joseph Witt <joewitt@apache.org>