David Walend | bfeaa8acc95 | Added test for selecting by user | | |
David Walend | b3ad90ab2ed | Guess for the right value of queryMasterid | | |
David Walend | 627357bb98c | Trying out reading previous queries from the db | | |
David Walend | 53d591999cb | Some debugs to see what's what | | |
David Walend | fe5b56ccf24 | Bill's recommendations for handling the previous query table | | |
David Walend | ba61dcf294f | Now storing queries locally in the QEP | | |
David Walend | 4a0864cdb8b | Adding mysql.ddl for qepQueryDb.Split out the sql directory into subdirectories per database. | | |
David Walend | 87fdce25c99 | cleaned up a lot of dead sql code.SHRINE-1263 | | SHRINE-1263 |
David Walend | 69fb78df040 | Moving sql scripts | | |
David Walend | adc59d4ba10 | Added test for QepQueryDb, fixed a typo | | |
David Walend | 75f57ff39ec | Adding some slick code for the qep db | | |
David Walend | e59e514d57f | Basics of the QueryInstance db table | | |
David Walend | 270675b5230 | Make testing work a bit better | | |
David Walend | def75242955 | Crap.test.com is a real domain. Changed to bogus.harvard.edu | | |
David Walend | c59582c7fa5 | Remove test of failing to talk to a missing web service | | |
David Walend | 8dc4aedc6b1 | Trying out trimming the url to save mischief | | |
David Walend | 03430c9da80 | Cleaning up some suggestions from IDEA | | |
David Walend | 42aa7426ea2 | Rearranged dashboard-to-dashboard auth, got through IDEAs checks to green | | |
David Walend | bd59adccfa3 | Last of the for comprehension | | |
David Walend | 87ff89e8081 | Added more to the for comprehension | | |
David Walend | 9579770dc23 | Added more to the for comprehension | | |
David Walend | 865dfd959db | Added more to the for comprehension | | |
David Walend | 7bf1574d584 | Started refactoring to a for comprehension | | |
David Walend | 4f5b748e323 | Added a null check for the issuer | | |
David Walend | c2f3e5bc06f | More sensible values for the jwts subject field to help refill the user object on the other end. | | |
David Walend | 59a98d288a3 | Found a bug where my http headers were being ignored | | |
David Walend | 852f9f302d7 | Comment for java code's reason to exist | | |
David Walend | c3ff50aa00b | Removed some stray printlns | | |
David Walend | 338c83b1c65 | Now verifying the keys that signed the jwts string | | |
David Walend | d28c5d496e2M | Merge branch 'develop' of https://open.med.harvard.edu/stash/scm/shrine/shrine into develop | | |
Keith Dwyer | 474f5d939b2 | Remove (unused) PCORI_AdapterMappings.xml file.This should make build/test a bit faster. | | |
David Walend | 7fc8a17aba5 | Restored tests of dashboard-to-dashboard comms | | |
David Walend | fa62d920c19 | Now sending a Spray OAuth token with the request | | |
David Walend | bfb56131177 | Switched to Bearer auth scheme, step 1 | | |
David Walend | 63d938c2d6c | Reformatted ShrineJwtAuthenticator.scala | | |
David Walend | 18ebe89d2a4 | Another try at getting the pom.xml to build just JDK 7 code | | |
David Walend | 4761d5b7f69 | Swithcing on the JDK 7 comple option.Hope that the Scala/Java compiler thing uses it. If not, I'll see if I can figure out how to control it directly. | | |
David Walend | d7464de1cfe | Now using just the jwtsString, almost able to switch to Bearer authentication.Checking in before puzzling through the broken build. | | |
David Walend | 013344e6f0e | Removed some less interesting dead code | | |
David Walend | a41433107cc | Now using jwt's kid field for the public part of the cert. | | |
David Walend | 08ea31cca74 | Trying out an ssl client that accepts all certs | | |
David Walend | 41ea6d99dca | More logging and a fix - default value for status | | |
David Walend | c44036dbcc7M | Merge branch 'develop' of https://open.med.harvard.edu/stash/scm/shrine/shrine into develop | | |
David Walend | 10a6cae3528 | Try sending the cert | | |
Ben Carmen | 339655e8be9 | Commit of merge. | | |
Ben Carmen | 86f7b56eb57M | Merge remote-tracking branch 'origin/develop' into develop# Conflicts:
# apps/dashboard-app/src/main/scala/net/shrine/dashboard/DashboardService.scala | | |
Ben Carmen | 3ad3fc618d3 | Commit of POSO stuff for Dashboard Status...also, commit of tests. | | |
David Walend | 3542b6d3ba3 | Try a comma as a delimiter | | |
David Walend | 3227a28cd7b | An attempt to circumvent Spray looking for key value pairs.Not sure if its the way to go. | | |
David Walend | 6a1a0a66245 | Took colons out of headers | | |