Ghanshyam Mann
db21cdedde
SQLAlchemy 2.0: Remove use of autocommit
...
autocommit=True is no longer supported in SQLAlchemy 2.0
Change-Id: I40a0c2845ff39761ac977737e824e7dc05626340
2024-11-27 21:12:30 -08:00
Masayuki Igawa
52c7cfde08
Add metadata column to coverage table
...
This commit adds metadata column to the coverage table. This should be
useful to filter results in the future.
Change-Id: I224d340b70ddd2c3cf7923f517281020470a9e45
2019-04-18 16:17:36 +09: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
ff8f03ece5
Fix coverage2sql-db-manage to read config
...
This commit fixes coverage2sql-db-manage to read config file correctly.
In the previous version, coverage2sql-db-manage command doesn't work.
I'm not sure when it didn't work, though.
Change-Id: If3bb93a661a723b0ff0eedf9f0ed84c2af8d88e6
2017-02-03 16:27:51 +09:00
Jenkins
cc9bd26949
Merge "Add test_type option to shell cli"
2016-11-16 05:27:39 +00:00
Masayuki Igawa
8d53a4b0cb
Add test_type option to shell cli
...
This commit adds a test_type option to the cli.
Change-Id: I7be6684bab88ff02e3d4ec80352c599388a81cb2
2016-11-16 14:18:29 +09:00
Masayuki Igawa
6bd8163419
Remove comment out code
...
This commit removes comment out codes to keep code clean.
Change-Id: Ib280b0d039e1a47459d68f0f4d2096418a2ea5ef
2016-11-15 14:09:07 +09:00
Masayuki Igawa
6390a0086d
Add get_coverage()
...
Checking the unexpected records.
Change-Id: I22aa3aa528259ede949df935993a6d1ce24ca7fd
2016-11-11 19:27:20 +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
a760eb18ad
Add test_type param to create_coverage()
2016-11-07 16:48:38 +09:00
Masayuki Igawa
130a0335c0
Remove oslo_db dependency
2016-11-07 16:46:09 +09:00
Masayuki Igawa
f496c95108
Fix pep8 errors
2016-11-04 16:30:12 +09:00
Masayuki Igawa
33a6c63ac3
Add test_type column
2016-10-19 18:09:02 +09:00
Masayuki Igawa
36ceae8ef8
Add index to migration file
2016-04-21 17:18:33 +09:00
Masayuki Igawa
ec29a3d956
Add adding data feature
2016-04-21 16:40:45 +09:00
Masayuki Igawa
2d3cbedc89
Add migration and shell
2016-04-19 19:00:55 +09:00