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.20.0
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.21.0
Choose a head ref
  • 12 commits
  • 551 files changed
  • 3 contributors

Commits on Jun 22, 2024

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

Commits on Oct 2, 2024

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

Commits on Oct 3, 2024

  1. 202410 updates (#364)

    * regenerate pylintrc for newer standards.
    * Remove outdated setattr usages.
    * Remove outdated todo statements.
    * Fix whitespace and line length linting.
    * Update ruamel.yaml usage to avoid deprecation warnings.
    * add default timeout to requets calls for registry swagger.
    * Fixes #351
    * Fixes #342
    * Fix HTTPResponse.getheaders() deprecation warning with py2/py3 compatitbility
    * Call Configuration() once in rest clients
    * added explanation about safe yaml loader
    * ensure latest flow version by sorting. Fixes #326
    * set py>-1.11.0 to avoid false positive cve warning
    * bump pytest>=7.2.0 to remove py dependency
    Chaffelson authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    93514f7 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. update clients to 1.27.0 (#365)

    * update clients to 1.27.0
    
    * deprecate py.test in favour of newer pytest
    
    * move docker requirement to extras
    
    * linting fixes
    
    * set latest python version to 3.12
    Chaffelson authored Oct 6, 2024
    Configuration menu
    Copy the full SHA
    6a94c6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8adb27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac9898e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0fabcdb View commit details
    Browse the repository at this point in the history
  5. remove 0917 from lint checks

    simplify yaml dump to remove duplicate round trip via json
    fix py2/3 compatibility on use of yield statements.
    remove automated py2 testing from tox due to compatibility issues
    move pytest version picker to setup.py to allow additional logic.
    remove extraneous settings from setup.cfg
    set different yaml parser rules for py2/3 to better handle compatibility
    remove py2 limitation on development versions, greatly simplifying setup
    update pylintrc for new standards
    retire travisCI and coveralls from automated testing.
    Set simple coverage report, exclude from commits.
    Chaffelson committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    18214fd View commit details
    Browse the repository at this point in the history
  6. set min version for ruamel.yaml for safety

    update devnotes with py2 manual testing
    deprecate removed models from nifi client docs
    Chaffelson committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    f2ccf64 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Merge pull request #366 from Chaffelson/retirePy2Automation

    Prepare v0.21.0 with py2 semi-retirement
    ottobackwards authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    f17ed60 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Update NiPyAPI to be roughly forward compatible with NiFi-2.x line. (#…

    …368)
    
    * Instruct pyup to ignore pytest in requirements txt
    * instruct pytest to not report insecure http requests to localhost for docker testing
    * Templates are deprecated in nifi-2x, remove from tests for newer versions
    * add function to check registry version using newer aboutapi() call
    * update utils.check_version to ignore any non-semver elements of a version string and use newer registry version api call if available
    * Update registry client creation to handle nifi-2x structure
    * Update Testing to treat NiFI-2.x as regression target
    * Deprecate very old nifi-1x versions from regression testing
    * Fix get processor test to use a processor available in all nifi versions, GenerateFlowfile
    * Update readme about NiFi2.x support.
    * Switch 'latest' dockerfile to use 'latest' nifi tags.
    Chaffelson authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    3010452 View commit details
    Browse the repository at this point in the history
Loading