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

A2 migration changes 7 - filter migrated a2 instance from msg box search #497

Merged
merged 23 commits into from
Sep 18, 2024

Conversation

HenningNormann
Copy link
Contributor

@HenningNormann HenningNormann commented Sep 16, 2024

Description

  • Added new column altinnmainversion to storage.instances table and related search procedure storage.readinstancefromquery_v5
  • Added new index instances_partyid_altinnmainversion_lastchanged. This index should be applied manually to tt02 and prod before deployment to avoid startup problems after deploy.
  • Added MessageBoxQueryModel.FilterMigrated
  • Added InstanceQueryParameters.MainVersionInclude/Exclude parameters

Related Issue(s)

Verification

  • Your code builds clean without any errors or warnings
  • Manual testing done (required)
  • Relevant automated test added (if you find this hard, leave it and we'll help out)
  • All tests run green

Documentation

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

Ahmed-Ghanam and others added 20 commits September 2, 2024 08:43
… can handle and return a large number of events correctly.
… attributes.

Update the GetInstance to keep track of continuationToken
Replace the parameter with a variable.
…elated search procedure storage.readinstancefromquery_v5

- Added MessageBoxQueryModel.FilterMigrated
- Added InstanceQueryParameters.MainVersionInclude/Exclude parameters
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
50.0% Condition Coverage on New Code (required ≥ 65%)

See analysis details on SonarCloud

@HenningNormann HenningNormann merged commit cddf83f into main Sep 18, 2024
8 of 9 checks passed
@HenningNormann HenningNormann deleted the feature/439-a2-migration-changes-7 branch September 18, 2024 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants