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:
authorKate Butler <kate@innocraft.com>2019-08-26 01:03:51 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2019-08-26 01:03:51 +0300
commit444e8415ed5e0771213be972bd96249f091fdbf1 (patch)
tree3214e4ccf3e822d45d104f7a3ab48064f3f602ef /.gitmodules
parent332598bdcea6d4e9e1692547f7f15c64edb5e810 (diff)
Cache parsed device detection info to file (#14751)
* Create a file cache for parsed device info * Tests for device detection file cache * Move device detector cache into separate plugin * Move WarmDeviceDetectorCache to separate plugin * Use DI to get the DeviceDetectorFactory * add device detector cache as a submodule * update submodule * update submodule * fix BC break * System test, deal with useragent strings > 500 characters long * update submodule * Update submodule
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index 4d30b7ac0b..6c9c8b56a8 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -58,6 +58,10 @@
path = plugins/TagManager
url = https://github.com/matomo-org/tag-manager.git
branch = master
+[submodule "plugins/DeviceDetectorCache"]
+ path = plugins/DeviceDetectorCache
+ url = https://github.com/matomo-org/plugin-DeviceDetectorCache.git
+
# Add new Plugin submodule above this line ^^
#
@@ -72,4 +76,4 @@
path = plugins/Morpheus/icons
url = https://github.com/matomo-org/matomo-icons.git
-# Note: do not add new plugin submodules here, but a few lines above
+# Note: do not add new plugin submodules here, but a few lines above \ No newline at end of file