woodpecker/server/datastore/database
2015-02-04 13:18:46 +03:00
..
blob.go moved sql-based Blobstore to the database package 2014-09-27 13:32:54 -07:00
blob_test.go moved sql-based Blobstore to the database package 2014-09-27 13:32:54 -07:00
commit.go no longer need to limit Prior commit to those that have status Success or Failure 2014-12-30 13:29:38 -05:00
commit_test.go Change from notification after_success and after_failure to change 2014-12-30 13:25:14 -05:00
database.go Refresh only expired tokens 2015-02-04 13:18:46 +03:00
helper.go added tests for repositories 2014-09-26 00:39:07 -07:00
perm.go fixed permission insert to use upsert for improved sync 2014-10-05 19:57:33 -07:00
perm_test.go fixed permission insert to use upsert for improved sync 2014-10-05 19:57:33 -07:00
repo.go Use join instead of subquery 2014-11-15 16:10:44 +01:00
repo_test.go ability to drive database test connections from env variables 2014-09-27 12:00:58 -07:00
user.go Insert and Update Users instead of generic Save function. Check ID != 0 2015-01-13 21:57:02 -08:00
user_test.go ability to drive database test connections from env variables 2014-09-27 12:00:58 -07:00