Skip to content

Commit

Permalink
[#505] REFACTOR: support outer context search in POM...
Browse files Browse the repository at this point in the history
... via descriptor.within(context)

+ add test example
  • Loading branch information
github-actions[bot] committed Jul 21, 2024
1 parent 58cf679 commit b7a8e60
Show file tree
Hide file tree
Showing 14 changed files with 63 additions and 63 deletions.
8 changes: 4 additions & 4 deletions total_clones.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions total_clones_per_week.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions total_views.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions total_views_per_week.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions traffic-selene/clones.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions traffic-selene/clones_per_week.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions traffic-selene/traffic_clones.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"count": 128462,
"uniques": 11579,
"count": 128473,
"uniques": 11581,
"clones": [
{
"timestamp": "2020-12-24T00:00:00Z",
Expand Down Expand Up @@ -6524,8 +6524,8 @@
},
{
"timestamp": "2024-07-20T00:00:00Z",
"count": 45,
"uniques": 7
"count": 56,
"uniques": 9
}
]
}
8 changes: 4 additions & 4 deletions traffic-selene/traffic_clones_per_week.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"count": 494,
"uniques": 116,
"count": 505,
"uniques": 118,
"clones": [
{
"timestamp": "2024-07-14T00:00:00Z",
Expand Down Expand Up @@ -34,8 +34,8 @@
},
{
"timestamp": "2024-07-20T00:00:00Z",
"count": 45,
"uniques": 7
"count": 56,
"uniques": 9
}
]
}
10 changes: 5 additions & 5 deletions traffic-selene/traffic_paths.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
{
"path": "/yashaka/selene",
"title": "yashaka/selene: User-oriented Web UI browser tests in Python",
"count": 357,
"uniques": 221
"count": 373,
"uniques": 230
},
{
"path": "/yashaka/selene/issues",
"title": "Issues · yashaka/selene · GitHub",
"count": 35,
"count": 36,
"uniques": 16
},
{
"path": "/yashaka/selene/tree/master/examples",
"title": "selene/examples at master · yashaka/selene · GitHub",
"count": 30,
"uniques": 10
"count": 34,
"uniques": 12
},
{
"path": "/yashaka/selene/tree/master/tests",
Expand Down
20 changes: 10 additions & 10 deletions traffic-selene/traffic_referrers.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@
},
{
"referrer": "school.qa.guru",
"count": 96,
"uniques": 3
"count": 100,
"uniques": 5
},
{
"referrer": "github.com",
"count": 82,
"uniques": 26
"referrer": "DuckDuckGo",
"count": 90,
"uniques": 83
},
{
"referrer": "DuckDuckGo",
"count": 80,
"uniques": 75
"referrer": "github.com",
"count": 83,
"uniques": 27
},
{
"referrer": "ecosia.org",
"count": 35,
"uniques": 34
"count": 38,
"uniques": 37
},
{
"referrer": "yandex.ru",
Expand Down
8 changes: 4 additions & 4 deletions traffic-selene/traffic_views.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"count": 139298,
"uniques": 35576,
"count": 139302,
"uniques": 35578,
"views": [
{
"timestamp": "2020-12-24T00:00:00Z",
Expand Down Expand Up @@ -6524,8 +6524,8 @@
},
{
"timestamp": "2024-07-20T00:00:00Z",
"count": 22,
"uniques": 14
"count": 26,
"uniques": 16
}
]
}
8 changes: 4 additions & 4 deletions traffic-selene/traffic_views_per_week.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"count": 590,
"uniques": 189,
"count": 594,
"uniques": 191,
"views": [
{
"timestamp": "2024-07-14T00:00:00Z",
Expand Down Expand Up @@ -34,8 +34,8 @@
},
{
"timestamp": "2024-07-20T00:00:00Z",
"count": 22,
"uniques": 14
"count": 26,
"uniques": 16
}
]
}
8 changes: 4 additions & 4 deletions traffic-selene/views.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions traffic-selene/views_per_week.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 b7a8e60

Please sign in to comment.