Christian Bongiorno
Christian Bongiorno
@derekbassett [find me on gitter](https://gitter.im/katharsis-project) There already is an upgrade guide for 3.0
@williammanning The terraform provider is about resource creation and management. Create a repo, delete a user, etc. Your AQL is a simple read operation - meaning, it isn't doing any...
I actually opened a [ticket with jetbrains ](https://youtrack.jetbrains.com/issue/IJPL-149996/Support-for-jq-lang) and one of the things they asked/commented on was a language spec. This certainly would help
This can probably be implemented by using the project provider, since `environment` is a project related concept and not an artifact concept, although I defer to @alexhung on this since...
Your confusion is understandable. I originally prototyped the implementation for the project provider. The concept of an environment only exists in the scope and context of a project. If you...
@alexhung Thanks for the update. Like I said: defer to you. So, this can be implemented, as you mentioned @alexhung by a repository wide search. Usage of go routines to...
Agreed @alexhung , but you know how long that could take 😁 Let me investigate if there is anyway to do the equivalent of a thread pool in go
@eelginUPS what sort of syntax/hcl are you thinking? Sketch out what you had in mind
@alexhung can you supply a sketch of the syntax you/he had in mind?
For the record, the above is able to fetch and filter, through brute force, 154 repositories in under 2 seconds: ```shell time curl -snLf https://myartifactory/artifactory/api/repositories | jq -re '.[].key' |...