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

WIP - nso-nipap rewrite #1049

Open
wants to merge 30 commits into
base: master
Choose a base branch
from
Open

Commits on Jan 2, 2017

  1. Configuration menu
    Copy the full SHA
    6a69d47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f053177 View commit details
    Browse the repository at this point in the history
  3. Removed unused variables

    fredsod committed Jan 2, 2017
    Configuration menu
    Copy the full SHA
    dd5402b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f41b656 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    84bc007 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4e9bff3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c97ffbe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aa0535d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b71599b View commit details
    Browse the repository at this point in the history
  10. nso-nipap: Clean up

    fredsod committed Jan 2, 2017
    Configuration menu
    Copy the full SHA
    75a8c60 View commit details
    Browse the repository at this point in the history
  11. nso-nipap: Add javadoc

    fredsod committed Jan 2, 2017
    Configuration menu
    Copy the full SHA
    1772018 View commit details
    Browse the repository at this point in the history
  12. fix

    fredsod committed Jan 2, 2017
    Configuration menu
    Copy the full SHA
    06186c6 View commit details
    Browse the repository at this point in the history
  13. nso-nipap: Indent fix

    fredsod committed Jan 2, 2017
    Configuration menu
    Copy the full SHA
    44e3d47 View commit details
    Browse the repository at this point in the history
  14. nso-nipap: Code style fix

    fredsod committed Jan 2, 2017
    Configuration menu
    Copy the full SHA
    fff25bd View commit details
    Browse the repository at this point in the history
  15. nso-nipap: Various style fixes

    Various style & indent fixes.
    garberg authored and fredsod committed Jan 2, 2017
    Configuration menu
    Copy the full SHA
    d9a7131 View commit details
    Browse the repository at this point in the history
  16. nso-nipap: Rename functions for clarity

    Renamed some functions to make it clear whether they operate on CDB or
    NIPAP.
    garberg authored and fredsod committed Jan 2, 2017
    Configuration menu
    Copy the full SHA
    c7ce355 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c3e48d7 View commit details
    Browse the repository at this point in the history
  18. nso-nipap: Detail thrown exceptions

    To make it clear what types of errors which can occurr in the different
    helper functions, all exceptions thrown are now listed instead of a
    generic "Exception".
    
    Also make some minor style fixes.
    garberg authored and fredsod committed Jan 2, 2017
    Configuration menu
    Copy the full SHA
    3f0d561 View commit details
    Browse the repository at this point in the history
  19. nso-nipap: Handle IPv6 in addHostPrefixFromPrefix

    Updated the addHostPrefixFromPrefix function to set the host prefix
    prefix length based on IP version.
    garberg authored and fredsod committed Jan 2, 2017
    Configuration menu
    Copy the full SHA
    a55701c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    531073a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    29d60b5 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2017

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

Commits on Mar 9, 2017

  1. nso-nipap: Added allocation request templates

    Added templates for creating NIPAP allocation requests.
    garberg committed Mar 9, 2017
    Configuration menu
    Copy the full SHA
    6561b50 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2017

  1. nso-nipap: Added python helper functions

    Added python helper functions for creating NIPAP requests.
    garberg committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    ca2dc15 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2017

  1. Merge pull request #2 from garberg/helper_libs

    Python helpers for creating NIPAP requests
    fredsod authored Mar 22, 2017
    Configuration menu
    Copy the full SHA
    ea2bd52 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2017

  1. nso-nipap: Improve error handling to avoid lockup

    Improve error handling in nso-nipap to avoid locking CDB on certain
    failures, for example when unable to communicate with the NIPAP backend.
    Certain errors caused exceptions to be thrown which were not handled
    within the request loop which caused sub.sync() to never be run.
    garberg committed Apr 5, 2017
    Configuration menu
    Copy the full SHA
    cdeea83 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2017

  1. Merge pull request #3 from garberg/improve_error_handling

    Improve error handling to avoid CDB lockup
    fredsod authored Apr 10, 2017
    Configuration menu
    Copy the full SHA
    9d3cad9 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2017

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

Commits on May 18, 2017

  1. nso-nipap: Pass re-deploy path as ConfPath

    Pass the path to re-deploy as a ConfPath-object rather than as a String.
    From some reason the string, which is extracted directly from CDB, can't
    be parsed by the ConfPath-constructor.
    garberg committed May 18, 2017
    Configuration menu
    Copy the full SHA
    8b8a0da View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from garberg/redeploy_confpath

    nso-nipap: Pass re-deploy path as ConfPath
    fredsod authored May 18, 2017
    Configuration menu
    Copy the full SHA
    6fea8da View commit details
    Browse the repository at this point in the history