jozef
jozef
CCoder.com
Created by jozef on 1/14/2025 in #help
Parameter validation
But how would I tie that to the UI? doesn't seem feasible
18 replies
CCoder.com
Created by jozef on 1/14/2025 in #help
Parameter validation
Sadly, it seems that this is simply not doable, at least from my testing I haven't figured it out
18 replies
CCoder.com
Created by jozef on 1/14/2025 in #help
Parameter validation
We use the coder cli tool to push templates from gitlab ci and here the tool always runs terraform plan, at this point the param is empty therefore plan fails and the template is not pushed. As I type this though, it occurs to me that I shuld be able to pass a var to the pipeline in order to fill this during the plan phase
18 replies
CCoder.com
Created by jozef on 1/14/2025 in #help
Parameter validation
Hopefully this explains things a bit
18 replies
CCoder.com
Created by jozef on 1/14/2025 in #help
Parameter validation
essentially, I have a git repo param that I do not want to have a default for as it is mandatory for the template, and setting a default means that the param is shown as optional in the control plane UI. I want to have validation to ensure that users use an https git repo URI rather than an SSH git repo URI. I'll see if I can send over the template, just need to check it for company related things
18 replies
CCoder.com
Created by jozef on 9/26/2024 in #help
Active workspace metrics via prometheus
Seems to work nicely, I also managed to get a nice view of workspaces over time period per user with the following
count by (username, workspace_name) (coderd_agents_connections{status="connected"})
count by (username, workspace_name) (coderd_agents_connections{status="connected"})
10 replies
CCoder.com
Created by jozef on 9/26/2024 in #help
Active workspace metrics via prometheus
Fantastic, I'll give it a quick test drive
10 replies
CCoder.com
Created by jozef on 8/22/2024 in #help
VS Code Desktop - fails to activate extension
Sorry, we're still working on cleanup of our overall tf code and we also plan to move to a new domain with new certs etc. I have the distinct feeling that once we apply all our planned changes, that things will simply start to function correctly.
18 replies
CCoder.com
Created by jozef on 8/22/2024 in #help
VS Code Desktop - fails to activate extension
I might struggle doing this, as I have managed to get things working with my mac. However, I think my colleague still has these issues, so I'll try to post something back soon.
18 replies
CCoder.com
Created by jozef on 8/22/2024 in #help
VS Code Desktop - fails to activate extension
Just something that my colleague set up prior to me onboarding to the team.
18 replies
CCoder.com
Created by jozef on 8/22/2024 in #help
VS Code Desktop - fails to activate extension
Hi the domain for the coder ui is https://control-plane.coder.example.com
18 replies
CCoder.com
Created by jozef on 8/22/2024 in #help
VS Code Desktop - fails to activate extension
However, this is no solution 😦
18 replies
CCoder.com
Created by jozef on 8/22/2024 in #help
VS Code Desktop - fails to activate extension
If I use Vs code insiders everything works perfectly from the coder remote extension.
18 replies
CCoder.com
Created by jozef on 8/22/2024 in #help
VS Code Desktop - fails to activate extension
If I try to connect via the coder remote vs code extension, I also have a problem, but if I create the host manually in the ssh config, using the link that is in the logs of the remote connection failure, it connects happily, but this is not optimal.
18 replies
CCoder.com
Created by jozef on 8/22/2024 in #help
VS Code Desktop - fails to activate extension
There is no option to copy any link from the button Network tab of dev tools gives me this vscode://coder.coder-remote/open?owner=jozef&workspace=testing-dbt-container&url=https%3A%2F%2Fcontrol-plane.coder.example.com%3A8443&token=CSDiBCHeq5-O9miiaeYXhO7sS2Ii0qKhN&openRecent=true&agent=main I have changed the link address, as I don't want to provide the real one
18 replies