WIP - Deployment process migration #1173
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
octopusdeploy_framework/mappers/deployment_process.go#L421
don't use underscores in Go names; var sort_order_entries should be sortOrderEntries
|
octopusdeploy_framework/mappers/deployment_process.go#L387
don't use underscores in Go names; var sort_order should be sortOrder
|
octopusdeploy_framework/mappers/deployment_process.go#L423
don't use underscores in Go names; range var sort_order should be sortOrder
|
octopusdeploy_framework/mappers/deployment_process.go#L423
don't use underscores in Go names; range var step_name should be stepName
|
internal/errors/error.go#L21
func ProcessApiError should be ProcessAPIError
|
octopusdeploy_framework/mappers/deployment_process.go#L426
don't use underscores in Go names; range var matching_names should be matchingNames
|
octopusdeploy_framework/util/schema.go#L112
func GetIdResourceSchema should be GetIDResourceSchema
|
internal/errors/error.go#L41
func ProcessApiErrorV2 should be ProcessAPIErrorV2
|
octopusdeploy_framework/util/schema.go#L260
func GetIds should be GetIDs
|
octopusdeploy_framework/util/schema.go#L123
func GetSpaceIdResourceSchema should be GetSpaceIDResourceSchema
|
The logs for this run have expired and are no longer available.
Loading