Releases: MannLabs/alphakraken
Releases · MannLabs/alphakraken
v0.8.0
What's Changed
Improve S3 support:
- S3 improvements by @mschwoer in #109
- S3uploadfailure alert by @mschwoer in #112
- S3 purging by @mschwoer in #115
- S3 create buckets by @mschwoer in #119
More instrument support
Alerting improvements:
Misc
- bump airflow to 2.11.0 by @mschwoer in #107
- fix: archive existing job status log on retry by @mschwoer in #108
- Fix renaming bug by @mschwoer in #113
- Allow purging fraction of days by @mschwoer in #114
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- Add s3 upload support by @mschwoer in #91
- Improve file removal by @mschwoer in #98
- Spd plot by @mschwoer in #101
- Add mcp server to deployment by @mschwoer in #104
- Add statistics on data volume by @mschwoer in #105
bug fixes
- fix import order to ensure logging is set up correctly by @mschwoer in #99
- truncate status details to fit database field max_length by @mschwoer in #100
- Refactor settings by @mschwoer in #102
- Refactor settings tweaks by @mschwoer in #103
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
Improvements on alerting
- Pump pressure alert by @mschwoer in #81
- Dedicated channel for webhook by @mschwoer in #85
- No notifcations on startup by @mschwoer in #88
- Improve pump pressure alert by @mschwoer in #89
- Fix bug with gradient tolerance by @mschwoer in #90
- Fine granular cooldown by @mschwoer in #92
- Add alert on absolute pressure by @mschwoer in #93
Adapt to alphadia v2.0.0
New job handler (experimental)
Fixes
- Fix validation issue by @mschwoer in #84
- Move notification related keys tyo yaml by @mschwoer in #86
- Add etag support by @mschwoer in #82
- Add loose document by @mschwoer in #83
Misc
- Add Claude Code GitHub Workflow by @mschwoer in #94
- Fix type hints by @mschwoer in #95
- remove code review input step from branch checks by @mschwoer in #97
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
Support for other softwares than AlphaDIA, MSQC metrics and MCP.
- Add generic quanting by @mschwoer in #57
- Refactor metrics by @mschwoer in #58
- refactor: enhance job submission command with dynamic CPU allocation … by @mschwoer in #59
- Misc changes by @mschwoer in #62
- Add notebook with complementary performance metrics by @PatriciaSkowronek in #42
- handle edge case for SSH command success with error messages by @mschwoer in #63
- Alert on all disk spaces by @mschwoer in #61
- Alert on stale remover by @mschwoer in #64
- Add instrument file status by @mschwoer in #65
- Allow overwriting checksum by @mschwoer in #66
- Refactor copy files by @mschwoer in #67
- Move files instead of overwriting by @mschwoer in #68
- Refactor monitoring by @mschwoer in #69
- Db backup by @mschwoer in #70
- show errors in path construction as warnings by @mschwoer in #72
- Add monitoring suppressions by @mschwoer in #73
- Add webapp alert by @mschwoer in #74
- Webapp status fixes by @mschwoer in #75
- remove monitoring-legacy by @mschwoer in #76
- Dont raise on failed msqc by @mschwoer in #77
- feature: change mcp from stdio to streamable-http by @PatriciaSkowronek in #60
- release alphakraken MCP image by @mschwoer in #78
- fix path by @mschwoer in #79
- fix path II by @mschwoer in #80
New Contributors
- @PatriciaSkowronek made their first contribution in #42
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
Many changes to the UI to improve speed & usability
- Improve files display by @mschwoer in #25
- improve_ssh by @mschwoer in #26
- Handle thermo corrupted by @mschwoer in #27
- Move out hash calculation by @mschwoer in #28
- add backup_status by @mschwoer in #31
- Rename file path by @mschwoer in #29
- check_already_present_file_info by @mschwoer in #30
- fix logic bug around file size by @mschwoer in #32
- first working skeleton of custom MCP server by @mschwoer in #23
- Allow multiple webapp instances by @mschwoer in #37
- Bump requests from 2.32.3 to 2.32.4 in /monitoring by @dependabot[bot] in #39
- Fix file info issue by @mschwoer in #38
- Fix handling of corrupted files by @mschwoer in #45
- Fix db size lookup by @mschwoer in #46
- Reorder columns by @mschwoer in #34
- Allow baseline by @mschwoer in #35
- Small tweaks ii by @mschwoer in #36
- Upgrade streamlit by @mschwoer in #40
- Multiple plots per row by @mschwoer in #41
- Add trend line by @mschwoer in #44
- Eye candy by @mschwoer in #43
- Show status warning by @mschwoer in #47
- Fix widget state by @mschwoer in #48
- Split overview page by @mschwoer in #49
- Make file remover more robust by @mschwoer in #50
- Reduce db load by @mschwoer in #52
- Reduce db load ii by @mschwoer in #51
- Fix query params by @mschwoer in #53
- Move yaml settings by @mschwoer in #24
- Refactor query params by @mschwoer in #54
- import fix by @mschwoer in #55
- fix a test by @mschwoer in #56
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- feat: handle missing source file in copy_file function by @mschwoer in #11
- Add single env analysis to nbs by @mschwoer in #12
- Add msteams connector by @mschwoer in #13
- Move column config to yaml by @mschwoer in #14
- Provide files to copy by @mschwoer in #15
- Add lag time by @mschwoer in #16
- Case insensitive option for backup filesystem by @mschwoer in #17
- Generify quanting by @mschwoer in #18
- Notify on failed handler by @mschwoer in #19
- Custom metrics support by @mschwoer in #20
- Less mongo user privileges by @mschwoer in #21
- feat: enhance logging for webapp and configure volume for log storage by @mschwoer in #22
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
Making setup more flexible, lots of small tweaks based on recent learnings.
New features
- Disentangle paths by @mschwoer in #4
- make_slurm_script_configurable by @mschwoer in #3
- feat: handle out of memory state in job processing by @mschwoer in #8
Other changes
- Misc improvements by @mschwoer in #2
- Improve acquisition logic by @mschwoer in #5
- rewrite docs on mounting by @mschwoer in #7
- Add ty by @mschwoer in #6
- Remove pytype by @mschwoer in #10
- Better logging in file copy by @mschwoer in #9
Full Changelog: v0.1.0...v0.2.0