forked from matomo-org/matomo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into DeviceDetector2
- Loading branch information
Showing
27 changed files
with
1,122 additions
and
408 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule CustomAlerts
updated
from e66e5a to 495cf8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...ration/expected/test_AutoSuggestAPITest_browserCode__API.getSuggestedValuesForSegment.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<result> | ||
<row>FF</row> | ||
<row>UNK</row> | ||
</result> |
14 changes: 7 additions & 7 deletions
14
...nit/Integration/expected/test_AutoSuggestAPITest_browserCode__VisitsSummary.get_range.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<result> | ||
<nb_visits>35</nb_visits> | ||
<nb_actions>61</nb_actions> | ||
<nb_visits_converted>35</nb_visits_converted> | ||
<bounce_count>18</bounce_count> | ||
<sum_visit_length>21437</sum_visit_length> | ||
<nb_visits>28</nb_visits> | ||
<nb_actions>48</nb_actions> | ||
<nb_visits_converted>28</nb_visits_converted> | ||
<bounce_count>15</bounce_count> | ||
<sum_visit_length>16393</sum_visit_length> | ||
<max_actions>3</max_actions> | ||
<bounce_rate>51%</bounce_rate> | ||
<bounce_rate>54%</bounce_rate> | ||
<nb_actions_per_visit>1.7</nb_actions_per_visit> | ||
<avg_time_on_site>612</avg_time_on_site> | ||
<avg_time_on_site>585</avg_time_on_site> | ||
</result> |
1 change: 1 addition & 0 deletions
1
...ion/expected/test_AutoSuggestAPITest_browserVersion__API.getSuggestedValuesForSegment.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<result> | ||
<row>3.6</row> | ||
<row>UNK</row> | ||
</result> |
Oops, something went wrong.