summaryrefslogtreecommitdiff
path: root/zuul/driver/sql/sqlreporter.py
Commit message (Expand)AuthorAgeFilesLines
* Store pause and resume events on the build and report themFelix Edel2023-01-021-0/+11
* Don't try to report build w/o buildset to DBSimon Westphahl2022-09-051-0/+2
* Add prune-database commandJames E. Blair2022-05-301-0/+2
* Create missing db entries and retryJames E. Blair2022-03-311-67/+109
* Fix error in sql reporter upgradeJames E. Blair2022-02-251-1/+2
* Add buildset start/end db columnsJames E. Blair2022-02-231-0/+7
* Report NODE_FAILURES caused by node request failures to SQL databaseFelix Edel2022-02-081-18/+23
* Display overall duration in buidset page in zuul webDong Zhang2022-01-271-0/+4
* Remove time databaseJames E. Blair2021-09-271-0/+4
* Don't use executor.builds when processing build result eventsFelix Edel2021-09-241-4/+2
* Remove some unused methods in sql reporterJames E. Blair2021-07-271-72/+3
* Report all build[set] completions to DBJames E. Blair2021-07-231-2/+2
* Only record buildsets in the SQL DB if there are jobsJames E. Blair2021-07-171-2/+6
* Add nodeset to build tableJames E. Blair2021-07-081-3/+2
* Report intermediate buildsets and buildsJames E. Blair2021-07-081-0/+91
* Wait on startup if SQL not availableJames E. Blair2021-05-171-7/+0
* Merge "Support emitting warnings via zuul_return"Zuul2021-02-241-1/+1
|\
| * Support emitting warnings via zuul_returnTobias Henkel2020-08-311-1/+1
* | Builds: add "held" attributeMatthieu Huin2020-09-041-1/+1
|/
* Fix mqtt log url reporting when report-build-page is activeTobias Henkel2020-06-241-5/+2
* Report retried builds via sql reporter.Benedikt Loeffler2020-04-091-28/+46
* Store build.error_detail in SQLJames E. Blair2020-02-261-0/+1
* Store event id for buildsets in databaseSimon Westphahl2019-12-051-0/+5
* Always record the log_url in sql reporterJames E. Blair2019-07-311-1/+4
* Annotate logs around reportingTobias Henkel2019-05-301-1/+3
* Return artifacts as dicts and add metadataJames E. Blair2019-02-081-0/+3
* Add provides/requires supportJames E. Blair2019-01-301-47/+8
* sql: add buildset uuid columnTristan Cacqueray2019-01-111-0/+1
* Combine artifact URLs with log_url if relativeJames E. Blair2019-01-041-2/+23
* Merge "Add artifact table"Zuul2018-12-291-1/+28
|\
| * Add artifact tableJames E. Blair2018-11-281-1/+28
* | Merge "builds: set missing start/end time for node errors"Zuul2018-12-201-0/+4
|\ \ | |/ |/|
| * builds: set missing start/end time for node errorsTristan Cacqueray2018-10-111-0/+4
* | Use the SQLAlchemy ORMJames E. Blair2018-11-281-36/+22
|/
* Fix job contamination by unmerged changeTobias Henkel2018-07-091-1/+1
* Merge "reporter: do not expect branch attribute in Tag object"Zuul2018-05-021-1/+2
|\
| * reporter: do not expect branch attribute in Tag objectTristan Cacqueray2018-04-251-1/+2
* | Store build start/end time in UTCMarkus Hosch2018-04-191-2/+6
|/
* Fix sql reporting with postgresTobias Henkel2018-04-101-1/+1
* sql: add buildset.branch columnTristan Cacqueray2018-02-211-0/+1
* Default change and patchset to NULL in SQLReporterJeremy Stanley2017-10-251-2/+2
* Merge "Add oldrev/newrev column to the buildset reporter table" into feature/...Zuul2017-10-191-0/+4
|\
| * Add oldrev/newrev column to the buildset reporter tableTristan Cacqueray2017-09-271-0/+4
* | Merge "Add ref_url column to the buildset reporter table" into feature/zuulv3Zuul2017-10-191-0/+1
|\ \ | |/
| * Add ref_url column to the buildset reporter tableTristan Cacqueray2017-09-271-0/+1
* | Fix sql reporting start/end timesJames E. Blair2017-09-281-4/+8
|/
* sql: normalize logger nameTristan Cacqueray2017-09-041-1/+1
* Use null values instead of the empty dict for sql reporterJames E. Blair2017-08-041-1/+1
* Remove score attribute from sqlreporter configJames E. Blair2017-08-041-3/+1
* Update SQL reporter to store resultsMonty Taylor2017-08-041-7/+1