- 06 Apr, 2020 3 commits
-
-
Martin Peres authored
This better matches what is actually shown.
-
Martin Peres authored
It is more natural for people, unless they are accountants.
-
Martin Peres authored
The hand-coded version was generating the wrong output for sundays.
-
- 03 Apr, 2020 1 commit
-
-
venkatasai patnana authored
v2 (Martin Peres): - move the html file to site/latency.md - use the existing template for the page - change the style - move the javascript part to latency.js - allow selecting multiple projects - add a loading indicator - clean up the js - more little things v3 (Suggested by Arkadiusz Hiler): - stop using jquery, use ES6 instead - rename project 'latency' to 'latency_target_hours' - make the default latency_target_hours null, not 0 - use addEventListener to detect the click on the test v4 (Suggested by Arkadiusz Hiler): - Allow users to specify the project and test to be shown by default Closes: #52
-
- 31 Mar, 2020 1 commit
-
-
Tomi Sarvela authored
-
- 13 Mar, 2020 1 commit
-
-
Tomi Sarvela authored
-
- 05 Mar, 2020 1 commit
-
-
Tomi Sarvela authored
-
- 25 Feb, 2020 1 commit
-
-
Arkadiusz Hiler authored
The fail classes are on the <td> element, so the space was unnecessary. Signed-off-by:
Arkadiusz Hiler <arkadiusz.hiler@intel.com>
-
- 20 Feb, 2020 2 commits
-
-
Arkadiusz Hiler authored
GitLab uses ANSI escape sequences to change colors for the output to denote errors and such. They don't look well in patchwork or in the emails that we send out so let's strip them! Signed-off-by:
Arkadiusz Hiler <arkadiusz.hiler@intel.com>
-
Arkadiusz Hiler authored
A pipeline can have multiple instances of a single job executed due to automatic retries. Let's account for them by taking only the latest one into account. Signed-off-by:
Arkadiusz Hiler <arkadiusz.hiler@intel.com>
-
- 19 Feb, 2020 2 commits
-
-
Tomi Sarvela authored
-
Tomi Sarvela authored
-
- 18 Feb, 2020 10 commits
-
-
Tomi Sarvela authored
-
Tomi Sarvela authored
-
Tomi Sarvela authored
-
Tomi Sarvela authored
-
-
Tomi Sarvela authored
-
Tomi Sarvela authored
-
Arkadiusz Hiler authored
Due to some piglit legacy abort = crash. Let's change that to the new styling! Signed-off-by:
Arkadiusz Hiler <arkadiusz.hiler@intel.com>
-
Arkadiusz Hiler authored
Just a few minor additions to handle it just like incompletes. Signed-off-by:
Arkadiusz Hiler <arkadiusz.hiler@intel.com>
-
Arkadiusz Hiler authored
I went for slightly lighter shade of incomplete-purple with a black X inside the cell. This idea behind both result is similar enough and aborts should be more noticeable. Additionally I have done some cleanups to the CSS so we don't duplicate the styling for legend and result cells. Signed-off-by:
Arkadiusz Hiler <arkadiusz.hiler@intel.com>
-
- 04 Feb, 2020 1 commit
-
-
Tomi Sarvela authored
-
- 03 Feb, 2020 3 commits
-
-
Tomi Sarvela authored
-
Tomi Sarvela authored
-
Tomi Sarvela authored
-
- 28 Jan, 2020 1 commit
-
-
Petri Latvala authored
Some dmesgs contain text that Safari browser (e.g. on iPhone) automatically converts to links to make phone calls. Disable them with a meta-element. References: https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/MetaTags.html#//apple_ref/doc/uid/TP40008193-SW5Reported-by:
Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com> Signed-off-by:
Petri Latvala <petri.latvala@intel.com>
-
- 21 Jan, 2020 1 commit
-
-
Jani Nikula authored
"Alpha support" has been deprecated for a long time now. Switch over to "force probe" in order to nuke alpha support flag from the kernel. Signed-off-by:
Jani Nikula <jani.nikula@intel.com>
-
- 08 Jan, 2020 1 commit
-
-
Tomi Sarvela authored
-
- 06 Jan, 2020 1 commit
-
-
Bhanuprakash Modem authored
In Firefox browser Copy-Paste of simple HTML adds extra new lines to the clipboard, because each line in dmesg is wrapped in it's own pre tag. This patch will update the pre tag with div-span pair and some pre-like CSS. This fixes: #87Signed-off-by:
Bhanuprakash Modem <bhanuprakash.modem@intel.com>
-
- 31 Dec, 2019 1 commit
-
-
Manish Kumar authored
For combined-alt.html: 'group_by_run' will always be 'true' For other html file: 'group_by_run' will always be 'false' Since the 'bat.json' has object 'desc', hence below check is only for bat results This fixes: issue#49 Signed-off-by:
Manish Kumar <manish3.kumar@intel.com>
-
- 24 Dec, 2019 1 commit
-
-
Bhanuprakash Modem authored
Update the text Warnings to Warning(s) for correct interpretation for a single warning. Example: 1 Warnings --> 1 Warning(s) Signed-off-by:
Bhanuprakash Modem <bhanuprakash.modem@intel.com>
-
- 18 Dec, 2019 1 commit
-
-
Petri Latvala authored
This code was in preparation for using it, that's why there are no users. This reverts commit 34825e32. Signed-off-by:
Petri Latvala <petri.latvala@intel.com>
-
- 16 Dec, 2019 4 commits
-
-
Bhanuprakash Modem authored
Add colors to the test result used in legend Also add a sticky button to scroll to first warning. This fixes: #84Signed-off-by:
Bhanuprakash Modem <bhanuprakash.modem@intel.com>
-
Bhanuprakash Modem authored
In dmesg-warnings help text, display the number of warnings present in dmesg. Signed-off-by:
Bhanuprakash Modem <bhanuprakash.modem@intel.com>
-
Bhanuprakash Modem authored
* Add a help test that indicates that the dmesg contains warnings. * Add a navigation button to scroll down to the first warning. Signed-off-by:
Bhanuprakash Modem <bhanuprakash.modem@intel.com>
-
Bhanuprakash Modem authored
Remove background color for dmesg-warnings, change font color and weight instead. Signed-off-by:
Bhanuprakash Modem <bhanuprakash.modem@intel.com>
-
- 11 Dec, 2019 1 commit
-
-
Arkadiusz Hiler authored
So we catch up quicker when reruning failed post-merge. Signed-off-by:
Arkadiusz Hiler <arkadiusz.hiler@intel.com>
-
- 10 Dec, 2019 1 commit
-
-
Bhanuprakash Modem authored
This patch will remove the dmesg-warns column, instead highlight the warnings in dmesg. This fixes: #68Signed-off-by:
Bhanuprakash Modem <bhanuprakash.modem@intel.com>
-
- 05 Dec, 2019 1 commit
-
-
Arkadiusz Hiler authored
Migration from bugzilla to gitlab issues happened recently. Let's reflect that. Signed-off-by:
Arkadiusz Hiler <arkadiusz.hiler@intel.com>
-