Qualibrate-app

Latest version: v0.2.2

Safety actively analyzes 681866 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.2.2

What's Changed
* Update fastapi & uvicorn deps version by maxim-v4s in https://github.com/qua-platform/qualibrate-app/pull/98


**Full Changelog**: https://github.com/qua-platform/qualibrate-app/compare/v0.2.1...v0.2.2

0.2.1

What's Changed
* When password is set to an empty string, user should login automatically by manas-qm in https://github.com/qua-platform/qualibrate-app/pull/90
* Add Refresh button on Graph Library page by manas-qm in https://github.com/qua-platform/qualibrate-app/pull/92
* Fix execution history section css on Graph Status page by manas-qm in https://github.com/qua-platform/qualibrate-app/pull/95
* Do the fetch of cytoscape graph elements before showing them by manas-qm in https://github.com/qua-platform/qualibrate-app/pull/96
* Set the lastRun node status to idle when the Node page is loaded by manas-qm in https://github.com/qua-platform/qualibrate-app/pull/97


**Full Changelog**: https://github.com/qua-platform/qualibrate-app/compare/v0.2.0...v0.2.1

0.2.0

What's Changed
* build: change script name to `qualibrate-app` by maxim-v4s in https://github.com/qua-platform/qualibrate-app/pull/63
* Send updated signal to runner for `state_updates` by maxim-v4s in https://github.com/qua-platform/qualibrate-app/pull/61
* Fix naming by maxim-v4s in https://github.com/qua-platform/qualibrate-app/pull/65
* Remove qualibrate-app spawn features by maxim-v4s in https://github.com/qua-platform/qualibrate-app/pull/64
* Some fixes by maxim-v4s in https://github.com/qua-platform/qualibrate-app/pull/66
* `--overwrite` config flag by maxim-v4s in https://github.com/qua-platform/qualibrate-app/pull/67
* Fix win paths with refs on model dump by maxim-v4s in https://github.com/qua-platform/qualibrate-app/pull/68
* Added calibration feature + some small changes by manas-qm in https://github.com/qua-platform/qualibrate-app/pull/69
* CI: add workflows description by maxim-v4s in https://github.com/qua-platform/qualibrate-app/pull/70
* Add new instance on state update by maxim-v4s in https://github.com/qua-platform/qualibrate-app/pull/71
* Rename config entries by maxim-v4s in https://github.com/qua-platform/qualibrate-app/pull/72
* Fix for rendering an array of numbers in State updates suggested value by manas-qm in https://github.com/qua-platform/qualibrate-app/pull/75
* Bugfixes/error mesages edit state update by manas-qm in https://github.com/qua-platform/qualibrate-app/pull/74
* Fix for showing an empty object in state updates by manas-qm in https://github.com/qua-platform/qualibrate-app/pull/76
* QAPP active machine settings by maxim-v4s in https://github.com/qua-platform/qualibrate-app/pull/77
* State updates types conversion by maxim-v4s in https://github.com/qua-platform/qualibrate-app/pull/73
* Feat/cytoscape graph by nulinspiratie in https://github.com/qua-platform/qualibrate-app/pull/78
* Feat: Reverse execution history by nulinspiratie in https://github.com/qua-platform/qualibrate-app/pull/79
* Feat: Make figures clickable by nulinspiratie in https://github.com/qua-platform/qualibrate-app/pull/80
* Feat/cytoscape graph2 by manas-qm in https://github.com/qua-platform/qualibrate-app/pull/81
* Config log folder by maxim-v4s in https://github.com/qua-platform/qualibrate-app/pull/82
* Feat/login by manas-qm in https://github.com/qua-platform/qualibrate-app/pull/83
* Pass token to subrequests by maxim-v4s in https://github.com/qua-platform/qualibrate-app/pull/84
* Enable to login if the password for the cookie is set to an empty string by manas-qm in https://github.com/qua-platform/qualibrate-app/pull/85
* Add stop button on Graph status page for stopping the workflow execution by manas-qm in https://github.com/qua-platform/qualibrate-app/pull/87
* Added total number of nodes in Graph library by manas-qm in https://github.com/qua-platform/qualibrate-app/pull/86
* Remove all open tabs before opening a new one by manas-qm in https://github.com/qua-platform/qualibrate-app/pull/88
* Add error title, error name and error traceback for the whole workflo… by manas-qm in https://github.com/qua-platform/qualibrate-app/pull/89
* Update authors by maxim-v4s in https://github.com/qua-platform/qualibrate-app/pull/94
* Fix subrequest paths by maxim-v4s in https://github.com/qua-platform/qualibrate-app/pull/91


