Commit Graph

6931 Commits

Author SHA1 Message Date
Jacob Hoffman-Andrews f371fa9599 Vendorize go-sql-driver. 2015-03-25 17:11:59 -07:00
J.C. Jones ccaac03eb3 Dockerfile update & don't bail out of tests early
- Also added "policy" to the test list. It got forgotten.
2015-03-25 17:11:16 -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 57f72e6671 Fix identifier concatenation to provide string. 2015-03-25 16:01:34 -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
James 'J.C.' Jones 4b962b9025 Merge pull request #61 from letsencrypt/jcj-audit_logging
Add syslog to all Authorities. Closes issue #23.
2015-03-25 12:12:02 -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 f1efff92aa Improve coverage in analysis-engine 2015-03-24 17:36:26 -07:00
J.C. Jones 151274f1b3 Rework audit logging. Issue #23. 2015-03-24 17:36:26 -07:00
James Kasten f9d35282ce remove testing mode from va 2015-03-24 11:29:07 -07:00
James 'J.C.' Jones e1f80a108f Merge pull request #57 from letsencrypt/jcj-simplehttpsnoncompliance
Fix non-compliance issue stemming from PR #31. Verified in test.
2015-03-24 09:38:09 -07:00
J.C. Jones 33db859a5d Fix non-compliance issue stemming from PR #31.
Caught by @kuba, thanks!
2015-03-24 09:18:03 -07:00
jsha cbf5c2841d Merge pull request #53 from letsencrypt/bifurcation-exec-refactor
Bifurcation exec refactor
2015-03-23 15:39:12 -07:00
J.C. Jones 6a98f2dd0b Fix comments on PR #48. 2015-03-23 13:04:00 -07:00
J.C. Jones 29d110cc7b Issue #50: Update Dockerfile and README for the new cmd splitup 2015-03-23 12:54:05 -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 95bbaecb59 Add vim temp files to .gitignore 2015-03-21 18:26:26 -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
James 'J.C.' Jones 8dc00128b6 Merge pull request #45 from letsencrypt/mvdan-lint-errcheck-fixes
Golint Error Check Fixes
2015-03-21 08:49:05 -07: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
James 'J.C.' Jones 984b1567b5 Merge pull request #39 from pde/more-policy-tests
More policy tests
2015-03-20 17:41:05 -07:00
jsha 3ca689caf7 Merge pull request #42 from letsencrypt/jcj-hackathon
Customizable URLs, Listen Addresses, and Spec-Compliance w/ Challenges
2015-03-20 16:49:30 -07:00
J.C. Jones 6247af9ca6 Issue #41: Configurable baseUrl and listenAddress 2015-03-20 16:26:35 -07:00
J.C. Jones e604b8edb9 Update per spec
- Spec says the Challenge objects contain a field "Validated" not "Completed."
- The Challenge object says "Validated" should be omitempty, but wasn't a pointer.
  - Swapped to using pointers so it will not be "completed":"0001-01-01T00:00:00Z"
  - Sort of related to [Issue #71 in Acme-Spec](https://github.com/letsencrypt/acme-spec/issues/71)
- Remove commented-out line from Dockerfile (whoops)
2015-03-20 15:37:53 -07:00
Peter Eckersley 2cca7f6530 Fixup: missing "," 2015-03-20 13:28:09 -07:00
Peter Eckersley 8b39294849 Merge pull request #38 from jsha/more-policy-tests
Restore some dropped tests cases for PA.
2015-03-20 12:46:44 -07:00
Peter Eckersley 24627cdb5f Merge two sets of additional tests
Conflicts:
	policy/policy-authority_test.go
2015-03-20 12:43:11 -07:00
Peter Eckersley 4689eb137b Add some more tests 2015-03-20 12:30:56 -07:00
Jacob Hoffman-Andrews 718a00d572 Restore some dropped tests cases for PA. 2015-03-20 12:29:03 -07:00
Richard Barnes 3279c13b42 Removing stray copy of the PSL 2015-03-17 17:35:40 -04:00
bifurcation 81b0d8034a Merge pull request #36 from bifurcation/policy
Add an explicit policy authority
2015-03-17 12:15:40 -04:00
Richard Barnes 01fd8ce4df Add IPv6 support 2015-03-17 11:57:30 -04:00
Richard Barnes df7614ff9b Merge branch 'spec-update' into policy
Conflicts:
	ca/certificate-authority_test.go
2015-03-17 11:50:42 -04:00
bifurcation 5a268b4149 Merge pull request #35 from bifurcation/spec-update
Updating to be compatible with current acme-spec.
2015-03-17 11:48:58 -04:00
Richard Barnes 74bbea6920 Test coverage for the no-name case 2015-03-17 11:31:54 -04:00