Commit Graph

7 Commits

Author SHA1 Message Date
Andreas Jaeger 77cdf205d4 Update hacking for Python3
The repo is Python 3 now, so update hacking to version 2.0 which
supports Python 3.

fix issues found by flake8.

Change-Id: I2f14cb6f67a0c9b4c0dcbf8d93c26eb99b9b9d33
2020-03-28 10:47:17 +01:00
Masayuki Igawa 856a9739da
Add files table
This commit adds 'files' table. This files table has coverage_id
column as a foreign key for the coverages table. And this commit also
adds a release note for it.

Change-Id: I8998a79a1ba79bbdab1cd79810cc85bcbccbe7d8
2017-03-08 18:39:32 +09:00
Masayuki Igawa e22975ab47 Add unit tests and remove oslo_db
This commit adds unit tests and removes oslo_db dependency.

Change-Id: I735044fbebefcea2f73b6431e55b9c67f5508c17
2016-11-11 11:33:43 +09:00
Masayuki Igawa f496c95108 Fix pep8 errors 2016-11-04 16:30:12 +09:00
Masayuki Igawa 36ceae8ef8 Add index to migration file 2016-04-21 17:18:33 +09:00
Masayuki Igawa 7eb7a495e8 Make migration's downgrade() NotImplementedError 2016-04-20 16:57:22 +09:00
Masayuki Igawa 2d3cbedc89 Add migration and shell 2016-04-19 19:00:55 +09:00