Commit History

docs: explanation for how to use debug env variable
836bd51

rmm commited on

CI: removed the debug flag for pytest, now testing in normal mode
77bbd21

rmm commited on

test: visual workflow test populates email to progress
d5d68f4

rmm commited on

test: main full workflow test populates email unless debug mode
f14dad2

rmm commited on

fix: email field must be populated to pass validation
13a80d6

rmm commited on

test: updated to test behaviour according to debug flag state
8c3eb82

rmm commited on

fix: env variable defines whether fields autopopulated
2d694a6

rmm commited on

Merge pull request #33 from sdsc-ordes/feat/stateful-workflow
821ac40
unverified

rmm-ch commited on

CI: install chrome with sudo
8795702

rmm commited on

CI: trigger on push to this feat branch, to validate it
41bef56

rmm commited on

CI: new action to run visual tests
27667ba

rmm commited on

test: make the visual test standalone (launch its own app instance)
64361a0

rmm commited on

test: added expected args to the nooop guard for multi-run mock
cfbfcc8

rmm commited on

CI: longer timeout for slow test (my laptop faster than ubuntu-latest runner)
6cdc7e8

rmm commited on

docs: mkdocs needs modules (adding __init__.py)
7cc7f42

rmm commited on

CI: removed this branch from triggers, testing / fixes done
12f85f3

rmm commited on

docs: added some notes on running the visual tests
656770c

rmm commited on

docs: repaired docs following restructuring done in history
ca9f317

rmm commited on

CI: reorganised tests so can run most without selenium installation
ef0cf0b

rmm commited on

CI: filter out visual tests; temp add this branch to verify
0de1f63

rmm commited on

test: updated markers for cleaner filtering
05b3cf6

rmm commited on

chore: adding separate requirements file for selenium testing
2166c0c

rmm commited on

test: random images with relevant metadata
02e3430

rmm commited on

test: visual test of presented content, persistent to tab switching
fc76ddb

rmm commited on

chore: added custom marker to slow (>20s) test, updated CI to skip
a9c8ccb

rmm commited on

test: basic measure of timing for each phase
3735c6f

rmm commited on

test: fixed error in indexing for the observation overrides
51fd535

rmm commited on

test: end-to-end test of upload -> inference
de87a9b

rmm commited on

test: debugging the mock / side-effect usage
35f3306

rmm commited on

test: reorganised to be more modular
998f2aa

rmm commited on

fix: all usage of session_state.files explicitly a list now
c860c9c

rmm commited on

test: implemented demo/snippet using app code for sidebar, plus test
d1d63ea

rmm commited on

test: now using fixture that loads real data in the file_upload
2157fef

rmm commited on

test: new test for input validation, and fix typo in args
0124054

rmm commited on

chore: adding a property and tidy up fstring warnings
8f1fe89

rmm commited on

test: first steps with AppTest and a mock multi-file file_uploader
7f8b3b0

rmm commited on

test: for setters and for to_dict method of InputObservation
5312fc3

rmm commited on

test: add test for equality of InputObservation objects
a847100

rmm commited on

test: InputObservation with valid and invalid inputs
99171fa

rmm commited on

test: mock of FileUploader and tiny test validating it
44d13aa

rmm commited on

Merge pull request #29 from sdsc-ordes/feat/stateful-workflow
8ccb11f
unverified

vancauwe commited on

feat: extra CI action that adds coverage reports to PR conversation
8e4ef44

rmm commited on

chore: tidy up main
d0e6c24

rmm commited on

fix: retired use of tab_log in session state
d0c3bfa

rmm commited on

chore: moved all session state init to relevant modules
94698a8

rmm commited on

fix: typehints compatible with py3.9
be5e8dd

rmm commited on

doc: added docstrings to new functions
60a7864

rmm commited on

fix: remove highlighting for completion, not valid before v1.41.0
18a41f5

rmm commited on

chore: cleanup variable names and add docstrings
a5ced3e

rmm commited on

chore: moved debug function to relevant module, and docstring
4d650d5

rmm commited on