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

Fortios device tracker updates #92331

Merged
merged 57 commits into from
Jun 15, 2023
Merged

Commits on Jun 8, 2021

  1. FortiOS 7.0 support

    Added support for FortiOS 7.0 and retaining FortiOS 6.4 support.
    Since an API was deprecated in FortiOS 7.0 and replace by a new API the integration now also support FortiOS 7.0.
    It is planned to deprecate the support for FortiOS 6.4 in a year
    kimfrellsen committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    3ffece9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8d3f61 View commit details
    Browse the repository at this point in the history
  3. Update device_tracker.py

    indentation fix
    kimfrellsen committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    77867d6 View commit details
    Browse the repository at this point in the history
  4. Update device_tracker.py

    run flake8 fixes
    kimfrellsen committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    6999fab View commit details
    Browse the repository at this point in the history
  5. flake8 fixes

    kimfrellsen committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    b332a31 View commit details
    Browse the repository at this point in the history
  6. Update device_tracker.py

    black fixing line breaks
    kimfrellsen committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    8eb4c59 View commit details
    Browse the repository at this point in the history
  7. Update device_tracker.py

    black fixes
    kimfrellsen committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    a7ae0fc View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. Update device_tracker.py

    linter fixes
    kimfrellsen committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    6250bac View commit details
    Browse the repository at this point in the history
  2. Update device_tracker.py

    linter fixes
    kimfrellsen committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    d57c9ec View commit details
    Browse the repository at this point in the history
  3. Update device_tracker.py

    linter fix
    kimfrellsen committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    85498cf View commit details
    Browse the repository at this point in the history
  4. Update device_tracker.py

    removed comment that pylint does not like :-~
    kimfrellsen committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    db87ff1 View commit details
    Browse the repository at this point in the history
  5. Update homeassistant/components/fortios/device_tracker.py

    Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
    kimfrellsen and MartinHjelmare committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    238bada View commit details
    Browse the repository at this point in the history
  6. Update homeassistant/components/fortios/device_tracker.py

    Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
    kimfrellsen and MartinHjelmare committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    ae28e1e View commit details
    Browse the repository at this point in the history
  7. Update homeassistant/components/fortios/device_tracker.py

    Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
    kimfrellsen and MartinHjelmare committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    cc8c351 View commit details
    Browse the repository at this point in the history
  8. Update device_tracker.py

    to resolve double guard for supported versions.
    kimfrellsen committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    3b71b18 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Configuration menu
    Copy the full SHA
    7b17a86 View commit details
    Browse the repository at this point in the history
  2. updated fortios device tracker

    Deprecated old api.
    cleaned up code.
    better checking with try-catch
    removed unnecessary error output.
    kimfrellsen committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    08ec976 View commit details
    Browse the repository at this point in the history
  3. Update device_tracker.py

    lint compliance.
    kimfrellsen committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    3a66258 View commit details
    Browse the repository at this point in the history
  4. Update device_tracker.py

    lint updates
    kimfrellsen committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    7584adc View commit details
    Browse the repository at this point in the history
  5. Update device_tracker.py

    lint updates
    kimfrellsen committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    8e77155 View commit details
    Browse the repository at this point in the history
  6. Update device_tracker.py

    lint updates
    kimfrellsen committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    64a4545 View commit details
    Browse the repository at this point in the history
  7. Update device_tracker.py

    lint updates
    kimfrellsen committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    2f11297 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. Update device_tracker.py

    updated to use awesomeversion component.
    kimfrellsen committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    9802544 View commit details
    Browse the repository at this point in the history
  2. Update device_tracker.py

    pylint updates
    kimfrellsen committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    72d3f33 View commit details
    Browse the repository at this point in the history
  3. Update device_tracker.py

    pylint updates
    kimfrellsen committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    d95ef12 View commit details
    Browse the repository at this point in the history
  4. Clean up

    MartinHjelmare committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    6582b89 View commit details
    Browse the repository at this point in the history
  5. Simplify

    MartinHjelmare committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    d161347 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Update device_tracker.py

    bug fix. Check on json keys before accessing them.
    performance optimise, by filtering on the parameters to fetch from FortiGate.
    kimfrellsen committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    cb15655 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e48a5f2 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Update device_tracker.py

    performance optimisation, bug fix and update to work with HASS 2023.4
    kimfrellsen committed May 1, 2023
    Configuration menu
    Copy the full SHA
    6ee719a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8189bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    047e7f3 View commit details
    Browse the repository at this point in the history
  4. Update device_tracker.py

    updated fortios device tracker with bug fixes and performance optimisations.
    kimfrellsen committed May 1, 2023
    Configuration menu
    Copy the full SHA
    bd2a489 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    30a12fa View commit details
    Browse the repository at this point in the history
  6. Update device_tracker.py

    CI pylint fixes
    kimfrellsen committed May 1, 2023
    Configuration menu
    Copy the full SHA
    0864c34 View commit details
    Browse the repository at this point in the history
  7. Update device_tracker.py

    change local variable
    kimfrellsen committed May 1, 2023
    Configuration menu
    Copy the full SHA
    3e38e31 View commit details
    Browse the repository at this point in the history
  8. Update device_tracker.py

    lint
    kimfrellsen committed May 1, 2023
    Configuration menu
    Copy the full SHA
    d8417bf View commit details
    Browse the repository at this point in the history
  9. Update device_tracker.py

    lint issues
    kimfrellsen committed May 1, 2023
    Configuration menu
    Copy the full SHA
    304f126 View commit details
    Browse the repository at this point in the history
  10. Update device_tracker.py

    check black/ruff/isort
    kimfrellsen committed May 1, 2023
    Configuration menu
    Copy the full SHA
    52bce6c View commit details
    Browse the repository at this point in the history
  11. Update device_tracker.py

    fixed ruff
    kimfrellsen committed May 1, 2023
    Configuration menu
    Copy the full SHA
    208ba30 View commit details
    Browse the repository at this point in the history
  12. Update device_tracker.py

    fixed black
    kimfrellsen committed May 1, 2023
    Configuration menu
    Copy the full SHA
    6ae5f3f View commit details
    Browse the repository at this point in the history
  13. Update device_tracker.py

    fixed black
    kimfrellsen committed May 1, 2023
    Configuration menu
    Copy the full SHA
    bbfe93d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5f9a6f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Update homeassistant/components/fortios/device_tracker.py

    Co-authored-by: Erik Montnemery <erik@montnemery.com>
    kimfrellsen and emontnemery committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    e9dc580 View commit details
    Browse the repository at this point in the history
  2. Update homeassistant/components/fortios/device_tracker.py

    Co-authored-by: Erik Montnemery <erik@montnemery.com>
    kimfrellsen and emontnemery committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    4c503a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0285d6c View commit details
    Browse the repository at this point in the history
  4. Update device_tracker.py

    kimfrellsen committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    f1b21ff View commit details
    Browse the repository at this point in the history
  5. Update device_tracker.py

    removed as requested.
    kimfrellsen committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    5dadca5 View commit details
    Browse the repository at this point in the history
  6. Update device_tracker.py

    reverted all refactoring and only fixed the open issue.
    kimfrellsen committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    b49c501 View commit details
    Browse the repository at this point in the history
  7. Update device_tracker.py

    added newline at EOF
    kimfrellsen committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    bde4cb6 View commit details
    Browse the repository at this point in the history
  8. Update device_tracker.py

    removed unused import.
    kimfrellsen committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    b0e519d View commit details
    Browse the repository at this point in the history
  9. Update device_tracker.py

    mypy fixes
    kimfrellsen committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    4e13fd7 View commit details
    Browse the repository at this point in the history
  10. Update device_tracker.py

    added typing
    kimfrellsen committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    b63a1c3 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    854a1c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d8fd09 View commit details
    Browse the repository at this point in the history
  3. Update homeassistant/components/fortios/device_tracker.py

    Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
    kimfrellsen and MartinHjelmare committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    4044d0e View commit details
    Browse the repository at this point in the history
  4. Update homeassistant/components/fortios/device_tracker.py

    Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
    kimfrellsen and MartinHjelmare committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    8998fe8 View commit details
    Browse the repository at this point in the history