Commit graph

17 commits

Author SHA1 Message Date
Brad Rydzewski 688b29b639 backported 0.5 database restructure to 0.4.1 2016-03-25 12:54:16 -07:00
Brad Rydzewski d9f49cb77a increase feed from 25 to 50 items
this is being implemented as a temporary workaround until I have time for pagination
2016-03-23 10:05:27 -07:00
Brad Rydzewski 43894050b5 cleanup the database on restart to remove stuck jobs 2015-12-13 01:00:03 -08:00
Brad Rydzewski 45d28b7bc1 max 255 varchar for mysql unique indexes 2015-12-13 00:56:35 -08:00
Brad Rydzewski 84a0ef1f89 fixed placeholder issue in listof query 2015-11-11 15:09:12 -08:00
Mac Browning ffa2377aed sql: remove IF NOT EXISTS from mysql migrations 2015-11-11 17:29:12 -05:00
Brad Rydzewski f1022d045a ddl statements should use IF NOT EXISTS 2015-11-11 10:23:44 -08:00
Brad Rydzewski 5e06cb093f fix for issue #919 2015-11-10 12:32:09 -08:00
Brad Rydzewski 377caf1b99 added an endpoint to fetch the last build for a given branch 2015-10-28 11:50:11 -07:00
Brad Rydzewski 810770388a fixed missing func error in datastore 2015-10-27 18:48:04 -07:00
Brad Rydzewski 4a0deff5a5 implements Stringer for store and remotes 2015-10-27 16:48:05 -07:00
Brad Rydzewski 284c99175f build_deploy should default to empty, no nil. just to be safe 2015-10-27 13:44:57 -07:00
Brad Rydzewski 25fa705511 added scm and deploy fields. plan to support hg, github deploys 2015-10-27 13:03:37 -07:00
Brad Rydzewski 3dd218b211 fixed broken repo delete 2015-10-23 16:37:25 -07:00
Brad Rydzewski 22fc0e3bf8 improved database coverage, including feed coverage 2015-10-21 17:17:29 -07:00
Brad Rydzewski 2f071bb2cf re-enabled build feed 2015-10-21 16:39:43 -07:00
Brad Rydzewski cfdfbcfd3b didn't realize gin supports net.Context. Change to support Context pattern! 2015-10-21 16:14:02 -07:00