summary refs log tree commit diff stats
path: root/svc/db_test.go
Commit message (Expand)AuthorAgeFilesLines
* decoupled tests from personal twtxt.txtBen Morrison2019-12-191-9/+9
* license notice at top of each fileBen Morrison2019-07-111-0/+19
* updated internal functionality for registry v0.4.0 v0.4.4Ben Morrison2019-06-191-2/+2
* changes related to registry-v0.3.0 v0.4.3Ben Morrison2019-06-181-2/+2
* removed mutex from remoteRegistriesBen Morrison2019-06-131-2/+0
* using sync.Once for DB init in tests, cleaned up test config initBen Morrison2019-06-091-9/+9
* re-enabled pushDB/pullDB testBen Morrison2019-06-091-4/+2
* renamed functionsBen Morrison2019-06-061-2/+2
* fixed some import commentsBen Morrison2019-06-051-1/+1
* moved bulk of code to its own package to clean up source treeBen Morrison2019-06-051-0/+92
n130' href='#n130'>130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186