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

Portadmin poe cisco frontend #2644

Closed
wants to merge 28 commits into from

Commits on May 31, 2023

  1. Configuration menu
    Copy the full SHA
    ab51092 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ea580c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cad788d View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Make state be a string

    let each implementation handle conversion if the
    actual state is represented as integers or whatever, but for
    this interface just let it be strings, e.g. DISABLED, AUTO or something
    stveit committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    229bfda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6a6554 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39473fb View commit details
    Browse the repository at this point in the history
  4. Add function that checks if interface supports poe

    the state options should be the same on the netbox for ports
    that support it, so no need to check that per interface.
    what we actually care about is if the interface supports poe,
    so this does that more explicitly
    stveit committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    d3c9131 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Configuration menu
    Copy the full SHA
    5d97c40 View commit details
    Browse the repository at this point in the history
  2. Add Poe enable oid

    stveit committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    c603fcc View commit details
    Browse the repository at this point in the history
  3. Add PoE state values

    stveit committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    3f38532 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ce3486 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7442167 View commit details
    Browse the repository at this point in the history
  6. Handle all cisco poe states

    stveit committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    51c9bc7 View commit details
    Browse the repository at this point in the history
  7. Handle exception

    stveit committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    62fa50d View commit details
    Browse the repository at this point in the history
  8. Create tuple from list

    stveit committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    c00001d View commit details
    Browse the repository at this point in the history
  9. Fix function not being called

    stveit committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    b024627 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Configuration menu
    Copy the full SHA
    a658e41 View commit details
    Browse the repository at this point in the history
  2. Use correct indexing for poe state

    poe state indexing uses double index of the stack unit number
    and a interface number. Only place i wasa able to find
    these nubmers for the interface is in the name,
    so this is a bit scuffed
    stveit committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    a9b35d2 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Clarify more in docstring

    stveit committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    6f98603 View commit details
    Browse the repository at this point in the history
  2. Return indexes as integers

    stveit committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    4eeb850 View commit details
    Browse the repository at this point in the history
  3. Add poe tests

    stveit committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    abe0e91 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Configuration menu
    Copy the full SHA
    676c587 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d445c48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fa6944 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    29b4665 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Update tests

    stveit committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    8409662 View commit details
    Browse the repository at this point in the history
  2. Group tests in classes

    stveit committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    6aa2668 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

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