Skip to content

feat: backend endpoints for instance creation and dataelement operations #5345

feat: backend endpoints for instance creation and dataelement operations

feat: backend endpoints for instance creation and dataelement operations #5345

Triggered via pull request December 9, 2024 11:35
Status Success
Total duration 3m 39s
Artifacts
Run integration tests against actual gitea and db
2m 33s
Run integration tests against actual gitea and db
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Run integration tests against actual gitea and db
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run integration tests against actual gitea and db: testdata/Model/CSharp/melding.cs#L7
The type name 'melding' only contains lower-cased ascii characters. Such names may become reserved for the language.
Run integration tests against actual gitea and db: backend/src/DataModeling/Converter/Xml/XmlSchemaConvertException.cs#L36
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Run integration tests against actual gitea and db: backend/src/DataModeling/Converter/Metadata/ModelMetadataConvertException.cs#L28
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Run integration tests against actual gitea and db: backend/src/DataModeling/Converter/Csharp/CsharpGenerationException.cs#L28
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Run integration tests against actual gitea and db: backend/src/DataModeling/Converter/Json/JsonSchemaConvertException.cs#L36
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Run integration tests against actual gitea and db: backend/src/Designer/Models/Dto/AccessListMember.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Run integration tests against actual gitea and db: backend/src/Designer/Models/Preview/DataPatchRequest.cs#L23
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Run integration tests against actual gitea and db: backend/src/Designer/Controllers/ResourceAdminController.cs#L616
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Run integration tests against actual gitea and db: backend/src/Designer/Models/Preview/DataPatchRequestMultiple.cs#L31
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Run integration tests against actual gitea and db: backend/src/Designer/Models/Preview/ValidationIssueWithSource.cs#L50
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.