Commit Graph

19 Commits

Author SHA1 Message Date
Jim Brännlund abde929fc8
Fix: Broken sorting for custom columns (#715) 2023-08-24 22:08:21 +02:00
Jim Brännlund cd28210fdb
Feature: Untemplate table header (#713) 2023-08-13 20:06:16 +02:00
Jim Brännlund bd0c5302ec
Fix: Borken HTML in jinja template (#712) 2023-08-13 17:56:12 +02:00
Jim Brännlund 8a4ece40a8
Feature: Only one collapsed state (#701) 2023-07-27 23:35:58 +02:00
Jim Brännlund d7301b7e94
Chore: General JS cleanup (#700) 2023-07-26 20:02:37 +02:00
Jim Brännlund 62b0eea8a3
Feature: Template table header (#696) 2023-07-24 21:31:11 +02:00
Jim Brännlund 7ff770392e
Fix: Environment table toggle bug (#693) 2023-07-23 23:35:08 +02:00
Jim Brännlund 27208bba3b
Feature: Add initial sort column as ini (#692) 2023-07-23 02:37:45 +02:00
Jim Brännlund ae54ee6277
Fix: Duration sorting (#691) 2023-07-23 00:35:57 +02:00
Jim Brännlund f6f623d0d9
Chore: Simplify results table hooks (#688) 2023-07-22 15:06:29 +02:00
Jim Brännlund a5da6fc143
Feature: Make entire row collapsible (#656) 2023-04-15 11:23:04 +02:00
Jim Brännlund f2cf3b2c6b
Chore: Add eslint (#651) 2023-04-14 15:15:40 +02:00
Jim Brännlund 5f580273a9
Fix: Color E(xecption) lines in the log red (#631) 2023-04-08 18:16:57 +02:00
Jim Brännlund 8350dda5eb
Fix: Handle appends on table hooks (#630) 2023-04-08 18:16:33 +02:00
Jim Brännlund e6a3d5cc78
fix: Replacing log HTML (#611) 2023-04-02 01:19:59 +02:00
Jim Brännlund 34ff60fbd4
fix: Missing logging in report (#603) 2023-03-25 23:11:46 +01:00
Jim Brännlund 40a80d535d
fix: Table hooks (#599) 2023-03-20 14:32:23 +01:00
Jim Brännlund 6eff86d537
refactor: stop overwriting pytest data (#597) 2023-03-18 22:52:01 +01:00
Jim Brännlund 0408b0d504
Combined fe and be (#479)
* fix main.js conflicts

* fix js test

* fix resource (main.js) test

* revert change to report extra

* filters style

* css and dom brush up

* Buildable app

* always store data in html

* Always store data blob in file

* json dump test data

* read data from dom element

* manually initialize state

* minimalistic dataset

* simplify included files

* Handle report extras

* Handle python report hooks

* imgviewer

* present name in image viewer and open img on click

* setup linter for project

* conform to styles

* show video in imageviewer (#14)

* show video in imageviewer

* Chore: Pluralize extra (#15)

* Add extras.HTML

* Move outcome handling to backend (#18)

* Move outcome handling to backend

* Pass in text version of longrepr if present

* make collapse/expand all functional (#20)

* make collapse/expand all functional

* only create links for text, url and json (#22)

* make filter search case insensitive (#21)

* make filter search case insensitive

* use sessionStorage to prevent preferences to be reapplied on new reports

* avoid multiple event bindings + fix filter bug

* Collapse individual row

Co-authored-by: Jim Brännlund <jim.brannlund@gmail.com>

* add no log output captured string

* Query params (#25)

* Add query params

* adjust tests (#26)

* Duration format (#27)

* adjust tests

* build format handler

* remove dependency

---------

Co-authored-by: Jim Brännlund <jimbrannlund@fastmail.com>

* Beyondevil/cleanup (#28)

* chore: Cleanup branch before merge

* chore: Fix duration and CI

* Fix pre-commit issues

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Viktor Gustafsson <vikt.gust@gmail.com>
2023-03-05 16:18:52 +01:00