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

Mdk/add client tests #67

Draft
wants to merge 52 commits into
base: dev
Choose a base branch
from

Commits on Oct 25, 2024

  1. start of runcommand refactor

    Michael Ketchel committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    66fe38f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f82960 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea17a88 View commit details
    Browse the repository at this point in the history
  4. Fix tests

    MichaelKetchel committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    9845c78 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b11e18a View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. Start a constants file

    MichaelKetchel committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    e578a77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cecf23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f28a72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b514219 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6e8395c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d46ea8c View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. API port hardening release v1.0.5-1 (WLAN-Pi#52)

    * add error handling when removing iptables rule (WLAN-Pi#51)
    joshschmelzle authored Oct 27, 2024
    Configuration menu
    Copy the full SHA
    1f08bd5 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Convert bluetooth_service.py

    Michael Ketchel committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    7232d0c View commit details
    Browse the repository at this point in the history
  2. Complete refactoring out of helpers.py

    Michael Ketchel committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    d0f0756 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Completed refactoring of subprocess usage

    Michael Ketchel committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    5c76ac2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6a5b30 View commit details
    Browse the repository at this point in the history
  3. Refactor unittests to pytest

    Michael Ketchel committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    fb57c2a View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/dev' into dev

    Michael Ketchel committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    e393087 View commit details
    Browse the repository at this point in the history
  5. Format Cleanups

    Michael Ketchel committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    ecf9aa1 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Remove todo item

    Michael Ketchel committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    0254570 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Major refactor of wireless control

    Michael Ketchel committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    ccfbc71 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Multiple adapter control should work now.

    Michael Ketchel committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    bf84f1f View commit details
    Browse the repository at this point in the history
  2. More improvements

    Michael Ketchel committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    8cc892b View commit details
    Browse the repository at this point in the history
  3. Formatted and linted

    Michael Ketchel committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    89ae0a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f017c8c View commit details
    Browse the repository at this point in the history
  5. Formatted and linted again

    Michael Ketchel committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    00cdf8a View commit details
    Browse the repository at this point in the history
  6. Merge branch 'dev' into mdk/enhance_wlan_support

    # Conflicts:
    #	wlanpi_core/services/network_service.py
    #	wlanpi_core/utils/general.py
    #	wlanpi_core/utils/network.py
    Michael Ketchel committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    439fcbc View commit details
    Browse the repository at this point in the history
  7. Formatted and linted again

    Michael Ketchel committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    1b80d9b View commit details
    Browse the repository at this point in the history
  8. fixes WLAN-Pi#14

    and some other cleanups and fixes
    Michael Ketchel committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    a91f081 View commit details
    Browse the repository at this point in the history
  9. Fix remnant of wlan0 service

    Michael Ketchel committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    92f7882 View commit details
    Browse the repository at this point in the history
  10. Improve error response of wlan endpoints when a non-existent interfac…

    …e is used. added a "current network" endpoint
    Michael Ketchel committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    bdb4410 View commit details
    Browse the repository at this point in the history
  11. Fixed formatting

    Michael Ketchel committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    9308302 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Draft of ap radio info stuff

    Michael Ketchel committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    cc45c05 View commit details
    Browse the repository at this point in the history
  2. fixed a tyoi

    Michael Ketchel committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    7958b67 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Cleanup commit, plus more data!

    Michael Ketchel committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    5767c3b View commit details
    Browse the repository at this point in the history
  2. bump changelog

    Michael Ketchel committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    d984279 View commit details
    Browse the repository at this point in the history
  3. fix imports and duplicate defs

    Michael Ketchel committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    24a47cd View commit details
    Browse the repository at this point in the history
  4. Fix formatting

    Michael Ketchel committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    24a1997 View commit details
    Browse the repository at this point in the history
  5. More cleanup, and armored up the network API against command injectio…

    …n via interface name
    Michael Ketchel committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    abbf8e2 View commit details
    Browse the repository at this point in the history
  6. Version bump

    Michael Ketchel committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    a7dc3ca View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Version bump and format

    Michael Ketchel committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    f220072 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Version bump and format

    Michael Ketchel committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    d71c40d View commit details
    Browse the repository at this point in the history
  2. Fix some auto gateway config quirks

    Michael Ketchel committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    406d885 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Add iw link endpoint

    Michael Ketchel committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    e1cbb91 View commit details
    Browse the repository at this point in the history
  2. Relocate iw link endpoint code

    Michael Ketchel committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    bcb6630 View commit details
    Browse the repository at this point in the history
  3. implement ping and speed test services

    Michael Ketchel committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    31bf87e View commit details
    Browse the repository at this point in the history
  4. Add reboot command

    Michael Ketchel committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    e98c4bf View commit details
    Browse the repository at this point in the history
  5. Add timeout support to runcommand

    Michael Ketchel committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    c5e99b2 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

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

Commits on Nov 17, 2024

  1. Add a sleep to give enough time for lease data to appear.

    Michael Ketchel committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    c2d03d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. version bump to trigger new upload

    Michael Ketchel committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    4380da1 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Add iperf3

    Michael Ketchel committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    7c605b6 View commit details
    Browse the repository at this point in the history