Implement server side processing for network hosts
- switch to server side processing to retrieve network hosts (the table started to be bigger and takes time to load) - add full text search using elasticsearch Note that only the first IP is displayed in the host table (all interfaces were displayed before). Search can be performed on any interfaces. JIRA INFRA-595 #action In Progress
Showing
- app/commands.py 1 addition, 0 deletionsapp/commands.py
- app/models.py 12 additions, 6 deletionsapp/models.py
- app/network/views.py 9 additions, 25 deletionsapp/network/views.py
- app/static/js/hosts.js 32 additions, 18 deletionsapp/static/js/hosts.js
- app/templates/network/hosts.html 2 additions, 3 deletionsapp/templates/network/hosts.html
- app/utils.py 1 addition, 1 deletionapp/utils.py
- docs/_static/network.png 0 additions, 0 deletionsdocs/_static/network.png
- docs/_static/network/list_hosts.png 0 additions, 0 deletionsdocs/_static/network/list_hosts.png
- docs/_static/network/search_host_ip.png 0 additions, 0 deletionsdocs/_static/network/search_host_ip.png
- docs/_static/network/search_host_name_field.png 0 additions, 0 deletionsdocs/_static/network/search_host_name_field.png
- docs/_static/network/search_host_quote_name.png 0 additions, 0 deletionsdocs/_static/network/search_host_quote_name.png
- docs/_static/network/search_host_ts2.png 0 additions, 0 deletionsdocs/_static/network/search_host_ts2.png
- docs/_static/network/search_host_wildcard.png 0 additions, 0 deletionsdocs/_static/network/search_host_wildcard.png
- docs/network.rst 46 additions, 2 deletionsdocs/network.rst
- tests/functional/test_models.py 18 additions, 0 deletionstests/functional/test_models.py
- tests/functional/test_search.py 1 addition, 1 deletiontests/functional/test_search.py
- tests/functional/test_web.py 65 additions, 1 deletiontests/functional/test_web.py
Loading
Please register or sign in to comment