.. |
api.go
|
Add first /repos/ API, command `api serve`. #116
|
2014-10-08 16:19:15 +04:00 |
api_serve.go
|
Add first /repos/ API, command `api serve`. #116
|
2014-10-08 16:19:15 +04:00 |
cmd.go
|
A bit more style fixes. #123
|
2014-10-14 18:22:57 +04: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
|
When doing db cleanup, consider package references stored in PublishedRepos
|
2014-11-26 23:41:18 +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
|
Move graph into deb/ package, passing collection factory. #169
|
2015-01-13 19:10:39 +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
|
Commands mirror/repo/snapshot search. #81
|
2014-08-26 02:01:11 +04: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
|
Exit with failure if aptly package search yields no results. #188
|
2015-02-07 23:33:44 +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
|
Move ParsePrefix into common code. #116
|
2014-12-23 00:50:28 +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
|
Update flag description/include it everywhere. #122
|
2014-10-10 17:50:08 +04:00 |
publish_snapshot.go
|
Move ParsePrefix into common code. #116
|
2014-12-23 00:50:28 +03:00 |
publish_switch.go
|
Update CLI help for aptly publish switch. #208
|
2015-02-21 22:32:51 +03:00 |
publish_update.go
|
Move ParsePrefix into common code. #116
|
2014-12-23 00:50:28 +03:00 |
repo.go
|
Commands mirror/repo/snapshot search. #81
|
2014-08-26 02:01:11 +04:00 |
repo_add.go
|
Style fixes from go vet.
|
2015-02-22 14:36:14 +03:00 |
repo_copy.go
|
Update command usage.
|
2014-07-28 19:17:21 +04:00 |
repo_create.go
|
Refactor by separating AptlyContext into separate package. #116
|
2014-10-06 21:54:15 +04:00 |
repo_drop.go
|
Refactor by separating AptlyContext into separate package. #116
|
2014-10-06 21:54:15 +04:00 |
repo_edit.go
|
Refactor by separating AptlyContext into separate package. #116
|
2014-10-06 21:54:15 +04:00 |
repo_import.go
|
Update command usage.
|
2014-07-28 19:17:21 +04: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
|
Commands mirror/repo/snapshot search. #81
|
2014-08-26 02:01:11 +04:00 |
repo_show.go
|
Refactor by separating AptlyContext into separate package. #116
|
2014-10-06 21:54:15 +04:00 |
run.go
|
Refactor by separating AptlyContext into separate package. #116
|
2014-10-06 21:54:15 +04: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
|
Refactor RefList.FilterLatestRefs to be method instead of standalone func.
|
2014-10-07 19:29:01 +04: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
|
Refactor by separating AptlyContext into separate package. #116
|
2014-10-06 21:54:15 +04:00 |
snapshot_show.go
|
Refactor by separating AptlyContext into separate package. #116
|
2014-10-06 21:54:15 +04:00 |
snapshot_verify.go
|
aptly exits with 2 on command/flag parse error. #52
|
2014-05-16 00:22:51 +04: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 |