-
Notifications
You must be signed in to change notification settings - Fork 70
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: backend endpoints for instance creation and dataelement operations #14154
Open
Jondyr
wants to merge
22
commits into
main
Choose a base branch
from
11-25-backend_endpoints_for_instance_creation_and_dataelement_operations
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
feat: backend endpoints for instance creation and dataelement operations #14154
Jondyr
wants to merge
22
commits into
main
from
11-25-backend_endpoints_for_instance_creation_and_dataelement_operations
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
area/app-preview
Area: Related to test and preview of apps that are developed in Altinn Studio.
solution/studio/designer
Issues related to the Altinn Studio Designer solution.
backend
labels
Nov 25, 2024
Jondyr
force-pushed
the
11-25-backend_endpoints_for_instance_creation_and_dataelement_operations
branch
2 times, most recently
from
November 26, 2024 12:53
9abbeb6
to
82af7d3
Compare
github-actions
bot
added
the
quality/testing
Tests that are missing, needs to be created or could be improved.
label
Nov 26, 2024
Jondyr
force-pushed
the
11-25-backend_endpoints_for_instance_creation_and_dataelement_operations
branch
from
November 26, 2024 14:05
82af7d3
to
6772565
Compare
github-actions
bot
added
area/ui-editor
Area: Related to the designer tool for assembling app UI in Altinn Studio.
frontend
labels
Nov 26, 2024
Jondyr
force-pushed
the
11-25-backend_endpoints_for_instance_creation_and_dataelement_operations
branch
7 times, most recently
from
December 2, 2024 08:19
f69815b
to
a15e3c7
Compare
This reverts commit e50c0cc.
Jondyr
force-pushed
the
11-25-backend_endpoints_for_instance_creation_and_dataelement_operations
branch
from
December 2, 2024 10:11
5b7a457
to
a5fba66
Compare
Jondyr
force-pushed
the
11-25-backend_endpoints_for_instance_creation_and_dataelement_operations
branch
from
December 5, 2024 10:41
88aeb1c
to
53a264d
Compare
Jondyr
force-pushed
the
11-25-backend_endpoints_for_instance_creation_and_dataelement_operations
branch
3 times, most recently
from
December 9, 2024 05:53
06e6c48
to
6670019
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #14154 +/- ##
=======================================
Coverage 95.52% 95.53%
=======================================
Files 1817 1815 -2
Lines 23700 23694 -6
Branches 2749 2752 +3
=======================================
- Hits 22640 22636 -4
+ Misses 807 805 -2
Partials 253 253 ☔ View full report in Codecov by Sentry. |
Jondyr
force-pushed
the
11-25-backend_endpoints_for_instance_creation_and_dataelement_operations
branch
from
December 9, 2024 09:31
806c530
to
57f6cba
Compare
…n_and_dataelement_operations
Jondyr
force-pushed
the
11-25-backend_endpoints_for_instance_creation_and_dataelement_operations
branch
from
December 9, 2024 11:35
57f6cba
to
155a940
Compare
When this is merged, move #13797 from blocked to test. :) |
8 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/app-preview
Area: Related to test and preview of apps that are developed in Altinn Studio.
area/ui-editor
Area: Related to the designer tool for assembling app UI in Altinn Studio.
backend
frontend
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This change allows the preview to use multiple datamodels without mocking every datamodel explicitly.
Related Issue(s)
Verification
Documentation