| Age | Commit message (Collapse) | Author |
|
Using sql.Tx (database transactions) instead of a plain database has the
advantage that the caller can wrap multiple library calls into one
transaction.
This guarantees that no database entries change between the library
calls which is critical to prevent race conditions.
|
|
|
|
This should be an admin-only task which should maybe be done via command
line on the server.
|
|
The API should only communicate via UTF-8 encoded text. Requiring by
default makes test case notation easier and improves scalability.
|
|
|
|
|
|
This allows users to register.
|
|
This introduces the first HTTP test.
|