Commit Graph

93 Commits

Author SHA1 Message Date
Lars Lehtonen 5b2a8e93ee
internal/theme: fix shadowed error 2022-03-24 00:23:45 -07:00
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
Rodolfo Campos 4dc7f94857 Fix error when getting images without tags (#100) 2021-11-03 12:47:41 +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 3d8652f497 Merge branch 'master' of https://github.com/camposer/comply into fix/infinite-build
 Conflicts:
	fixtures/narratives/invalid-control.md
	fixtures/policies/invalid-access.md
	internal/model/fs.go
	internal/model/fs_test.go
2021-10-19 16:11:41 -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
Rodolfo Campos ecc021985e
Merge pull request #109 from camposer/fix/serve-handle-file-error
Fix/serve handle file error
2021-10-14 16:08:27 +02:00
Rodolfo Campos f64aed0f60 Improve mockConfig (#48) 2021-10-14 16:06:46 +02:00
wallrony 76fb5ec31a Add tests to procedures, policies and standards (#48) 2021-10-13 15:04:20 -03:00
Rodolfo Campos ad2c89ec67 Check generated documents in tests (#48) 2021-10-12 14:46:30 +02:00
Rodolfo Campos 1c80e1ce66 Add tests (#48) 2021-10-12 12:14:30 +02: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
wallrony 53a65f6c00 Add handling errors in read policies and narratives (#48) 2021-10-08 10:45:41 -03:00
wallrony 373e7737ab Change loadMDMD method to return the error (#48) 2021-10-08 10:43:08 -03:00
vassalo b1e88ea919 handling errors when pandoc is missing (#100) 2021-10-07 16:03:00 -03:00
wallrony ac11b307ec Add error handling in .dm file structure (#48) 2021-10-07 15:23:23 -03:00
wallrony 3c19f849d7 Update go.mod and adjust pandoc and watch usability (#64) 2021-10-06 14:33:14 -03:00
Rodolfo Campos 9209a37ccf
Merge pull request #88 from adamdecaf/pandoc-install
cli: link to pandoc install steps
2021-09-21 12:05:24 +02:00
Phillip Markert 4370d2292c
YAML front-matter delimiter support #91 (#92) 2020-09-14 15:20:10 -07:00
Justin McCarthy 7468711b3b
go.mod: update gitlab dep to v0.30.1
Releases after github.com/xanzy/go-gitlab@v0.31.0 introduce breaking
changes to the NewClient call.

Addresses #94
2020-09-14 11:31:56 -07:00
Michael E. Gruen 8baf787ed7
Bug fixes (gitlab.go): pagination, labels (#84) 2020-09-14 11:11:09 -07:00
Justin McCarthy 4c5c18964b
go.mod: update dependencies
Addresses #94
2020-09-14 11:08:56 -07:00
Adam Shannon 022fd7b0d5 cli: link to pandoc install steps
Issue: https://github.com/strongdm/comply/issues/87
2020-05-04 10:55:54 -05:00
Carlos C c303b68201
chore: migrate to go modules 2019-07-14 13:51:10 -03:00
Paddy Byers 87e8266f1b Allow github config to be passed in env (#62) 2019-06-18 12:28:16 -04: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 0ddbb6cf52
automated asset refresh (via Makefile) 2018-12-17 14:52:19 -08:00
Justin McCarthy 3ebccc2811
Revert "automated asset refresh (via Makefile)"
This reverts commit 24ff9dd762.
2018-12-17 14:51:46 -08:00
Justin McCarthy 24ff9dd762
automated asset refresh (via Makefile) 2018-12-17 14:43:50 -08:00
Justin McCarthy e8a0ecd076
Jira fields were swapped 2018-12-17 14:41:09 -08:00
Justin McCarthy e3fb66b0e4
automated asset refresh (via Makefile) 2018-11-08 22:10:37 -08:00
Matt Simerson d44af2e1cd gitlab: search for the label name that issues have (#57)
* gitlab: search for the label name that issues have

comply creates tags with "comply-" prefix, so search for that

* fix issue counters by using correct label name
2018-11-08 21:53:17 -08:00
Justin McCarthy 9e4cd2cf1a
automated asset refresh (via Makefile) 2018-08-29 15:49:56 -07:00
Justin McCarthy 3711e0054d
fmt 2018-08-29 15:48:07 -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
Alan Cox bcc9b06ac4 Specifying Jira Issuetype in config.yaml (#53)
* Jira integration documentation improved. Added ability to specify what type of issue to create in Jira

* Apparently, Go doesn't like http/https in front of package name in
2018-08-29 15:17:00 -07:00
Justin McCarthy 8f3d668789
incorrect ticket label 2018-08-17 13:32:35 -07:00
Justin McCarthy 84589a83f4
automated asset refresh (via Makefile) 2018-07-23 11:57:06 -07:00
Justin McCarthy b329107079
reverting cd89840164 2018-07-23 11:56:44 -07:00
Justin McCarthy 3df822206e
automated asset refresh (via Makefile) 2018-07-20 17:55:51 -07:00
Justin McCarthy 007cf3dd3c
dep ensure 2018-07-20 17:55:27 -07:00
Justin McCarthy 97989c5cf6
Merge branch 'master' of github.com:strongdm/comply 2018-07-20 17:45:33 -07:00
Mason Hensley ce5c4c3a4a Add gitlab issue integration (#51)
* Add gitlab issue integration

* Clean up gitlab issue integration
2018-07-20 17:45:20 -07:00
Justin Bodeutsch cd89840164 Fixed date on generated PDFs (#52)
* Percent signs need to be escaped in Printf

* Update usage of ModifiedAt to fix date stamp on generated PDFs
2018-07-20 17:45:07 -07:00
Justin McCarthy e60d7285f4
more precise cross-platform dependency checking 2018-07-20 17:44:28 -07:00