Releases: qua-platform/qualibrate-app
Releases · qua-platform/qualibrate-app
v0.2.3
What's Changed
- Allow multiple state updates through single API call by @maxim-v4s in #99
- Updated package.lock by @manas-qm in #104
- Commented out GraphSearch component from Graph library page by @manas-qm in #103
- When validation error appears on node submission, show it in the node… by @manas-qm in #101
- Replaced PlayIcon on graph library card with Run button and changed c… by @manas-qm in #102
- Change api docs url path by @maxim-v4s in #106
- Refactor: update linting rules by @maxim-v4s in #100
- Added Update All button for updating all state updates for the specif… by @manas-qm in #105
- Small fix for update all (state updates) - change all icons to checkm… by @manas-qm in #110
- Make pages stay opened by @manas-qm in #108
- Components refactor and reorganize by @manas-qm in #111
- Fix/remove components from deprecated folder by @manas-qm in #109
- Fix showing an error when running node fails by @manas-qm in #107
- Fix up arrow icon pointer css by @manas-qm in #112
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- Update fastapi & uvicorn deps version by @maxim-v4s in #98
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- When password is set to an empty string, user should login automatically by @manas-qm in #90
- Add Refresh button on Graph Library page by @manas-qm in #92
- Fix execution history section css on Graph Status page by @manas-qm in #95
- Do the fetch of cytoscape graph elements before showing them by @manas-qm in #96
- Set the lastRun node status to idle when the Node page is loaded by @manas-qm in #97
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- build: change script name to
qualibrate-app
by @maxim-v4s in #63 - Send updated signal to runner for
state_updates
by @maxim-v4s in #61 - Fix naming by @maxim-v4s in #65
- Remove qualibrate-app spawn features by @maxim-v4s in #64
- Some fixes by @maxim-v4s in #66
--overwrite
config flag by @maxim-v4s in #67- Fix win paths with refs on model dump by @maxim-v4s in #68
- Added calibration feature + some small changes by @manas-qm in #69
- CI: add workflows description by @maxim-v4s in #70
- Add new instance on state update by @maxim-v4s in #71
- Rename config entries by @maxim-v4s in #72
- Fix for rendering an array of numbers in State updates suggested value by @manas-qm in #75
- Bugfixes/error mesages edit state update by @manas-qm in #74
- Fix for showing an empty object in state updates by @manas-qm in #76
- QAPP active machine settings by @maxim-v4s in #77
- State updates types conversion by @maxim-v4s in #73
- Feat/cytoscape graph by @nulinspiratie in #78
- Feat: Reverse execution history by @nulinspiratie in #79
- Feat: Make figures clickable by @nulinspiratie in #80
- Feat/cytoscape graph2 by @manas-qm in #81
- Config log folder by @maxim-v4s in #82
- Feat/login by @manas-qm in #83
- Pass token to subrequests by @maxim-v4s in #84
- Enable to login if the password for the cookie is set to an empty string by @manas-qm in #85
- Add stop button on Graph status page for stopping the workflow execution by @manas-qm in #87
- Added total number of nodes in Graph library by @manas-qm in #86
- Remove all open tabs before opening a new one by @manas-qm in #88
- Add error title, error name and error traceback for the whole workflo… by @manas-qm in #89
- Update authors by @maxim-v4s in #94
- Fix subrequest paths by @maxim-v4s in #91
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- Init backend by @maxim-v4s in #1
- API base by @maxim-v4s in #2
- API local storage by @maxim-v4s in #3
- Local config file by @maxim-v4s in #4
- Json timeline db by @maxim-v4s in #16
- Change default port to 8001 by @maxim-v4s in #18
- Collapsible images in json by @maxim-v4s in #20
- Use full prefix for json images by @maxim-v4s in #21
- Reverse snapshot and branch history by @maxim-v4s in #22
- Backend part of qualibrate diff representation by @maxim-v4s in #23
- Run json timeline DB as separeted instance and refactor config by @maxim-v4s in #34
- Local storage & Update timeline DB by @maxim-v4s in #36
- Fix nodes resolution by @maxim-v4s in #37
- Unify return structures from different storage types by @maxim-v4s in #38
- Unit tests by @maxim-v4s in #39
- Allow references in the config by @maxim-v4s in #40
- Qualibrate projects management by @maxim-v4s in #41
- Local storage projects info by @maxim-v4s in #42
- API pages by @maxim-v4s in #43
- fix: Correct node page sorting by @nulinspiratie in #44
- Fix: Handle datasets that don't have a proper timestamp by @nulinspiratie in #45
- CI: build python package with built frontend by @maxim-v4s in #25
- Fix startup:
spawn
only affects ifstorage_type != local_storage
by @maxim-v4s in #46 - API paging fixes and tests by @maxim-v4s in #47
- Improve config error messages by @maxim-v4s in #48
- Add docs by @maxim-v4s in #49
- CI: linting by @maxim-v4s in #51
- Add startup docs by @maxim-v4s in #50
- Node page first changes + some refactoring by @manas-qm in #52
- Refactor/qualibrate app by @nulinspiratie in #53
- Qualibrate runner mount by @maxim-v4s in #54
- show results instead of full node data by @nulinspiratie in #56
- Update entity by @maxim-v4s in #57
- CI: fix build package name by @maxim-v4s in #58
- Add internal ip (127.0.0.1) cors origin by @maxim-v4s in #59
- Feat/state updates by @manas-qm in #60
- Create draft release on push tag by @maxim-v4s in #62
New Contributors
- @maxim-v4s made their first contribution in #1
- @nulinspiratie made their first contribution in #44
- @manas-qm made their first contribution in #52
Full Changelog: https://github.com/qua-platform/qualibrate-app/commits/v0.1.0