Closed eacharya closed 8 years ago
Merged to development:
Master: Initial commit after rails new - https://github.com/zigvu/rasbari/commit/3d719d3ad7956f45cc6e2b15aec6172f63c0f898 Issue 1: Change generator to produce to less files - https://github.com/zigvu/rasbari/commit/e221c3d9f12bcae1c4f7ed38969c1c4ecdd5d85d Issue 1: New engine template and rake task - https://github.com/zigvu/rasbari/commit/8f321883768c1888e24bcac30de26d81652d5bea Issue 1: Update gems and assets from kheer - https://github.com/zigvu/rasbari/commit/1315553671d786faf9e6a2638830295993323bcf Issue 1: Set up devise - https://github.com/zigvu/rasbari/commit/85f4c62c68b868fbc6236d4f0b11546135748320 Issue 1: Sample Engine: Add simple_form and draper gems - https://github.com/zigvu/rasbari/commit/5f88d3227708317b9330bf9991a5ba9cc2a4c15f Issue 1: Sample Engine: Add scaffolding modifications - https://github.com/zigvu/rasbari/commit/23a2f7c1d94e642bacb7cb94c9e6b9e6b1594f99 Issue 1: Admin Engine: Create engine - https://github.com/zigvu/rasbari/commit/bc8da720baf003cbc2aa12e0ff2f677b9ee8bf0c Issue 1: Admin Engine: Add user scaffold - https://github.com/zigvu/rasbari/commit/29382fad5241c9cfc74d034c90d4e4136744118b Issue 1: Add role infrastructure - https://github.com/zigvu/rasbari/commit/51765065f7bbabbee4caae23dfda2011bae4a5fa Issue 1: Add ruby beautify configuration and change gitignore - https://github.com/zigvu/rasbari/commit/bc0b8984f93c96d20bb38c34008131098fb9b064 Issue 1: Add authority gem for authorization - https://github.com/zigvu/rasbari/commit/ec954e3fefef2463a3d434845d1fe1b041de8f75 Issue 1: Video Engine: Add video engine - https://github.com/zigvu/rasbari/commit/e3f78d70d7a674fa72b5304236d79cc395107c30 Issue 1: Video Engine: Add stream - https://github.com/zigvu/rasbari/commit/77e56aafb816d1167945713448274cc2bcc129ff Issue 1: Video Engine: Add authorizer to stream - https://github.com/zigvu/rasbari/commit/110c6af7b7e05c2c781f4171385fbd41b2390aa1 Issue 1: Admin Engine: Change roles to user_roles - https://github.com/zigvu/rasbari/commit/345b592b6a31419d65ab70826720dba0d5df2bc5 Issue 1: Video Engine: Add state - https://github.com/zigvu/rasbari/commit/5d0994e3368fe765d4d79886d26f2bffdc309058 Issue 1: Video Engine: Add stream type - https://github.com/zigvu/rasbari/commit/d27f41e4931a91c136b873ef1c2b470ec76f9651 Issue 1: Video Engine: Add stream priority - https://github.com/zigvu/rasbari/commit/53966da7f27aa22a463464be3141abd26e4c31ed Issue 1: Video Engine: Change db fields - https://github.com/zigvu/rasbari/commit/978dff6a3c2cdd14b644fb5de66d3c9f9e496dc2 Issue 1: Remove gem dependencies from engines - https://github.com/zigvu/rasbari/commit/37852ae8ce0b73c00418f68a1c3fac0e80db5659 Issue 1: Messaging Engine: Add messaging engine - https://github.com/zigvu/rasbari/commit/bf693231b27430ba6c5a25942e46930f9db0c8c8 Issue 1: Messaging Engine: Add rpc client and server - https://github.com/zigvu/rasbari/commit/e36ae7aacea46b19c70b98ac9541753620404bd2 Issue 1: Messaging Engine: Namespacing issue - https://github.com/zigvu/rasbari/commit/1f1df034470ee882bd9660b842e67565e0488dc3 Issue 1: Messaging engine: Remove engine in preparation for making it a standalone gem - https://github.com/zigvu/rasbari/commit/b14446ca7c8d012d15c7346b9a4e748bf4834df3 Issue 1: Messaging gem: Create gem scaffold for messaging - https://github.com/zigvu/rasbari/commit/f89ba0126d6cf47c2a72f716737e14f18cb63a71 Issue 1: Messaging gem: Port messaging engine code to this gem - https://github.com/zigvu/rasbari/commit/95fd5aa86440702f39ded36d6cfc8dd76f26dffe Issue 1: Messaging gem: Ping capability - https://github.com/zigvu/rasbari/commit/6b78a8bd6b5df55d1ef90cf2a8656e1526e7a289 Issue 1: Messaging gem: Rabbit config reader - https://github.com/zigvu/rasbari/commit/56692effc11eab2d7a019fb85a8c434c406c29b7 Issue 1: Messaging gem: Create generic server clients - https://github.com/zigvu/rasbari/commit/df50470e988d315dbed0e5e1d6e3fb92ac4e6482 Issue 1: Messaging gem: Add logging infrastructure - https://github.com/zigvu/rasbari/commit/d5d4ca0d3e8f0427af327e8e5be99aff2cfc7171 Issue 1: Messaging gem: Add new nimki client and rasbari server - https://github.com/zigvu/rasbari/commit/74acaca553767546077be82c0da59d860c1de61d Issue 1: Messaging gem: Refactor state and type to header state and header type - https://github.com/zigvu/rasbari/commit/4443233eee8a78728b7ec572d8a051aab12da096 Issue 1: Messaging gem: Add eigenclass and refactor header - https://github.com/zigvu/rasbari/commit/02df425263d5af70d06b792563418030fb23517e Issue 1: Messaging gem: Prior to changing folder structure - https://github.com/zigvu/rasbari/commit/824b1fc98251557d8f9c1510f6a06d317c585344 Issue 1: Messaging gem: After changing folder structure - https://github.com/zigvu/rasbari/commit/33aa4e57e6b1c24b4aa5ef6f7da7d2872a31747a Issue 1: Messaging gem: Accept only JSON messages - https://github.com/zigvu/rasbari/commit/1e5a55dcf91b2c794e83d7b731f3b318998c3882 Issue 1: Messaging gem: Generalize message factory - https://github.com/zigvu/rasbari/commit/9da4ae25885757913caa5bf30b1fb710ba8d5561 Issue 1: Messaging gem: Generalize message creation and handling - https://github.com/zigvu/rasbari/commit/2755a451e38b7230e4ad4dc5ca67c8c020127ef5 Issue 1: Generalize meta classes for state, role etc. - https://github.com/zigvu/rasbari/commit/709ac6132739e8ebca9232193ca9c4d27d3e97f7 Issue 1: Messaging gem: Add video capture messages - https://github.com/zigvu/rasbari/commit/98cd3064b18f0d76f4080b91097606b8847b341e Issue 1: Video Engine: Add handlers; Add daemon for rasbari servers - https://github.com/zigvu/rasbari/commit/c5a86964ab1893882e2d953d1351a2a246bd4d4e Issue 1: Video Engine: Move rasbari clients form messaging gem to video engine. Messaging gem: create states namespace and refactor existing video capture states - https://github.com/zigvu/rasbari/commit/9ff71c7082a0a29e722dd96b88b0d6946b8cf537 Issue 1: Video Engine: Add server handler and message for clip details during capture - https://github.com/zigvu/rasbari/commit/7c30f844f7a54a617291a0e85f1e841a60fbbf1d Issue 1: Setting Engine: Add setting engine - https://github.com/zigvu/rasbari/commit/ac008df7ffab06405186d67a41038cbd2dc4c4c5 Issue 1: Refactor role, state etc. to use the 'z' prefix instead of the 's' prefix - https://github.com/zigvu/rasbari/commit/9e9d486fdc2e9bb4ff01d0e206e488343316a91b Issue 1: Setting Engine: Add resource machines - https://github.com/zigvu/rasbari/commit/c4ba2ee35e23c13f38d6059940b36ffa6b7760ae Issue 1: Setting Engine: Setup resource machines - https://github.com/zigvu/rasbari/commit/b0a15360421115961f90c0ce39bc21247865ec80 Issue 1: Video engine: Remove capture url from stream table - https://github.com/zigvu/rasbari/commit/2524811bb94cbfe5aecaafb19d3717d33bd1ef4e Issue 1: Video engine: Add capture worfklow - https://github.com/zigvu/rasbari/commit/4245917255b744d69fdef07ce93383d120e15c03 Issue 1: Video engine: Add clip model and associated details - https://github.com/zigvu/rasbari/commit/54470cad22b4497ad3243e2f2fc0605409e2da50 Issue 1: Video engine: Add clip thumbnail views - https://github.com/zigvu/rasbari/commit/91c9fefcfdc35e9d1d69c17c918658936a252c13 Issue 1: Add rake task for generating workflows - https://github.com/zigvu/rasbari/commit/2ceb565de4e045447cb22a0e3702a500750f514b Issue 1: Storage: Add storage infrastructure - https://github.com/zigvu/rasbari/commit/e5c09c77723a2cf66b6eb7ddfacf12b48fe3eb3b Issue 1: Messaging/Video: Save clips and thumbnails - https://github.com/zigvu/rasbari/commit/61dfdf10d5d585764df6dc0d53c9522da70ab4f1