index
:
getwtxt
this commit
master
twtxt registry written in Go
gbmor <ben@gbmor.dev>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
using sync.Once for DB init in tests, cleaned up test config init
Ben Morrison
2019-06-09
2
-41
/
+27
|
*
re-enabled pushDB/pullDB test
Ben Morrison
2019-06-09
1
-4
/
+2
|
*
test config init using sync.Once
Ben Morrison
2019-06-09
1
-3
/
+5
|
*
fixed test to ignore duplicate user add error
Ben Morrison
2019-06-08
1
-4
/
+1
|
*
compositeStatusQuery() - executing queries concurrently
Ben Morrison
2019-06-08
2
-7
/
+81
|
*
updated travis build script
Ben Morrison
2019-06-08
1
-0
/
+2
|
*
updated readme
v0.3.0
Ben Morrison
2019-06-08
1
-2
/
+4
|
*
updated deps
Ben Morrison
2019-06-08
2
-3
/
+36
|
*
runtime bugfix for sqlite3
Ben Morrison
2019-06-08
2
-2
/
+3
|
*
sqlite3 listed in manual as available
Ben Morrison
2019-06-08
1
-3
/
+5
|
*
added sqlite3 as option
Ben Morrison
2019-06-08
1
-1
/
+2
|
*
updated ignores
Ben Morrison
2019-06-08
1
-0
/
+1
|
*
template panic fix
v0.2.4
Ben Morrison
2019-06-08
1
-2
/
+4
|
*
split db-specific funcs into separate files
Ben Morrison
2019-06-08
5
-238
/
+273
|
*
static, pie build
Ben Morrison
2019-06-08
1
-1
/
+3
|
*
sqlite functionality added
Ben Morrison
2019-06-08
6
-61
/
+127
|
*
added User.RLen to leveldb push/pull
Ben Morrison
2019-06-08
1
-5
/
+8
|
*
cleaned up error handling
Ben Morrison
2019-06-08
7
-57
/
+34
|
*
working on adding sqlite
Ben Morrison
2019-06-08
1
-0
/
+7
|
*
database refs and static assets concurrency-safe
Ben Morrison
2019-06-08
3
-28
/
+64
|
*
updated available intervals for cache/push
Ben Morrison
2019-06-08
1
-1
/
+1
|
*
moved type declarations into respective files
Ben Morrison
2019-06-08
6
-78
/
+68
|
*
simplified formatting
Ben Morrison
2019-06-08
1
-3
/
+1
|
*
updated deps
Ben Morrison
2019-06-08
3
-0
/
+17
|
*
updated makefile/deps
v0.2.3
Ben Morrison
2019-06-06
5
-4
/
+190
|
*
deduplicated duplicate deduplication functions
Ben Morrison
2019-06-06
2
-40
/
+18
|
*
renamed functions
Ben Morrison
2019-06-06
3
-25
/
+10
|
*
version constant changed
Ben Morrison
2019-06-06
1
-1
/
+1
|
*
modified readme a bit
Ben Morrison
2019-06-06
1
-24
/
+38
|
*
config and logging functions split into own file
Ben Morrison
2019-06-06
1
-0
/
+187
|
*
help and manual text moved to help.go
Ben Morrison
2019-06-06
1
-0
/
+273
|
*
moved funcs out of init.go to aid organization
Ben Morrison
2019-06-06
1
-479
/
+0
|
*
enabled apiTagsHandler and apiTagsBaseHandler tests
Ben Morrison
2019-06-06
1
-2
/
+1
|
*
moved initDatabase() to db.go
Ben Morrison
2019-06-06
1
-0
/
+30
|
*
brief readme
Ben Morrison
2019-06-06
1
-0
/
+8
|
*
updated tests to work with new project structure
Ben Morrison
2019-06-06
4
-6
/
+93
|
*
fixed some import comments
Ben Morrison
2019-06-05
7
-7
/
+7
|
*
moved bulk of code to its own package to clean up source tree
Ben Morrison
2019-06-05
21
-100
/
+203
|
*
updated nginx configuration section
Ben Morrison
2019-06-05
1
-2
/
+5
|
*
added db type, assets dir to config
v0.2.2
Ben Morrison
2019-06-05
1
-0
/
+5
|
*
expanded manual to include assets dir, db type, db path flags and config
Ben Morrison
2019-06-05
1
-2
/
+21
|
*
set version constant to 0.2.2
Ben Morrison
2019-06-05
1
-1
/
+1
|
*
updated readme installation/configuration sections
Ben Morrison
2019-06-05
1
-1
/
+12
|
*
new install instructions, updated benchmark
Ben Morrison
2019-06-05
1
-30
/
+30
|
*
temporarily disabling Test_pushpullDatabase()
Ben Morrison
2019-06-05
1
-1
/
+2
|
*
moved cacheAndPush() outside of initDatabase()
Ben Morrison
2019-06-05
1
-1
/
+1
|
*
moved db test funcs to db_test.go
Ben Morrison
2019-06-05
2
-86
/
+91
|
*
cache/push check interval increased to 1s
Ben Morrison
2019-06-05
1
-0
/
+1
|
*
cli flags for db path/type, assets dir. systemd unit file. makefile.
Ben Morrison
2019-06-05
8
-10
/
+89
|
*
updated index.AddUser() calls to reflect new version of registry lib
Ben Morrison
2019-06-04
3
-5
/
+5
|
[next]