Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Chaffelson/nipyapi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.19.1
Choose a base ref
...
head repository: Chaffelson/nipyapi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.20.0
Choose a head ref
  • 12 commits
  • 548 files changed
  • 5 contributors

Commits on Aug 8, 2022

  1. Update NiFi and NiFi-Registry clients to the 1.17.0 release (#313)

    * Update NiFi and NiFi-Registry clients to the 1.17.0 release
    Update docker resources to the latest 1.17 container image
    Fix issue in docker volume mounts where certificates were not readable in new versions of Docker
    Fix issue in test_get_processor_type where new Twitter processor broke existing logic assumptions
    Update readme to note issues with Python 3.10 and removing reference to python 3.5 testing
    
    Signed-off-by: Daniel Chaffelson <chaffelson@gmail.com>
    
    * Update patchnotes in history.rst
    Remove pytest-runner from development dependencies as it has been deprecated upstream and no longer seems to be required to run pytest with tox
    
    Signed-off-by: Daniel Chaffelson <chaffelson@gmail.com>
    
    * Bump version: 0.19.0 → 0.19.1
    Chaffelson authored Aug 8, 2022
    Configuration menu
    Copy the full SHA
    12dd615 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Update get_access_policy_for_resource no policy test (#317)

    * Update get_access_policy_for_resource no policy test to account for Registry body on no policy
    
    * Change PUT to POST for update_flow_version_with_http_info
    jrittenh authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    d32098c View commit details
    Browse the repository at this point in the history
  2. Update README with NiFi 1.17 support (#314)

    Quick change on the readme.
    
    Raffaele
    rsaggino authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    1551ec8 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. NiFi 1.19 update (#322)

    * Updated clients and Docker for 1.19
    RegistryClientEntity is renamed to FlowRegistryClientEntity for clarity in NiFi-1.19, along with other related classes - consequently ControllerApi().create_registry_client is now ControllerApi().create_flow_registry_client, etc.
    urllib3 advises that HTTPResponse.getheaders() will soon be deprecated, moving to HTTPResponse.headers as advised
    The NiFi API call to create a registry client no longer errors when a duplicate name is requested, however it still errors if you attempt to update a registry client with a non-unique name. Commenting out this test for now as it is not a critical requirement.
    The NiFi API no longer removes the Registry URI when deleting the object, removing this test from the set and replacing with a test that ensures the client can no longer be retrieved once deleted.
    
    Signed-off-by: Daniel Chaffelson <chaffelson@gmail.com>
    
    * Fix linelength in security.py to satisfy python linting
    Ensure newer versions of flake8 exclude autogenerated client files from tests
    
    Signed-off-by: Daniel Chaffelson <chaffelson@gmail.com>
    
    Signed-off-by: Daniel Chaffelson <chaffelson@gmail.com>
    Chaffelson authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    c687fb8 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

  1. NiFi 1.23.2 update (#330)

    * fix(swagger_templates): http headers were incorrectly accessed from RESTResponse object
    
    Signed-off-by: Hexoplon <github@zackeus.no>
    
    * feat(nifi-client): update to 1.23.2 swagger defenitions
    
    Signed-off-by: Hexoplon <github@zackeus.no>
    
    * feat(registry-client): update to 1.23.2 swagger defenitions
    
    Signed-off-by: Hexoplon <github@zackeus.no>
    
    * test: update nifi and registry images to 1.23.2
    
    Signed-off-by: Hexoplon <github@zackeus.no>
    
    * build: update dependencies based on Snyk security recommendation
    
    Signed-off-by: Hexoplon <github@zackeus.no>
    
    * chore: v0.20.0
    
    Signed-off-by: Hexoplon <github@zackeus.no>
    
    ---------
    
    Signed-off-by: Hexoplon <github@zackeus.no>
    Hexoplon authored Oct 22, 2023
    Configuration menu
    Copy the full SHA
    8a2aec3 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. feat(config): add ReportingTaskEntity to registered filters (#337)

    Signed-off-by: Hexoplon <github@zackeus.no>
    Hexoplon authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    eeeee30 View commit details
    Browse the repository at this point in the history
  2. remove library setting root logger configuration (#340)

    Co-authored-by: Dan Chaffelson <chaffelson@gmail.com>
    ottobackwards and Chaffelson authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    b479a43 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Fix ruamel.yaml pinning. Fixes docs and test process for EC2. (#346)

    * fixes #345
    
    * Fix pyenv python versions mapping in tox.
    
    * deprecate version statement in docker-compose files
    
    * Updated devnotes with new EC2 process. Updated sphinx build for newer version.
    Chaffelson authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    5bf9873 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abd391b View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Update Python and NiFi supported versions (#348)

    * Update readme for version support
    
    * update python support to 3.7 through 3.11
    Chaffelson authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    e3f0ae3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5e82b9 View commit details
    Browse the repository at this point in the history
  3. readthedocs yaml config

    File was supposed to be a dot file, Visual Studio decided I didn't need it.
    Chaffelson authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    1d52262 View commit details
    Browse the repository at this point in the history
Loading