Gagan Deep

Results 151 comments of Gagan Deep
trafficstars

@anurag629 were you able to replicate the issue locally?

@anurag629 we have to make sure that the value of the string does not change while changing from `Raw JSON Editing` to form input. Only using the `Raw JSON Editing`...

The bug is definitely in this repository only. I would start looking from https://github.com/openwisp/django-flat-json-widget/blob/master/flat_json_widget/static/flat-json-widget/js/flat-json-widget.js

@himanshuc3 after starting the development server, visit this URL http://127.0.0.1:8000/admin/test_app/jsondocument/

@himanshuc3 how are you running the test project? Did you follow [these instructions](https://github.com/openwisp/django-flat-json-widget#installing-for-development) ?

In my testing, I configured the openwisp-config agent to only retry once for re-spawning process and retry fetching checksum using the following settings ``` option respawn_retry '1' option checksum_max_retries '1'...

> A lot of methods we were using are no longer required in DeviceMonitoring schema but I have not removed them ye You can go ahead with this, since it...

> @nemesisdesign Should this information be returned in the to_json function? Yes. You can add this with 'system_info' key in the returned value. Moreover, it won't take much time if...

We would also need to handle the versioning of the docs. E.g. OpenWISP v22 should show documentations from V1.0 of openwisp modules and v23 should show documentation from v1.1 It...

**TODOS** - [x] Generate symbolic link for stable version of each module - [x] Support passing module details from environment variable - [x] Build documentation for 22.05 separately. This will...