Commit Graph

1591 Commits

Author SHA1 Message Date
Jacob Hoffman-Andrews a0b06f3edd Rewrite paths again. 2015-03-26 17:01:01 -07:00
Jacob Hoffman-Andrews 2940bb3c7c Merge branch 'vendorize' into vendorize2
Conflicts:
	analysis/analysis-engine.go
	analysis/analysis-engine_test.go
	ca/certificate-authority.go
	ca/certificate-authority_test.go
	cmd/activity-monitor/main.go
	cmd/boulder-sa/main.go
	cmd/boulder/main.go
	cmd/mkcrl/main.go
	cmd/mkroot/main.go
	cmd/shell.go
	ra/registration-authority_test.go
	rpc/amqp-rpc.go
	rpc/rpc-wrappers.go
2015-03-26 14:21:48 -07:00
Jacob Hoffman-Andrews 99bf61c0ac Add Godeps. 2015-03-26 14:20:34 -07:00
Jacob Hoffman-Andrews 34f88abbb0 Update some files that didn't get deps rewritten. 2015-03-25 16:55:40 -07:00
Jacob Hoffman-Andrews 41651ca568 Fix up some files that I missed in vendor rewrite 2015-03-25 15:40:52 -07:00
Jacob Hoffman-Andrews 0435e0feb6 Merge branch 'master' into vendorize
Conflicts:
	analysis/analysis-engine.go
	analysis/analysis-engine_test.go
	cmd/activity-monitor/main.go
	cmd/boulder-start/main.go
2015-03-25 15:18:20 -07:00
Jacob Hoffman-Andrews ddc0d7dcf5 Vendorize all dependencies with `nut`.
Nut, https://github.com/jingweno/nut, is a tool to manage Go dependencies and
versioning by vendorizing them, i.e. including them in your own repo.

This makes version management easier, as well as authenticating the contents of
this repository.

Also inthis change: Factor out the testing commands from .travis.yml to make it
easier to run them by hand. Add Vim swap files to .gitignore.
2015-03-25 15:11:40 -07:00
Peter Eckersley ccbbeccb00 gofmt 2015-03-25 14:52:50 -07:00
Peter Eckersley 532832452c Fix stray VA instantiation 2015-03-25 13:35:16 -07:00
Peter Eckersley 5eac0cda09 Add a "TestMode" config option
This makes the same change as PR #59, but allows test mode to be turned
back on with a config option.
2015-03-25 12:58:57 -07:00
J.C. Jones f4c9d2146d Add top-level comment for the Activity Monitor executable. 2015-03-25 11:51:20 -07:00
J.C. Jones 33ac212b70 Add logging infrastructure to all authorities and commands 2015-03-24 19:06:11 -07:00
J.C. Jones 151274f1b3 Rework audit logging. Issue #23. 2015-03-24 17:36:26 -07:00
J.C. Jones 6a98f2dd0b Fix comments on PR #48. 2015-03-23 13:04:00 -07:00
Richard Barnes 5a6fdfc522 Moving example to /test/ 2015-03-21 23:20:54 -05:00
Richard Barnes dc12317e33 Removing boulder-start (obsolete) 2015-03-21 18:55:15 -05:00
Richard Barnes e40ac05c72 Resolving build issues 2015-03-21 18:54:36 -05:00
Richard Barnes be5a52981b Migration of WFE to individual binary 2015-03-21 18:49:25 -05:00
Richard Barnes 01db1d2dc1 Migration of RA to individual binary 2015-03-21 18:44:59 -05:00
Richard Barnes 0d2fd0fb65 Migration of SA to individual binary 2015-03-21 18:41:45 -05:00
Richard Barnes a24dbc30d5 Removing extra config file 2015-03-21 18:38:58 -05:00
Richard Barnes 6beaa6a578 Migration of VA to individual binary 2015-03-21 18:38:06 -05:00
Richard Barnes 02f33d2098 Better example AMQP URL 2015-03-21 18:28:52 -05:00
Richard Barnes e6a580ebbb Migration of CA to individual binary 2015-03-21 18:26:00 -05:00
Richard Barnes 241e6bd124 New app shell construct and an example usage 2015-03-21 18:05:59 -05:00
J.C. Jones 4e0aa900c9 Rebase 'lint-errcheck-fixes' of git://github.com/mvdan/boulder to letsencrypt/master
Conflicts:
	cmd/boulder-start/main.go
	core/interfaces.go
	core/objects.go
	core/util.go
	ra/registration-authority.go
	ra/registration-authority_test.go
	rpc/rpc-wrappers.go
	va/validation-authority.go
	wfe/web-front-end.go
2015-03-20 18:01:03 -07:00
J.C. Jones 6247af9ca6 Issue #41: Configurable baseUrl and listenAddress 2015-03-20 16:26:35 -07:00
Richard Barnes 19fada5b27 Support for subscriber agreement 2015-03-15 23:47:55 -04:00
Richard Barnes f5546ad407 Miscellaneous fixes to get e2e working 2015-03-15 22:42:35 -04:00
Richard Barnes 96bd7e215a Further plumbing of registrations 2015-03-15 15:33:05 -04:00
Richard Barnes 24bafe98c6 Fixing issues from jsha review 2015-03-13 12:31:41 -07:00
Daniel Martí 517d59553b Treat ignored error in boulder-start 2015-03-13 08:46:43 +01:00
Daniel Martí 91b12a2e1a Simplify if err != nil structure when applicable 2015-03-12 12:46:18 +01:00
Daniel Martí 1cf2ac88f0 Returning after log.Fatalf is redundant
Fatal* already calls os.Exit(1)
2015-03-12 12:40:09 +01:00
Daniel Martí 6c0c22b8f9 Separate imports from the standard library 2015-03-12 12:29:21 +01:00
Daniel Martí 0ca9ddd225 Replace Rpc by RPC as per golint 2015-03-12 12:24:34 +01:00
Daniel Martí 136c7954d0 Replace Url by URL as per golint 2015-03-12 12:22:55 +01:00
Daniel Martí 24730ff125 Replace Json by JSON as per golint 2015-03-12 12:19:19 +01:00
Richard Barnes 496d9d98f4 Add mkroot and mkcrl 2015-03-11 23:09:31 -07:00
Richard Barnes 62b6347c5b Pulling out rpc module 2015-03-10 22:31:30 -07:00
Richard Barnes ff7cb747ab Consolidating commands 2015-03-10 15:56:02 -07:00