summaryrefslogtreecommitdiff
path: root/releasenotes/notes/required-sql-7dd38b76d9f4273f.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Remove "sql connection" backwards compatability for databaseJames E. Blair2022-01-251-1/+1
| | | | | | | | | In 4.0 we deprecated connections using the "sql" driver in favor of using the new "database" config file section. Remove the backwards compatible handling of that so that "sql" connections or lack of "database" section report an error. Change-Id: I7e592cf5ff63f73f487e41bb6e3e4a4ae523e3fc
* Required SQL reportersJan Kubovy2021-02-031-0/+12
On the way towards a fully scale out scheduler we need to move the times database from the local filesystem into the SQL database. Therefore we need to make at least one SQL connection mandatory. SQL reporters are required (an implied sql reporter is added to every pipeline, explicit sql reporters ignored) Change-Id: I30723f9b320b9f2937cc1d7ff3267519161bc380 Depends-On: https://review.opendev.org/621479 Story: 2007192 Task: 38329