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

NIFI-13632: Updating content access. #9221

Merged
merged 10 commits into from
Sep 6, 2024
Merged

Commits on Sep 3, 2024

  1. NIFI-13632: Updating content access.

    - Removing existing content viewer application.
    - Introduced new front end based content viewer applicaiton.
    - Introduced new bundled content viewers for hex and images.
    - Deleted previous image content viewer.
    - Migrated existing standard content viewer (which handles json, xml, yaml, csv, and text) to utilize new content access interface.
    - Moved standard content viewer into its own NAR.
    - Moved and renamed custom ui utils and content viewer utils into nifi-common.
    - Added mime type to FlowFileSummary response payload to help drive the initially opened content viewer.
    mcgilman committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    6c1390d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31089aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0883eab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb7e4b5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e33248b View commit details
    Browse the repository at this point in the history
  6. NIFI-13632: Fixing import.

    mcgilman committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    19a1aae View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    be411ab View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1ac3af4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a3db11b View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. NIFI-13632: Addressing review feedback.

    - Rendering mime type in the content viewer.
    - Preventing additions to the browser history as the user changes how the content is viewed.
    - Appending forward slash to content viewer UIs to prevent unnecessary redirect.
    - Removing Standard Content Viewer title based on review feedback.
    - Fixing double scroll bar in the Standard Content Viewer on small browser heights.
    - Removed unnecessary application.yml.
    - Bumping spring boot version.
    mcgilman committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    4f574b0 View commit details
    Browse the repository at this point in the history