about summary refs log tree commit diff stats
path: root/svc/post_test.go
Commit message (Collapse)AuthorAgeFilesLines
* updating module to live at sourcehutBen Morrison2020-06-201-4/+4
| | | | | | Also moving the 'registry' library into this repo, rather than maintaining them separately. It will still be decoupled, just live in this repository.
* decoupled tests from personal twtxt.txtBen Morrison2019-12-191-3/+3
| | | | | | | | Rather than use my personal twtxt.txt file, I'm using the mocked twtxt.txt file I just added to the repository for test data. It is being fetched via https from github to avoid having to get rid of the url validity check in the associated registry library.
* 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-3/+3
|
* changes related to registry-v0.3.0 v0.4.3Ben Morrison2019-06-181-3/+3
|
* apiPostUser benchmarkBen Morrison2019-06-111-0/+20
|
* 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/+77