Code Monkey home page Code Monkey logo

gitlab-service's Introduction

简体中文 | English

Gitlab Service

Gitlab Service通过引入外部java客户端与Gitlab进行交互。该客户端通过直接调用Gitlab提供的api,处理来自其他服务的Gitlab请求。

功能

  • 项目组管理

    此功能用于对Gitlab的group进行管理,包括创建、删除、查询项目以及添加、移除、查询项目组成员等操作。

  • WebHook管理

    此功能用于对Gitlab的ProjectHook进行管理,包括创建和查询ProjectHook详情等操作。

  • 问题管理

    此功能用于对Gitlab的Issue进行管理,包括创建、更新、关闭Issue等操作。

  • Label管理

    此功能用于对Gitlab的Label进行管理,包括查询、删除、订阅Label等操作。

  • Merge Request管理

    此功能用于对Gitlab的Merge Request进行管理,包括创建、删除、查询Merge Request等操作。

  • 项目管理

    此功能用于对Gitlab的Project进行管理,包括创建、更新、删除项目以及添加、移除项目成员等操作。

  • 用户管理

    此功能用于对Gitlab的User进行管理,包括创建、更新、校验用户邮箱是否存在等操作。

环境依赖

安装与启动

  1. 初始化数据库

       CREATE USER 'choerodon'@'%' IDENTIFIED BY "choerodon";
       CREATE DATABASE gitlab_service DEFAULT CHARACTER SET utf8;
       GRANT ALL PRIVILEGES ON gitlab_service.* TO choerodon@'%';
       FLUSH PRIVILEGES;
  2. 执行下列命令或在 IntelliJ IDEA 中运行GitlabServiceApplication

    mvn clean spring-boot:run

服务依赖

  • eureka-server: 注册&配置中心
  • oauth-server 认证中心
  • MySQL: gitlab_service 数据库

问题报告

如果您发现任何缺陷或bug,请在 问题报告 中提出

链接

更新日志

贡献

欢迎贡献代码! 如何贡献

gitlab-service's People

Contributors

berubou avatar cczhung avatar cissiezheng avatar crockitwood avatar devil-scp avatar ethan-mu avatar mikane200 avatar n1ck3dcydoom avatar thefuckingcode avatar timebye avatar vinkdong avatar wang-ha0 avatar zhuzhiyang avatar zmfcn avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.