aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add StringId, LongId, and UuidId types to corezsmith/id-typesZach Smith2018-03-065-46/+80
|
* Merge pull request #135 from drivergroup/zsmith/day-of-weekv1.8.7zachdriver2018-03-063-2/+23
|\ | | | | Add DayOfWeek type
| * Add DayOfWeek typeZach Smith2018-03-063-2/+23
|/
* Merge pull request #133 from drivergroup/paginationv1.8.6Jakob Odersky2018-03-022-36/+48
|\ | | | | Use Akka's parameter directive to extract a pagination
| * Use Akka's parameter directive to extract a paginationJakob Odersky2018-03-012-36/+48
|/
* Merge pull request #132 from drivergroup/TRIAL-287v1.8.5Vlad Uspensky2018-03-011-2/+42
|\ | | | | TRIAL-287 Created ListResponse class and directive for pagination pasing
| * TRIAL-287 Created ListResponse class and directive for pagination parsingKseniya Tomskikh2018-03-011-2/+42
|/
* Merge pull request #126 from drivergroup/ar-add-number-token-generatorArthur Rand2018-02-271-1/+7
|\ | | | | add nextNumericToken
| * add nextNumericTokenArtRand2018-02-261-1/+7
|/
* Merge pull request #125 from drivergroup/zsmith/remove-config-routev1.8.4zachdriver2018-02-264-20/+5
|\ | | | | Remove unused abstract config from DriverRoute
| * Remove unused abstract config from DriverRouteZach Smith2018-02-264-20/+5
|/
* Merge pull request #124 from drivergroup/zsmith/remove-sealv1.8.3zachdriver2018-02-224-113/+143
|\ | | | | Fix CORS by moving directives to DriverApp and removing custom RejectionHandler
| * Move cors directives to DriverApp and get rid of custom rejection handlerZach Smith2018-02-224-112/+143
| |
| * Remove .seal call from DriverRoute rejection handlerZach Smith2018-02-221-1/+0
|/
* Merge pull request #104 from drivergroup/zsmith/reject-corsv1.8.2zachdriver2018-02-227-108/+177
|\ | | | | Respond with correct cors headers for all rejections
| * Call .seal on RejectionHandlerZach Smith2018-02-221-3/+2
| |
| * Use config from outer scope in DriverAppZach Smith2018-02-201-1/+1
| |
| * Remove tab from commentZach Smith2018-02-201-1/+1
| |
| * Move rejection handler to DriverRouteZach Smith2018-02-202-4/+30
| |
| * Remove default config valuesZach Smith2018-02-204-111/+62
| |
| * Remove rejection handler, respond with default set of allowed methods and ↵Zach Smith2018-02-207-58/+140
| | | | | | | | origins to all options requests in DriverRoute
| * Refactor DriverRoute to use shared directivesZach Smith2018-02-201-11/+3
| |
| * Move directives to rest packageZach Smith2018-02-202-24/+25
| |
| * Respond with correct cors headers for all rejectionsZach Smith2018-02-201-10/+28
|/
* Merge pull request #119 from drivergroup/update-scalazv1.8.1Stewart Stewart2018-02-152-2/+2
|\ | | | | upgrade scalaz patch version
| * upgrade scalaz patch versionStewart Stewart2018-02-152-2/+2
|/
* Merge pull request #118 from drivergroup/scalazJakob Odersky2018-02-151-0/+1
|\ | | | | Add scalaz to core; it will be removed from sbt-settings
| * Add scalaz to core; it will be removed from sbt-settingsJakob Odersky2018-02-151-0/+1
|/
* Merge pull request #117 from ↵v1.8.0Arthur Rand2018-02-141-2/+2
|\ | | | | | | | | drivergroup/api-1321-add-delete-with-query-rest-method [API-1321] add `delete` with query to `RestService`
| * delete with queryArtRand2018-02-131-2/+2
|/
* Allowing fingerprints collection from different domainsvlad2018-02-121-0/+1
|
* Merge pull request #113 from drivergroup/ar-add-extra-converters-for-optionv1.7.5Arthur Rand2018-02-092-0/+28
|\ | | | | related to API-1252, add extra converters for option
| * address commentsArtRand2018-02-091-1/+1
| |
| * scalfmt, add a testArtRand2018-02-092-4/+14
| |
| * added valid or empty semanticsArtRand2018-02-091-2/+10
| |
| * add expectExistsAndValidArtRand2018-02-092-0/+10
| |
* | Merge pull request #112 from drivergroup/overload-authorizev1.7.4Jakob Odersky2018-02-091-26/+35
|\ \ | |/ |/| Overload authorize directive to check against service context
| * Overload authorize directive to check against service contextJakob Odersky2018-02-091-26/+35
|/ | | | | | | | | | | This enables checking permissions when a service request is constructed synthetically. An example where this may be useful is in the case where an authorization token is not available as a header but can be obtained elsewhere, such as a session cookie. The service context may then be explicitly constructed with said token and reuse the existing permissions checking functionality.
* Merge pull request #111 from drivergroup/ar-change-type-variableArthur Rand2018-02-081-4/+3
|\ | | | | #110 - change type variable
| * change type variableArtRand2018-02-081-4/+3
| |
* | Merge pull request #109 from drivergroup/api-1252-generalize-db-errorsArthur Rand2018-02-082-2/+30
|\| | | | | [API-1252] Add general method for checking for database errors
| * remove old importArtRand2018-02-081-1/+0
| |
| * remove dal methodArtRand2018-02-081-4/+0
| |
| * add testArtRand2018-02-081-2/+16
| |
| * second attempt, don't touch dal, make a trait of converter helper methodsArtRand2018-02-081-0/+14
| |
| * add fromStringOrThrow to DalArtRand2018-02-071-0/+5
|/
* Reduce log levelsv1.7.3Jakob Odersky2018-02-011-2/+1
| | | | Amends #107
* Reduce log level of request reportingv1.7.2Jakob Odersky2018-01-312-2/+2
|
* Upgrade akka dependency (to fix binary incompatibility problem)v1.7.1Jakob Odersky2018-01-293-4/+4
|
* Merge pull request #106 from drivergroup/zsmith/remove-auth-idv1.7.0zachdriver2018-01-292-15/+7
|\ | | | | Remove auth ID from AuthUserInfo and add expiration time to token