Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
e50e4ffa 10/07/2018 08:00 AM Kamil Szubrycht

fixes #25128 - variables loader works with inherited classes

d689adb5 10/05/2018 02:51 PM Tomáš Strachota

Fixes #25123 - template requirements and seeding with import

- Changes seeding mechanism for provisioning and report templates. It
uses template importing now.
- Template import allows checking for presence of templates in certain
versions. Metadata can contain section `require:` with list of...

7ac4870b 10/05/2018 09:28 AM Lukas Zapletal

Fixes #23336 - env variables for test retry and logs

395c6411 10/04/2018 03:34 PM Lukas Zapletal

Fixes #24652 - subnet_for returns highest CIDR prefix

fab566de 10/04/2018 03:24 PM Lukas Zapletal

Fixes #23344 - stubs instead expects in setup blocks

9854c2b7 10/04/2018 02:26 PM Ondřej Pražák

Refs #24259 - Fix failing test on mysql

fec00d98 10/04/2018 02:25 PM Kavita Gaikwad

Fixes #24245 - Audit new UX using reactjs

9f914ea2 10/04/2018 10:42 AM Marek Hulán

Fixes #25102 - introduce template inputs

This adds the formal template inputs to all templates. It's heavily
based on current implementation from remote execution plugin.

d4e81e96 10/03/2018 01:54 PM Gilad Lekner

Fixes #24643 - Refactor Pagination to PF

63fbccbf 10/03/2018 09:13 AM Martin Bacovsky

Fixes #25099 - Add macros for easier report definition

Add rows to a report with
<%- report_row(
'Column header 1': 'Value 1',
'Column header 2': `Value 2`,
) ->
and render the report with
<
= report_render -%>

Each row of the report needs to have the same columns....

View revisions

Also available in: Atom