aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Add StringId, LongId, and UuidId types to corezsmith/id-typesZach Smith2018-03-061-14/+20
* Use Akka's parameter directive to extract a paginationJakob Odersky2018-03-011-7/+42
* Remove unused abstract config from DriverRouteZach Smith2018-02-261-10/+0
* Move cors directives to DriverApp and get rid of custom rejection handlerZach Smith2018-02-222-46/+85
* Remove default config valuesZach Smith2018-02-202-100/+59
* Remove rejection handler, respond with default set of allowed methods and ori...Zach Smith2018-02-202-13/+51
* scalfmt, add a testArtRand2018-02-091-0/+10
* add expectExistsAndValidArtRand2018-02-091-0/+5
* add testArtRand2018-02-081-2/+16
* Add expirationTime to AuthTokenUserInfoZach Smith2018-01-251-1/+3
* Remove authId from AuthTokenUserInfo and remove AuthUser case classZach Smith2018-01-251-1/+0
* Merge pull request #100 from drivergroup/service-exception-test-namesStewart Stewart2018-01-081-2/+2
|\
| * 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