Daryes

Results 58 comments of Daryes

> That's too much to read, but if what you are saying is that synthetic responses should always have the RA flag, and keep the RD flag of the query...

It is working correctly with v24.05.1, but the new release v24.10.1 break it again, the tagstyle parameters like `is-warning` or `is-link` have no effect. It seems in fact many color...

For what I'm seeing, you are not directly the python file, but a shell command deleting a .bat file Check if the `cmd /c del ...` command itself works, and...

@MegaDrive68k The problem described seems completely separated from the logs managed by Rundeck, It is related to the main Java process having its own logs, sent to the console, and...

In addition, I also found some days ago the `ExecutionReference.getStatus()` method returns the correct state when the execution is finished. But not when in the running state, as the method...

Meanwhile, by any chance, did you try the location described to setup the mysql jdbc driver ? https://docs.rundeck.com/docs/administration/configuration/database/mysql.html#mysql-jdbc-driver Just drop under /var/lib/rundeck/lib the mssql jar file from : https://learn.microsoft.com/en-us/sql/connect/jdbc/download-microsoft-jdbc-driver-for-sql-server?view=sql-server-ver16 And...

I was looking for this and found this issue, Currently in Rundeck 5, in a job definition there is an option to select the "default tab" on the "other" panel....

> Hi @Daryes, > > Thanks for opening this issue. > > Please review the submission template and include more details: > > * What operating system are you using?...

The fix seems to be in 9.5.13, but I didn't check it yet. It is related to this [fix](https://github.com/grafana/grafana/pull/74866), which has the following [backport](https://github.com/grafana/grafana/pull/74874) into 9.5.x Said backport is from...