**Full Changelog**: https://github.com/qua-platform/qualibrate-app/compare/v0.1.0...v0.2.0

0.1.0

What's Changed
* Init backend by maxim-v4s in https://github.com/qua-platform/qualibrate-app/pull/1
* API base by maxim-v4s in https://github.com/qua-platform/qualibrate-app/pull/2
* API local storage by maxim-v4s in https://github.com/qua-platform/qualibrate-app/pull/3
* Local config file by maxim-v4s in https://github.com/qua-platform/qualibrate-app/pull/4
* Json timeline db by maxim-v4s in https://github.com/qua-platform/qualibrate-app/pull/16
* Change default port to 8001 by maxim-v4s in https://github.com/qua-platform/qualibrate-app/pull/18
* Collapsible images in json by maxim-v4s in https://github.com/qua-platform/qualibrate-app/pull/20
* Use full prefix for json images by maxim-v4s in https://github.com/qua-platform/qualibrate-app/pull/21
* Reverse snapshot and branch history by maxim-v4s in https://github.com/qua-platform/qualibrate-app/pull/22
* Backend part of qualibrate diff representation by maxim-v4s in https://github.com/qua-platform/qualibrate-app/pull/23
* Run json timeline DB as separeted instance and refactor config by maxim-v4s in https://github.com/qua-platform/qualibrate-app/pull/34
* Local storage & Update timeline DB by maxim-v4s in https://github.com/qua-platform/qualibrate-app/pull/36
* Fix nodes resolution by maxim-v4s in https://github.com/qua-platform/qualibrate-app/pull/37
* Unify return structures from different storage types by maxim-v4s in https://github.com/qua-platform/qualibrate-app/pull/38
* Unit tests by maxim-v4s in https://github.com/qua-platform/qualibrate-app/pull/39
* Allow references in the config by maxim-v4s in https://github.com/qua-platform/qualibrate-app/pull/40
* Qualibrate projects management by maxim-v4s in https://github.com/qua-platform/qualibrate-app/pull/41
* Local storage projects info by maxim-v4s in https://github.com/qua-platform/qualibrate-app/pull/42
* API pages by maxim-v4s in https://github.com/qua-platform/qualibrate-app/pull/43
* fix: Correct node page sorting by nulinspiratie in https://github.com/qua-platform/qualibrate-app/pull/44
* Fix: Handle datasets that don't have a proper timestamp by nulinspiratie in https://github.com/qua-platform/qualibrate-app/pull/45
* CI: build python package with built frontend by maxim-v4s in https://github.com/qua-platform/qualibrate-app/pull/25
* Fix startup: `spawn` only affects if `storage_type != local_storage` by maxim-v4s in https://github.com/qua-platform/qualibrate-app/pull/46
* API paging fixes and tests by maxim-v4s in https://github.com/qua-platform/qualibrate-app/pull/47
* Improve config error messages by maxim-v4s in https://github.com/qua-platform/qualibrate-app/pull/48
* Add docs by maxim-v4s in https://github.com/qua-platform/qualibrate-app/pull/49
* CI: linting by maxim-v4s in https://github.com/qua-platform/qualibrate-app/pull/51
* Add startup docs by maxim-v4s in https://github.com/qua-platform/qualibrate-app/pull/50
* Node page first changes + some refactoring by manas-qm in https://github.com/qua-platform/qualibrate-app/pull/52
* Refactor/qualibrate app by nulinspiratie in https://github.com/qua-platform/qualibrate-app/pull/53
* Qualibrate runner mount by maxim-v4s in https://github.com/qua-platform/qualibrate-app/pull/54
* show results instead of full node data by nulinspiratie in https://github.com/qua-platform/qualibrate-app/pull/56
* Update entity by maxim-v4s in https://github.com/qua-platform/qualibrate-app/pull/57
* CI: fix build package name by maxim-v4s in https://github.com/qua-platform/qualibrate-app/pull/58
* Add internal ip (127.0.0.1) cors origin by maxim-v4s in https://github.com/qua-platform/qualibrate-app/pull/59
* Feat/state updates by manas-qm in https://github.com/qua-platform/qualibrate-app/pull/60
* Create draft release on push tag by maxim-v4s in https://github.com/qua-platform/qualibrate-app/pull/62

New Contributors
* maxim-v4s made their first contribution in https://github.com/qua-platform/qualibrate-app/pull/1
* nulinspiratie made their first contribution in https://github.com/qua-platform/qualibrate-app/pull/44
* manas-qm made their first contribution in https://github.com/qua-platform/qualibrate-app/pull/52

**Full Changelog**: https://github.com/qua-platform/qualibrate-app/commits/v0.1.0

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.