aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Include swagger UI in coreJakob Odersky2018-01-2243-58/+26969
| | | | | | | | | These changes centralize the location of the swagger UI web files. The git attributes instruct GitHub to treat the web files as vendored code, as to not be included in the project code statistics. See https://github.com/github/linguist for a more detailed explanation.
* Merge pull request #101 from drivergroup/trial-189-add-put-patch-responsesv1.6.12Marvin Bertin2018-01-091-0/+12
|\ | | | | add PUT and PATCH responses to RestService Trait
| * add PUT and PATCH responses to RestService TraitMarvin Bertin2018-01-091-0/+12
|/
* 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
| |
* | Merge pull request #99 from drivergroup/zsmith/ip-jsonv1.6.11zachdriver2017-12-202-0/+32
|\ \ | |/ |/| Add InetAddress JSON format
| * Add InetAddress JSON formatZach Smith2017-12-202-0/+32
|/
* Merge pull request #97 from drivergroup/zsmith/new-headers-corsv1.6.10zachdriver2017-12-141-0/+2
|\ | | | | Add new ResourceCount and PageCount headers to list of allowed CORS h…
| * Add new ResourceCount and PageCount headers to list of allowed CORS headersZach Smith2017-12-141-0/+2
| |
* | Merge pull request #96 from drivergroup/zsmith/network-interfacezachdriver2017-12-141-5/+5
|\ \ | |/ |/| Change default binding network interface to accommodate ipv4
| * Change default binding network interface to accomodate ipv4Zach Smith2017-12-131-5/+5
|/ | | | | | ::0 is an IPv6-only network address, which forces the app to always use v6. This is a problem in Travis currently, which apparently doesn't support IPv6. Changing to 0.0.0.0 should allow both v4 and v6
* Merge pull request #94 from drivergroup/zsmith/count-headersv1.6.9zachdriver2017-12-131-0/+2
|\ | | | | Add context headers for resource and page count
| * Add headers for resource and page countZach Smith2017-12-111-0/+2
|/
* App initialization convenience methodsv1.6.8vlad2017-11-221-1/+7
|
* Merge pull request #91 from drivergroup/new-creds-and-formatJakob Odersky2017-11-2034-186/+217
|\ | | | | New creds and format
| * Apply new formattingJakob Odersky2017-11-2031-182/+212
| |
| * Remove artifactory credentialsJakob Odersky2017-11-203-4/+5
|/
* Merge pull request #90 from drivergroup/zsmith/users-searchv1.6.7zachdriver2017-11-152-1/+33
|\ | | | | Add slick GetResult type-class instances for core types and offset method to Pagination
| * Use sqlDateToDate instead of Date.fromJavaDateZach Smith2017-11-142-8/+2
| |
| * Rename to follow slick naming conventionsZach Smith2017-11-141-8/+8
| |
| * Move java date conversion to Date object helper methodZach Smith2017-11-142-12/+10
| |
| * Add offset method to PaginationZach Smith2017-11-141-1/+3
| |
| * Add implicit GetResult definitionsZach Smith2017-11-141-0/+38
|/
* Merge pull request #85 from drivergroup/zsmith/login-auditsv1.6.6zachdriver2017-11-092-9/+36
|\ | | | | Add originatingIP to ServiceRequestContext
| * OriginatingIP -> OriginatingIpZach Smith2017-11-082-11/+11
| |
| * Remove unnecessary type annotationZach Smith2017-11-061-1/+1
| |
| * Add originatingIP to ServiceRequestContextZach Smith2017-11-032-9/+36
| |
* | Merge pull request #89 from drivergroup/initv1.6.5v1.6.4v1.6.3Vlad Uspensky2017-11-084-2/+144
|\ \ | | | | | | App initialization convenience methods
| * | App initialization convenience methodsvlad2017-11-081-1/+1
| | |
| * | App initialization convenience methodsvlad2017-11-081-8/+10
| | |
| * | App initialization convenience methodsvlad2017-11-084-11/+151
| |/
* | Merge pull request #86 from drivergroup/zsmith/cors-headers-basic-routesv1.6.2v1.6.1zachdriver2017-11-072-2/+64
|\ \ | |/ |/| Add default headers to basic routes defined in DriverApp
| * Add tests for CORS headersZach Smith2017-11-072-1/+58
| |
| * Add default headers to basic routes defined in DriverAppZach Smith2017-11-071-1/+6
|/
* Two small methods for Role for compatibility with PDS UIvlad2017-11-021-1/+6
|
* Merge pull request #73 from drivergroup/zsmith/route-traitv1.6.0v1.5.2zachdriver2017-11-018-151/+296
|\ | | | | Add DriverRoute trait and APIError types
| * Add DriverRouteTestZach Smith2017-11-014-4/+95
| |
| * Remove duplicate allowOrigin functionZach Smith2017-10-311-11/+4
| |
| * Change transformWith to recoverWithZach Smith2017-10-312-8/+8
| |
| * Add ExternalServiceException and use in ServiceTransportZach Smith2017-10-313-7/+25
| |
| * Remove duplicate CORS header code from errorResponse methodZach Smith2017-10-311-15/+2
| |
| * Move all CORS headers to DriverRoute from DriverAppZach Smith2017-10-312-37/+36
| |
| * Change DriverRoute log val to defZach Smith2017-10-311-1/+1
| |
| * Change Module back to having a simple route: Route methodZach Smith2017-10-312-20/+15
| |
| * Stop catching throwable, remove PHI filtering, move status code logic to ↵Zach Smith2017-10-312-48/+46
| | | | | | | | exception handler
| * Remove unnecessary terminated valZach Smith2017-10-311-8/+7
| |
| * Rename APIError -> ServiceException and subclassesZach Smith2017-10-313-43/+44
| |
| * Add more API Error typesZach Smith2017-10-311-0/+24
| |
| * Add DriverRoute trait and clean up DriverAppZach Smith2017-10-314-124/+164
|/
* Merge pull request #76 from drivergroup/refinedv1.5.1Vlad Uspensky2017-10-207-5/+144
|\ | | | | [RFC] Using "Refined" library (https://github.com/fthomas/refined) to…