- Sep 14, 2018
-
-
Benjamin Bertrand authored
JIRA INFRA-526
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
The .git directory is used to identify the release number
-
Benjamin Bertrand authored
WARNING! To pass the SECRET_KEY as en env variable, you should use base64 encoding as the key is supposed to be a random string of bytes.
-
Benjamin Bertrand authored
Errors are now sent to sentry. No need to send them directly via e-mail. JIRA INFRA-525
-
Benjamin Bertrand authored
JIRA INFRA-525 #action In Progress
-
Benjamin Bertrand authored
CSENTRY_ENVIRONMENT shall be set to production|staging|development It can be used when sending errors to Sentry JIRA INFRA-525
-
- Sep 13, 2018
-
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
JIRA INFRA-500 #action In Progress
-
- Sep 02, 2018
-
-
Benjamin Bertrand authored
New feature added in GitLab 11.2. See https://docs.gitlab.com/ee/ci/yaml/README.html#artifacts-reports-junit
-
- Aug 21, 2018
-
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
New variable required to generate ZTP configuration. Note that we can only pass strings with extra_vars in AWX API (no list or dict). JIRA INFRA-458 #action In Progress
-
Benjamin Bertrand authored
JIRA INFRA-459 #action In Progress
-
Benjamin Bertrand authored
-
- Aug 16, 2018
-
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
Updating to 2.2.1 introduced some regressions. Some fields (vars, hosts) are empty when editing an Ansible group. Using the latest version probably require some code changes.
-
- Aug 08, 2018
-
-
Benjamin Bertrand authored
Using flask-login request_loader, we can validate jwt tokens. This allows to use the same decorators for the web UI (using cookies) and the API (using JWT) as well as the current_user local proxy.
-
Benjamin Bertrand authored
New get_json method on test client response. See http://flask.pocoo.org/docs/1.0/testing/#testing-json-apis
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
- requirements-to-freeze.txt is used to list only the needed packages - requirements.txt is used to build a reproducible environment - requirements-dev.txt is for testing and building the documentation
-
- Aug 02, 2018
-
-
Benjamin Bertrand authored
The official flask-bootstrap is still not compatible with bootstrap 4. The application basically only uses the main template and one macro. It's easier to include directly bootstrap in CSEntry. It makes upgrading to the latest bootstrap much easier and removes a dependency. Update to bootstrap 4.1.3 Added: - jquery-3.3.1.min.js - bootstrap.bundle.min.js (include popper but not jquery) Note that jquery.slim can't be used. We need for example $.getJSON for datatables.
-
Benjamin Bertrand authored
-
- Aug 01, 2018
-
-
Benjamin Bertrand authored
-
- Jul 31, 2018
-
-
Benjamin Bertrand authored
-
- Jul 27, 2018
-
-
Benjamin Bertrand authored
-
- Jul 23, 2018
-
-
Benjamin Bertrand authored
-
- Jul 19, 2018
-
-
Benjamin Bertrand authored
JIRA INFRA-424
-
- Jul 17, 2018
-
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
JIRA INFRA-414
-
Benjamin Bertrand authored
This is not super clean. The model and device_type belong to the host. This is for easy access from the API. But it would be better to have a "expand=true" query parameter and return the host as a dict. JIRA INFRA-414
-
Benjamin Bertrand authored
JIRA INFRA-414
-
Benjamin Bertrand authored
-
- Jul 16, 2018
-
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
-
- Jul 13, 2018
-
-
Benjamin Bertrand authored
-
- Jul 12, 2018
-
-
Benjamin Bertrand authored
JIRA INFRA-412
-
Benjamin Bertrand authored
- add ansible_groups_hosts_table for many-to-many relationship between groups and hosts - add new api endpoint /network/groups JIRA INFRA-412
-
- Jul 11, 2018
-
-
Benjamin Bertrand authored
Allow to enter Ansible variables on host in YAML format. Use codemirror (http://codemirror.net) to make editing YAML easier. JIRA INFRA-412
-