Denis Gukov
Denis Gukov
@macau23 virtual scrolling used for task log viewing because huge output can't be rendered on the page without lags. So, standard search doesn't work. There are 2 options: 1) raw...
@hmoffatt thanks a lot.
> Two solutions I can think of; > > * Semaphore should keep a persistent agent rather than stopping it after the playbook runs, or > * Ansible is configured...
@hmoffatt is it actual?
@copilot Refactor directory structure. Currently, Semaphore clones each template to directory `/projects_{projectID}/repository_{repo_ID}_template_{templateID}`. We need: - each template has directory `/projects_{projectID}/template_{templateID}` - HOME=/tmp/semaphore/project_{projectID}/template_{templateID}/ - inside `/projects_{projectID}/template_{templateID}` we need to have directory...
Hi @CAV-cloud do you see any errors in logs: - docker container logs - browser devtool logs
Hi @J-Bland @patrickmogul Do you use Docker image? If so, it is `latest` tag issue. I accidentally tagged version `2.17.0-betaXX` with this tag. To fix the issue you need to...
@patrickmogul do you have access to the database?
@patrickmogul It looks like `project__template->survey_vars` issue. It must be valid JSON array. I'm currently fixing the handing of incorrect `survey_vars` value (to prevent API error, but writing the error details...
Hi @spomata could you test latest version of Semaphore with Keycloak?