File tree Expand file tree Collapse file tree 5 files changed +7
-9
lines changed Expand file tree Collapse file tree 5 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -90,9 +90,6 @@ export const patterns = [
90
90
'clients/algoliasearch-client-kotlin/client/src/commonMain/kotlin/com/algolia/client/api/**' ,
91
91
'clients/algoliasearch-client-kotlin/client/src/commonMain/kotlin/com/algolia/client/model/**' ,
92
92
93
- 'tests/output/kotlin/src/commonTest/kotlin/com/algolia/client/**' ,
94
- 'tests/output/kotlin/src/commonTest/kotlin/com/algolia/requests/**' ,
95
-
96
93
// PHP
97
94
'!clients/algoliasearch-client-php/**' ,
98
95
'clients/algoliasearch-client-php/lib/Api/*' ,
@@ -116,6 +113,7 @@ export const patterns = [
116
113
'clients/algoliasearch-client-python/.gitignore' ,
117
114
118
115
'tests/output/python/requirements.txt' ,
116
+ '!tests/output/python/**/__init__.py' ,
119
117
120
118
// Ruby
121
119
'!snippets/ruby/Gemfile' ,
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ async function run(command) {
20
20
export function getPatterns ( ) {
21
21
const entries = patterns ;
22
22
for ( const [ language , { tests } ] of Object . entries ( clientConfig ) ) {
23
- entries . push ( `tests/output/${ language } /${ tests . outputFolder } /client/**` ) ;
24
- entries . push ( `tests/output/${ language } /${ tests . outputFolder } /requests/**` ) ;
23
+ entries . unshift ( `tests/output/${ language } /${ tests . outputFolder } /client/**` ) ;
24
+ entries . unshift ( `tests/output/${ language } /${ tests . outputFolder } /requests/**` ) ;
25
25
}
26
26
return entries ;
27
27
}
Original file line number Diff line number Diff line change 30
30
"body" : {
31
31
"abtests" : [
32
32
{
33
- "abTestID" : 84617 ,
34
- "createdAt" : " 2024-02-06T10:04:30.209477Z " ,
35
- "endAt" : " 2024 -05-06T09:04:26.469Z " ,
33
+ "abTestID" : 85635 ,
34
+ "createdAt" : " 2024-05-13T10:12:27.739233Z " ,
35
+ "endAt" : " 2124 -05-13T00:00:00Z " ,
36
36
"name" : " cts_e2e_abtest" ,
37
37
"status" : " active" ,
38
38
"variants" : [
39
39
{
40
40
"addToCartCount" : 0 ,
41
41
"clickCount" : 0 ,
42
42
"conversionCount" : 0 ,
43
- "description" : " " ,
43
+ "description" : " this abtest is used for api client automation tests and will expire in 2124 " ,
44
44
"index" : " cts_e2e_search_facet" ,
45
45
"purchaseCount" : 0 ,
46
46
"trafficPercentage" : 25
You can’t perform that action at this time.
0 commit comments