- Aug 08, 2018
-
-
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
-
Benjamin Bertrand authored
+ yaml mode
-
- Jul 09, 2018
-
-
Benjamin Bertrand authored
Use the before_flush hook to trigger the core services update. It's much nicer than having to call a method in several places. The core services update is triggered on creation/modification/deletion of an Interface. In the before_flush we can manipulate the session (add objects) but we shouldn't call commit. The db.session.commit() was removed from the launch_task method.
-
- Jul 06, 2018
-
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
- black - flake8 See https://pre-commit.com
-
-
Benjamin Bertrand authored
Add new jinja2 filter to format datetime
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
torn was configured to run playbooks on the GPN via a proxy.
-
Benjamin Bertrand authored
- the version of libiconv used was removed... - fix formatting
-
- Jul 03, 2018
-
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
Avoid calling the database several times. Several attributes can be updated in one call.
-
Benjamin Bertrand authored
Only save exceptions that occur before the AWX job was triggered. If the AWX job failed, we can refer to the logs on AWX.
-
Benjamin Bertrand authored
-
- Jul 02, 2018
-
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
Allow to display tasks JIRA INFRA-403
-
Benjamin Bertrand authored
-