aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * Add expirationTime to AuthTokenUserInfoZach Smith2018-01-252-2/+6
| |
| * Remove authId from AuthTokenUserInfo and remove AuthUser case classZach Smith2018-01-252-13/+1
| |
* | Default paginationvlad2018-01-261-0/+5
|/
* Hotfix for swagger: keep javascript new line formattingv1.6.14Jakob Odersky2018-01-231-3/+3
|
* Merge pull request #105 from drivergroup/swaggerv1.6.13Jakob Odersky2018-01-2343-58/+27001
|\ | | | | Include swagger UI in core
| * Use dynamic name in generated swagger UIJakob Odersky2018-01-222-3/+35
| |
| * 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 #103 from drivergroup/system-timeJakob Odersky2018-01-161-0/+1
|\ \ | |/ |/| We don't need a constructor for the system time provider
| * We don't need a constructor for the system time providerJakob Odersky2018-01-161-0/+1
|/
* 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
| |