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

Issues/525 fix management command inconsistency #527

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Jun 30, 2024

  1. [change] delete_old_radiusbatch_users management command is inconsist…

    …ent openwisp#525
    
    changed the delete_old_radiusbatch_users management command to use days instead of months also modified tasks and tests to use days.
    
    Fixes openwisp#525
    kaushikaryan04 committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    5ea9ee8 View commit details
    Browse the repository at this point in the history
  2. [change] Changed the delete_old_radiusbatch_users command to use days…

    … instead of months openwisp#525
    
    Changed the delete_old_radiusbatch_users command to take in days in argument instead of months and modified tests and tasks accordingly.
    
    Fixes openwisp#525
    kaushikaryan04 committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    979e88a View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

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

Commits on Jul 5, 2024

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

Commits on Jul 9, 2024

  1. [change] Changed the delete_old_radiusbatch_users command to use days…

    … as well openwisp#525
    
    Added the option to delete users by specifying days or months.If nothing is provided 18 months will be taken as default.
    
    Fixes openwisp#525
    kaushikaryan04 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    c755252 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

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

Commits on Jul 20, 2024

  1. [change] Made the suggested changes and edited the testcase openwisp#525

    
    
    Made the suggested changes and added the testcase so both old and new command could be tested.
    
    Fixes openwisp#525
    kaushikaryan04 committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    a9af7a0 View commit details
    Browse the repository at this point in the history