Skip to content
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

Merged
merged 10 commits into from
Oct 9, 2023
Merged

feat: process-modeling templates #11310

merged 10 commits into from
Oct 9, 2023

Conversation

mirkoSekulic
Copy link
Collaborator

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

  • User documentation is updated with a separate linked PR in altinn-studio-docs. (if applicable)

@github-actions github-actions bot added solution/studio/designer Issues related to the Altinn Studio Designer solution. quality/testing Tests that are missing, needs to be created or could be improved. labels Oct 5, 2023
};
try
{
using XmlReader reader = XmlReader.Create(xmlStream, settings);

Check warning

Code scanning / CodeQL

Missing XML validation

This XML processing depends on a [user-provided value](1) without validation because the 'XmlReaderSettings' instance does not specify the 'ValidationType' as 'Schema'. This XML processing depends on a [user-provided value](2) without validation because the 'XmlReaderSettings' instance does not specify the 'ValidationType' as 'Schema'.
@github-actions github-actions bot added the skip-releasenotes Issues that do not make sense to list in our release notes label Oct 5, 2023
@mirkoSekulic mirkoSekulic force-pushed the feat/app-version-11168 branch from 80e36e5 to 6eab98e Compare October 5, 2023 14:14
@codecov
Copy link

codecov bot commented Oct 5, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (0a19f45) 81.11% compared to head (6eab98e) 81.11%.
Report is 6 commits behind head on master.

❗ Current head 6eab98e differs from pull request most recent head 6a1e02b. Consider uploading reports for the commit 6a1e02b to get more accurate results

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.
📢 Have feedback on the report? Share it here.

@mirkoSekulic mirkoSekulic force-pushed the feat/app-version-11168 branch from 545944f to e86147d Compare October 6, 2023 07:56
@github-actions github-actions bot removed the skip-releasenotes Issues that do not make sense to list in our release notes label Oct 6, 2023
@mirkoSekulic mirkoSekulic requested a review from standeren October 6, 2023 11:17
Copy link
Collaborator

@framitdavid framitdavid left a 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. 😊

Copy link
Contributor

@standeren standeren left a 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

@mirkoSekulic mirkoSekulic enabled auto-merge (squash) October 9, 2023 06:58
@mirkoSekulic mirkoSekulic disabled auto-merge October 9, 2023 06:58
@mirkoSekulic mirkoSekulic force-pushed the feat/app-version-11168 branch from e76be53 to 6a1e02b Compare October 9, 2023 07:11
@mirkoSekulic mirkoSekulic merged commit 85a283e into master Oct 9, 2023
@mirkoSekulic mirkoSekulic deleted the feat/app-version-11168 branch October 9, 2023 07:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
quality/testing Tests that are missing, needs to be created or could be improved. solution/studio/designer Issues related to the Altinn Studio Designer solution.
Projects
None yet
3 participants