..
api.go
Add first /repos/ API, command `api serve`. #116
2014-10-08 16:19:15 +04:00
api_serve.go
Add a flag to unlock database after each API request
2015-10-02 20:04:48 +02:00
cmd.go
Support for Go-style templating in format for aptly * search. #254
2015-07-02 12:19:41 +03:00
config.go
Config command created - config show started
2014-10-13 15:58:41 +01:00
config_show.go
A bit more style fixes. #123
2014-10-14 18:22:57 +04:00
context.go
Refactor by separating AptlyContext into separate package. #116
2014-10-06 21:54:15 +04:00
db.go
Add command aptly db recover.
2014-04-05 16:11:19 +04:00
db_cleanup.go
Collect and report unused package reference sources. #217
2015-03-11 21:40:53 +03:00
db_recover.go
aptly exits with 2 on command/flag parse error. #52
2014-05-16 00:22:51 +04:00
graph.go
Update custom output filename generation. #242
2015-05-18 00:38:15 +03:00
mirror.go
Correctly parse boolean flags in combination with config options. #104
2014-09-22 13:41:26 +04:00
mirror_create.go
Introduce new flag -force-components to aptly mirror create to ignore
2014-11-27 00:32:34 +03:00
mirror_drop.go
Refactor by separating AptlyContext into separate package. #116
2014-10-06 21:54:15 +04:00
mirror_edit.go
Refactor by separating AptlyContext into separate package. #116
2014-10-06 21:54:15 +04:00
mirror_list.go
Close database before writing first byte to stdout. #117
2014-10-07 15:20:27 +04:00
mirror_rename.go
Support for locking, unlocking, interruption, cleanup. #45 #114
2014-10-03 01:34:22 +04:00
mirror_search.go
Support for Go-style templating in format for aptly * search. #254
2015-07-02 12:19:41 +03:00
mirror_show.go
Refactor by separating AptlyContext into separate package. #116
2014-10-06 21:54:15 +04:00
mirror_update.go
Refactor by separating AptlyContext into separate package. #116
2014-10-06 21:54:15 +04:00
package.go
Command package show with tests. #80
2014-08-28 22:47:41 +04:00
package_search.go
Support for Go-style templating in format for aptly * search. #254
2015-07-02 12:19:41 +03:00
package_show.go
Update canonical order of fields in stanza to match what apt tools generate. #172
2015-01-19 21:17:58 +03:00
publish.go
Move ParsePrefix into common code. #116
2014-12-23 00:50:28 +03:00
publish_drop.go
Add -force-drop to `aptly publish drop`, `?force=1` to `DELETE publish/...` to drop
2015-03-11 22:02:11 +03:00
publish_list.go
Close database before writing first byte to stdout. #117
2014-10-07 15:20:27 +04:00
publish_repo.go
Add -skip-contents flag. #142
2015-04-05 21:27:35 +03:00
publish_snapshot.go
Fix -skip-contents + system tests. #142
2015-04-05 21:55:41 +03:00
publish_switch.go
Fix -skip-contents + system tests. #142
2015-04-05 21:55:41 +03:00
publish_update.go
Fix -skip-contents + system tests. #142
2015-04-05 21:55:41 +03:00
repo.go
First version aptly repo include command processing .changes files. #71
2015-03-15 21:30:54 +03:00
repo_add.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
repo_copy.go
Update command usage.
2014-07-28 19:17:21 +04:00
repo_create.go
Support for per-repo uploader.json in aptly repo commands. #71
2015-03-22 19:02:20 +03:00
repo_drop.go
Refactor by separating AptlyContext into separate package. #116
2014-10-06 21:54:15 +04:00
repo_edit.go
Support for per-repo uploader.json in aptly repo commands. #71
2015-03-22 19:02:20 +03:00
repo_import.go
Update command usage.
2014-07-28 19:17:21 +04:00
repo_include.go
Uploader.json from repo overrides global uploaders.json. #71
2015-03-20 22:29:11 +03:00
repo_list.go
Close database before writing first byte to stdout. #117
2014-10-07 15:20:27 +04:00
repo_move.go
Refactor by separating AptlyContext into separate package. #116
2014-10-06 21:54:15 +04:00
repo_remove.go
Refactor by separating AptlyContext into separate package. #116
2014-10-06 21:54:15 +04:00
repo_rename.go
Commands mirror/repo/snapshot rename. #63
2014-07-26 17:11:26 +04:00
repo_search.go
Support for Go-style templating in format for aptly * search. #254
2015-07-02 12:19:41 +03:00
repo_show.go
Support for per-repo uploader.json in aptly repo commands. #71
2015-03-22 19:02:20 +03:00
run.go
Send error messages to stderr. #249
2015-05-28 11:30:35 +03:00
serve.go
Refactor by separating AptlyContext into separate package. #116
2014-10-06 21:54:15 +04:00
snapshot.go
Implementation of command aptly snapshot filter. #82
2014-09-01 22:09:58 +04:00
snapshot_create.go
Support for locking, unlocking, interruption, cleanup. #45 #114
2014-10-03 01:34:22 +04:00
snapshot_diff.go
Refactor by separating AptlyContext into separate package. #116
2014-10-06 21:54:15 +04:00
snapshot_drop.go
Refactor by separating AptlyContext into separate package. #116
2014-10-06 21:54:15 +04:00
snapshot_filter.go
Refactor by separating AptlyContext into separate package. #116
2014-10-06 21:54:15 +04:00
snapshot_list.go
Refactoring: make snapshot sorting non-intrusive to collection contents. #168
2015-01-22 22:01:00 +03:00
snapshot_merge.go
Introduce back reflist merging without conflict removal. aptly db cleanup requires
2015-03-06 14:54:29 +03:00
snapshot_pull.go
Style fixes from go vet.
2015-02-22 14:36:14 +03:00
snapshot_rename.go
Commands mirror/repo/snapshot rename. #63
2014-07-26 17:11:26 +04:00
snapshot_search.go
Support for Go-style templating in format for aptly * search. #254
2015-07-02 12:19:41 +03:00
snapshot_show.go
Refactor by separating AptlyContext into separate package. #116
2014-10-06 21:54:15 +04:00
snapshot_verify.go
Add missing return statements.
2015-06-18 03:32:23 +03:00
task.go
Aptly script has now become aptly task
2014-08-16 14:14:56 +00:00
task_run.go
Style fixes from go vet.
2015-02-22 14:36:14 +03:00
version.go
aptly exits with 2 on command/flag parse error. #52
2014-05-16 00:22:51 +04:00