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-13105 Implement a FlowRegistryClient that use GitHub for version… #8765

Closed
wants to merge 5 commits into from

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    944a6d4 View commit details
    Browse the repository at this point in the history
  2. Fix checkstyle error

    bbende committed May 7, 2024
    Configuration menu
    Copy the full SHA
    9ccb903 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47f022b View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Address review feedback

    - Populate storageLocation and implement isStorageLocationApplicable
    - Determine read/write permissions for the repo based on the client credentials
    - Use the permissions to populate bucket permissions
    - Change logic for creating default bucket to only happen if no other buckets and if write permissions
    - Verify permissions accordingly in all client methods based on read or write
    - Consolidate getFilenames and getDirectoryNames to helper method
    bbende committed May 8, 2024
    Configuration menu
    Copy the full SHA
    c633a66 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    fa06204 View commit details
    Browse the repository at this point in the history