-
If i don't have secondary and forward server but only master server, is posible use this role?
I test with this playbook:
```yml
- hosts: dns_server
become: "{{ sudo | default('yes') }}"
role…
-
I was testing some changes in a test in `openwisp_monitoring` and thought of using a docstring to better explain a test.
That's when I noticed `TimeLoggingTestRunner` doesn't work with `docstrings`, …
-
Switch test runner to [openwisp_utils.tests.TimeLoggingTestRunner](https://github.com/openwisp/openwisp-utils/#openwisp-utils-tests-timeloggingtestrunner).
-
The device credentials are now showing as json field.
We should start using https://github.com/openwisp/django-jsonschema-widget.
-
Follow up to https://github.com/openwisp/openwisp-notifications/pull/44#discussion_r443243617
- raise an exception (a custom one we create for this purpose)
- catching this exception in the API an…
-
How to replicate:
- log out from the admin, you'll be redirected to the login page
- watch the errors in the JS console
Expected result:
- no errors in the JS console
Actual result:
``…
-
The ReStructuredText check fails in those repos which are using sphinx, eg: [openwisp-radius](https://github.com/openwisp/openwisp-radius).
```
- :43: (ERROR/3) Unknown directive type "toctree".
…
-
Create a sub app for notifications. Notifications should be generated for following events
- [ ] When link status changes
- [ ] When a new node get added in topology
Depends on https://github.com…
-
@pandafy always use `reverse` when generating URLs, I see there are some occurrences of hardcoded urls in `test_api.py`, if there are other occurrences fix those as well please.
-
Just like we're doing in https://github.com/openwisp/openwisp-notifications/pull/19/files#diff-e4c93b8a95c5a88dcf0c7b41e5c5ff5fR1