Eris maintains an up-to-date set of reports for every file in a codebase.
Find a file
2016-09-30 20:33:46 +02:00
golden-files Improved the project description. 2016-09-30 15:53:17 +02:00
BUGS Coding style. 2016-03-09 10:47:09 +00:00
fill3.py Only have the simple style of statuses. 2016-09-30 15:14:42 +02:00
fill3_test.py Coding style. 2016-02-19 09:20:33 +00:00
golden.py Golden files will be created by the --accept option when they don't exist. 2016-01-30 21:46:30 +00:00
gut.py Include the python_gut tool 2016-01-01 17:55:43 +00:00
gut_test.py Include the python_gut tool 2016-01-01 17:55:43 +00:00
in-directory Run all tools in a filesystem sandbox 2016-01-21 23:22:42 +00:00
install-dependencies Using python3-docopt to process command-line arguments. 2016-01-29 19:07:17 +00:00
install-tools Make the script easy to run 2015-12-26 20:52:39 +00:00
LICENSE Update copyright dates 2016-01-01 17:06:28 +00:00
LS_COLORS Use nice colors for coloring files when LS_COLORS is not set. 2016-01-22 12:49:43 +00:00
LS_COLORS.sh Use nice colors for coloring files when LS_COLORS is not set. 2016-01-22 12:49:43 +00:00
lscolors.py Coding style. 2016-02-15 14:11:08 +00:00
lscolors_test.py Coding style. 2016-02-15 14:11:08 +00:00
README.md Describe installation of vigil on older ubuntus. 2016-09-30 16:50:35 +02:00
sandbox_fs.py Changes for ubuntu 16.04. 2016-09-27 13:30:08 +02:00
sandbox_fs_test.py Coding style. 2016-03-09 10:47:09 +00:00
terminal.py Coding style. 2016-02-18 23:23:20 +00:00
termstr.py Coding style. 2016-02-18 23:01:00 +00:00
termstr_test.py [termstr] Fixed splitting lines seperated by "\r\n". 2016-02-18 20:01:39 +00:00
test-all Run all tools in a filesystem sandbox 2016-01-21 23:22:42 +00:00
TODO Added idea about help info. 2016-09-30 20:33:46 +02:00
tools.py Only have the simple style of statuses. 2016-09-30 15:14:42 +02:00
tools_test.py The golden-files shouldn't contain my username. 2016-09-30 13:01:38 +02:00
vigil Improved the project description. 2016-09-30 15:53:17 +02:00
vigil.py Initial commit 2015-12-14 18:03:11 +00:00
vigil_test.py Coding style. 2016-03-09 10:47:09 +00:00
worker.py Put a hole in the sandbox once. Not once per worker. 2016-03-14 08:02:01 +00:00
worker_test.py Put a hole in the sandbox once. Not once per worker. 2016-03-14 08:02:01 +00:00

Vigil Code Monitor

Summary

Vigil shows a list of status reports for a given codebase, and keeps them up to date as the codebase changes.

Installation

To run vigil: (Tested in Ubuntu 16.04 in gnome-terminal and stterm)

# git clone https://github.com/ahamilton/vigil
# cd vigil
# ./install-dependencies
# ./vigil <directory_path>

and to test its working properly:

# ./test-all

To run on an older ubuntu you can checkout an older version of vigil. e.g. After cloning do:

# git checkout ubuntu-15.10