Skip to content

Commit

Permalink
Merge branch 'master' into '0.9.0'
Browse files Browse the repository at this point in the history
# Conflicts:
#   oe-logger/oe-logger.html
#   oe-logger/oe-logger.js
  • Loading branch information
pktippa committed Aug 30, 2017
2 parents 175df26 + 9dbcf9a commit 2afb27c
Show file tree
Hide file tree
Showing 35 changed files with 171 additions and 16 deletions.
2 changes: 1 addition & 1 deletion create-data/create-data.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
inputs : 1,
outputs : 2,
icon : "evf.png",
icon : "oeCloudLogo.svg",
label : function() {
return this.name || "create data";
}
Expand Down
Binary file removed create-data/icons/evf.png
Binary file not shown.
14 changes: 14 additions & 0 deletions create-data/icons/oeCloudLogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion destroy-data/destroy-data.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
inputs : 1,
outputs : 2,
icon : "evf.png",
icon : "oeCloudLogo.svg",
label : function() {
return this.name || "destroy data";
}
Expand Down
Binary file removed destroy-data/icons/evf.png
Binary file not shown.
14 changes: 14 additions & 0 deletions destroy-data/icons/oeCloudLogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion find-data/find-data.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
inputs : 1,
outputs : 2,
icon : "evf.png",
icon : "oeCloudLogo.svg",
label : function() {
return this.name || "find data";
}
Expand Down
Binary file removed find-data/icons/evf.png
Binary file not shown.
14 changes: 14 additions & 0 deletions find-data/icons/oeCloudLogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion loopback-async-after-remote/async-after-remote.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
inputs : 0,
outputs : 1,
icon : "evf.png",
icon : "oeCloudLogo.svg",
label : function() {
return this.name || "async-after-remote";
}
Expand Down
Binary file removed loopback-async-after-remote/icons/evf.png
Binary file not shown.
14 changes: 14 additions & 0 deletions loopback-async-after-remote/icons/oeCloudLogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion loopback-async-before-remote/async-before-remote.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
inputs : 0,
outputs : 1,
icon : "evf.png",
icon : "oeCloudLogo.svg",
label : function() {
return this.name || "async-before-remote";
}
Expand Down
Binary file removed loopback-async-before-remote/icons/evf.png
Binary file not shown.
14 changes: 14 additions & 0 deletions loopback-async-before-remote/icons/oeCloudLogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion loopback-async-observer/async-observer.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
inputs : 0,
outputs : 1,
icon : "evf.png",
icon : "oeCloudLogo.svg",
label : function() {
return this.name || "async-observer";
}
Expand Down
Binary file removed loopback-async-observer/icons/evf.png
Binary file not shown.
14 changes: 14 additions & 0 deletions loopback-async-observer/icons/oeCloudLogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion loopback-ds-switcher/ds-switcher.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
inputs: 0,
outputs: 2,
icon: "evf.png",
icon: "oeCloudLogo.svg",
onpaletteadd: function() {

},
Expand Down
Binary file removed loopback-ds-switcher/icons/evf.png
Binary file not shown.
14 changes: 14 additions & 0 deletions loopback-ds-switcher/icons/oeCloudLogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed loopback-model-observer/icons/evf.png
Binary file not shown.
14 changes: 14 additions & 0 deletions loopback-model-observer/icons/oeCloudLogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions loopback-model-observer/model-observer.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
©2016 EdgeVerve Systems Limited (a fully owned Infosys subsidiary),
2016 EdgeVerve Systems Limited (a fully owned Infosys subsidiary),
Bangalore, India. All Rights Reserved.
-->
<script type="text/javascript">
Expand All @@ -19,7 +19,7 @@
},
inputs : 0,
outputs : 1,
icon : "evf.png",
icon : "oeCloudLogo.svg",
label : function() {
return this.name || "model-observer";
}
Expand Down
4 changes: 2 additions & 2 deletions loopback-model-observer/model-observer.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ module.exports = function(RED) {
if (node.enabled) {
var msg = {
payload : eventPayload
}
};

node.send(msg);
} else {
console.log('node is disabled............');
}
})
});
}

node.on('close', function() {
Expand Down
Binary file removed loopback-sync-observer-end/icons/evf.png
Binary file not shown.
14 changes: 14 additions & 0 deletions loopback-sync-observer-end/icons/oeCloudLogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions loopback-sync-observer-end/sync-observer-end.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
©2016 EdgeVerve Systems Limited (a fully owned Infosys subsidiary),
©2016 EdgeVerve Systems Limited (a fully owned Infosys subsidiary),
Bangalore, India. All Rights Reserved.
-->

Expand All @@ -14,7 +14,7 @@
},
inputs : 1,
outputs : 0,
icon : "evf.png",
icon : "oeCloudLogo.svg",
label : function() {
return this.name || "sync-observer-end";
}
Expand Down
Binary file removed loopback-sync-observer/icons/evf.png
Binary file not shown.
14 changes: 14 additions & 0 deletions loopback-sync-observer/icons/oeCloudLogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion loopback-sync-observer/sync-observer.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
inputs : 0,
outputs : 1,
icon : "evf.png",
icon : "oeCloudLogo.svg",
label : function() {
return this.name || "sync-observer";
}
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
"should": "^8.2.2",
"sinon": "^1.17.3",
"supertest": "^1.2.0",
"when": "^3.7.7"
"when": "^3.7.7",
"oe-logger": "^0.9.1"
},
"dependencies": {
"express": "^4.13.4"
Expand Down
2 changes: 1 addition & 1 deletion rule-engine-decision-table/decision-table.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
inputs : 1,
outputs : 2,
icon : "evf.png",
icon : "oeCloudLogo.svg",
label : function() {
if(this.name){
return this.name;
Expand Down
Binary file removed rule-engine-decision-table/icons/evf.png
Binary file not shown.
14 changes: 14 additions & 0 deletions rule-engine-decision-table/icons/oeCloudLogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2afb27c

Please sign in to comment.