.. |
api.go
|
Add first /repos/ API, command `api serve`. #116
|
2014-10-08 16:19:15 +04:00 |
api_serve.go
|
Shut down cleanly when 'api serve' is interrupted
|
2023-10-24 15:35:41 +02:00 |
cmd.go
|
every go routine needs to have its own collection factory
|
2022-01-27 09:30:14 +01:00 |
config.go
|
Config command created - config show started
|
2014-10-13 15:58:41 +01:00 |
config_show.go
|
Fix: Implement golangci-lint suggestions
|
2023-09-21 11:25:18 +02:00 |
context.go
|
Fix paths after repository transfer to aptly-dev
|
2018-04-18 21:19:43 +03:00 |
db.go
|
Add command aptly db recover.
|
2014-04-05 16:11:19 +04:00 |
db_cleanup.go
|
Fix linting errors
|
2022-01-27 09:30:14 +01:00 |
db_recover.go
|
Refactor database code to support standalone batches, transactions.
|
2019-08-09 00:46:40 +03:00 |
graph.go
|
update golangci-lint and replace deprecated calls to io/ioutil
|
2022-12-12 10:21:39 +01:00 |
mirror.go
|
fix tests
|
2024-07-03 18:08:58 +02:00 |
mirror_create.go
|
fix tests
|
2024-07-03 18:08:58 +02:00 |
mirror_drop.go
|
every go routine needs to have its own collection factory
|
2022-01-27 09:30:14 +01:00 |
mirror_edit.go
|
fix tests
|
2024-07-03 18:08:58 +02:00 |
mirror_list.go
|
Fix: Implement golangci-lint suggestions
|
2023-09-21 11:25:18 +02:00 |
mirror_rename.go
|
every go routine needs to have its own collection factory
|
2022-01-27 09:30:14 +01:00 |
mirror_search.go
|
Allow filter to be empty for `aptly * search` commands
|
2017-02-10 23:07:06 +03:00 |
mirror_show.go
|
Fix: Implement golangci-lint suggestions
|
2023-09-21 11:25:18 +02:00 |
mirror_update.go
|
fix tests
|
2024-07-03 18:08:58 +02:00 |
package.go
|
Command package show with tests. #80
|
2014-08-28 22:47:41 +04:00 |
package_search.go
|
every go routine needs to have its own collection factory
|
2022-01-27 09:30:14 +01:00 |
package_show.go
|
every go routine needs to have its own collection factory
|
2022-01-27 09:30:14 +01:00 |
publish.go
|
Fix paths after repository transfer to aptly-dev
|
2018-04-18 21:19:43 +03:00 |
publish_drop.go
|
every go routine needs to have its own collection factory
|
2022-01-27 09:30:14 +01:00 |
publish_list.go
|
Skip loading reflists when listing published repos
|
2024-04-24 17:35:44 +02:00 |
publish_repo.go
|
Introduce option multi-dist to the publish commands
|
2024-06-15 11:27:26 +02:00 |
publish_show.go
|
Fix: Implement golangci-lint suggestions
|
2023-09-21 11:25:18 +02:00 |
publish_snapshot.go
|
Introduce option multi-dist to the publish commands
|
2024-06-15 11:27:26 +02:00 |
publish_switch.go
|
Introduce option multi-dist to the publish commands
|
2024-06-15 11:27:26 +02:00 |
publish_update.go
|
Introduce option multi-dist to the publish commands
|
2024-06-15 11:27:26 +02:00 |
repo.go
|
First version aptly repo include command processing .changes files. #71
|
2015-03-15 21:30:54 +03:00 |
repo_add.go
|
every go routine needs to have its own collection factory
|
2022-01-27 09:30:14 +01:00 |
repo_copy.go
|
Update command usage.
|
2014-07-28 19:17:21 +04:00 |
repo_create.go
|
every go routine needs to have its own collection factory
|
2022-01-27 09:30:14 +01:00 |
repo_drop.go
|
every go routine needs to have its own collection factory
|
2022-01-27 09:30:14 +01:00 |
repo_edit.go
|
every go routine needs to have its own collection factory
|
2022-01-27 09:30:14 +01:00 |
repo_import.go
|
Update command usage.
|
2014-07-28 19:17:21 +04:00 |
repo_include.go
|
fix tests
|
2024-07-03 18:08:58 +02:00 |
repo_list.go
|
Fix: Implement golangci-lint suggestions
|
2023-09-21 11:25:18 +02:00 |
repo_move.go
|
every go routine needs to have its own collection factory
|
2022-01-27 09:30:14 +01:00 |
repo_remove.go
|
every go routine needs to have its own collection factory
|
2022-01-27 09:30:14 +01:00 |
repo_rename.go
|
every go routine needs to have its own collection factory
|
2022-01-27 09:30:14 +01:00 |
repo_search.go
|
Allow filter to be empty for `aptly * search` commands
|
2017-02-10 23:07:06 +03:00 |
repo_show.go
|
Fix: Implement golangci-lint suggestions
|
2023-09-21 11:25:18 +02:00 |
run.go
|
Fix paths after repository transfer to aptly-dev
|
2018-04-18 21:19:43 +03:00 |
serve.go
|
every go routine needs to have its own collection factory
|
2022-01-27 09:30:14 +01:00 |
snapshot.go
|
Implementation of command aptly snapshot filter. #82
|
2014-09-01 22:09:58 +04:00 |
snapshot_create.go
|
every go routine needs to have its own collection factory
|
2022-01-27 09:30:14 +01:00 |
snapshot_diff.go
|
every go routine needs to have its own collection factory
|
2022-01-27 09:30:14 +01:00 |
snapshot_drop.go
|
every go routine needs to have its own collection factory
|
2022-01-27 09:30:14 +01:00 |
snapshot_filter.go
|
every go routine needs to have its own collection factory
|
2022-01-27 09:30:14 +01:00 |
snapshot_list.go
|
Fix: Implement golangci-lint suggestions
|
2023-09-21 11:25:18 +02:00 |
snapshot_merge.go
|
every go routine needs to have its own collection factory
|
2022-01-27 09:30:14 +01:00 |
snapshot_pull.go
|
every go routine needs to have its own collection factory
|
2022-01-27 09:30:14 +01:00 |
snapshot_rename.go
|
every go routine needs to have its own collection factory
|
2022-01-27 09:30:14 +01:00 |
snapshot_search.go
|
every go routine needs to have its own collection factory
|
2022-01-27 09:30:14 +01:00 |
snapshot_show.go
|
Fix: Implement golangci-lint suggestions
|
2023-09-21 11:25:18 +02:00 |
snapshot_verify.go
|
every go routine needs to have its own collection factory
|
2022-01-27 09:30:14 +01:00 |
task.go
|
Aptly script has now become aptly task
|
2014-08-16 14:14:56 +00:00 |
task_run.go
|
Fix: Implement golangci-lint suggestions
|
2023-09-21 11:25:18 +02:00 |
version.go
|
Fix paths after repository transfer to aptly-dev
|
2018-04-18 21:19:43 +03:00 |