Gagan Deep

Results 151 comments of Gagan Deep
trafficstars

**Summary of Changes:** The current implementation faced a challenge wherein the charts for "User Registration" and "Total User Registration" started from zero, displaying the number of users registered since the...

I introduced a task to retroactively write RADIUS metrics from the database to InfluxDB. This task aimed to populate InfluxDB with historical data, ensuring comprehensive metric tracking. **Task Implementation:** The...

> * Can we allow the device charts to ignore the organization if configured to do so? I was looking into the queries made to the InfluxDB when opening the...

When writing RADIUS accounting metric, we may not always want to lookup the device with the organization of the RadiusAccounting object. We shall add a setting, which if enabled removes...

After updating the code to add these datatypes, I get the following error: ```txt Traceback (most recent call last): File "test.py", line 5, in client = Client(server="192.168.1.1", secret=b"test", dict=Dictionary("/usr/share/freeradius/dictionary")) File...

@nemesifier this would require us to implement https://github.com/openwisp/openwisp-notifications/issues/254 first

This is partially related to https://github.com/openwisp/openwisp-firmware-upgrader/issues/249

**Steps to replicate** 1. Create a device 2. Ensure that this device does not have a credentials object. If the device has one (due to auto_add), remove the credential and...

I see an opportunity for improving UX here. This is how the form looks when the upgrader class schema is not available ![Screenshot from 2024-02-16 18-42-54](https://github.com/openwisp/openwisp-firmware-upgrader/assets/32094433/f7acc879-6316-43ea-8be2-347336f26b62) There are no options...