mikaelparkefelt

Results 9 issues of mikaelparkefelt

When there are errors in the schema like interfaces with no members; they are not following the best practicies of Graphql schemas. I have injected a schema that has Interfaces...

### Before you start please confirm the following. - [X] Yes, I've searched similar issues on [GitHub](https://github.com/portainer/portainer/issues). - [X] Yes, I've checked whether this issue is covered in the Portainer...

kind/bug
bug/need-confirmation

### Discussed in https://github.com/smallstep/certificates/discussions/1428 Originally posted by **btrepp** June 11, 2023 Hi there, First of, this tool is amazing, an ACME provider that I can easily manage private certificates, its...

![image](https://github.com/semaphoreui/semaphore/assets/32565496/ff4aa6c0-8755-4153-b913-e1dc0c13d63a) I'm missing a icon or a link to the online documentation in the UI.

enhancement
ui

I have a playbook with this list of tasks: ` - name: Fetching available collections command: ansible-galaxy collection list register: result - name: Available collections debug: var: result.stdout_lines - name:...

needs investigation

https://www.semui.co/api-docs/#/project/post_project__project_id__keys returns a 204 when it has a body that is not a valid JSON. I should return 400 Bad Request and a error message of what is wrong.

I have a repository with different folders for different Ansible playbooks: ``` folder 1: ansible.cfg collections/requirements.cfg roles/requirements.cfg folder 2: ansible.cfg collections/requirements.cfg roles/requirements.cfg ``` Every folder has different files as described...

![image](https://github.com/semaphoreui/semaphore/assets/32565496/16ec624f-fac8-4ca7-85ea-e1458c3eeb2c) ![image](https://github.com/semaphoreui/semaphore/assets/32565496/473b7746-5436-474f-98d1-e8c87ff84849) ![image](https://github.com/semaphoreui/semaphore/assets/32565496/31dd5a8f-0148-4cb2-b5e7-d2a6371b6602) I have configured the container to have the root path for SEMAPHORE_PLAYBOOK_PATH to be /playbooks. But where are repositories located? I need to specify a inventory YML...

I would like you add the possibility to add a HEALTH CHECK when running this container with a compose file. Would this be possible to do that? or tell me...