Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/klovercloud-ci-cd/integration-manager
Manages companies and repositories, creates git web hook and listens web hook events, serializes pipeline file attached with repository, notifies observers.
https://github.com/klovercloud-ci-cd/integration-manager
klovercloud
Last synced: 13 days ago
JSON representation
Manages companies and repositories, creates git web hook and listens web hook events, serializes pipeline file attached with repository, notifies observers.
- Host: GitHub
- URL: https://github.com/klovercloud-ci-cd/integration-manager
- Owner: klovercloud-ci-cd
- License: apache-2.0
- Created: 2021-09-15T08:30:03.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-24T07:02:16.000Z (over 2 years ago)
- Last Synced: 2024-11-24T01:29:36.291Z (2 months ago)
- Topics: klovercloud
- Language: Go
- Homepage:
- Size: 13 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![godoc reference](https://img.shields.io/badge/godoc-reference-blue.svg)](https://pkg.go.dev/github.com/klovercloud-ci-cd/integration-manager)
[![Go Report Card](https://goreportcard.com/badge/github.com/klovercloud-ci-cd/core-engine)](https://goreportcard.com/report/github.com/klovercloud-ci-cd/integration-manager)
[![License: APACHE2.0](https://img.shields.io/badge/License-apache2.0-green.svg)](https://opensource.org/licenses/Apache-2.0)
[![DUMELS Diagram](https://www.dumels.com/api/v1/badge/c6d949c9-59b0-4b12-a3ef-a30ff2bbe932)](https://www.dumels.com/diagram/c6d949c9-59b0-4b12-a3ef-a30ff2bbe932)
[![SWAGGER UI](https://img.shields.io/badge/swagger-api-green)](https://klovercloud-ci-cd.github.io/integration-manager/)```
___ _ _ _____ _____ ____ ____ _ _____ ___ ___ _ _ __ __ _ _ _ _ ____ _____ ____
|_ _| | \ | | |_ _| | ____| / ___| | _ \ / \ |_ _| |_ _| / _ \ | \ | | | \/ | / \ | \ | | / \ / ___| | ____| | _ \
| | | \| | | | | _| | | _ | |_) | / _ \ | | | | | | | | | \| | _____ | |\/| | / _ \ | \| | / _ \ | | _ | _| | |_) |
| | | |\ | | | | |___ | |_| | | _ < / ___ \ | | | | | |_| | | |\ | |_____| | | | | / ___ \ | |\ | / ___ \ | |_| | | |___ | _ <
|___| |_| \_| |_| |_____| \____| |_| \_\ /_/ \_\ |_| |___| \___/ |_| \_| |_| |_| /_/ \_\ |_| \_| /_/ \_\ \____| |_____| |_| \_\
```## Responsibility
- Manages companies, repositories and applications.
- Creates git web hook and listens web hook events.
- Serializes pipeline file attached with repository.
- Notifies observers.| Versions | Descriptors |
|----------|-------------|
| [v0.0.1-beta](https://github.com/klovercloud-ci-cd/integration-manager/releases/tag/v0.0.1-beta) | [k8s](k8s/v0.0.1-beta) |## Want to contribute
- See [CONTRIBUTING.md](markdownfiles/CONTRIBUTING.md)
- See [DEVELOPMENT.md](markdownfiles/DEVELOPMENT.md) to get start
- See [architecture](https://github.com/klovercloud-ci-cd/architecture)
- Look at our
[our issues](https://github.com/klovercloud-ci-cd/integration-manager/issues)