Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/go-vela/server
Server/API for Vela (Target's official Pipeline Automation Framework)
https://github.com/go-vela/server
application core golang golang-application hacktoberfest server
Last synced: 5 days ago
JSON representation
Server/API for Vela (Target's official Pipeline Automation Framework)
- Host: GitHub
- URL: https://github.com/go-vela/server
- Owner: go-vela
- License: apache-2.0
- Created: 2019-11-04T14:17:35.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T16:58:01.000Z (3 months ago)
- Last Synced: 2024-10-29T17:12:15.047Z (3 months ago)
- Topics: application, core, golang, golang-application, hacktoberfest, server
- Language: Go
- Homepage: https://go-vela.github.io/docs/
- Size: 6.1 MB
- Stars: 102
- Watchers: 20
- Forks: 28
- Open Issues: 9
-
Metadata Files:
- Readme: .github/README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
# server
[![license](https://img.shields.io/crates/l/gl.svg)](../LICENSE)
[![GoDoc](https://godoc.org/github.com/go-vela/server?status.svg)](https://godoc.org/github.com/go-vela/server)
[![Go Report Card](https://goreportcard.com/badge/go-vela/server)](https://goreportcard.com/report/go-vela/server)
[![codecov](https://codecov.io/gh/go-vela/server/branch/main/graph/badge.svg)](https://codecov.io/gh/go-vela/server)> Vela is in active development and is a pre-release product.
>
> Feel free to send us feedback at https://github.com/go-vela/community/issues/new.Vela is a Pipeline Automation (CI/CD) framework built on [Linux container](https://linuxcontainers.org/) technology written in [Golang](https://golang.org/).
Vela uses a syntax similar to [Docker Compose](https://docs.docker.com/compose/) to define its configuration. This structure for repeated use, within the application, is called a pipeline and a single execution of a pipeline is referenced as a build.
## Documentation
For installation and usage, please [visit our user docs](https://go-vela.github.io/docs).
For local development, please [visit our repo docs](../DOCS.md).
## Contributing
We are always welcome to new pull requests!
Please see our [contributing](CONTRIBUTING.md) documentation for further instructions.
## Support
We are always here to help!
Please see our [support](SUPPORT.md) documentation for further instructions.
## Copyright and License
```
Copyright 2019 Target Brands, Inc.
```[Apache License, Version 2.0](../LICENSE)