..
config.go
removed HTTPClientConfigInterface because it breaks configuration unmarshaling
2019-12-13 12:13:57 +03:00
config_test.go
removed HTTPClientConfigInterface because it breaks configuration unmarshaling
2019-12-13 12:13:57 +03:00
csrf.go
pass error reason to csrf abort handler
2019-12-12 12:06:38 +03:00
csrf_test.go
pass error reason to csrf abort handler
2019-12-12 12:06:38 +03:00
doc.go
license badge, copyright notice
2019-12-13 10:44:06 +03:00
engine.go
[feature] Individual localizer for each context
2020-05-18 13:37:24 +03:00
engine_test.go
[feature] Individual localizer for each context
2020-05-18 13:37:24 +03:00
error.go
updated gin, better code
2019-12-12 12:06:38 +03:00
error_collector.go
error collector (mostly for migrations)
2019-10-30 17:02:43 +03:00
error_collector_test.go
error collector (mostly for migrations)
2019-10-30 17:02:43 +03:00
error_test.go
part of tests
2019-09-18 18:02:40 +03:00
http_client_builder.go
allow alternative logger implementations
2019-12-26 17:23:26 +03:00
http_client_builder_test.go
fixed possible bug in test
2019-12-13 16:09:09 +03:00
job_manager.go
allow alternative logger implementations
2019-12-26 17:23:26 +03:00
job_manager_test.go
wait before checking job
2020-04-29 11:29:32 +03:00
localizer.go
[feature] Individual localizer for each context
2020-05-18 13:37:24 +03:00
localizer_test.go
[feature] Individual localizer for each context
2020-05-18 13:37:24 +03:00
logger.go
make logger locking optional, fix for logger tests
2019-12-27 12:23:10 +03:00
logger_test.go
make logger locking optional, fix for logger tests
2019-12-27 12:23:10 +03:00
migrate.go
code quality improvements
2019-12-12 12:06:38 +03:00
migrate_test.go
updated gin, better code
2019-12-12 12:06:38 +03:00
migration_generator.go
updated gin, better code
2019-12-12 12:06:38 +03:00
migration_generator_test.go
updated gin, better code
2019-12-12 12:06:38 +03:00
models.go
[fix] changed ExternalID type to string
2019-10-17 12:00:33 +03:00
models_test.go
travis, codecov, more tests
2019-09-19 14:16:52 +03:00
orm.go
init
2019-09-04 15:22:27 +03:00
orm_test.go
travis, codecov, more tests
2019-09-19 14:16:52 +03:00
sentry.go
allow alternative logger implementations
2019-12-26 17:23:26 +03:00
sentry_test.go
Feature: HTTP client configuration
2019-10-18 13:18:49 +03:00
template.go
code quality improvements
2019-12-12 12:06:38 +03:00
template_test.go
better tests, ability to create only dynamic or only static renderer
2019-11-28 12:13:58 +03:00
translations_extractor.go
code quality improvements
2019-12-12 12:06:38 +03:00
translations_extractor_test.go
updated gin, better code
2019-12-12 12:06:38 +03:00
utils.go
allow alternative logger implementations
2019-12-26 17:23:26 +03:00
utils_test.go
fixes for tests & more tests
2019-10-18 15:18:00 +03:00
validator.go
adaptations for broken BC in gin 1.6.2, now gin 1.6.2 is the minimum supported version
2020-04-29 10:08:00 +03:00
validator_test.go
adaptations for broken BC in gin 1.6.2, now gin 1.6.2 is the minimum supported version
2020-04-29 10:08:00 +03:00