1
0
mirror of https://github.com/volatiletech/authboss.git synced 2024-11-28 08:58:38 +02:00
authboss/defaults
Aaron L c38f79490b Increase testing coverage.
- Missed some actual tests, added them.
- Added a bunch of useless tests to increase coverage. Guilty as
  charged.
2018-05-14 14:27:33 -07:00
..
defaults_test.go Increase testing coverage. 2018-05-14 14:27:33 -07:00
defaults.go Add JSON Renderer and JSON body reading. 2018-05-09 07:59:19 -07:00
error_handler_test.go Fix some tests 2018-03-07 11:15:00 -08:00
error_handler.go Finish implementing and testing confirm 2018-02-27 07:14:30 -08:00
log_mailer_test.go Finish TODOs 2018-03-09 13:11:08 -08:00
log_mailer.go Start moving default implementations 2018-01-29 13:14:55 -08:00
logger_test.go Abstract logger and error handling 2018-02-02 12:11:47 -08:00
logger.go Abstract logger and error handling 2018-02-02 12:11:47 -08:00
renderer.go Add JSON Renderer and JSON body reading. 2018-05-09 07:59:19 -07:00
responder_test.go Fix breakages from last commit 2018-03-07 16:41:58 -08:00
responder.go Fix nil bug in responder 2018-04-30 18:17:40 -07:00
router_test.go Rewrite auth module 2018-02-04 21:24:55 -08:00
router.go Rewrite auth module 2018-02-04 21:24:55 -08:00
rules_test.go Add some basic pluralization to rules 2018-04-30 18:18:03 -07:00
rules.go Add some basic pluralization to rules 2018-04-30 18:18:03 -07:00
smtp_mailer_test.go Add real smtp tests 2018-05-12 23:57:43 -07:00
smtp_mailer.go Add real smtp tests 2018-05-12 23:57:43 -07:00
validation_test.go Add a way to read values and validate 2018-02-04 18:39:25 -08:00
validation.go Add a way to read values and validate 2018-02-04 18:39:25 -08:00
values_test.go Increase testing coverage. 2018-05-14 14:27:33 -07:00
values.go Add JSON Renderer and JSON body reading. 2018-05-09 07:59:19 -07:00