Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiosmosis <benaka@piwik.pro>2015-07-08 07:50:00 +0300
committerdiosmosis <benaka@piwik.pro>2015-08-06 17:37:58 +0300
commit2ba74fba6bcb83a55963309d05cdc31c9d977103 (patch)
tree9106e6ed69f4eec27bc8cf608ba8a700171c0f30 /plugins/Heartbeat/plugin.json
parentaeb17d5958be81b4588a535c7a7a7a0c97724644 (diff)
Add new RequestProcessor to Actions plugin for action detection + new RequestProcessor for ping request handling. Ping request handling is performed in new Heartbeat plugin. Also added a new method to Plugin, isTrackerPlugin for plugins to override if they are tracker plugins, but don't have a dimension or implement a tracker method.
Diffstat (limited to 'plugins/Heartbeat/plugin.json')
-rw-r--r--plugins/Heartbeat/plugin.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/Heartbeat/plugin.json b/plugins/Heartbeat/plugin.json
new file mode 100644
index 0000000000..3d028b75db
--- /dev/null
+++ b/plugins/Heartbeat/plugin.json
@@ -0,0 +1,3 @@
+{
+ "description": "Handles ping tracker requests."
+} \ No newline at end of file