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: adafruit/Adafruit_CircuitPython_Requests
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.2.6
Choose a base ref
...
head repository: adafruit/Adafruit_CircuitPython_Requests
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.2.7
Choose a head ref
  • 15 commits
  • 2 files changed
  • 2 contributors

Commits on Mar 25, 2024

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

Commits on Mar 26, 2024

  1. update with HTTP status code tester

    httpbin has pages to test all HTTP status codes
    DJDevon3 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    7c2cb6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24e197d View commit details
    Browse the repository at this point in the history
  3. added ChatGPT attribution

    DJDevon3 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    c7ff5cc View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. removed pylint: disable=import-error

    cleaning up discrepancy between my local pylint and adafruit actions.
    DJDevon3 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    09f8e37 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    4f0c265 View commit details
    Browse the repository at this point in the history
  2. requested changes

    added additional http headers, removed most status codes for separate example
    DJDevon3 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    908077d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e341d97 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. changed to with statement and removed additional url

    This is more like the original advanced example.
    DJDevon3 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    9b19178 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cecdd5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e30fb6 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. added with statement, changed status_test to status_test_url

    The variable is actually an http header status test so keeping it as url instead of json_url for that one is good.
    DJDevon3 committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    b175c9b View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Merge branch 'main' into DJDevon3-WifiAdvanced

    # Conflicts:
    #	examples/wifi/requests_wifi_advanced.py
    FoamyGuy committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    8aa608f View commit details
    Browse the repository at this point in the history
  2. merge main. remove single request before status codes loop. Use with …

    …context inside status codes loop. Add expected code to print out.
    FoamyGuy committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    7c45cdd View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Merge pull request #178 from DJDevon3/DJDevon3-WifiAdvanced

    update requests_wifi_advanced to 9.0 with Connection Manager
    FoamyGuy authored Apr 28, 2024
    Configuration menu
    Copy the full SHA
    0f1b912 View commit details
    Browse the repository at this point in the history
Loading