{"id":21240045,"url":"https://github.com/open-hand/gitlab-service","last_synced_at":"2025-07-10T19:32:46.994Z","repository":{"id":39960711,"uuid":"134035427","full_name":"open-hand/gitlab-service","owner":"open-hand","description":"Gitlab Service is responsible for establishing communication with GitLab, handling GitLab related logic and forwarding it to other services.","archived":false,"fork":false,"pushed_at":"2023-06-15T03:35:09.000Z","size":710,"stargazers_count":18,"open_issues_count":3,"forks_count":34,"subscribers_count":5,"default_branch":"master","last_synced_at":"2023-06-15T04:26:10.751Z","etag":null,"topics":["choerodon","gitlab","java","spring","spring-boot","spring-cloud"],"latest_commit_sha":null,"homepage":"http://choerodon.io","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/open-hand.png","metadata":{"files":{"readme":"README.en_US.md","changelog":"CHANGELOG_en_US.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-19T06:14:20.000Z","updated_at":"2023-06-15T04:26:10.751Z","dependencies_parsed_at":"2023-01-28T15:31:43.509Z","dependency_job_id":null,"html_url":"https://github.com/open-hand/gitlab-service","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-hand%2Fgitlab-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-hand%2Fgitlab-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-hand%2Fgitlab-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-hand%2Fgitlab-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/open-hand","download_url":"https://codeload.github.com/open-hand/gitlab-service/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225653797,"owners_count":17502940,"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":["choerodon","gitlab","java","spring","spring-boot","spring-cloud"],"created_at":"2024-11-21T00:47:35.729Z","updated_at":"2024-11-21T00:47:36.410Z","avatar_url":"https://github.com/open-hand.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"English | [简体中文](./README.md)\n\n# Gitlab Service\n`Gitlab Service` is responsible for interacting with gitlab by introducing an external java client, this client directly calls the api provided by gitlab,Then gitlab-service handles gitlab logical requests from other services\n\n## Feature\n`Gitlab Service` contains features as follows:\n- Group Management\n\n  This function is used to manage Gitlab's group, including creating projects, deleting projects, querying projects, etc.\n  \n- WebHook Management\n\n  This function is used to manage Gitlab's WebHook, including creating WebHook, querying WebHook, etc.\n  \n- Issue Management\n\n  This function is used to manage Gitlab's issue, including create issue , update issue, close issue and other operations.\n\n- Label Management\n\n  This function is used to manage Gitlab's labels, including querying label, deleting label, subscribing to labels, and so on.\n  \n- Merge Request Management\n\n  This function is used to manage Gitlab's Merge Request, including create, delete, query Merge Request and other operations.\n  \n- Project Management\n\n  This feature is used to manage Gitlab's projects, including creating , updating, deleting projects, and adding and removing Project members.\n  \n- User Management\n  This function is used to manage the User of Gitlab, including creating, updating, verifying the existence of User mailbox and other operations.\n\n## Requirements\n- JDK-8\n- [Maven](http://www.maven-sf.com/)\n- [MySQL](https://www.mysql.com)\n- [Gitlab](https://gitlab.com)\n- [Kafka](https://kafka.apache.org)\n\n## Installation and Getting Started\n1. init database\n\n    ```sql\n    CREATE USER 'choerodon'@'%' IDENTIFIED BY \"choerodon\";\n    CREATE DATABASE gitlab_service DEFAULT CHARACTER SET utf8;\n    GRANT ALL PRIVILEGES ON gitlab_service.* TO choerodon@'%';\n    FLUSH PRIVILEGES;\n    ```\n2. run command as follow or run `GitlabServiceApplication` in IntelliJ IDEA\n\n    ```bash\n    mvn clean spring-boot:run\n    ```\n    \n## Service dependencies\n- `eureka-server`L Register \u0026 configure center\n- `oauth-server` authentication center\n- `MySQL`: gitlab_service\n\n## Reporting Issues\nIf you find any shortcomings or bugs, please describe them in the [issue](https://github.com/choerodon/choerodon/issues/new?template=issue_template.md).\n\n## Link\n[Update Log](CHANGELOG_en_US.md)\n\n## How to Contribute\nPull requests are welcome! [Follow](https://github.com/choerodon/choerodon/blob/master/CONTRIBUTING.md) to know for more information on how to contribute.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopen-hand%2Fgitlab-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopen-hand%2Fgitlab-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopen-hand%2Fgitlab-service/lists"}