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

24 Commits

Author SHA1 Message Date
Rodolfo Campos
5d5773ba71
Merge pull request #114 from rossigee/bind-address-constant
Report same address as used to bind
2021-11-05 13:07:39 +01:00
wallrony
c78f9007c2 Fix error handling inside pandocPandoc func (#100)
Other changes:
- Updated strongdm/pandoc image references to edge

Co-authored-by: vassalo <vassalo@users.noreply.github.com>
2021-11-01 15:04:27 -03:00
wallrony
f4f46bad4d Update pandoc dockerfile and latex template and fix infinite build, fix pandoc always pull and fix strikethrough (#100, #103 and #115) 2021-10-19 16:05:25 -03:00
Ross Golder
c959617bf6 Fix for inconsistency between address we bind to and address we say we bind to (refs #113). 2021-10-15 08:29:11 +07:00
vassalo
fd4aab67be fix typo 2021-10-11 10:44:36 -03:00
vassalo
bc25dae339 fix channel infinite wait (#100) 2021-10-11 10:43:32 -03:00
vassalo
fb6d1c0bdd Merge branch 'master' of https://github.com/camposer/comply into fix/infinite-build 2021-10-08 16:16:59 -03:00
vassalo
b1e88ea919 handling errors when pandoc is missing (#100) 2021-10-07 16:03:00 -03:00
wallrony
3c19f849d7 Update go.mod and adjust pandoc and watch usability (#64) 2021-10-06 14:33:14 -03:00
Justin McCarthy
9bcc88eebc
all interfaces 2019-03-16 00:21:01 -07:00
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