Re: [go-cd] Performance of popups in the gui

2024-02-12 Thread Chad Wilson
Hi Hans Is this slowness specific to builds that are currently running? Or is the slowness (and speed up with deleted agents) the same even with builds/stages that are no longer running (even if the agents are)? Anything majorly different about this GoCD server setup compared to the others, e.g

[go-cd] Performance of popups in the gui

2024-02-12 Thread 'Hans Dampf' via go-cd
Hello, we notice slow loads in the gui when you open the popup of a stage. The loading animation in the popup takes 5-6 seconds on every stage, and we try to narrow down why. What we know so far is if we disable *and* delete all agents in the gui the loading is instant. With the agents

Re: [go-cd] API on pipeline instance returns 404

2024-02-12 Thread David DOS SANTOS
Thanks a lot !!! I was looking at API last version doc pages, and I understood the syntax I used should work on my 19.1.0 version. I undestand now it means that the functionnality is here since 15.1.0, but the endpoint was a little bit different. Thanks again ! David Le lundi 12 février 2024

Re: [go-cd] API on pipeline instance returns 404

2024-02-12 Thread Chad Wilson
Hiya David Did you look at https://api.gocd.org/19.1.0/#get-pipeline-instance ? You need *GET /go/api/pipelines/:pipeline_name/instance/:pipeline_counter *to get an instance of a pipeline run - that should work? -Chad On Mon, Feb 12, 2024 at 8:46 PM David DOS SANTOS wrote: > Hello, > > I'm

[go-cd] API on pipeline instance returns 404

2024-02-12 Thread David DOS SANTOS
Hello, I'm running an old version of GoCd Server (19.1.0), which I cannot upgrade for the moment. For the first time in years, I need to get specific info from pipelines, so I'm playing with GoCD API, and i really appreciate the documentation on this. So far, I tried with success the