Commit Graph

5 Commits

Author SHA1 Message Date
Victor Vrantchan
fe50027f15 refactor command service (#50)
command: move service implementation to redis sub-package.
2016-11-13 22:26:42 -05:00
mosen
bd5d996d73 Commands management plus fixes (#20)
* Add commands index to command datastore.
Add simple test for commands index
Add commands index endpoint

(cherry picked from commit 4e2a2a2)

* Add handler for GET /mdm/commands

(cherry picked from commit ae71b8f)

* Added Find() method to commands datastore so that the request that matches a response can be retrieved by the connect service.
Added Find() method to command service

(cherry picked from commit ebceb28)

* Fix globally scoped vars in command datastore test suite

* groob prefers inline definition of struct members.

* Uppercase CommandUuid
2016-10-07 11:17:47 +11:00
Victor Vrantchan
f81bc3c0c2 clean up command service 2016-05-17 09:46:01 -04:00
Victor Vrantchan
4dfd04fd8d add kit service for workflows 2016-05-03 15:54:27 -04:00
Victor Vrantchan
2f232c194a first commit 2016-03-17 20:17:59 -04:00