Commit Graph

248 Commits

Author SHA1 Message Date
Roland Shoemaker 5fb6741052 fix tests 2015-04-13 02:00:31 -07:00
Roland Shoemaker b786920c03 various cleanups 2015-04-12 23:36:45 -07:00
Roland Shoemaker b99ef48f6a add timing to monolithic client 2015-04-12 22:02:12 -07:00
Roland Shoemaker ed4a147737 fix conflict 2015-04-12 21:55:01 -07:00
Roland Shoemaker 4967e9486d hook in everywhere, add Noop client in tests 2015-04-12 21:50:07 -07:00
Roland Shoemaker e7f2f4f90c hook cmd.ProfileCmd into all the polylithic clients 2015-04-12 20:26:02 -07:00
Roland Shoemaker f64665cd1b better statsd hooks 2015-04-12 18:02:00 -07:00
James 'J.C.' Jones ea4b0be56c Merge pull request #88 from jsha/better-test
Simplify running Boulder with cfssl
2015-04-12 08:10:11 -07:00
Roland Shoemaker b2a294f4b5 comments 2015-04-12 05:15:46 -07:00
Roland Shoemaker 7be115a2dc add monitoring of api resp time + success/failure counters per endpoint! 2015-04-12 04:53:56 -07:00
Roland Shoemaker 8b3654b5a5 better errors 2015-04-12 03:27:01 -07:00
Roland Shoemaker b770f8ce78 typo 2015-04-12 01:48:30 -07:00
Roland Shoemaker 83fe136baf whoops commited before saving 2015-04-12 01:43:46 -07:00
Roland Shoemaker 274e7efd3c switch client lib 2015-04-12 01:38:39 -07:00
Roland Shoemaker 1938e305e2 switch to statsd 2015-04-11 20:01:45 -07:00
Roland Shoemaker a0ebfc39b3 remove useless range selector 2015-04-11 15:51:21 -07:00
Roland Shoemaker d9522e0590 initial monitoring stuff in AM 2015-04-10 21:04:19 -07:00
Jacob Hoffman-Andrews ce679a55d4 Update readme for test directory. 2015-04-10 16:58:50 -07:00
Jacob Hoffman-Andrews 4bdec58e05 Include cfssl in vendored deps.
And introduce a start.sh that starts both boulder and cfssl.
2015-04-10 16:39:56 -07:00
Jacob Hoffman-Andrews 20fc5cbbdb Add start-cfssl.sh 2015-04-10 15:32:08 -07:00
Jacob Hoffman-Andrews e9302f2288 Make it easier to start a test config. 2015-04-09 18:26:40 -07:00
James 'J.C.' Jones d22881a08b Merge pull request #87 from rolandshoemaker/va-fix
Fix Z computation (Dvsni challenge)
2015-04-08 22:55:37 -07:00
Roland Shoemaker 5d155e209b forgot to remove encoding/hex 2015-04-08 22:40:05 -07:00
Roland Shoemaker f7e3df3f67 fix Z computation 2015-04-08 22:30:12 -07:00
James 'J.C.' Jones 0a57f307a0 Merge pull request #86 from letsencrypt/rolandshoemaker-amqp-discon
Pull #79 follow-on: `go fmt` updates
2015-04-08 21:09:54 -07:00
James 'J.C.' Jones 042f8a703f Merge pull request #79 from rolandshoemaker/amqp-discon
AMQP reconnect-er (fix for #22)
2015-04-08 21:07:55 -07:00
J.C. Jones ab538ec332 go fmt updates 2015-04-08 21:03:08 -07:00
Roland Shoemaker 93ccd37c82 consistent infinite for loop style 2015-04-08 20:07:57 -07:00
Roland Shoemaker e8ac96d68d fixes re: @jcjones 2015-04-08 19:17:39 -07:00
J.C. Jones 9404753bb9 Don't print errors if realpath isn't defined. r=@jsha 2015-04-08 13:24:25 -07:00
James 'J.C.' Jones e5aae7e220 Merge pull request #81 from jsha/empty-tests
Add empty tests where missing.
2015-04-07 16:08:36 -07:00
jsha fc8b2cf0f7 Merge pull request #80 from rolandshoemaker/thumb
Fix JWK thumbprint computation
2015-04-07 16:04:17 -07:00
Jacob Hoffman-Andrews 84df10fd6e Add empty tests where missing.
This will bring our coverage numbers down to a more meaningful number, and will
mean that we can start aiming to increase them monotonically.
2015-04-07 11:27:33 -07:00
Roland Shoemaker e806efd56d get rid of useless var declarations 2015-04-06 01:20:43 -07:00
Roland Shoemaker 32ad3eaf96 add note about lexicographic order 2015-04-06 01:19:12 -07:00
Roland Shoemaker 26fccef664 much better method using the builtin MarshalJSON 2015-04-06 01:18:19 -07:00
Roland Shoemaker a0efc356a6 Merge remote-tracking branch 'upstream/master' into thumb 2015-04-06 00:32:51 -07:00
Roland Shoemaker f54ccc87c6 proper ComputerThumbprint() function, fixes #74 2015-04-06 00:31:18 -07:00
Roland Shoemaker 16e0799742 not really client so... just ! 2015-04-03 21:05:28 -07:00
Roland Shoemaker 7441fbcb1f remove debug statement 2015-04-03 18:09:25 -07:00
Roland Shoemaker ec477b8986 remove unneeded for loops 2015-04-03 18:02:42 -07:00
Roland Shoemaker fe16dc3ce9 reconnect to amqp channels and rewire clients on amqp server restart/conn dropped 2015-04-03 17:54:11 -07:00
jsha d3c47b7d62 Merge pull request #67 from letsencrypt/fix-error-encoding
Fix encoding of errors in WFE.
2015-03-31 15:06:15 -07:00
Jacob Hoffman-Andrews c9fbc82883 Fix encoding of errors in WFE.
This fixes the problem Kuba reported on IRC of receiving messages like:
[123 34 100 101 116 97 105 108 34 58 34 77 101 116 104 111 100 32 110 111 116 32
97 108 108 111 119 101 100 34 125]

from Boulder.

This changelist also adds the beginning of a test to WFE, but much more is
needed.
2015-03-27 20:49:37 -07:00
J.C. Jones 4ca694a25b Note that you can (and should) run the Docker image read-only. Boulder should never write to disk itself. 2015-03-27 09:42:01 -07:00
jsha e077548886 Merge pull request #65 from letsencrypt/vendorize
Vendorize all dependencies with godep.
2015-03-26 19:12:15 -07:00
Peter Eckersley 84440c4eea Merge pull request #66 from letsencrypt/live-and-testable
Live and testable
2015-03-26 17:28:16 -07:00
Peter Eckersley 1c35c015a6 Merge branch 'master' into live-and-testable
Conflicts:
	va/validation-authority.go
2015-03-26 17:12:07 -07:00
Peter Eckersley 5ec0a97c63 Merge branch 'master' into live-and-testable 2015-03-26 17:09:12 -07:00
Jacob Hoffman-Andrews a0b06f3edd Rewrite paths again. 2015-03-26 17:01:01 -07:00