0.0.5 | Built motion from commit b4141bc. 0.0.5
authorMotion Team <team@xcally.com>
Mon, 7 Dec 2015 17:00:20 +0000 (18:00 +0100)
committerMotion Team <team@xcally.com>
Mon, 7 Dec 2015 17:00:20 +0000 (18:00 +0100)
package.json
release-notes/changelog_0.0.5.txt [moved from release-notes/changelog_0.0.4.txt with 95% similarity]
server/api/update/update.controller.js
server/app.json
server/config/environment/config_history.json

index a3757ac..9397b7b 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "motion",
-  "version": "0.0.5",
+  "version": "0.0.6",
   "main": "server/app.js",
   "dependencies": {
     "accept-language-parser": "^1.0.2",
similarity index 95%
rename from release-notes/changelog_0.0.4.txt
rename to release-notes/changelog_0.0.5.txt
index 7e5d690..510fbb7 100644 (file)
@@ -1,5 +1,9 @@
 # xCALLY MOTION Changelog
 
+- * b4141bc - 2015-12-07: config.son + config_history.son 
+- * d789675 - 2015-12-07: gitignore 
+- * 0a1dc33 - 2015-12-07: test remove config.son 
+- * 642a19d - 2015-12-07: server side API update 
 - * 872c986 - 2015-12-07: test commit 
 - * edef880 - 2015-12-07: new version 
 - * ae382fb - 2015-12-07: server side API 
index 65546fc..6ae1d16 100644 (file)
@@ -38,7 +38,7 @@ exports.show = function(req, res) {
 // Get a single update
 exports.pull = function(req, res) {
   Git
-    .reset('soft', function(err, update) {
+    .reset('hard', function(err, update) {
       console.log('update', update);
       if (err) {
         return handleError(res, err);
index 757879b..750999c 100644 (file)
@@ -5,7 +5,7 @@
     "env": {
       "NODE_ENV": "production"
     },
-    "cwd": "/var/opt/motion",
+    "cwd": "/var/opt/motion/server",
     "error_file": "/var/log/xcally/motion-err.log",
     "out_file": "/var/log/xcally/motion-out.log",
     "watch": ["package.json"]
index b28da56..2685297 100644 (file)
@@ -2,9 +2,9 @@
   "development": {
     "host": "localhost",
     "port": 3306,
-    "database": "xcally",
-    "username": "root",
-    "password": "peppe88",
+    "database": "motion",
+    "username": "xcall",
+    "password": "xC@LL1234",
     "dialect": "mysql"
   },
   "test": {