BlackCrystall
BlackCrystall
When attempting to synchronize a server, it always fails when trying to synchronize plugins with an error message "Command unknown". Is this normal behaviour ? I didn't have time to...
Server.log! takes a hash as the third parameter while it was given a string. Fixes Issue #13
`rescue_from CommandError` in `Servers::SyncJob` will never succeed as it calls `@server.log!` with three strings while `Server.log!` expects two strings and a hash
The applications sync job doesn't do much for now except for checking if the app exists in the database and set its status to syncing, or so it looks to...