1
0
mirror of https://github.com/strongdm/comply synced 2024-07-05 00:11:46 +00:00
Commit Graph

14 Commits

Author SHA1 Message Date
Justin McCarthy
ef32942dad
Serve now provides an HTTP server, listening on port 4000 by default. Listen port can be set with the --port flag to the serve command. Websocket refresh remains intact. 2019-03-16 00:02:50 -07:00
Justin McCarthy
2e9f6cf270
getGitApprovalInfo early exit if approvedBranch unspecified.
go fmt.
2018-08-29 15:47:02 -07:00
Alan Cox
274986ad9c Optionally, authorship and approval information appended to policies (#54) 2018-08-29 15:39:50 -07:00
Justin McCarthy
c99d800397
use filepath join to open index html 2018-07-20 17:08:09 -07:00
Justin McCarthy
4a314c62d1
pandoc 2 args; validate presence of PDF after calling docker pandoc. 2018-06-15 16:00:37 -07:00
Justin McCarthy
75a80189ce
correct tag name 2018-06-01 17:27:56 -07:00
Justin McCarthy
10dc0b70e0
partial jira implementation; TODO: all Find/Read and Link cases. 2018-05-30 16:28:31 -07:00
Justin McCarthy
815e7e5f61
the data model for Narratives and Policies have converged, allowing both to be represented by a common Docume
nt struct.
2018-05-28 17:05:56 -05:00
Justin McCarthy
49e950c3c0
If pandoc appears in the path, it will be preferred over Docker.
The pandoc version must be 2.2.1 or greater.

Defaults can be overridden by an optional "pandoc: pandoc"
or "pandoc: docker" in the comply.yml.
2018-05-23 16:48:35 -07:00
Justin McCarthy
8fbc7ab65a
more verbose output in the interest of educating users on input and output paths 2018-05-17 22:52:39 -07:00
Justin McCarthy
7aa267dbb6
only open html after render is complete during serve 2018-05-17 22:45:39 -07:00
Justin McCarthy
e04e5d7d89
switch cron to 6-figure expressions. introduce hashes by tab. 2018-05-17 18:27:21 -07:00
Justin McCarthy
91f16e4729
also watch narratives dir 2018-05-16 17:27:01 -07:00
Justin McCarthy
1746fe3ee7
Initial commit 2018-05-15 14:13:11 -07:00