.. |
api.go
|
Add first /repos/ API, command `api serve`. #116
|
2014-10-08 16:19:15 +04:00 |
api_serve.go
|
add shutdown context unit test
|
2024-11-09 15:34:35 -06:00 |
cmd.go
|
Refactor query reading from file, update docs
|
2024-12-19 15:02:10 +09:00 |
config.go
|
Config command created - config show started
|
2014-10-13 15:58:41 +01:00 |
config_show.go
|
fix tests and lint
|
2024-12-11 12:02:52 +01: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
|
graph: do not remove tempfile when opening in viewer
|
2024-12-04 17:30:27 +01:00 |
mirror.go
|
fix tests
|
2024-07-03 18:08:58 +02:00 |
mirror_create.go
|
cmd filter: add comment and cleanup
|
2024-12-21 11:37:15 +01: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
|
cmd filter: add comment and cleanup
|
2024-12-21 11:37:15 +01: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
|
Fixing tests and fix cleanup.
|
2024-10-22 16:58:15 +02:00 |
package.go
|
Command package show with tests. #80
|
2014-08-28 22:47:41 +04:00 |
package_search.go
|
Refactor query reading from file, update docs
|
2024-12-19 15:02:10 +09:00 |
package_show.go
|
Refactor query reading from file, update docs
|
2024-12-19 15:02:10 +09:00 |
publish.go
|
Command to replace the whole staged source list added.
|
2024-11-01 17:48:03 +01: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
|
Allow management of components
|
2024-10-22 16:58:15 +02:00 |
publish_snapshot.go
|
rename addon files to skel files
|
2024-11-17 14:09:37 +01:00 |
publish_source_add.go
|
update swagger documentation
|
2024-11-01 17:48:03 +01:00 |
publish_source_drop.go
|
update swagger documentation
|
2024-11-01 17:48:03 +01:00 |
publish_source_list.go
|
Test cases added.
|
2024-10-22 16:58:15 +02:00 |
publish_source_remove.go
|
update swagger documentation
|
2024-11-01 17:48:03 +01:00 |
publish_source_replace.go
|
improve log
|
2024-11-01 20:01:45 +01:00 |
publish_source_update.go
|
update swagger documentation
|
2024-11-01 17:48:03 +01:00 |
publish_switch.go
|
rename addon files to skel files
|
2024-11-17 14:09:37 +01:00 |
publish_update.go
|
rename addon files to skel files
|
2024-11-17 14:09:37 +01:00 |
repo.go
|
First version aptly repo include command processing .changes files. #71
|
2015-03-15 21:30:54 +03:00 |
repo_add.go
|
doc: improve cmd usage arguments
|
2024-12-11 10:40:44 +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
|
doc: improve cmd usage arguments
|
2024-12-11 10:40:44 +01:00 |
repo_list.go
|
Fix: Implement golangci-lint suggestions
|
2023-09-21 11:25:18 +02:00 |
repo_move.go
|
Refactor query reading from file, update docs
|
2024-12-19 15:02:10 +09:00 |
repo_remove.go
|
Refactor query reading from file, update docs
|
2024-12-19 15:02:10 +09: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
|
support ~ in rootDir as home directory
|
2024-09-24 10:14:39 +02:00 |
snapshot.go
|
Implementation of command aptly snapshot filter. #82
|
2014-09-01 22:09:58 +04:00 |
snapshot_create.go
|
doc: improve cmd usage arguments
|
2024-12-11 10:40:44 +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
|
Refactor query reading from file, update docs
|
2024-12-19 15:02:10 +09: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
|
Refactor query reading from file, update docs
|
2024-12-19 15:02:10 +09: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
|
Refactor query reading from file, update docs
|
2024-12-19 15:02:10 +09: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 |
string_or_file_flag.go
|
Refactor query reading from file, update docs
|
2024-12-19 15:02:10 +09:00 |
task.go
|
Aptly script has now become aptly task
|
2014-08-16 14:14:56 +00:00 |
task_run.go
|
doc: improve cmd usage arguments
|
2024-12-11 10:40:44 +01:00 |
version.go
|
Fix paths after repository transfer to aptly-dev
|
2018-04-18 21:19:43 +03:00 |