SHRINE
  1. SHRINE

shrine

Public
  1. SHRINE
  2. shrine

All Branches Graph  

        
AuthorCommitMessageCommit dateBuilds
bendcarmenbendcarmen
70a30b5a11dAnother attempt at right click and running previous queries
yifan xingyifan xing
465c4f43d05implemented code review comments
bendcarmenbendcarmen
7d8d4e5d974Fix of parsing network id handler
bendcarmenbendcarmen
310aa7bb99ePossible solution for running a previous query in the status viewer
bendcarmenbendcarmen
d8ba09c7a94Fixes to UI and right click to run infrastructure. Still need to marshall the calls to the server by rejecting any p...
bendcarmenbendcarmen
ce238252e22Updates for UI to be in line with wireframe
bendcarmenbendcarmen
a780db3cb62Fix of logic for determining if a query has completed
yifan xingyifan xing
3b94865772aimplemented more tests for LocalHornetQMom SHRINE-2156, and HornetQMomWebApi SHRINE-2158
yifan xingyifan xing
7bd368308cffixed conflicts
yifan xingyifan xing
5f23b0ce384the libraries return Try[] and the api handles success and failure
yifan xingyifan xing
018c4a7525duse Try and for-comprehension for all the methods that talk with HornetQ server
yifan xingyifan xing
2cad61a2fe6added one more blocking in stewardDatabase
yifan xingyifan xing
df369c51a0eadded detach and blocking
bendcarmenbendcarmen
e5a2fc90979Fix of click event attached to parent item instead of intended child
bendcarmenbendcarmen
14a8d28ffedWorking version of the csv export
yifan xingyifan xing
4414cf519e3added detach() and blocking
bendcarmenbendcarmen
0c6aea08969Working logic for formatting data for export
yifan xingyifan xing
ccb5cee04e9use Try and for-comprehension for all the methods that talk with HornetQ server
yifan xingyifan xing
2108fa35f8amodified pom files for fixing dependencies
Yifan XingYifan Xing
df5137bb039Merge pull request #21 in SHRINE/shrine from ~YXING/shrine:organize to develop * commit 'f7e719286f88b15fe1ef8bbbd54...
yifan xingyifan xing
f7e719286f8added todos for extracting actor system, deleted unsued config files
bendcarmenbendcarmen
748c6969aa8forgot to check in updated query-status.model.js
bendcarmenbendcarmen
e2105c90478Hopefully a fix for polling on my end
yifan xingyifan xing
bcc2df45e02re-organized client, api, and the trait
yifan xingyifan xing
a1ab506fde7cleaned up unused dependencies
David WalendDavid Walend
286777aea8bFix for SHRINE-2179. spray.can.server.request-timeout is a Duration string, not a Long.
David WalendDavid Walend
bee70d77017Merge pull request #22 in SHRINE/shrine from feature/SHRINE-2174-add-nodeid-to-runqueryrequest to develop * commit '...
yifan xingyifan xing
88046a6b40bremoved mom package, updated pom files and dependencies
David WalendDavid Walend
9abf632844fClean up some neglected code for SHRINE-2120
David WalendDavid Walend
eee58e61940Clean up some neglected code for SHRINE-2120
David WalendDavid Walend
f604a1f2b22Rename to save some confusion for SHRINE-2120
David WalendDavid Walend
a1087e6ab11Got the name of the QEP node to ride in on the RunQueryRequest for SHRINE-2174.
bendcarmenbendcarmen
027c265e646Addition of parameters for requesting query by id/version/timeout
yifan xingyifan xing
46269b9a5afreorganized mom package
David WalendDavid Walend
d86c95a0ebfPut NodeId into the QEP and into every RunQueryRequest it sends for SHRINE-2174
David WalendDavid Walend
203eb22a31aLots of comments to support SHRINE-2120 and SHRINE-2174
yifan xingyifan xing
e3c1d8bd0fdfixed build failure by adding system in hornetQActorSystem
yifan xingyifan xing
54f8ea09dc5commented out failed tests, created a jira to fix them->TODO
yifan xingyifan xing
e61b22f18a0fixed build failure by adding system in hornetQActorSystem
Yifan XingYifan Xing
3588b37d9efMerge pull request #18 in SHRINE/shrine from ~YXING/shrine:clientMom to develop * commit 'f67bba0174f09290f939729f03...
yifan xingyifan xing
f67bba0174fclean up test
yifan xingyifan xing
33ff9386ca4used Try for-comprehension in hornetQWebClient
David WalendDavid Walend
53aedb904d5Some simple review comments for SHRINE-2145
David WalendDavid Walend
1f26074be1dMerge pull request #19 in SHRINE/shrine from feature/SHRINE-2145-add-an-optional-changes-since to develop * commit '...
bendcarmenbendcarmen
dbe1ae9cca3Fix of layout bugs, potential fix of Run Query button bug
bendcarmenbendcarmen
c87d000632cFix of Run/Cancel query button text bug
yifan xingyifan xing
b7bc8f69e3aimplemented some of the code reviews
bendcarmenbendcarmen
bf9feb4a5f7Fix of incorrect statuses at top of query status
David WalendDavid Walend
659b4c45c60Merge pull request #20 in SHRINE/shrine from feature/SHRINE-2162-add-a-config-parameter-to-the to develop * commit '...
yifan xingyifan xing
ee67d4b1f14Implemented Scala script to test HornetQMomWebClient
yifan xingyifan xing
4e60630de9eImplemented Scala script to test HornetQMomWebClient
David WalendDavid Walend
c9af021cdeccannonical shrine.conf changes for SHRINE-2167
David WalendDavid Walend
5ec683de927Couple of changes I decided to hold on to while testing SHRINE-2162
bendcarmenbendcarmen
946ac0a67daFix of unresponsiveness in Query Status
David WalendDavid Walend
bab2dd2d4a5Added a shrine.adapter.delayResponse config paramter to support SHRINE-2162
David WalendDavid Walend
eac4b3a8a8aMerging for SHRINE-2145
bendcarmenbendcarmen
4d2b27ca660fix of bug introduced by refactor
David WalendDavid Walend
6c63fbebc7bAdded some debug logging in case we need to diagnose in the field.
David WalendDavid Walend
ddea3cda4c1Some improved error messages for SHRINE-2145
David WalendDavid Walend
c9971aae285Added some logic to be sure that (if everything is working) spray won't give up on the request before the timeout res...
yifan xingyifan xing
0f397d5f865implemented code review comments
David WalendDavid Walend
49e53dfd49aAdded a scheduled cleanup of the notification Map every 5 minutes. SHRINE-2145
bendcarmenbendcarmen
eca967fb63bAdded logic for dev environment
bendcarmenbendcarmen
1485b76018elatest version
David WalendDavid Walend
b1977c6de01Extracted QepQueryDbChangeNotifier into a singleton where other parts of SHRINE can trigger changes for SHRINE-2145
David WalendDavid Walend
83caf38d2e9Added version and isComplete fields to ResultsRow for SHRINE-2145
David WalendDavid Walend
c014fca3081Yifan is right. map...getOrElse does put all the error bits in the same spot.
David WalendDavid Walend
5cbe1020a73Got rid of Unit vs method name warning for SHRINE-2145
David WalendDavid Walend
91657c900faSwitched to timeoutSeconds for SHRINE-2145
David WalendDavid Walend
dff4c1dc168Changed Promises to be Promise[Unit] for identifying requests for SHRINE-2145
David WalendDavid Walend
5040afd83a2Switched to UUIDs for identifying requests for SHRINE-2145
David WalendDavid Walend
e3dff6497d0Test of trigger to change data for SHRINE-2145
David WalendDavid Walend
f413d3a49daAllow trigger to change data, plus some updated comments for SHRINE-2145
bendcarmenbendcarmen
5eff32db4c5Changed folder structure
David WalendDavid Walend
7d20a4514aaMaking the right Promises, and fulfilling one of them. SHRINE-2145
David WalendDavid Walend
dd75262b267A little code rearranging for SHRINE-2145
David WalendDavid Walend
8f5edb5081bGot the delayed-to-timeout path working for SHRINE-2145
David WalendDavid Walend
ede3d6f8636Added a test to make sure a result came back eventually for SHRINE-2145
yifan xingyifan xing
6ad80ab1281implemented client side of hornetQMom api
David WalendDavid Walend
7f4c8d21988Concurrent structures for SHRINE-2145
David WalendDavid Walend
3a4f43aa31cNotes for for SHRINE-2145
David WalendDavid Walend
47f7e6d0bcaAdded a detatch() for SHRINE-2145
bendcarmenbendcarmen
c430dda9078Fix of minor bug
David WalendDavid Walend
81859ca9c0eFactored out respondOrWait for SHRINE-2145
bendcarmenbendcarmen
617f2266825Added status column
Yifan XingYifan Xing
aad67530a0aMerge pull request #13 in SHRINE/shrine from ~YXING/shrine:mom to develop SHRINE-2119: Implemented Web API for Horne...
yifan xingyifan xing
05fe186c008implemented review comments
yifan xingyifan xing
a0b5b74b4cfclean up api test
yifan xingyifan xing
9f9d5365452merging pr with develop
yifan xingyifan xing
b0537f79139merged Dave's pr-2155 with HornetQMom
yifan xingyifan xing
eaab1f9542eplugged hronetQMomWebApi in MetaDataService
yifan xingyifan xing
5bc905daa6bserialized message to json
yifan xingyifan xing
ee08784a03fmodified many methods in HornetQMomWebApi
yifan xingyifan xing
78eba9e74c8implementing code reviews
yifan xingyifan xing
4f67af37795implemented unit tests for RemoteHornetQMom
yifan xingyifan xing
666a741ede0implementing unit tests for RemoteHornetQMom
yifan xingyifan xing
ce6f4bf6798implementing unit tests for remoteHornetQMom
yifan xingyifan xing
b24df900ac5Implementing remoteHornetQMom
yifan xingyifan xing
83c3ef2970fimplemented unit tests for RemoteHornetQMom
yifan xingyifan xing
04d323ccc81implementing unit tests for RemoteHornetQMom
yifan xingyifan xing
de691509e77implementing unit tests for remoteHornetQMom
yifan xingyifan xing
4d22f2b5f81cleaning conflicts in HornetQMom
David WalendDavid Walend
32b569f1189Separated out the logical decision about if it should respond right now or wait and see if something happens for SHRI...
David WalendDavid Walend
ecc5950fa3dIsolating the ResultsRow for SHRINE-2145
bendcarmenbendcarmen
886e6e535cbremoved some dev code.
bendcarmenbendcarmen
06b17693315Added breakdowns
David WalendDavid Walend
44d44f5479aMerge pull request #17 in SHRINE/shrine from bugfix/SHRINE-2155-seeing-the-same-message-multiple to develop * commit...
David WalendDavid Walend
5060c9fcc45Review fix for SHRINE-2155
David WalendDavid Walend
9863c5706ebFix for SHRINE-2155 messages can be received once
bendcarmenbendcarmen
af281addf29UI cleanup
bendcarmenbendcarmen
5d0119037d5Added 10 seceond timeout to test current queryStatus service
bendcarmenbendcarmen
3b81697dc7aWireup status attempt #2
bendcarmenbendcarmen
487af02e495Begin wiring up with back end
David WalendDavid Walend
df6bc6f04a9Data version and timeout parameters for SHRINE-2145
bendcarmenbendcarmen
3633de146a6Merge branch 'develop' of https://open.med.harvard.edu/stash/scm/shrine/shrine into develop
bendcarmenbendcarmen
c72b44b468cFixed an error in shrine.controller
David WalendDavid Walend
6c6484d7666Merge branch 'develop' into feature/SHRINE-2145-add-an-optional-changes-since
David WalendDavid Walend
cf8e7f2f363Merge pull request #15 in SHRINE/shrine from feature/SHRINE-2140-quickly-return-the-network-query to develop * commi...
David WalendDavid Walend
e33082ad98fAdded a comment to pin down just what queryHub does.
bendcarmenbendcarmen
49f6aa8d9dfThis is an attempt to get the network id!
David WalendDavid Walend
15a29e91802Todos for SHRINE-2145
bendcarmenbendcarmen
d809b4dbf23Merge branch 'develop' of https://open.med.harvard.edu/stash/scm/shrine/shrine into develop
David WalendDavid Walend
9591bdee34bMerge pull request #16 in SHRINE/shrine from bugfix/SHRINE-2150-add-breakdowns-to-the-json-structure to develop * co...
David WalendDavid Walend
9b4754bdf4fReusing the ResultOutputType for now in SHRINE-2150
David WalendDavid Walend
b4c47c9d13fGot breakdowns into a structure to deliver for SHRINE-2150
bendcarmenbendcarmen
fa2340a9550Fix of steward create new topic
bendcarmenbendcarmen
220cf9f0e0aMerge branch 'develop' of https://open.med.harvard.edu/stash/scm/shrine/shrine into develop
bendcarmenbendcarmen
e51e94c6c21Code cleanup...removal of some testing code and dead code
yifan xingyifan xing
565e4e6ac5cfixed bug in vagrant_deploy.sh
bendcarmenbendcarmen
fa3b9f2ba39code cleanup
bendcarmenbendcarmen
37d75e2f04eMerge branch 'develop' of https://open.med.harvard.edu/stash/scm/shrine/shrine into develop
bendcarmenbendcarmen
aff46c445a6Polling and UI wired up
David WalendDavid Walend
9ea8edcc1c0Merge branch 'develop' into feature/SHRINE-2140-quickly-return-the-network-query
David WalendDavid Walend
faaefafae22Added problem recording for SHRINE-2140
David WalendDavid Walend
47c757c0380AbstractQepService no longer waits for a response from the hub before replying to the web client. SHRINE-2144
Yifan XingYifan Xing
7c1ca895f39Merge pull request #14 in SHRINE/shrine from ~YXING/shrine:mavenpom to develop * commit 'c02fe11625ae64faf138c014de7...
yifan xingyifan xing
c02fe11625aAdded shrine-node1 to machines
David WalendDavid Walend
f47bff5d7d7Assembles a new, result-free reply for SHRINE-2140
yifan xingyifan xing
24c2672e984shell script
yifan xingyifan xing
d21f782ab95use maven to trigger the script, which automatically deploy app to vagrant box
David WalendDavid Walend
10ae225a0ccFirst step of SHRINE-2140. I'm able to change the statusTypeName element in the i2b2 xml (need to verify)
David WalendDavid Walend
8a42eba8490Merge pull request #12 in SHRINE/shrine from feature/SHRINE-2141-give-the-qep-the-ability-to-send to develop This ch...
David WalendDavid Walend
b8ae2e5f984Quick fix for a minor blit. This should really be end-of-path as we take the rest of the details from request paramet...
David WalendDavid Walend
a896ddb9235Main body of work for SHRINE-2141 . I added new web API and database calls to provide the latest results for just one...
David WalendDavid Walend
d70a69cf0d2First step of SHRINE-2141 - rename the existing API to the more precise queryResultsTable. I also cleared up a cut/pa...
bendcarmenbendcarmen
a7351024772UI Bidning and scaffolding for query status
yifan xingyifan xing
e49eab71f53added new exec plugin in maven pom file, for triggering local shell script, not sure if it will work
bendcarmenbendcarmen
1ac33115ca1Sprint 5, removal of query status
David WalendDavid Walend
ef6dcf5654aMerge pull request #10 in SHRINE/shrine from feature/SHRINE-2117-integrate-hornetq-with-the-rest to develop * commit...
David WalendDavid Walend
2f5f136c16bQuick update of a todo to wrap up SHRINE-2118
David WalendDavid Walend
13fd9598924stopping after running all tests
David WalendDavid Walend
d8ba6ffc36bNow only creates queus if they are absent
David WalendDavid Walend
fa3998db96fDelete queue for SHRINE-2118
David WalendDavid Walend
263faa512f3List queues for SHRINE-2118
David WalendDavid Walend
3ee4b1f9b34Got complete in place for SHRINE-2118
David WalendDavid Walend
42a9d82483fCode cleanup for SHRINE-2118
David WalendDavid Walend
5ab29e8c863Got receive working for SHRINE-2118
David WalendDavid Walend
70e640fc6c0Got send working. Was configured to ask for a commit before sending in the example session. SHRINE-2118
David WalendDavid Walend
052ef964fd1More pieces and progress toward SHRINE-2118. Create a Queue and the beginnings of deleting a queue and sending a mess...
David WalendDavid Walend
86735426cf1Separatd the stopping code for SHRINE-2117.
David WalendDavid Walend
30ec6409eefWrapping up work for SHRINE-2117. HornetQ is starting to come together for us.
David WalendDavid Walend
e636b50e0ebGot a message to flow in a test case for SHRINE-2117
David WalendDavid Walend
55b8efc3b08Added HornetQ to the works. SHRINE-2117
bendcarmenbendcarmen
a8e9767611bBump of the version from 1.23.4.1-SNAPSHOT to 1.23.5.1-SNAPSHOT
bendcarmenbendcarmen
728b3a41015Query Status completed, tooltip adjusts placcement if mouse is over the topmost element in the query viewer
Yifan XingYifan Xing
548174965b3Merge pull request #9 in SHRINE/shrine from ~YXING/shrine:deleteabout to develop * commit '08ef03c56bc7e4c86a21e084f...
yifan xingyifan xing
08ef03c56bcdeleted about in route
yifan xingyifan xing
9271095c008Merge branch 'deleteabout' of https://open.med.harvard.edu/stash/scm/~yxing/shrine into deleteabout
yifan xingyifan xing
11624c9440bdeleted 'About'
Yifan XingYifan Xing
30ba7bb8652Merge pull request #8 in SHRINE/shrine from webapi to develop * commit '7383efedea43fea4e0ecdc1600b88aaeec62ef31': ...
yifan xingyifan xing
4d4dbf68583deleted 'About'
bendcarmenbendcarmen
0b51a84afdfAddition of query status and tooltip
yifan xingyifan xing
7383efedea4used org.json4s.native.Serialization for unit testing
David WalendDavid Walend
b1317c6d508Merge branch 'develop' of https://open.med.harvard.edu/stash/scm/shrine/shrine into develop
David WalendDavid Walend
521fe95cc68Fix for SHRINE-1455 - default value of authorizationType from a reference.conf
bendcarmenbendcarmen
bbf3435c639Start of the status component for query viewer
David WalendDavid Walend
f721d24d0d5Merge branch 'develop' of https://open.med.harvard.edu/stash/scm/shrine/shrine into develop
David WalendDavid Walend
5fe2d958b26Database indexing to speed up previous queries for SHRINE-2084.
yifan xingyifan xing
f5b8266bd4cused custom apply() to construct AppVersion
David WalendDavid Walend
a7688cb5ae2Merge pull request #7 in SHRINE/shrine from davePullRequests to develop * commit '0948b86c3c08ee61c1c67cfa1e3cfe7bff...
David WalendDavid Walend
6211cb1c218Revert "Added some temporary logging to see what is slow" This reverts commit c8f2b15dce4100afc6c86538c9af8a1eea9de2c5.
David WalendDavid Walend
c8f2b15dce4Added some temporary logging to see what is slow
yifan xingyifan xing
6d6a0955e57revert code format
yifan xingyifan xing
5eca769840boptimized imports and cleaned up code format
yifan xingyifan xing
86e45da8a82added web api call to check the current version of the app, implmented tests
David WalendDavid Walend
0948b86c3c0Merge branch 'develop' into davePullRequests
David WalendDavid Walend
546ba881845Added ProblemDigests to json for the new table for SHRINE-2096
bendcarmenbendcarmen
0141e09a80cMore cleanup of style layout for query viewer