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-3449: Adding GCP Framework and GCS Processors #1482

Closed
wants to merge 13 commits into from

Commits on Feb 9, 2017

  1. NIFI-3449: Adding a GCS Framework, including a credentials service an…

    …d abstract processor definitions. In addition, creating a series of GCS-themed processors and their corresponding tests.
    gene-telligent committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    40658f7 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2017

  1. Configuration menu
    Copy the full SHA
    5b69a84 View commit details
    Browse the repository at this point in the history
  2. Correcting the description of AbstractServiceAccountCredentialsStrate…

    …gy from a copy/paste error
    gene-telligent committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    e5f6dbd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf9bbba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9521176 View commit details
    Browse the repository at this point in the history
  5. Removing the INPUT ALLOWED functionality as implementing the hypothet…

    …ical use case would be too difficult for the time being
    gene-telligent committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    b620be7 View commit details
    Browse the repository at this point in the history
  6. overriding canCreatePrimaryCredential() to prevent the boolean 'false…

    …' being evaluated as an acceptable flag for boolean credentials
    gene-telligent committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    51210df View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aaff9d7 View commit details
    Browse the repository at this point in the history
  8. fixing a NPE which would occur due to keys being present in the prope…

    …rty map but having values of 'null'
    gene-telligent committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    98613c4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4962ed1 View commit details
    Browse the repository at this point in the history
  10. Updating the processors to use individual Bucket properties, as the L…

    …istGCSBucket property is a bit different -- it can't accept expression language and has no default value
    gene-telligent committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    cc2392d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2d9af57 View commit details
    Browse the repository at this point in the history
  12. Cleaning up imports

    gene-telligent committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    a3c22a6 View commit details
    Browse the repository at this point in the history