You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: create an API to provide automatic checks of DB migrations (#172)
# Description
* CLI, API initiate the processes that is being executed on DLE side, async
* `observer-start` - starts dblab session and starts observing
* create session on the platform
* `observer-finish` - finished dblab session, makes summary, reports to the Platform
* change clone status (OK -> EXPORTING -> OK)
* update session on the platform (upload meta)
* upload logs (single request)
* do not idle delete clone in EXPORTING status
* `database-lab`: `statement_timeout`
* add the ability to configure Postgres configuration per clone: `dblab clone create ... --extra-config key:value`
* add error check to the checklist: parse logs to count errors/fatals
* format: switch logs format from text to CSV (+ update idle detector)
* idle detector
* gather logs from Docker (interval from start to finish)
# Related issue
#172
# Examples
<!-- Provide examples for reviewers and users: new CLI output, screenshots, etc -->
# Checklist
<!-- Before merging, ensure that all checkboxes are marked: -->
- [x] the MR description has been reviewed
- [x] this MR contains text changes and they have been reviewed OR there are no texts changes
- [x] this MR contains GUI/CLI changes and they have been reviewed OR there are no GUI/CLI changes
- [x] this MR contains API changes, specifications reflect those changes and they have been reviewed OR there are no API changes
Closes#172
See merge request postgres-ai/database-lab!179
0 commit comments