aptly/api
Vincent Bernat 7f6a52019f Add a flag to unlock database after each API request
After the first API request, the database was locked as long as the API
server is running. This prevents a user to also use the command-line
client. This commit adds a new flag `-no-lock` that will close the
database after each API request.

Closes #234
2015-10-02 20:04:48 +02:00
..
api.go Add a flag to unlock database after each API request 2015-10-02 20:04:48 +02:00
files.go Fix shadowing of variable. #116 2014-10-23 00:57:27 +04:00
graph.go Allow to generate graph in formats supported by dot. #169 2015-01-13 19:22:24 +03:00
packages.go Packages show API with tests. #116 2015-02-07 18:50:52 +03:00
publish.go Add -force-drop to `aptly publish drop`, `?force=1` to `DELETE publish/...` to drop 2015-03-11 22:02:11 +03:00
repos.go When importing package into local repo, verify that it matches package restriction based on .changes file. #71 2015-03-18 22:20:52 +03:00
router.go Add a flag to unlock database after each API request 2015-10-02 20:04:48 +02:00
snapshot.go Fix confusing comment. #116 2015-02-28 19:55:52 +03:00