DataPager styling & templating #3134
main.yml
on: pull_request
Build all projects without errors
11m 59s
JS unit tests
1m 1s
Matrix: Build published projects without warnings
Matrix: .NET unit tests
Matrix: UI tests
Annotations
42 errors and 15 warnings
Build published projects without warnings (Debug):
src/Framework/Framework/Controls/DataPager.cs#L182
Converting null literal or possible null value to non-nullable type.
|
Build published projects without warnings (Debug):
src/Framework/Framework/Controls/DataPager.cs#L182
Possible null reference return.
|
Build published projects without warnings (Debug):
src/Framework/Framework/Controls/DataPager.cs#L194
Converting null literal or possible null value to non-nullable type.
|
Build published projects without warnings (Debug):
src/Framework/Framework/Controls/DataPager.cs#L194
Possible null reference return.
|
Build published projects without warnings (Debug):
src/Framework/Framework/Controls/DataPager.cs#L182
Converting null literal or possible null value to non-nullable type.
|
Build published projects without warnings (Debug):
src/Framework/Framework/Controls/DataPager.cs#L182
Possible null reference return.
|
Build published projects without warnings (Debug):
src/Framework/Framework/Controls/DataPager.cs#L194
Converting null literal or possible null value to non-nullable type.
|
Build published projects without warnings (Debug):
src/Framework/Framework/Controls/DataPager.cs#L194
Possible null reference return.
|
Build published projects without warnings (Debug)
Process completed with exit code 1.
|
Build published projects without warnings (Release):
src/Framework/Framework/Controls/DataPager.cs#L182
Converting null literal or possible null value to non-nullable type.
|
Build published projects without warnings (Release):
src/Framework/Framework/Controls/DataPager.cs#L182
Possible null reference return.
|
Build published projects without warnings (Release):
src/Framework/Framework/Controls/DataPager.cs#L194
Converting null literal or possible null value to non-nullable type.
|
Build published projects without warnings (Release):
src/Framework/Framework/Controls/DataPager.cs#L194
Possible null reference return.
|
Build published projects without warnings (Release):
src/Framework/Framework/Controls/DataPager.cs#L182
Converting null literal or possible null value to non-nullable type.
|
Build published projects without warnings (Release):
src/Framework/Framework/Controls/DataPager.cs#L182
Possible null reference return.
|
Build published projects without warnings (Release):
src/Framework/Framework/Controls/DataPager.cs#L194
Converting null literal or possible null value to non-nullable type.
|
Build published projects without warnings (Release):
src/Framework/Framework/Controls/DataPager.cs#L194
Possible null reference return.
|
Build published projects without warnings (Release)
Process completed with exit code 1.
|
SerializeDefaultConfig:
src/Tests/Runtime/ConfigurationSerializationTests.cs#L69
Test method DotVVM.Framework.Tests.Runtime.ConfigurationSerializationTests.SerializeDefaultConfig threw exception:
System.Exception: ConfigurationSerializationTests.SerializeDefaultConfig.json has changed, the actual output differs from the previous accepted output:
diff --git a/src/Tests/Runtime/config-tests/ConfigurationSerializationTests.SerializeDefaultConfig.json b/src/Tests/Runtime/config-tests/ConfigurationSerializationTests.SerializeDefaultConfig.json
index f0b2e8f..7466f33 100644
--- a/src/Tests/Runtime/config-tests/ConfigurationSerializationTests.SerializeDefaultConfig.json
+++ b/src/Tests/Runtime/config-tests/ConfigurationSerializationTests.SerializeDefaultConfig.json
@@ -561,11 +561,21 @@
}
},
"DotVVM.Framework.Controls.DataPager": {
+ "ActiveItemCssClass": {
+ "type": "System.String",
+ "defaultValue": "active",
+ "onlyHardcoded": true
+ },
"DataSet": {
"type": "DotVVM.Framework.Controls.IPageableGridViewDataSet`1[[DotVVM.Framework.Controls.IPagingOptions, DotVVM.Core, Version=***, Culture=neutral, PublicKeyToken=23f3607db32275da]], DotVVM.Core",
"required": true,
"onlyBindings": true
},
+ "DisabledItemCssClass": {
+ "type": "System.String",
+ "defaultValue": "disabled",
+ "onlyHardcoded": true
+ },
"Enabled": {
"type": "System.Boolean",
"defaultValue": true
@@ -585,6 +595,24 @@
"mappingMode": "InnerElement",
"onlyHardcoded": true
},
+ "LinkID": {
+ "type": "System.String",
+ "fromCapability": "LinkHtmlCapability"
+ },
+ "LinkVisible": {
+ "type": "System.Boolean",
+ "defaultValue": true,
+ "fromCapability": "LinkHtmlCapability"
+ },
+ "ListItemID": {
+ "type": "System.String",
+ "fromCapability": "ListItemHtmlCapability"
+ },
+ "ListItemVisible": {
+ "type": "System.Boolean",
+ "defaultValue": true,
+ "fromCapability": "ListItemHtmlCapability"
+ },
"LoadData": {
"type": "DotVVM.Framework.Binding.Expressions.ICommandBinding, DotVVM.Framework",
"onlyBindings": true
@@ -594,6 +622,23 @@
"mappingMode": "InnerElement",
"onlyHardcoded": true
},
+ "PageNumberTemplate": {
+ "type": "DotVVM.Framework.Controls.ITemplate, DotVVM.Framework",
+ "dataContextChange": [
+ {
+ "$type": "DotVVM.Framework.Binding.ConstantDataContextChangeAttribute, DotVVM.Framework",
+ "Type": "System.Int32[]",
+ "TypeId": "DotVVM.Framework.Binding.ConstantDataContextChangeAttribute, DotVVM.Framework"
+ },
+ {
+ "$type": "DotVVM.Framework.Binding.CollectionElementDataContextChangeAttribute, DotVVM.Framework",
+ "Order": 1,
+ "TypeId": "DotVVM.Framework.Binding.CollectionElementDataContextChangeAttribute, DotVVM.Framework"
+ }
+ ],
+ "mappingMode": "InnerElement",
+ "onlyHardcoded": true
+ },
"PreviousPageTemplate": {
"type": "DotVVM.Framework.Controls.ITemplate, DotVVM.Framework",
"mappingMode": "InnerElement",
@@ -1772,6 +1817,16 @@
"type": "DotVVM.Framework.Controls.TextOrContentCapability, DotVVM.Framework"
}
},
+ "DotVVM.Framework.Controls.DataPager": {
+ "LinkHtmlCapability": {
+ "type": "DotVVM.Framework.Controls.HtmlCapability, DotVVM.Framework",
+ "capabilityPrefix": "Link"
+ },
+ "ListItemHtmlCapability": {
+ "type": "DotVVM.Framework.Controls.HtmlCapability, DotVVM.Framework",
+ "capabilityPrefix": "ListItem"
+ }
+ },
"DotVVM.Framework.Controls.HierarchyRepeater": {
"ItemHtmlCapability": {
"type": "DotVVM.Framework.Controls.HtmlCapability, DotVVM.Framework",
@@ -1906,6 +1961,44 @@
"fromCapability": "FieldSelectorProps"
}
},
+ "DotVVM.Framework.Controls.DataPager": {
+ "LinkAttributes": {
+ "prefixes": [
+
|
CommandDataPager:
src/Tests/ControlTests/DataPagerTests.cs#L44
Test method DotVVM.Framework.Tests.ControlTests.DataPagerTests.CommandDataPager threw exception:
System.Exception: DataPagerTests.CommandDataPager.html has changed, the actual output differs from the previous accepted output:
diff --git a/src/Tests/ControlTests/testoutputs/DataPagerTests.CommandDataPager.html b/src/Tests/ControlTests/testoutputs/DataPagerTests.CommandDataPager.html
index a061797..9fdeb45 100644
--- a/src/Tests/ControlTests/testoutputs/DataPagerTests.CommandDataPager.html
+++ b/src/Tests/ControlTests/testoutputs/DataPagerTests.CommandDataPager.html
@@ -14,7 +14,7 @@
<a data-bind="text: $data + 1" href="javascript:;" onclick="dotvvm.postBack(this,["Customers()?.PagingOptions()?.NearPageIndexes/[$index]"],"J4s1chtqLBUO+Bt2","",null,[],[],undefined).catch(dotvvm.log.logPostBackScriptError);event.stopPropagation();return false;"></a>
<!-- /ko -->
<!-- ko if: $data == $parent.Customers()?.PagingOptions()?.PageIndex() -->
- <span data-bind="text: $data + 1"></span>
+ <span></span>
<!-- /ko -->
</li>
<!-- /ko -->
Is this change OK? To let the test pass, stage the file in git. Confused? See https://github.com/exyi/CheckTestOutput/blob/master/trouble.md#changed-file
|
StaticCommandPager:
src/Tests/ControlTests/DataPagerTests.cs#L62
Test method DotVVM.Framework.Tests.ControlTests.DataPagerTests.StaticCommandPager threw exception:
System.Exception: DataPagerTests.StaticCommandPager.html has changed, the actual output differs from the previous accepted output:
diff --git a/src/Tests/ControlTests/testoutputs/DataPagerTests.StaticCommandPager.html b/src/Tests/ControlTests/testoutputs/DataPagerTests.StaticCommandPager.html
index cc14462..d75279b 100644
--- a/src/Tests/ControlTests/testoutputs/DataPagerTests.StaticCommandPager.html
+++ b/src/Tests/ControlTests/testoutputs/DataPagerTests.StaticCommandPager.html
@@ -23,7 +23,7 @@
},this).catch(dotvvm.log.logPostBackScriptError);event.stopPropagation();return false;"></a>
<!-- /ko -->
<!-- ko if: $data == $parent.Customers()?.PagingOptions()?.PageIndex() -->
- <span data-bind="text: $data + 1"></span>
+ <span></span>
<!-- /ko -->
</li>
<!-- /ko -->
Is this change OK? To let the test pass, stage the file in git. Confused? See https://github.com/exyi/CheckTestOutput/blob/master/trouble.md#changed-file
|
.NET unit tests (ubuntu-latest)
Process completed with exit code 1.
|
SerializeDefaultConfig:
src/Tests/Runtime/ConfigurationSerializationTests.cs#L69
Test method DotVVM.Framework.Tests.Runtime.ConfigurationSerializationTests.SerializeDefaultConfig threw exception:
System.Exception: ConfigurationSerializationTests.SerializeDefaultConfig.json has changed, the actual output differs from the previous accepted output:
diff --git a/src/Tests/Runtime/config-tests/ConfigurationSerializationTests.SerializeDefaultConfig.json b/src/Tests/Runtime/config-tests/ConfigurationSerializationTests.SerializeDefaultConfig.json
index f0b2e8f..7466f33 100644
--- a/src/Tests/Runtime/config-tests/ConfigurationSerializationTests.SerializeDefaultConfig.json
+++ b/src/Tests/Runtime/config-tests/ConfigurationSerializationTests.SerializeDefaultConfig.json
@@ -561,11 +561,21 @@
}
},
"DotVVM.Framework.Controls.DataPager": {
+ "ActiveItemCssClass": {
+ "type": "System.String",
+ "defaultValue": "active",
+ "onlyHardcoded": true
+ },
"DataSet": {
"type": "DotVVM.Framework.Controls.IPageableGridViewDataSet`1[[DotVVM.Framework.Controls.IPagingOptions, DotVVM.Core, Version=***, Culture=neutral, PublicKeyToken=23f3607db32275da]], DotVVM.Core",
"required": true,
"onlyBindings": true
},
+ "DisabledItemCssClass": {
+ "type": "System.String",
+ "defaultValue": "disabled",
+ "onlyHardcoded": true
+ },
"Enabled": {
"type": "System.Boolean",
"defaultValue": true
@@ -585,6 +595,24 @@
"mappingMode": "InnerElement",
"onlyHardcoded": true
},
+ "LinkID": {
+ "type": "System.String",
+ "fromCapability": "LinkHtmlCapability"
+ },
+ "LinkVisible": {
+ "type": "System.Boolean",
+ "defaultValue": true,
+ "fromCapability": "LinkHtmlCapability"
+ },
+ "ListItemID": {
+ "type": "System.String",
+ "fromCapability": "ListItemHtmlCapability"
+ },
+ "ListItemVisible": {
+ "type": "System.Boolean",
+ "defaultValue": true,
+ "fromCapability": "ListItemHtmlCapability"
+ },
"LoadData": {
"type": "DotVVM.Framework.Binding.Expressions.ICommandBinding, DotVVM.Framework",
"onlyBindings": true
@@ -594,6 +622,23 @@
"mappingMode": "InnerElement",
"onlyHardcoded": true
},
+ "PageNumberTemplate": {
+ "type": "DotVVM.Framework.Controls.ITemplate, DotVVM.Framework",
+ "dataContextChange": [
+ {
+ "$type": "DotVVM.Framework.Binding.ConstantDataContextChangeAttribute, DotVVM.Framework",
+ "Type": "System.Int32[]",
+ "TypeId": "DotVVM.Framework.Binding.ConstantDataContextChangeAttribute, DotVVM.Framework"
+ },
+ {
+ "$type": "DotVVM.Framework.Binding.CollectionElementDataContextChangeAttribute, DotVVM.Framework",
+ "Order": 1,
+ "TypeId": "DotVVM.Framework.Binding.CollectionElementDataContextChangeAttribute, DotVVM.Framework"
+ }
+ ],
+ "mappingMode": "InnerElement",
+ "onlyHardcoded": true
+ },
"PreviousPageTemplate": {
"type": "DotVVM.Framework.Controls.ITemplate, DotVVM.Framework",
"mappingMode": "InnerElement",
@@ -1772,6 +1817,16 @@
"type": "DotVVM.Framework.Controls.TextOrContentCapability, DotVVM.Framework"
}
},
+ "DotVVM.Framework.Controls.DataPager": {
+ "LinkHtmlCapability": {
+ "type": "DotVVM.Framework.Controls.HtmlCapability, DotVVM.Framework",
+ "capabilityPrefix": "Link"
+ },
+ "ListItemHtmlCapability": {
+ "type": "DotVVM.Framework.Controls.HtmlCapability, DotVVM.Framework",
+ "capabilityPrefix": "ListItem"
+ }
+ },
"DotVVM.Framework.Controls.HierarchyRepeater": {
"ItemHtmlCapability": {
"type": "DotVVM.Framework.Controls.HtmlCapability, DotVVM.Framework",
@@ -1906,6 +1961,44 @@
"fromCapability": "FieldSelectorProps"
}
},
+ "DotVVM.Framework.Controls.DataPager": {
+ "LinkAttributes": {
+ "prefixes": [
+
|
CommandDataPager:
src/Tests/ControlTests/DataPagerTests.cs#L44
Test method DotVVM.Framework.Tests.ControlTests.DataPagerTests.CommandDataPager threw exception:
System.Exception: DataPagerTests.CommandDataPager.html has changed, the actual output differs from the previous accepted output:
diff --git a/src/Tests/ControlTests/testoutputs/DataPagerTests.CommandDataPager.html b/src/Tests/ControlTests/testoutputs/DataPagerTests.CommandDataPager.html
index a061797..9fdeb45 100644
--- a/src/Tests/ControlTests/testoutputs/DataPagerTests.CommandDataPager.html
+++ b/src/Tests/ControlTests/testoutputs/DataPagerTests.CommandDataPager.html
@@ -14,7 +14,7 @@
<a data-bind="text: $data + 1" href="javascript:;" onclick="dotvvm.postBack(this,["Customers()?.PagingOptions()?.NearPageIndexes/[$index]"],"J4s1chtqLBUO+Bt2","",null,[],[],undefined).catch(dotvvm.log.logPostBackScriptError);event.stopPropagation();return false;"></a>
<!-- /ko -->
<!-- ko if: $data == $parent.Customers()?.PagingOptions()?.PageIndex() -->
- <span data-bind="text: $data + 1"></span>
+ <span></span>
<!-- /ko -->
</li>
<!-- /ko -->
Is this change OK? To let the test pass, stage the file in git. Confused? See https://github.com/exyi/CheckTestOutput/blob/master/trouble.md#changed-file
|
StaticCommandPager:
src/Tests/ControlTests/DataPagerTests.cs#L62
Test method DotVVM.Framework.Tests.ControlTests.DataPagerTests.StaticCommandPager threw exception:
System.Exception: DataPagerTests.StaticCommandPager.html has changed, the actual output differs from the previous accepted output:
diff --git a/src/Tests/ControlTests/testoutputs/DataPagerTests.StaticCommandPager.html b/src/Tests/ControlTests/testoutputs/DataPagerTests.StaticCommandPager.html
index cc14462..d75279b 100644
--- a/src/Tests/ControlTests/testoutputs/DataPagerTests.StaticCommandPager.html
+++ b/src/Tests/ControlTests/testoutputs/DataPagerTests.StaticCommandPager.html
@@ -23,7 +23,7 @@
},this).catch(dotvvm.log.logPostBackScriptError);event.stopPropagation();return false;"></a>
<!-- /ko -->
<!-- ko if: $data == $parent.Customers()?.PagingOptions()?.PageIndex() -->
- <span data-bind="text: $data + 1"></span>
+ <span></span>
<!-- /ko -->
</li>
<!-- /ko -->
Is this change OK? To let the test pass, stage the file in git. Confused? See https://github.com/exyi/CheckTestOutput/blob/master/trouble.md#changed-file
|
.NET unit tests (macOS-latest)
Process completed with exit code 1.
|
SerializeDefaultConfig:
src/Tests/Runtime/ConfigurationSerializationTests.cs#L69
Test method DotVVM.Framework.Tests.Runtime.ConfigurationSerializationTests.SerializeDefaultConfig threw exception:
System.Exception: ConfigurationSerializationTests.SerializeDefaultConfig.json has changed, the actual output differs from the previous accepted output:
diff --git a/src/Tests/Runtime/config-tests/ConfigurationSerializationTests.SerializeDefaultConfig.json b/src/Tests/Runtime/config-tests/ConfigurationSerializationTests.SerializeDefaultConfig.json
index f0b2e8f..7466f33 100644
--- a/src/Tests/Runtime/config-tests/ConfigurationSerializationTests.SerializeDefaultConfig.json
+++ b/src/Tests/Runtime/config-tests/ConfigurationSerializationTests.SerializeDefaultConfig.json
@@ -561,11 +561,21 @@
}
},
"DotVVM.Framework.Controls.DataPager": {
+ "ActiveItemCssClass": {
+ "type": "System.String",
+ "defaultValue": "active",
+ "onlyHardcoded": true
+ },
"DataSet": {
"type": "DotVVM.Framework.Controls.IPageableGridViewDataSet`1[[DotVVM.Framework.Controls.IPagingOptions, DotVVM.Core, Version=***, Culture=neutral, PublicKeyToken=23f3607db32275da]], DotVVM.Core",
"required": true,
"onlyBindings": true
},
+ "DisabledItemCssClass": {
+ "type": "System.String",
+ "defaultValue": "disabled",
+ "onlyHardcoded": true
+ },
"Enabled": {
"type": "System.Boolean",
"defaultValue": true
@@ -585,6 +595,24 @@
"mappingMode": "InnerElement",
"onlyHardcoded": true
},
+ "LinkID": {
+ "type": "System.String",
+ "fromCapability": "LinkHtmlCapability"
+ },
+ "LinkVisible": {
+ "type": "System.Boolean",
+ "defaultValue": true,
+ "fromCapability": "LinkHtmlCapability"
+ },
+ "ListItemID": {
+ "type": "System.String",
+ "fromCapability": "ListItemHtmlCapability"
+ },
+ "ListItemVisible": {
+ "type": "System.Boolean",
+ "defaultValue": true,
+ "fromCapability": "ListItemHtmlCapability"
+ },
"LoadData": {
"type": "DotVVM.Framework.Binding.Expressions.ICommandBinding, DotVVM.Framework",
"onlyBindings": true
@@ -594,6 +622,23 @@
"mappingMode": "InnerElement",
"onlyHardcoded": true
},
+ "PageNumberTemplate": {
+ "type": "DotVVM.Framework.Controls.ITemplate, DotVVM.Framework",
+ "dataContextChange": [
+ {
+ "$type": "DotVVM.Framework.Binding.ConstantDataContextChangeAttribute, DotVVM.Framework",
+ "Type": "System.Int32[]",
+ "TypeId": "DotVVM.Framework.Binding.ConstantDataContextChangeAttribute, DotVVM.Framework"
+ },
+ {
+ "$type": "DotVVM.Framework.Binding.CollectionElementDataContextChangeAttribute, DotVVM.Framework",
+ "Order": 1,
+ "TypeId": "DotVVM.Framework.Binding.CollectionElementDataContextChangeAttribute, DotVVM.Framework"
+ }
+ ],
+ "mappingMode": "InnerElement",
+ "onlyHardcoded": true
+ },
"PreviousPageTemplate": {
"type": "DotVVM.Framework.Controls.ITemplate, DotVVM.Framework",
"mappingMode": "InnerElement",
@@ -1772,6 +1817,16 @@
"type": "DotVVM.Framework.Controls.TextOrContentCapability, DotVVM.Framework"
}
},
+ "DotVVM.Framework.Controls.DataPager": {
+ "LinkHtmlCapability": {
+ "type": "DotVVM.Framework.Controls.HtmlCapability, DotVVM.Framework",
+ "capabilityPrefix": "Link"
+ },
+ "ListItemHtmlCapability": {
+ "type": "DotVVM.Framework.Controls.HtmlCapability, DotVVM.Framework",
+ "capabilityPrefix": "ListItem"
+ }
+ },
"DotVVM.Framework.Controls.HierarchyRepeater": {
"ItemHtmlCapability": {
"type": "DotVVM.Framework.Controls.HtmlCapability, DotVVM.Framework",
@@ -1906,6 +1961,44 @@
"fromCapability": "FieldSelectorProps"
}
},
+ "DotVVM.Framework.Controls.DataPager": {
+ "LinkAttributes": {
+ "prefixes": [
+
|
CommandDataPager:
src/Tests/ControlTests/DataPagerTests.cs#L44
Test method DotVVM.Framework.Tests.ControlTests.DataPagerTests.CommandDataPager threw exception:
System.Exception: DataPagerTests.CommandDataPager.html has changed, the actual output differs from the previous accepted output:
diff --git a/src/Tests/ControlTests/testoutputs/DataPagerTests.CommandDataPager.html b/src/Tests/ControlTests/testoutputs/DataPagerTests.CommandDataPager.html
index a061797..9fdeb45 100644
--- a/src/Tests/ControlTests/testoutputs/DataPagerTests.CommandDataPager.html
+++ b/src/Tests/ControlTests/testoutputs/DataPagerTests.CommandDataPager.html
@@ -14,7 +14,7 @@
<a data-bind="text: $data + 1" href="javascript:;" onclick="dotvvm.postBack(this,["Customers()?.PagingOptions()?.NearPageIndexes/[$index]"],"J4s1chtqLBUO+Bt2","",null,[],[],undefined).catch(dotvvm.log.logPostBackScriptError);event.stopPropagation();return false;"></a>
<!-- /ko -->
<!-- ko if: $data == $parent.Customers()?.PagingOptions()?.PageIndex() -->
- <span data-bind="text: $data + 1"></span>
+ <span></span>
<!-- /ko -->
</li>
<!-- /ko -->
Is this change OK? To let the test pass, stage the file in git. Confused? See https://github.com/exyi/CheckTestOutput/blob/master/trouble.md#changed-file
|
StaticCommandPager:
src/Tests/ControlTests/DataPagerTests.cs#L62
Test method DotVVM.Framework.Tests.ControlTests.DataPagerTests.StaticCommandPager threw exception:
System.Exception: DataPagerTests.StaticCommandPager.html has changed, the actual output differs from the previous accepted output:
diff --git a/src/Tests/ControlTests/testoutputs/DataPagerTests.StaticCommandPager.html b/src/Tests/ControlTests/testoutputs/DataPagerTests.StaticCommandPager.html
index cc14462..d75279b 100644
--- a/src/Tests/ControlTests/testoutputs/DataPagerTests.StaticCommandPager.html
+++ b/src/Tests/ControlTests/testoutputs/DataPagerTests.StaticCommandPager.html
@@ -23,7 +23,7 @@
},this).catch(dotvvm.log.logPostBackScriptError);event.stopPropagation();return false;"></a>
<!-- /ko -->
<!-- ko if: $data == $parent.Customers()?.PagingOptions()?.PageIndex() -->
- <span data-bind="text: $data + 1"></span>
+ <span></span>
<!-- /ko -->
</li>
<!-- /ko -->
Is this change OK? To let the test pass, stage the file in git. Confused? See https://github.com/exyi/CheckTestOutput/blob/master/trouble.md#changed-file
|
.NET unit tests (windows-2022)
Process completed with exit code 1.
|
UI tests (chrome, ubuntu-latest, Production, Default)
Action failed since 3 tests failed.
|
UI tests (chrome, ubuntu-latest, Production, Default)
Process completed with exit code 1.
|
UI tests (chrome, ubuntu-latest, Production, ExperimentalFeaturesTests)
Action failed since 4 tests failed.
|
UI tests (chrome, ubuntu-latest, Production, ExperimentalFeaturesTests)
Process completed with exit code 1.
|
UI tests (firefox, ubuntu-latest, Production, Default)
Action failed since 3 tests failed.
|
UI tests (firefox, ubuntu-latest, Production, Default)
Process completed with exit code 1.
|
UI tests (firefox, ubuntu-latest, Development, Default)
Action failed since 3 tests failed.
|
UI tests (firefox, ubuntu-latest, Development, Default)
Process completed with exit code 1.
|
UI tests (firefox, ubuntu-latest, Development, ExperimentalFeaturesTests)
Action failed since 3 tests failed.
|
UI tests (firefox, ubuntu-latest, Development, ExperimentalFeaturesTests)
Process completed with exit code 1.
|
UI tests (chrome, windows-2022, Development, Default)
Action failed since 4 tests failed.
|
UI tests (chrome, windows-2022, Development, Default)
Process completed with exit code 1.
|
JS unit tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
JS unit tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build published projects without warnings (Debug)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, nuget/setup-nuget@v1, actions/cache@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build published projects without warnings (Release)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, nuget/setup-nuget@v1, actions/cache@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
.NET unit tests (ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, nuget/setup-nuget@v1, actions/cache@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
.NET unit tests (macOS-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, nuget/setup-nuget@v1, actions/cache@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
.NET unit tests (windows-2022)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, nuget/setup-nuget@v1, actions/cache@v3, actions/setup-node@v3, microsoft/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build all projects without errors
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, nuget/setup-nuget@v1, actions/cache@v3, actions/setup-node@v3, microsoft/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
UI tests (chrome, ubuntu-latest, Production, Default)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, nuget/setup-nuget@v1, actions/cache@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
UI tests (chrome, ubuntu-latest, Production, ExperimentalFeaturesTests)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, nuget/setup-nuget@v1, actions/cache@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
UI tests (firefox, ubuntu-latest, Production, Default)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, nuget/setup-nuget@v1, actions/cache@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
UI tests (firefox, ubuntu-latest, Development, Default)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, nuget/setup-nuget@v1, actions/cache@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
UI tests (firefox, ubuntu-latest, Development, ExperimentalFeaturesTests)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, nuget/setup-nuget@v1, actions/cache@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
UI tests (chrome, windows-2022, Development, Default)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, nuget/setup-nuget@v1, actions/cache@v3, actions/setup-node@v3, microsoft/[email protected], actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "chrome-tests-Linux-Production-Default", "chrome-tests-Linux-Production-ExperimentalFeaturesTests", "chrome-tests-Windows-Development-Default", "firefox-tests-Linux-Development-Default", "firefox-tests-Linux-Development-ExperimentalFeaturesTests", "firefox-tests-Linux-Production-Default".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
chrome-tests-Linux-Production-Default
Expired
|
1.71 MB |
|
chrome-tests-Linux-Production-ExperimentalFeaturesTests
Expired
|
2.23 MB |
|
chrome-tests-Windows-Development-Default
Expired
|
1.82 MB |
|
firefox-tests-Linux-Development-Default
Expired
|
6.21 MB |
|
firefox-tests-Linux-Development-ExperimentalFeaturesTests
Expired
|
6.21 MB |
|
firefox-tests-Linux-Production-Default
Expired
|
2.21 MB |
|