agent

command module
v0.0.0-...-470a87a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 18, 2018 License: GPL-3.0 Imports: 1 Imported by: 0

README

gitzup

Build Status Go Report Card Go Doc Release

Gitzup is an opinionated DevOps platform for managing all development aspects, from infrastructure, through coding, to deployment.

Installation

TBD.

Usage

Concepts & Brief
  • GitHubRepository

    Users can register GitHub repositories from the user interface after installing the Gitzup GitHub App. OInce installed, the user will be able to enable one or more GitHub repositories (public and/or private).

  • Project

    Projects serve as containers for a set of inter-related pipelines. In general a project will usually represent a logical project or application, and not necessarily a single GitHub repository. The exact interpretation, however, is left to the user.

  • Pipeline

    Pipelines are essentially a binding between one or more triggers & desired-state manifests (or desired-state manifest providers). In essence, a pipeline is executed when one or more of its triggers fire; a pipeline execution means applying the pipeline's manifest (see below for details on manifests).

  • Trigger

    Triggers detect whether certain conditions are met, and if so, they fire an execution of the pipeline they are attached to.

    Supported triggers:

    • GitHub commit pushed
    • GitHub tag pushed
    • GitHub PR created, synced, merged or closed
    • GitHub issue created or closed
    • Another pipeline successful/failed execution
    • JIRA release created/released
    • JIRA issue created or transitioned
    • Manual invocation (from the UI or via API)
  • Manifest (aka. desired-resource-state manifests)

    Manifests declare the desired state of resources. The idea is that Gitzup will query these resources for their current state, and will automatically transition these resources from their current state to the desired state.

Components

Gitzup is composed of the following building blocks:

  • User interface: a single-page application (SPA) built with Angular/React (TBD)

  • API server: used by the UI and/or external clients.

  • Web-hooks server: invoked by external services to notify Gitzup of important events (eg. GitHub webhooks calling Gitzup on push events).

  • Agent: a daemon that executes pipelines.

Contributing

Please see our contributing document.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL