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: openwisp/openwisp-controller
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: openwisp/openwisp-controller
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.1
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 9 files changed
  • 3 contributors

Commits on Dec 4, 2024

  1. [ci] Added CI for 1.1 branch

    pandafy committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    16f8684 View commit details
    Browse the repository at this point in the history
  2. [docs] Updated links to docs

    (cherry picked from commit 3a5643d)
    nemesifier authored and pandafy committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    01c75b8 View commit details
    Browse the repository at this point in the history
  3. [qa] Formatted README.rst

    (cherry picked from commit 2fbaaaf)
    pandafy committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    00cb542 View commit details
    Browse the repository at this point in the history
  4. [fix] Allow updating templates with invalid configurations

    Previously, fixing an invalid template configuration via the UI was
    blocked due to the cache invalidation mechanism. This mechanism
    attempted to evaluate the existing configuration, triggering a
    ValidationError and preventing updates.
    
    (cherry picked from commit bd3d11a)
    pandafy committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    bd44dd1 View commit details
    Browse the repository at this point in the history
  5. [chores] Moved and renamed test for #948

    Related to #948
    
    (cherry picked from commit 4551444)
    nemesifier authored and pandafy committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    07aa481 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2024

  1. [fix] Allow updating templates with invalid configurations

    Previously, fixing an invalid template configuration via the UI was
    blocked due to the cache invalidation mechanism. This mechanism
    attempted to evaluate the existing configuration, triggering a
    ValidationError and preventing updates.
    
    (cherry picked from commit bd3d11a)
    pandafy authored and nemesifier committed Dec 23, 2024
    Configuration menu
    Copy the full SHA
    adc6eab View commit details
    Browse the repository at this point in the history
  2. [fix] Always convert MAC address to uppercase format #922

    Ensure consistency with the behavior of the openwisp-config agent.
    
    Fixes #922
    
    ---------
    
    Co-authored-by: Federico Capoano <federico.capoano@gmail.com>
    (cherry picked from commit 95ff8fe)
    dee077 authored and nemesifier committed Dec 23, 2024
    Configuration menu
    Copy the full SHA
    853eb0e View commit details
    Browse the repository at this point in the history
Loading