drone/registry/app/api/controller/metadata
Shivanand Sonnad 0c7097d4b7 fix: [AH-1139]: fix pull command for helm artifact (#3593)
* fix: [AH-1139]: fix failing tests
* fix: [AH-1139]: fix failing tests
* fix: [AH-1139]: fix pull command for helm artifact
2025-03-26 06:10:30 +00:00
..
artifact_mapper.go feat: [AH-993]: Added support for local and created arch to support different package types (#3561) 2025-03-18 21:29:24 +00:00
base.go feat: [AH-1116]: remove artifact updated event (#3559) 2025-03-24 09:08:32 +00:00
cleanuppolicy_mapper.go
controller.go feat: [AH-1116]: remove artifact updated event (#3559) 2025-03-24 09:08:32 +00:00
create_registry.go feat: [AH-994]: Updated Client setup details. Update pypi to python (#3547) 2025-03-13 04:45:55 +00:00
create_webhook.go feat: [AH-1116]: fix error responses (#3567) 2025-03-18 12:00:05 +00:00
delete_artifact.go feat: [AH-933]: implement webhook execution (#3444) 2025-03-11 21:08:21 +00:00
delete_artifacts_version.go feat: [AH-1116]: remove artifact updated event (#3559) 2025-03-24 09:08:32 +00:00
delete_registry.go feat: [AH-933]: implement webhook execution (#3444) 2025-03-11 21:08:21 +00:00
delete_webhook.go feat: [AH-1116]: fix error responses (#3567) 2025-03-18 12:00:05 +00:00
get_artifact_detail.go feat: [AH-993]: Added support for local and created arch to support different package types (#3561) 2025-03-18 21:29:24 +00:00
get_artifact_files.go feat: [AH-993]: Added support for local and created arch to support different package types (#3561) 2025-03-18 21:29:24 +00:00
get_artifact_stats.go feat: [AH-933]: implement webhook execution (#3444) 2025-03-11 21:08:21 +00:00
get_artifacts_docker_details.go feat: [AH-933]: implement webhook execution (#3444) 2025-03-11 21:08:21 +00:00
get_artifacts_docker_layers.go feat: [AH-933]: implement webhook execution (#3444) 2025-03-11 21:08:21 +00:00
get_artifacts_docker_manifest.go feat: [AH-933]: implement webhook execution (#3444) 2025-03-11 21:08:21 +00:00
get_artifacts_docker_manifests.go feat: [AH-933]: implement webhook execution (#3444) 2025-03-11 21:08:21 +00:00
get_artifacts_helm_details.go feat: [AH-933]: implement webhook execution (#3444) 2025-03-11 21:08:21 +00:00
get_artifacts_helm_manifest.go feat: [AH-933]: implement webhook execution (#3444) 2025-03-11 21:08:21 +00:00
get_artifacts_labels.go feat: [AH-933]: implement webhook execution (#3444) 2025-03-11 21:08:21 +00:00
get_artifacts_summary.go feat: [AH-933]: implement webhook execution (#3444) 2025-03-11 21:08:21 +00:00
get_artifacts_version_summary.go feat: [AH-933]: implement webhook execution (#3444) 2025-03-11 21:08:21 +00:00
get_artifacts_versions.go feat: [AH-933]: implement webhook execution (#3444) 2025-03-11 21:08:21 +00:00
get_artifacts.go feat: [AH-933]: implement webhook execution (#3444) 2025-03-11 21:08:21 +00:00
get_client_setup_details.go feat: [AH-895]: Added support for upstream registries to not show push commands (#3564) 2025-03-18 15:56:22 +00:00
get_registries.go
get_registry_artifacts.go feat: [AH-933]: implement webhook execution (#3444) 2025-03-11 21:08:21 +00:00
get_registry.go feat: [AH-933]: implement webhook execution (#3444) 2025-03-11 21:08:21 +00:00
get_webhook_details.go feat: [AH-933]: implement webhook execution (#3444) 2025-03-11 21:08:21 +00:00
get_webhook_execution_test.go feat: [AH-1116]: fix error responses (#3567) 2025-03-18 12:00:05 +00:00
get_webhook_execution.go feat: [AH-1116]: fix error responses (#3567) 2025-03-18 12:00:05 +00:00
interfaces.go feat: [AH-1077]: Change secretSpaceId from int to int64 (#3553) 2025-03-18 11:47:49 +00:00
list_webhook_execution_test.go feat: [AH-1116]: fix error responses (#3567) 2025-03-18 12:00:05 +00:00
list_webhook_execution.go feat: [AH-1116]: remove artifact updated event (#3559) 2025-03-24 09:08:32 +00:00
list_webhooks.go feat: [AH-1116]: fix error responses (#3567) 2025-03-18 12:00:05 +00:00
mocks.go feat: [AH-1077]: Change secretSpaceId from int to int64 (#3553) 2025-03-18 11:47:49 +00:00
registry_metadata_helper_test.go feat: [AH-1116]: remove artifact updated event (#3559) 2025-03-24 09:08:32 +00:00
registry_metadata_helper.go feat: [AH-1116]: remove artifact updated event (#3559) 2025-03-24 09:08:32 +00:00
retrigger_webhook_execution_test.go feat: [AH-1116]: fix error responses (#3567) 2025-03-18 12:00:05 +00:00
retrigger_webhook_execution.go feat: [AH-1116]: fix error responses (#3567) 2025-03-18 12:00:05 +00:00
update_artifact.go feat: [AH-933]: implement webhook execution (#3444) 2025-03-11 21:08:21 +00:00
update_registry.go feat: [AH-933]: implement webhook execution (#3444) 2025-03-11 21:08:21 +00:00
update_webhook.go feat: [AH-1116]: fix error responses (#3567) 2025-03-18 12:00:05 +00:00
utils_test.go fix: [AH-1139]: fix pull command for helm artifact (#3593) 2025-03-26 06:10:30 +00:00
utils.go fix: [AH-1139]: fix pull command for helm artifact (#3593) 2025-03-26 06:10:30 +00:00