All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
New pipeline resource parameter : -r pipeline
.
It is possible to operator: list, delete and delete-all on pipelines
Pipelines require to give a project ID Number with parameter -i <INT>
Additional added pipeline ID parameter for delete operation: --pipelineId <INT>
Round the LastActivity/Finished value from listing projects and pipelines
New parameter for resource projects: -p, --project-type
.
This parameter selects the project visibility level (public, internal, private). The default visibility level is set to internal.
Fix gitlab token usage by file .token
.
Fix version check (#1)
Mark as public release
Fixed security findings
basic handler test added
Added parameter to define gitlab host and skip certificate validations
Fix race problem in fetching result and closing ingress channel
Switched to AbstractHandler Interface implementation
Gitlab token can be set also from env or file
Deletion of GroupRunners by query filters Parameter for Version Number output
Deletion of Projects by query and age filters
Argument parsing and code structure refactored
CHANGELOG.md to keep changes
VERSION to set/define versions
Use templates for listing output
- Initial PoC Release