summaryrefslogtreecommitdiffstats
path: root/non-puppet/qtmetrics2/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Delete unused filesDavid Skoland2021-04-0610-880/+0
| | | | | | | | | bootstrap has been superseded by coin and qtmetrics has been superseded by Grafana. testresults.qt.io has been moved to: https://git.qt.io/qtqa/testresults.qt.io Task-number: QTQAINFRA-1958 Change-Id: I6341b12c21f3566ae645f31927a6e6848e183b08 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Qt Metrics 2: File cleaningJuha Sippola2015-09-305-5/+0
| | | | | | | | Corrected timestamp parameter type in comments. Changed '==' to '==='. Change-Id: Ic1b552f1f2d969c687eedaca976e22d14ce3e0cd Reviewed-by: Tony Sarajärvi <tony.sarajarvi@theqtcompany.com>
* Qt Metrics 2 (v0.36): DashboardJuha Sippola2015-09-291-0/+157
| | | | | | | | | | New page to show the success rate of the latest Qt5 builds based on the configuration build results and the test results in branches as speedo charts using the d3.js library. Change-Id: I8af65fe16eefd56f5f2883abaf2dfcf2d016563b Reviewed-by: Tony Sarajärvi <tony.sarajarvi@theqtcompany.com>
* Qt Metrics 2 (v0.35): Top testset/testfunction durationJuha Sippola2015-09-291-1/+30
| | | | | | | | | | | | New pages to list top testset durations and testfunction durations (for one testset) since a specific date including the runs that take longer than a specific limit. The testset duration list can be opened from the button on home page, and the testfunction list from a button on the testset page. Change-Id: I19d2fe1a8cc06f68cb78c7672148687b0fdff681 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@theqtcompany.com>
* Qt Metrics 2 (v0.34): Bpassed test rows for testsetJuha Sippola2015-09-231-5/+22
| | | | | | | | | New page to list blacklisted passed test rows since a specific date for one testset. This can be opened from the testset page via a button. Change-Id: I82acf6d03ad860f61360f8ede18787cfd9eb44aa Reviewed-by: Tony Sarajärvi <tony.sarajarvi@theqtcompany.com>
* Qt Metrics 2 (v0.33): Bpassed page for testsetJuha Sippola2015-09-231-3/+12
| | | | | | | | | | | New page (or route actually) to list blacklisted passed test functions since a specific date for one testset only (for usability and performance). This page can be opened from the testset page via a button. The testset list routes modified for systematic names. Change-Id: If9a6e2ca24539df8d62101d82422866b89bf4b6d Reviewed-by: Tony Sarajärvi <tony.sarajarvi@theqtcompany.com>
* Qt Metrics 2 (v0.31): Blacklisted passed testfunctions pageJuha Sippola2015-09-231-1/+14
| | | | | | | | | | | | New page to list blacklisted passed test functions since a specific date to be able to point out the ones where the blacklisted tag could maybe be removed. The date scope can be configured in the ini file. The query duration is about 50 seconds with the scope of last five days. Change-Id: I21c37182c282d68838ec432c06f4d1c428312d48 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@theqtcompany.com>
* Qt Metrics 2 (v0.30): Top test function failuresJuha Sippola2015-09-231-2/+15
| | | | | | | | | | | New page to list top failed testfunctions since a specific date. The date scope can be configured in the ini file. The query duration is about 30 seconds with the scope of last seven days. Change-Id: I7b718f8df63efd31a62edff02a15f32e64279efc Reviewed-by: Tony Sarajärvi <tony.sarajarvi@theqtcompany.com>
* Qt Metrics 2 (v0.28): Branch archivingJuha Sippola2015-09-231-13/+60
| | | | | | | | | | Added buttons to archive (and restore) a branch on the admin pages. Added field 'archived' to the branch table in the database. Change-Id: Idefddd15df02014ce70c5c4f981eb5938c4bf5f7 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@theqtcompany.com>
* Qt Metrics 2 (v0.24): Database refresh indicationJuha Sippola2015-09-231-0/+43
| | | | | | | | Indicate the database update time and possible running database refresh (log parsing) operation in the header. Change-Id: Ic7a7f94bcf696eb62173b540f9e9e50b749a0585 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@theqtcompany.com>
* Qt Metrics 2 (v0.20): Admin pageJuha Sippola2015-09-231-0/+90
| | | | | | | | | | | New pages to show table sizes, to list and remove selected branches, and to list and remove build data for selected date. Pages are authenticated with HTTP basic authentication (credentials in ini file). Change-Id: I52b8bb8b1dc6882156f3fd97fceb256679732a8d Reviewed-by: Tony Sarajärvi <tony.sarajarvi@theqtcompany.com>
* Qt Metrics 2 (v0.19): Ajax for selected pagesJuha Sippola2015-09-161-0/+103
| | | | | | | | | | Added Ajax functionality to testset project, top failures and flaky testsets pages as they (or their database queries) currently take the longest time to download. Change-Id: I54bc26b9237a34ac7908896e7ca024989b02c6e5 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@theqtcompany.com>
* Qt Metrics 2 (v0.11): Loading progress barJuha Sippola2015-09-161-0/+67
| | | | | | | | Added animated progress bar to show feedback to the user on link or button press and page content loading. Change-Id: Iac3c9fffe12b2170c6ebc2b37e326eb2ba1d6dc0 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@theqtcompany.com>
* Qt Metrics 2 (v0.7): Overview and Project pagesJuha Sippola2015-09-161-0/+84
| | | | | | | | | | | | | | | | | Implemented the overview page to show status of the latest Qt5 state build for each branch including the build result itself and the testset results in the Qt5 state builds (testset results are shown by testset project). Implemented the build project (Qt5 state in practice) and testset project pages, the first to show the build results and the latter to show the testset results. Both are linked from the overview page, and the testset project page also from the new search box on the home page. Change-Id: Iaa97597b63e05af426e6749af2b2cbadbb492eb7 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@theqtcompany.com>
* Qt Metrics 2 (v0.6): Testset pageJuha Sippola2015-09-161-0/+63
| | | | | | | | | | Implemented the Results in Branches section into testset page. Changed testset URL to include its project to identify testsets with same name clearly. Change-Id: I4ffd7ec6bbbc473af0d742e808568ff7d3b273da Reviewed-by: Tony Sarajärvi <tony.sarajarvi@theqtcompany.com>
* Qt Metrics 2 (v0.5): Twig template engineJuha Sippola2015-09-161-3/+3
| | | | | | | | | Applied Twig template engine. The php files in templates replaced with html files with Twig syntax (no content changes). Change-Id: I7582f0bb8e55a203f6fe3a5ab200ffb7aec789ec Reviewed-by: Tony Sarajärvi <tony.sarajarvi@theqtcompany.com>
* Qt Metrics 2 (v0.4): Security improvementsJuha Sippola2015-09-161-0/+44
| | | | | | | | | | | | | | Added applicable security headers to protect the site against typical attacts (checked e.g. with http://cyh.herokuapp.com/cyh). Moved inline JavaScript code to separate file (because of applying the CSP). Moved jQuery and Bootstrap to local lib directories instead of using CDNs (to get simple and strict CSP rules). Change-Id: If08f7ccf6a53923405a1305c76ff2da7c21b094b Reviewed-by: Lukas Reschke <lukas@owncloud.com> Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@theqtcompany.com>
* Qt Metrics 2 initial commit (v0.1)Juha Sippola2015-06-112-0/+106
New Qt Metrics UI utilizing the new database design. Implementation uses PHP, Slim PHP framework, PHPUnit, MySQL, jQuery, jQueryUI and Twitter Bootstrap. Change-Id: Ief7876b8fb462750802319e0758233b60841b9d6 Reviewed-by: Lukas Reschke <lukas@owncloud.com> Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>