Federico Capoano
Federico Capoano
**Describe the bug** We have another flaky test: ``` ERROR: test_topology_graph (__main__.TestServices) ---------------------------------------------------------------------- Traceback (most recent call last): File "/opt/openwisp/docker-openwisp/tests/runtests.py", line 174, in test_topology_graph self.action_on_resource(label, path, 'update_selected') File "/opt/openwisp/docker-openwisp/tests/utils.py", line...
We need a section which explains the default alerts and their default settings. It seems to me that this is missing now.
**Describe the bug** I just updated a dependency and then figured out it may had been a bad idea: the dependency deals with interactive commands. I figured out we may...
**Is your feature request related to a problem? Please describe.** It's not uncommon that a specific setting needs to be added to the project settings, due to a change in...
**Describe the bug** The following test: `test_project.tests.test_selenium.TestAutocompleteFilter.test_autocomplete_shelf_filter` it's failing 10% of times on CI. Output: ``` ====================================================================== FAIL: test_autocomplete_shelf_filter (test_project.tests.test_selenium.TestAutocompleteFilter) ---------------------------------------------------------------------- Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.10.14/x64/lib/python3.10/unittest/case.py", line 59,...
**Is your feature request related to a problem? Please describe.** We are not checking JS console errors in Selenium tests. **Describe the solution you'd like** I think we need to...
Let's centralize the django-channels dependency in this package, we'll need to upgrade the code of the following modules to support channels 4.1: - django-loci - controller - network-topology - notifications
Follow up of #281 / #336, to be done once we merge the gsoc24-rebased branch in master. When a user logs in, if he doesn't have any verified email address...
Moving the map around generates a corner case: https://github.com/user-attachments/assets/ebac7178-6d21-49bf-b49b-b192295e55ed The data is not present, it's as if instead of going back to the same view we're viewing different maps. Is...
I am not 100% sure if this is intentional or not, but I just noticed that the real-time update logic does not update address field: https://github.com/user-attachments/assets/e542c641-28a8-4b55-bef5-13e2e3c51426 I believe that if...