- Mar 12, 2018
-
-
Benjamin Bertrand authored
Create unit test and coverage report with pytest
-
- Mar 07, 2018
-
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
Not everyone at ICS is part of the 'ICS Employees' AD group. We have to accept 'ICS Consultants' as well. The CSENTRY_LDAP_GROUPS settings now takes a list of groups instead of just one. Remove unused is_member_of_all_groups method. Fixes INFRA-225
-
- Mar 06, 2018
-
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
Fixes INFRA-224
-
- Mar 05, 2018
-
-
Benjamin Bertrand authored
Allow to easily print the actions
-
- Mar 03, 2018
-
-
Benjamin Bertrand authored
-
- Mar 02, 2018
-
-
Benjamin Bertrand authored
-
- Feb 28, 2018
-
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
-
- Feb 26, 2018
-
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
Fix error: User instance is not bound to a Session; attribute refresh operation cannot proceed
-
- Feb 23, 2018
-
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
-
- Feb 21, 2018
-
-
Benjamin Bertrand authored
-
- Feb 20, 2018
-
-
Benjamin Bertrand authored
If we scroll to the submit button, we can't see the "Submit" QRCode
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
The QRCode content doesn't matter. It's only there to trigger a CR to submit the form. Scanning a serial number will focus on the submit button so that scanning the QRCode doesn't enter text in any form input field.
-
Benjamin Bertrand authored
-
- Feb 16, 2018
-
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
-
- Feb 15, 2018
-
-
Benjamin Bertrand authored
Changing the gitlab-ci file shouldn't modify the docker image
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
tower-cli easily allows to: - pass extra variables to the job - wait for the job to complete Deploy to staging on tags as well.
-
Benjamin Bertrand authored
- Remove QRcodes page - Add Status to attributes page (only allow admin to add new statuses) Actions QR Codes not visible anymore. Required ones shall be put on the page where they are used.
-
- Feb 14, 2018
-
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
Add a last modified query parameter to static resource. This will force the browser to re-load resources (css, js...) after a new deploy.
-
Benjamin Bertrand authored
-
- Feb 13, 2018
-
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
Packages required only to generate the documentation. They shouldn't really be in the final docker image but they are not very big and it makes it much easier to generate the doc.
-
- Feb 12, 2018
-
-
Benjamin Bertrand authored
This reverts commit 4ddde36f. This broke the loading of fonts. Fonts directory should be excluded.
-
Benjamin Bertrand authored
The browser caches the static files (js, css...). Flask-CacheBust adds a hash to the URL of each static file to force clients to redownload the files when changed.
-
Benjamin Bertrand authored
Note that the Ansible role shall use the ":master" tag for the image
-
Benjamin Bertrand authored
The network range defines the IP to be allocated. This is to reserve some specific addresses (for gateway for example). An admin user should be able to define an interface outside the network range. The IP address select field was replaced with a string field (initialized to the first available IP). Fixes INFRA-200
-
- Feb 09, 2018
-
-
Benjamin Bertrand authored
Fixes INFRA-197
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
The interface name shall start with the hostname of the host it is associated to. Note that this is only enforced via the UI (from which most users will interact), not from the API. Fixes INFRA-195
-
Benjamin Bertrand authored
- add domain_id on NetworkScope table to define a default domain - add domain_id on Network (default to the Network Scope one) Fixes INFRA-194
-