aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
...
| * Make test descriptions for service exceptions not lieStewart Stewart2018-01-081-2/+2
* | Add InetAddress JSON formatZach Smith2017-12-201-0/+19
|/
* Apply new formattingJakob Odersky2017-11-205-29/+35
* Add tests for CORS headersZach Smith2017-11-071-0/+57
* Add DriverRouteTestZach Smith2017-11-012-2/+90
* Slick support for any Refined types, JSON format and generator for NonEmptyNa...vlad2017-10-202-1/+41
* Refactor rest package into separate filesZach Smith2017-10-121-0/+1
* use headers already stored in contextheaders and remove unused test importJohn St John2017-10-051-1/+0
* cleanup logging, remove old tracing, use new tracing libraryJohn St John2017-10-052-3/+2
* Merge remote-tracking branch 'origin/master'vlad2017-08-075-12/+12
|\
| * Library upgrades and code tweaks to support Scala 2.12v0.15.0Jakob Odersky2017-08-025-12/+12
* | Users hierarchy simplificationvlad2017-07-281-1/+9
|/
* Merge remote-tracking branch 'origin/master'vlad2017-06-293-6/+31
|\
| * Add file existence checking to file storagev0.13.15Jakob Odersky2017-06-211-0/+26
| * Add minLength attribute to generatorsv0.13.14Zach Smith2017-06-211-3/+3
| * Merge pull request #46 from drivergroup/zsmith/auth-mapzachdriver2017-06-211-1/+1
| |\
| | * Return map of authorized permissionsZach Smith2017-06-161-1/+1
| * | Check for null values in gcs directory listingv0.13.12Jakob Odersky2017-06-191-2/+1
| |/
* / Google pubsub utilvlad2017-06-291-4/+4
|/
* Add user parameter to authorization methodZach Smith2017-05-241-2/+2
* Permissions token refactorsZach Smith2017-05-241-11/+14
* Override hashCode equals and toString, rename to AuthorizedRequestContextZach Smith2017-05-241-7/+8
* Update AuthProvider to use cached permissions tokenZach Smith2017-05-241-19/+52
* Fix DateTest to handle equal dates correctlyZach Smith2017-05-041-1/+1
* Add GCS file storage implementationZach Smith2017-05-041-4/+67
* Bump sbt-settings and fix errorsv0.12.3Zach Smith2017-05-011-1/+2
* PDW-598 Getting rid of log wrappervlad2017-04-123-69/+8
* PDW-238 Session validity verification support for `AuthProvider`, abstract `i...vlad2017-03-251-0/+4
* PDW-238 Session validity verification support for `AuthProvider`vlad2017-03-241-6/+7
* PDW-238 Session validity verification support for `AuthProvider`vlad2017-03-241-2/+2
* Merge remote-tracking branch 'origin/master' into master3v0.10.33vlad2017-03-241-0/+16
|\
| * add test for script tag sanitizerStewart Stewart2017-03-201-0/+16
* | Auth provider simplificationvlad2017-03-241-9/+7
|/
* fix testsStewart Stewart2017-03-151-1/+1
* Added writing tracking Id to MDC so it can be logged for all messages, remove...vlad2017-03-132-2/+0
* Remove arithmetic from year component in date conversion. Add unit testsZach Smith2017-03-061-0/+14
* Merge remote-tracking branch 'origin/master' into master3v0.10.12vlad2017-02-221-0/+24
|\
| * Allow Messages to file format to use nested dict'sZach Smith2017-02-211-0/+24
* | More logging for authorizationvlad2017-02-221-0/+2
|/
* Move time/date related tests out of CoreTestHao Huang2017-02-103-28/+26
* Add the companion ordering object for DateHao Huang2017-02-101-0/+41
* Abstracting out Authorization rules and passing it ServiceRequestContextv0.10.5vlad2017-02-031-4/+6
* Moved email and phone number to corev0.10.1vlad2017-02-021-0/+23
* Merge remote-tracking branch 'origin/master' into master3vlad2017-02-021-5/+1
|\
| * Merge pull request #19 from drivergroup/iso-json-datev0.9.35Stewart Stewart2017-02-011-5/+1
| |\
| | * serialize date to ISO string rather than objectStewart Stewart2017-01-311-5/+1
* | | Removing permissions from user and role as permission is something to check n...vlad2017-02-021-9/+13
|/ /
* / Cleaned up core from Driver-specific roles and permissions, updated README to...v0.9.34vlad2017-02-011-15/+21
|/
* Merge pull request #15 from drivergroup/symmetric-id-mapperVlad Uspensky2016-12-221-2/+7
|\
| * add apply method to Id.Mapper for explicit conversionsStewart Stewart2016-12-221-2/+7