Commits on Source (29)
-
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
af572d7d -
Benjamin Bertrand authorede3d17cdf
-
Benjamin Bertrand authoredd74a5d56
-
Benjamin Bertrand authoredc1f17135
-
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
8f418a27 -
Benjamin Bertrand authored6ef158a0
-
Benjamin Bertrand authored
Without SSL, data and passwords are sent via plain text. JIRA INFRA-2805 #action In Progress
0ad75d48 -
Te-Hung Tseng authored
JIRA INFRA-2808 #action In Progress
113a1d25 -
Te-Hung Tseng authored
Increased hostname lenght limit to 24 and interface name limit to 29 See merge request ics-infrastructure/csentry!1
d6e96b45 -
Benjamin Bertrand authored
JIRA INFRA-2832
82dc1dee -
Te-Hung Tseng authored77c7ceba
-
Benjamin Bertrand authored4c5accb5
-
Benjamin Bertrand authored
Modification performed for service account JIRA INFRA-2909 #action In Progress
a45ed7e7 -
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
239d9edf -
Benjamin Bertrand authored084e53c3
-
Benjamin Bertrand authored
JIRA INFRA-2909
00e462bc -
Te-Hung Tseng authored31dfe6a4
-
Te-Hung Tseng authoredd00fbcea
-
Te-Hung Tseng authored91b8ceaf
-
Te-Hung Tseng authoredb18a1199
-
Te-Hung Tseng authoreda7b8f221
-
Te-Hung Tseng authored7520d6f8
-
Anders Harrisson authored
JIRA INFRA-4308
70dd2332 -
Anders Harrisson authored
This is to align with the access rights for the UI JIRA INFRA-5541
fbb89d65 -
Anders Harrisson authored1e12051d
-
Anders Harrisson authored
JIRA INFRA-5541
b659c373 -
Anders Harrisson authored
JIRA INFRA-6276
1c09dc82 -
Anders Harrisson authored
JIRA INFRA-6350
2e319d06 -
Te-Hung Tseng authored534cf643
Showing
- .gitlab-ci.yml 25 additions, 19 deletions.gitlab-ci.yml
- .pre-commit-config.yaml 3 additions, 3 deletions.pre-commit-config.yaml
- CHANGELOG.rst 36 additions, 0 deletionsCHANGELOG.rst
- Dockerfile 5 additions, 0 deletionsDockerfile
- Makefile 4 additions, 1 deletionMakefile
- app/api/network.py 1 addition, 1 deletionapp/api/network.py
- app/api/utils.py 10 additions, 1 deletionapp/api/utils.py
- app/commands.py 3 additions, 1 deletionapp/commands.py
- app/decorators.py 1 addition, 0 deletionsapp/decorators.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 1 addition, 0 deletionsapp/main/views.py
- app/models.py 23 additions, 4 deletionsapp/models.py
- app/network/forms.py 8 additions, 4 deletionsapp/network/forms.py
- app/network/views.py 42 additions, 4 deletionsapp/network/views.py
- app/settings.py 2 additions, 3 deletionsapp/settings.py
- app/static/js/history.js 13 additions, 0 deletionsapp/static/js/history.js
- app/tasks.py 6 additions, 10 deletionsapp/tasks.py
- app/templates/_helpers.html 9 additions, 4 deletionsapp/templates/_helpers.html
- app/templates/base.html 1 addition, 0 deletionsapp/templates/base.html
app/static/js/history.js
0 → 100644