This project is mirrored from https://*****:*****@github.com/postgres-ai/database-lab-engine.git.
Pull mirroring updated .
- 01 Apr, 2022 6 commits
-
-
Nikolay Samokhvalov authored
fix: pgBackRest – rename "forceInit" option to "delta" See merge request !513
-
Nikolay Samokhvalov authored
-
Artyom Kartasov authored
fix(engine): try to parse date in the legacy format to keep backward compatibility when restore clone sessions (#335) Closes #335 See merge request !511
-
Artyom Kartasov authored
fix(engine): try to parse date in the legacy format to keep backward compatibility when restore clone sessions (#335)
-
Artyom Kartasov authored
fix(ui): support both date formats in UI: custom and RFC3339 (#335) Closes #335 See merge request !510
-
Artyom Kartasov authored
-
- 28 Mar, 2022 5 commits
-
-
Artyom Kartasov authored
fix(engine): by default, dump only databases to which user have access See merge request !501
-
Artyom Kartasov authored
-
Artyom Kartasov authored
fix(engine): avoid losing the snapshot list on configuration reload (#341) Closes #341 See merge request !506
-
Artyom Kartasov authored
* refresh snapshot list on pool reloading * remove snapshot discovering when cloning launches * remove a duplicated API endpoint
-
Artyom Kartasov authored
fix(engine): pick the correct (starting with 'v') tag to use as the DLE version (#333) Closes #333 See merge request !508
-
- 25 Mar, 2022 1 commit
-
-
Artyom Kartasov authored
-
- 24 Mar, 2022 8 commits
-
-
Artyom Kartasov authored
fix(engine): use the correct path to the data directory for the promote instance (#342) Closes #342 See merge request !503
-
Artyom Kartasov authored
-
Artyom Kartasov authored
fix: run an empty CI job when there are no changes in the `engine` nor `ui` directories to get a passed pipeline See merge request !499
-
Artyom Kartasov authored
fix: run an empty CI job when there are no changes in the `engine` nor `ui` directories to get a passed pipeline
-
Artyom Kartasov authored
fix(engine): use RFC3339 as a time format (#335) Closes #335 See merge request !502
-
Artyom Kartasov authored
-
Artyom Kartasov authored
chore(engine): update Go to 1.18 and fix linter warnings See merge request !498
-
Artyom Kartasov authored
* update Go to 1.18 * update golangci-lint to 1.45.0 * fix linter warnings
-
- 23 Mar, 2022 2 commits
-
-
Nikolay Samokhvalov authored
fix(engine): mitigate CVE-2022-21698 See merge request !504
-
Artyom Kartasov authored
-
- 22 Mar, 2022 2 commits
-
-
Nikolay Samokhvalov authored
Fix relative links in README translations See merge request !497
-
Nikolay Samokhvalov authored
-
- 18 Mar, 2022 2 commits
-
-
Anatoly Stansler authored
fix: add markdown parser See merge request !496
-
Anatoly Stansler authored
-
- 16 Mar, 2022 1 commit
-
-
Artyom Kartasov authored
fix(engine): explicitly pass RC-tags to the building script to build RC images See merge request !495
-
- 15 Mar, 2022 3 commits
-
-
Artyom Kartasov authored
-
Artyom Kartasov authored
fix(engine): replace the "standby_mode" parameter to "recovery_target" in the DLE configuration for the promotion stage See merge request !484
-
fix(engine): replace the "standby_mode" parameter to "recovery_target" in the DLE configuration for the promotion stage
-
- 10 Mar, 2022 2 commits
-
-
Nikolay Samokhvalov authored
fix(engine): Mitigate CVE-2022-23648 – use containerd to 1.6.1 See merge request !494
-
Nikolay Samokhvalov authored
-
- 09 Mar, 2022 2 commits
-
-
Artyom Kartasov authored
fix(engine,ui): change workflow to run pipeline for master branch See merge request !493
-
Artyom Kartasov authored
-
- 04 Mar, 2022 4 commits
-
-
Artyom Kartasov authored
refactor: redesign CI pipelines (#339) Closes #339 See merge request !488
-
Artyom Kartasov authored
* run integration (bash) tests only when `engine` files are changed * run integration (bash) tests for the first commit as well (not only for the second and next ones) * run UI builds and deployments only when `ui` files are changed * enable integration tests for contributors * include SAST jobs from GitLab templates * avoid duplication of pipelines
-
Artyom Kartasov authored
feat(engine): allow configuring timezone in DLE CLI configuration (#335) Closes #335 See merge request !486
-
Artyom Kartasov authored
* create a custom type - `LocalTime` * show the time depending on locale in CLI, use UTC by default and for API responses * consider clones, snapshots, instance, pools * update time display format: `2006-01-02 15:04:05 UTC` -> `2006-01-02 15:04:05 +00:00` * add commands to view and manage CLI settings * `dblab config show-global` * `dblab config set-global` * process environment variable `TZ` which overrides CLI settings from a file
-
- 03 Mar, 2022 2 commits
-
-
Vitaliy Kukharik authored
fix(engine): do not specify the logerrors extension by default (#337) Closes #337 See merge request !485
-
Vitaliy Kukharik authored
-