A configuration organization tool.
Go to file
Felipe Monteiro 5369efeec1 git: Raise exception on ref checkout from dirty repo
This raises an exception on trying to checkout a ref from a
dirty repo in the git_handler module. The parent patch
https://review.openstack.org/#/c/582652/ currently forcibly
cleans the repo but this is undesirable as it may have local
user changes that need to be resolved first.

The safest path is for Pegleg to immediately raise an exception
on any tracked/untracked files that are detected using the
GitPython API.

Unit tests are added for both untracked/tracked file cases.

Change-Id: I2241bc981dca1999508c3c7e95948fe47a5ddebf
2018-07-24 18:58:09 +00:00
doc git: Raise exception on ref checkout from dirty repo 2018-07-24 18:58:09 +00:00
images/pegleg Update to UCP layout standard 2018-03-05 07:42:00 -06:00
site_yamls/site Check that Pegleg only considers YAML 2018-04-10 08:25:36 -05:00
src/bin/pegleg git: Raise exception on ref checkout from dirty repo 2018-07-24 18:58:09 +00:00
tools Simplify pegleg.sh usage 2018-06-22 16:00:09 -07:00
.dockerignore Update to UCP layout standard 2018-03-05 07:42:00 -06:00
.gitignore Allow linting policies to be selectable 2018-03-13 08:57:00 -05:00
.gitreview Update .gitreview for openstack infra 2018-05-17 19:52:49 +01:00
.zuul.yaml (zuul) Docker image jobs 2018-06-08 08:54:34 -05:00
LICENSE Initial commit 2018-01-26 15:47:15 -06:00
Makefile Unifying proxy variables for tox and docker build 2018-06-22 14:48:59 +02:00
README.md Pegleg documentation updates 2018-03-21 13:31:35 -05:00
tox.ini Add git and branch revision support to pegleg 2018-07-20 01:14:13 +01:00

README.md

Pegleg

Pegleg is document aggregator that provides early linting and validations via Deckhand for documents that can be consumed by UCP. To learn more about UCP see UCP Integration

Getting Started

To get started, see getting started