Denis Gukov

Results 416 comments of Denis Gukov

Hi @jdhayes I think this implicit behaviour for local repos might confuse users. We should add a flag in the template settings UI to control this feature.

Hi Yes, It was changed for security reason. Now you can get Key only when creating it.

Hi @mhtalci, @ksourdrille Looks like it is not documented, but you can use `requirements.txt` near the `config.json`. By default `/etc/semaphore/requirements.txt`. This file will be used inside container lik: ``` pip3...

Hi @Omicron7 I don't think that storing script file name in the secret is a right approach. I think we can extend `TemplateVault` model and add fields `type` (with values...

Thank you! Will review ASAP. Codacy doesn't like SQL migrations. I don't know how to disable this check.

It is Ansible version. I asked Semaphore :)

Hi @dzaegr do you see any errors in Semaphore log?: ``` docker logs -f semaphore_container_name ```

Hi @dzaegr Only important difference which I found by code between 2.13.0 and 2.13.1 is line in `ansible.cfg` in docker container. In 2.13.0: ``` [defaults] host_key_checking = False bin_ansible_callbacks =...