aboutsummaryrefslogtreecommitdiff
path: root/upgrade (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused filesEuAndreh2024-08-144-253/+0
|
* update go versionYasuhiro Matsumoto2024-01-251-1/+1
|
* Add go.mod and go.sum for upgrade (#978)mattn2021-10-263-11/+37
| | | | | * Add go.mod and go.sum for upgrade * Fix upgrade tools to have to run on upgrade directory
* Update amalgamation code (#955)mattn2021-07-151-1/+5
| | | | | * Update amalgamation code * Apply realPy's patch
* Add build tag ignore for upgrade script (#851)mattn2020-09-111-1/+1
|
* upgrade/package.go: Fix golint issueMario Trangoni2018-11-211-3/+1
|
* Rewrite Tests UserAuthGert-Jan Timmer2018-06-121-2/+0
| | | | * Removed Goconvey * Fix coveralls.io
* Implemented goconvey for User Authentication TestsGert-Jan Timmer2018-06-042-0/+9
| | | Reference #580
* Rewrite Upgrade ToolGert-Jan Timmer2018-05-301-0/+218
* Reformat code * Add download for sqlite-src-* * Add extract for sqlite source * Add auto merge of UserAuth module into Amalgamation