New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@choerodon/issue

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@choerodon/issue

`Issue Service` is the core service of Choerodon.

0.18.0
latest
npm
Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

Issue Service

Issue Service is the core service of Choerodon.

The service is responsible for managing issue types, priorities, states, and state machines at the organizational level, combining options in the form of scheme, and using scheme with projects to apply attributes to corresponding projects to achieve shared configuration of the solution at the organizational level.

Features

  • Priority Management
  • IssueType Management
  • IssueType Scheme Management
  • State Machine Management
  • State Machine Scheme Management

Requirements

  • Java8
  • Agile Service
  • State Machine Service
  • Iam Service
  • MySQL

Installation and Getting Started

  • init database

    CREATE USER 'choerodon'@'%' IDENTIFIED BY "choerodon";
    CREATE DATABASE issue_service DEFAULT CHARACTER SET utf8;
    GRANT ALL PRIVILEGES ON issue_service.* TO choerodon@'%';
    FLUSH PRIVILEGES;
    
  • run command sh init-local-database.sh

  • run command as follow or run IssueServiceApplication in IntelliJ IDEA

    mvn clean spring-boot:run
    

Dependencies

  • go-register-server: Register server
  • iam-service:iam service
  • mysql: agile_service database
  • api-gateway: api gateway server
  • gateway-helper: gateway helper server
  • oauth-server: oauth server
  • manager-service: manager service
  • asgard-service: asgard service
  • state-machine-service: issue service
  • agile-service: agile service

Reporting Issues

If you find any shortcomings or bugs, please describe them in the issue.

How to Contribute

Pull requests are welcome! Follow to know for more information on how to contribute.

FAQs

Package last updated on 29 Jul 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts