zuul/zuul/driver/sql
James E. Blair 3d74131495 Always record the log_url in sql reporter
The build page needs the actual log_url returned by the job (without
any modification from success_url or failure_url) in order to create
links to the log site.

The reported success/failure URL isn't as important in this context,
and I suspect their days are numbered once we require the SQL
reporter and report the link to the build page instead.  So we just
won't record those in the DB.  If we feel that they are important,
we can add new columns for them.

Also, ensure it has a trailing / so that API users (including the JS
pages) are not annoyed by inconsistent data.

Change-Id: I5ea98158d204ae17280c4bf5921e2edf4483cf0a
2019-07-31 14:23:50 -07:00
..
alembic Improve SQL query performance in some cases 2019-07-25 08:39:23 -07:00
__init__.py Status branch protection checking for github 2018-06-04 15:47:01 +02:00
alembic.ini Add alembic.ini 2018-01-09 18:13:09 +01:00
sqlconnection.py Improve SQL query performance in some cases 2019-07-25 08:39:23 -07:00
sqlreporter.py Always record the log_url in sql reporter 2019-07-31 14:23:50 -07:00