-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: process-modeling templates #11310
Conversation
}; | ||
try | ||
{ | ||
using XmlReader reader = XmlReader.Create(xmlStream, settings); |
Check warning
Code scanning / CodeQL
Missing XML validation
80e36e5
to
6eab98e
Compare
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #11310 +/- ##
=======================================
Coverage 81.11% 81.11%
=======================================
Files 771 771
Lines 12123 12123
Branches 1614 1614
=======================================
Hits 9834 9834
Misses 2042 2042
Partials 247 247 ☔ View full report in Codecov by Sentry. |
backend/tests/Designer.Tests/Controllers/ApiTests/DisagnerEndpointsTestsBase.cs
Fixed
Show fixed
Hide fixed
545944f
to
e86147d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 😊 Maybe @standeren should cross-check my review, since she knows more about the backend than I do.
I will do more backend reviews to familiarise myself with the backend. 😊
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me 🤩 Just a few comments that can be considered
backend/src/Designer/Infrastructure/GitRepository/AltinnAppGitRepository.cs
Show resolved
Hide resolved
...rvices/Implementation/ProcessModeling/Templates/v8/start-data-confirmation-feedback-end.bpmn
Outdated
Show resolved
Hide resolved
backend/src/Designer/Services/Interfaces/IProcessModelingService.cs
Outdated
Show resolved
Hide resolved
backend/src/Designer/Services/Implementation/ProcessModeling/ProcessModelingService.cs
Show resolved
Hide resolved
...signer.Tests/Controllers/ProcessModelingController/SaveProcessDefinitionFromTemplateTests.cs
Show resolved
Hide resolved
e76be53
to
6a1e02b
Compare
Description
ProcessModeling endpoints changed to use streaming instead of loading whole file in memory.
Added endpoints for app version and process-modeling templates
Related Issue(s)
Verification
Documentation