Commits on Source (60)
-
Benjamin Bertrand authored
This is for admin only. Note that deleting a network with existing hosts is not allowed. Same for domain, network scope... Will make testing csentry-api easier by allowing to reset the db during tests. JIRA INFRA-1853 #action In Progress
-
Benjamin Bertrand authored
There are no local user. This wasn't used. JIRA INFRA-1854 #action In Progress
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
- add term coverage report to capture it in gitlab-ci - add pipeline and coverage badges
-
Benjamin Bertrand authored
The SQL query to filter hosts on sensitive networks was incorrect because of the join on Interfaces. There can be several interfaces per host. DISTINCT added to return only the proper number of hosts. JIRA INFRA-1888 #action In Progress
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
As for the view networks page, only networks the user has access to are returned. JIRA INFRA-2013 #action In Progress
-
Benjamin Bertrand authored
Remove btn-secondary class on datatables button btn-outline-secondary shouldn't be added with btn-secondary anymore with 4.4.1 JIRA INFRA-2021 #action In Progress
-
Benjamin Bertrand authored
- Bootstrap 4 styling v4.1.1 - DataTables v1.10.20 - Buttons v1.6.1 - Column visibility v1.6.1 - Print preview v1.6.1 - Responsive v2.2.3 - SearchPanes v1.0.1 JIRA INFRA-2021
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
Tooltip only added when server side processing is used. JIRA INFRA-1893 #action In Progress
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
JIRA INFRA-2200 #action In Progress
-
Benjamin Bertrand authored
F541 f-string is missing placeholders
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
JIRA INFRA-2112 #action In Progress
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
JIRA INFRA-2316 #action In Progress
-
Benjamin Bertrand authored
JIRA INFRA-2316
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
Sensitive hosts are only hidden for users not member of the scope. JIRA INFRA-2508 #action In Progress
-
Benjamin Bertrand authored
JIRA INFRA-2437 #action In Progress
-
Benjamin Bertrand authored
All groups linked to a network are automatically added to the group linked to their network scope if it is defined. Note that it's not allowed to defined manual parent - child relationship between network groups or network scope groups (only the one based on scope/network is added automatically). WARNING! Do not use children.append() as it bypasses the setter. It will append the element to the object returned by the getter (as it's not the self._children list, it won't work anyway). JIRA INFRA-2639 #action In Progress
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
- Updating rq to 1.0 requires some work due to incompatible changes (move_to_failed_queue() has been removed) - Updating sqlalchemy to 1.3 made some tests fail. JIRA INFRA-2649 #action In Progress
-
Benjamin Bertrand authored
- REDIS_URL is deprecated by rq-dashboard. Set RQ_DASHBOARD_REDIS_URL. - Change REDIS_URL to RQ_REDIS_URL. - Add favicon.ico under static directory as it's required by rq-dashboard... JIRA INFRA-2649
-
Benjamin Bertrand authored
Collapsible "if" statements should be merged JIRA INFRA-2729 #action In Progress
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
Give read-only access to all resources. No write access. JIRA INFRA-2728 #action In Progress
-
Benjamin Bertrand authored
JIRA INFRA-2742
-
Benjamin Bertrand authored
RQ_DASHBOARD_REDIS_URL can't be set to RD_REDIS_URL in setting.py. If RQ_REDIS_URL is changed in settings.cfg, that wouldn't update RQ_DASHBOARD_REDIS_URL. JIRA INFRA-2754 #action In Progress
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
IN RQ 1.0, the `timeout` argument on `queue.enqueue()` has been deprecated in favor of `job_timeout` JIRA INFRA-2780 #action In Progress
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
Without SSL, data and passwords are sent via plain text. JIRA INFRA-2805 #action In Progress
-
Te-Hung Tseng authored
JIRA INFRA-2808 #action In Progress
-
Te-Hung Tseng authored
Increased hostname lenght limit to 24 and interface name limit to 29 See merge request !1
-
Benjamin Bertrand authored
JIRA INFRA-2832
-
Te-Hung Tseng authored
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
Modification performed for service account JIRA INFRA-2909 #action In Progress
-
Benjamin Bertrand authored
- Remove extra handler - flask default handler is fine (everything was logged twice due to changes in flask 1.0) - Add more logging messages JIRA INFRA-2899 #action In Progress
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
JIRA INFRA-2909
-
Te-Hung Tseng authored
-
Te-Hung Tseng authored
-
Te-Hung Tseng authored
-
Te-Hung Tseng authored
-
Te-Hung Tseng authored
-
Te-Hung Tseng authored
-
Anders Harrisson authored
JIRA INFRA-4308
-
Anders Harrisson authored
This is to align with the access rights for the UI JIRA INFRA-5541
-
Anders Harrisson authored
-
Anders Harrisson authored
JIRA INFRA-5541
-
Anders Harrisson authored
JIRA INFRA-6276
-
Anders Harrisson authored
JIRA INFRA-6350
-
Te-Hung Tseng authored
Showing
- .gitlab-ci.yml 26 additions, 20 deletions.gitlab-ci.yml
- .pre-commit-config.yaml 4 additions, 4 deletions.pre-commit-config.yaml
- CHANGELOG.rst 76 additions, 0 deletionsCHANGELOG.rst
- Dockerfile 7 additions, 1 deletionDockerfile
- Makefile 4 additions, 1 deletionMakefile
- README.rst 7 additions, 0 deletionsREADME.rst
- app/api/inventory.py 73 additions, 1 deletionapp/api/inventory.py
- app/api/network.py 131 additions, 8 deletionsapp/api/network.py
- app/api/user.py 2 additions, 18 deletionsapp/api/user.py
- app/api/utils.py 11 additions, 2 deletionsapp/api/utils.py
- app/commands.py 4 additions, 2 deletionsapp/commands.py
- app/decorators.py 1 addition, 0 deletionsapp/decorators.py
- app/defaults.py 1 addition, 1 deletionapp/defaults.py
- app/factory.py 4 additions, 13 deletionsapp/factory.py
- app/inventory/views.py 1 addition, 1 deletionapp/inventory/views.py
- app/main/views.py 2 additions, 1 deletionapp/main/views.py
- app/models.py 209 additions, 32 deletionsapp/models.py
- app/network/forms.py 9 additions, 4 deletionsapp/network/forms.py
- app/network/views.py 100 additions, 26 deletionsapp/network/views.py
- app/settings.py 4 additions, 3 deletionsapp/settings.py
This diff is collapsed.