Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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)