{"id":22419897,"url":"https://github.com/testertech/sync-kiwi-gitlab-issues","last_synced_at":"2026-01-06T10:47:14.158Z","repository":{"id":159879718,"uuid":"420234665","full_name":"TesterTech/Sync-Kiwi-Gitlab-issues","owner":"TesterTech","description":"Code for the YouTube video https://youtu.be/DjnyrirGTng","archived":false,"fork":false,"pushed_at":"2021-10-22T21:19:56.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T10:11:19.264Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TesterTech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-22T20:33:47.000Z","updated_at":"2021-10-22T21:19:59.000Z","dependencies_parsed_at":"2023-05-03T14:48:16.737Z","dependency_job_id":null,"html_url":"https://github.com/TesterTech/Sync-Kiwi-Gitlab-issues","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TesterTech%2FSync-Kiwi-Gitlab-issues","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TesterTech%2FSync-Kiwi-Gitlab-issues/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TesterTech%2FSync-Kiwi-Gitlab-issues/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TesterTech%2FSync-Kiwi-Gitlab-issues/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TesterTech","download_url":"https://codeload.github.com/TesterTech/Sync-Kiwi-Gitlab-issues/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245785712,"owners_count":20671631,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-05T16:17:03.844Z","updated_at":"2026-01-06T10:47:14.133Z","avatar_url":"https://github.com/TesterTech.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sync-Kiwi-Gitlab-issues\nCode for the YouTube video https://youtu.be/DjnyrirGTng\n\n## Prerequisites \n- Make sure you have Docker installed \nI'm using actual Docker-ce for this video, not Podman see this guide for RHEL https://docs.docker.com/engine/install/rhel/\nReason I'm also using RHEL and Docker is for compatibility reasons, when creating a video for demo want to have not too much issues for the installation so I can really focus on the subject matter.\n\n## KIWI TCMS\n- Install Kiwi through script kiwi.sh ```sudo ./kiwi.sh```\n- After it has completed add your required config (Test Plan, Product, version etc and Test Case) in there. \n- Note: I do change the ports of Kiwi because of the port conflicts (80/443 is also being used by Gitlab). \n- After Kiwi has been installed and is running, stop the Containers using ```/usr/local/bin/docker-compose down```\n- Change the ports in de ```docker-compose.yml``` file and up the containers again ```/usr/local/bin/docker-compose up -d```\n\n## Gitlab EE\n```\nsudo dnf install -y curl policycoreutils openssh-server perl\nsudo systemctl start sshd --now\n```\n- Note: only needed if you want to use firewall, generally a GOOD practice but for this throw away demo environment, didn't even bother. Check if opening the firewall is needed with: \n```sudo systemctl status firewalld```\n```\nsudo firewall-cmd --permanent --add-service=http\nsudo firewall-cmd --permanent --add-service=https\nsudo systemctl reload firewalld\n```\n```curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.rpm.sh | sudo bash```\n- Note: you need to adjust host or ip below to match your own value. \n``sudo EXTERNAL_URL=\"http://\u003chost or ip\u003e\" dnf install -y gitlab-ee```\n- Beware that it could take some time for this to complete... \n- To get the initial root password ```cat /etc/gitlab/initial_root_password```\n- Open browser (in my case it was http... but could be different for you if you use https) to the IP of the machine and login with root and password\n- Create project and setup API Token for that project \n\n## Configuration of Kiwi\n- Like described in the video, use the following parameters when filling the form:\n  - base_url: URL to a GitLab repository for which we're going to report issues. For example http://192.168.1.10/root/my-awesome-project\n  - api_url: URL to a GitLab instance. For example http://192.168.1.10\n  - api_password: GitLab API token with the ``api`` scope. See https://gitlab.com/-/profile/personal_access_tokens\n\n# Now create new testrun and sync some issues!\n\n\n# References\nhttps://github.com/kiwitcms/Kiwi/pull/2565/commits/ae557ac2a774f54fe553a45ce09feab61d8c4e10\nhttps://docs.docker.com/engine/install/rhel/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftestertech%2Fsync-kiwi-gitlab-issues","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftestertech%2Fsync-kiwi-gitlab-issues","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftestertech%2Fsync-kiwi-gitlab-issues/lists"}