aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Collapse)AuthorAgeFilesLines
* Use patch unmarshallerZach Smith2018-03-251-23/+25
|
* Curry the PatchRetrievable apply methodZach Smith2018-03-201-6/+6
|
* Enforce application/merge-patch+json Content-TypeZach Smith2018-03-201-6/+19
|
* Add implicit ServiceRequestContext to PatchRetrievableZach Smith2018-03-161-5/+5
|
* Add PatchSupport trait and testsZach Smith2018-03-161-0/+77
|
* Review fixKseniya Tomskikh2018-03-071-1/+1
|
* Created directive for optional paginationKseniya Tomskikh2018-03-061-0/+23
|
* 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 ↵Zach Smith2018-02-202-13/+51
| | | | origins to all options requests in DriverRoute
* 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 lie
| * 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 ↵vlad2017-10-202-1/+41
| | | | NonEmptyName, Unit-tests
* 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 permissions
| | * 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
| |/ | | | | | | | | | | GCS: when listing, always assume the path is a directory GCS: fix unit test
* / 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 ↵vlad2017-03-251-0/+4
| | | | `isSessionValid`
* 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
| |