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-radius
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1.1
Choose a base ref
...
head repository: openwisp/openwisp-radius
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 11 commits
  • 38 files changed
  • 6 contributors

Commits on Nov 28, 2024

  1. Copy the full SHA
    a78b04e View commit details

Commits on Dec 4, 2024

  1. Copy the full SHA
    11a259f View commit details

Commits on Dec 5, 2024

  1. Copy the full SHA
    a56b54e View commit details

Commits on Dec 23, 2024

  1. [deps] Bumped version to 1.2.0a

    - Bumped openwisp-users~=1.2.0a
    - Bumped openwisp-utisl~=1.2.0a
    - Bumped openwisp-monitoring~=1.2.0a
    pandafy authored and nemesifier committed Dec 23, 2024
    Copy the full SHA
    27e25b4 View commit details
  2. Copy the full SHA
    6e2dada View commit details

Commits on Jan 21, 2025

  1. [fix] Set called_station_id max-length to 253 chars #467

    - Set max_length attribute of called_station_id to 253 according to best practices
    - Ensured serializers enforce this constraint in the API to avoid uncaught exceptions
    
    Fixes #467
    dee077 authored Jan 21, 2025
    Copy the full SHA
    02c05dd View commit details

Commits on Jan 27, 2025

  1. Copy the full SHA
    918faa1 View commit details
  2. [ci] Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.4

    Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.11.0 to 1.12.4.
    - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
    - [Commits](pypa/gh-action-pypi-publish@v1.11.0...v1.12.4)
    
    ---
    updated-dependencies:
    - dependency-name: pypa/gh-action-pypi-publish
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and nemesifier committed Jan 27, 2025
    Copy the full SHA
    52d5bef View commit details

Commits on Jan 31, 2025

  1. [fix] Handle importing UTF-16 encoded CSV files #550

    This change ensures proper handling of both UTF-8 and UTF-16 encoded CSV files.
    
    Fixes #550
    
    ---------
    
    Co-authored-by: Federico Capoano <f.capoano@openwisp.io>
    akhilsharmaa and nemesifier authored Jan 31, 2025
    Copy the full SHA
    7c7fc4a View commit details
  2. Copy the full SHA
    61f958d View commit details

Commits on Feb 14, 2025

  1. [fix] Improved query for RADIUS monitoring dashboard charts

    Previously, the queries performed datetime interpolation at the database level,
    which prevented the database from efficiently using indexes. This change ensures
    that filters use UTC datetime objects directly, allowing the database to leverage
    indexes for improved query performance.
    
    Fixed also the target_url for "Today's RADIUS Session" chart.
    pandafy authored Feb 14, 2025
    Copy the full SHA
    0ddf2a6 View commit details
Loading