Ozren Dabić
Ozren Dabić
Prior to the latest release, I was able to connect to a database just fine, but now I get the following error: ```log 2024-02-01T14:24:41.397721480Z WARNING: Storing migrations in 'sql' is...
An alternative to our current system which may fix #164. Seems to exhibit the same problems as the current setup though, and will not be merged until https://github.com/databacker/mysql-backup/issues/105 is closed.
Closes #159 Checklist: - [ ] Upgrade Java version to 21 - [X] Update Spring Boot dependencies - [X] Update Spring Boot Admin dependencies - [X] Update Spring Doc OpenAPI...
_First observed in #124_ The backups we automate through a dedicated service create dumps including the values of generated columns. Since we only use these types of columns in `git_repo_metric`,...
Not ready to merge, Linux build is currently failing: ``` [+] Building 17.3s (9/10) docker:desktop-linux => [internal] load .dockerignore 0.0s => => transferring context: 272B 0.0s => [internal] load build...
### What version of Bootstrap Email are you using? 1.4.0 ### How are you compiling? Online Editor ### Code example ```html ``` ### Describe your issue I want to use...
Bump to latest version
This PR modifies `CleanUpProjectsJob` to more closely resemble the `CodeAnalysisJob`. We remove usages of `RestTemplate`, as it has proven to be unreliable in Dockerized environments.