- Nov 25, 2020
-
-
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
Modification performed for service account JIRA INFRA-2909 #action In Progress
-
- Nov 23, 2020
-
-
Benjamin Bertrand authored
-
- Nov 13, 2020
-
-
Te-Hung Tseng authored
-
- Nov 09, 2020
-
-
Benjamin Bertrand authored
JIRA INFRA-2832
-
- Nov 06, 2020
-
-
Te-Hung Tseng authored
Increased hostname lenght limit to 24 and interface name limit to 29 See merge request ics-infrastructure/csentry!1
-
Te-Hung Tseng authored
JIRA INFRA-2808 #action In Progress
-
- Nov 05, 2020
-
-
Benjamin Bertrand authored
Without SSL, data and passwords are sent via plain text. JIRA INFRA-2805 #action In Progress
-
- Oct 30, 2020
-
-
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
-
- Oct 27, 2020
-
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
-
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
JIRA INFRA-2742
-
- Oct 22, 2020
-
-
Benjamin Bertrand authored
Give read-only access to all resources. No write access. JIRA INFRA-2728 #action In Progress
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
Collapsible "if" statements should be merged JIRA INFRA-2729 #action In Progress
-
- Oct 21, 2020
-
-
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
- 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
-
- Oct 06, 2020
-
-
Benjamin Bertrand authored
-
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
-
- Oct 02, 2020
-
-
Benjamin Bertrand authored
JIRA INFRA-2437 #action In Progress
-
Benjamin Bertrand authored
Sensitive hosts are only hidden for users not member of the scope. JIRA INFRA-2508 #action In Progress
-
Benjamin Bertrand authored
-
- Jul 08, 2020
-
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
JIRA INFRA-2316
-
Benjamin Bertrand authored
JIRA INFRA-2316 #action In Progress
-
- Jun 12, 2020
-
-
Benjamin Bertrand authored
-
- Jun 08, 2020
-
-
Benjamin Bertrand authored
JIRA INFRA-2112 #action In Progress
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
F541 f-string is missing placeholders
-
- Jun 03, 2020
-
-
Benjamin Bertrand authored
JIRA INFRA-2200 #action In Progress
-
- Apr 16, 2020
-
-
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
- 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
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
-
- Apr 15, 2020
-
-
Benjamin Bertrand authored
As for the view networks page, only networks the user has access to are returned. JIRA INFRA-2013 #action In Progress
-
- Mar 17, 2020
-
-
Benjamin Bertrand authored
-