You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by am...@apache.org on 2017/11/13 11:10:02 UTC

[3/4] incubator-unomi git commit: Duplicate rule fix

Duplicate rule fix


Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/8a76324c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/8a76324c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/8a76324c

Branch: refs/heads/master
Commit: 8a76324cd492195f96a017d7e0595ae8c2a20468
Parents: 8f5675a
Author: dinesh1996 <Dragonball21>
Authored: Mon Aug 28 17:05:50 2017 +0200
Committer: dinesh1996 <Dragonball21>
Committed: Mon Aug 28 17:05:50 2017 +0200

----------------------------------------------------------------------
 .../META-INF/cxs/rules/UpdateWeather.json       | 40 --------------------
 1 file changed, 40 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/8a76324c/extensions/weather-update/core/src/main/resources/META-INF/cxs/rules/UpdateWeather.json
----------------------------------------------------------------------
diff --git a/extensions/weather-update/core/src/main/resources/META-INF/cxs/rules/UpdateWeather.json b/extensions/weather-update/core/src/main/resources/META-INF/cxs/rules/UpdateWeather.json
deleted file mode 100755
index ec25145..0000000
--- a/extensions/weather-update/core/src/main/resources/META-INF/cxs/rules/UpdateWeather.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
-  "metadata": {
-    "id": "weatherUpdate",
-    "name": "Add weather information to session",
-    "description": "Get the weather from a city"
-  },
-  "raiseEventOnlyOnceForSession": false,
-  "condition": {
-
-    "parameterValues": {
-      "subConditions": [
-        {
-          "type": "eventTypeCondition",
-          "parameterValues": {
-            "eventTypeId": "weatherEvent"
-          }
-        },
-        {
-          "type": "eventTypeCondition",
-          "parameterValues": {
-            "eventTypeId": "login"
-          }
-        }
-      ],
-      "operator" : "or"
-    },
-    "type": "booleanCondition"
-  },
-  "actions": [
-    {
-      "type": "weatherUpdateAction",
-      "parameterValues": {}
-    }
-  ]
-}
-
-
-
-
-