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

fix(application-system): Fixing duplicate error, removing unused string #17615

Merged
merged 10 commits into from
Jan 24, 2025

Conversation

Ballioli
Copy link
Member

@Ballioli Ballioli commented Jan 22, 2025

...

Attach a link to issue if relevant

What

Specify what you're trying to achieve

Why

Specify why you need to achieve this

Screenshots / Gifs

Attach Screenshots / Gifs to help reviewers understand the scope of the pull request

Checklist:

  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • Formatting passes locally with my changes
  • I have rebased against main before asking for a review

Summary by CodeRabbit

  • Bug Fixes
    • Updated error message identifier for payment submit failure
    • Corrected default institution label namespace

These changes improve message identification and namespace consistency across the application, ensuring more accurate error and label references.

@Ballioli Ballioli requested a review from a team as a code owner January 22, 2025 15:27
Copy link
Contributor

coderabbitai bot commented Jan 22, 2025

Walkthrough

This pull request involves modifications to message identifiers in two different TypeScript files within the application's library structure. In libs/application/core/src/lib/messages.ts, the paymentSubmitFailedDescription message's ID was updated from application.system:core.payment.submitTitle to application.system:core.payment.paymentSubmitFailedDescription. Similarly, in libs/portals/my-pages/applications/src/lib/messages.ts, the defaultInstitutionLabel message's ID was changed from application.system:default-institution-label to sp.applications:default-institution-label.

Changes

File Change Summary
libs/application/core/src/lib/messages.ts Updated paymentSubmitFailedDescription message ID
libs/portals/my-pages/applications/src/lib/messages.ts Updated defaultInstitutionLabel message ID and namespace

Possibly related PRs

Suggested labels

automerge, deprecated:automerge

Suggested reviewers

  • sigruntg
  • Toti91

📜 Recent review details

Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 63c5a6d and 82e8c68.

📒 Files selected for processing (1)
  • libs/portals/my-pages/applications/src/lib/messages.ts (1 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • libs/portals/my-pages/applications/src/lib/messages.ts

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@Ballioli Ballioli enabled auto-merge January 22, 2025 15:36
…mains-documents,api-domains-driving-license,api-domains-driving-license-book,api-domains-education,api-domains-email-signup,api-domains-endorsement-system,api-domains-energy-funds update dirty files
@andes-it andes-it requested a review from a team as a code owner January 22, 2025 16:02
@datadog-island-is
Copy link

datadog-island-is bot commented Jan 22, 2025

Datadog Report

All test runs a511974 🔗

9 Total Test Services: 0 Failed, 8 Passed
➡️ Test Sessions change in coverage: 14 no change

Test Services
Service Name Failed Known Flaky New Flaky Passed Skipped Total Time Code Coverage Change Test Service View
api 0 0 0 4 0 8.56s 1 no change Link
application-core 0 0 0 97 0 39.82s 1 no change Link
application-system-api 0 0 0 46 0 2m 55.95s 1 no change Link
application-template-api-modules 0 0 0 85 0 0s N/A Link
application-ui-shell 0 0 0 72 0 0s N/A Link
judicial-system-backend 0 0 0 21219 0 13m 25.93s 1 no change Link
services-auth-delegation-api 0 0 0 270 0 3m 40.8s 1 no change Link
services-auth-personal-representative 0 0 0 0 0 291.35ms 1 no change Link
web 0 0 0 84 0 57.31s 1 no change Link

@Ballioli Ballioli disabled auto-merge January 22, 2025 16:13
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (1)
libs/api/domains/driving-license/src/lib/graphql/qualitySignature.resolver.ts (1)

25-25: LGTM! Consistent type usage.

The change maintains consistency with QualityPhotoResolver by using the primitive string type.

Consider extracting common resolver patterns into a shared base class or utility functions, as both QualityPhotoResolver and QualitySignatureResolver share similar structure and authorization logic.

Example base class pattern:

abstract class BaseQualityResolver<T> {
  constructor(protected readonly drivingLicenseService: DrivingLicenseService) {}

  @ResolveField('dataUri', () => String, { nullable: true })
  protected abstract resolveDataUri(
    @Parent() parent: T,
    @CurrentUser() user: User,
  ): Promise<string | null>;
}
📜 Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 2302406 and 63c5a6d.

📒 Files selected for processing (2)
  • libs/api/domains/driving-license/src/lib/graphql/qualityPhoto.resolver.ts (1 hunks)
  • libs/api/domains/driving-license/src/lib/graphql/qualitySignature.resolver.ts (1 hunks)
🧰 Additional context used
📓 Path-based instructions (2)
libs/api/domains/driving-license/src/lib/graphql/qualitySignature.resolver.ts (1)

Pattern libs/**/*: "Confirm that the code adheres to the following:

  • Reusability of components and hooks across different NextJS apps.
  • TypeScript usage for defining props and exporting types.
  • Effective tree-shaking and bundling practices."
libs/api/domains/driving-license/src/lib/graphql/qualityPhoto.resolver.ts (1)

Pattern libs/**/*: "Confirm that the code adheres to the following:

  • Reusability of components and hooks across different NextJS apps.
  • TypeScript usage for defining props and exporting types.
  • Effective tree-shaking and bundling practices."
🔇 Additional comments (1)
libs/api/domains/driving-license/src/lib/graphql/qualityPhoto.resolver.ts (1)

25-25: LGTM! Good TypeScript practice.

The change from Promise<String> to Promise<string> aligns with TypeScript best practices by using primitive types instead of object wrappers.

Let's check for consistency across other resolvers:

✅ Verification successful

Verified: TypeScript primitive type usage is correct and consistent

The change from Promise<String> to Promise<string> in the resolver is an isolated improvement that follows TypeScript best practices. No other resolvers in the codebase use Promise<String>, and GraphQL schema definitions correctly use String type as required by the GraphQL specification.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Search for other resolvers that might need similar updates
ast-grep --pattern 'Promise<String' 

Length of output: 37


Script:

#!/bin/bash
# Search for Promise<String> type annotations in TypeScript files
rg "Promise<String>" --type ts -g "*resolver.ts" -g "*resolvers.ts"

# Search for String type usage in resolver files
rg ":\s*String\b" --type ts -g "*resolver.ts" -g "*resolvers.ts"

# Search for Promise<string> for comparison
rg "Promise<string>" --type ts -g "*resolver.ts" -g "*resolvers.ts"

Length of output: 206


Script:

#!/bin/bash
# Search for String type usage in all TypeScript files with context
rg ":\s*(Promise<)?String\b" --type ts -C 2

# Search for string type usage for comparison
rg ":\s*(Promise<)?string\b" --type ts -C 2

# Search in type definitions and schemas
rg "type.*String" --type ts --type graphql -C 2

Length of output: 66186

Copy link

codecov bot commented Jan 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 35.57%. Comparing base (47ba3fc) to head (77d9297).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main   #17615   +/-   ##
=======================================
  Coverage   35.56%   35.57%           
=======================================
  Files        7033     7033           
  Lines      150538   150538           
  Branches    42975    42975           
=======================================
+ Hits        53545    53547    +2     
+ Misses      96993    96991    -2     
Flag Coverage Δ
air-discount-scheme-backend 48.13% <ø> (ø)
air-discount-scheme-web 0.00% <ø> (ø)
api 3.33% <ø> (ø)
api-domains-air-discount-scheme 37.84% <ø> (ø)
api-domains-assets 26.71% <ø> (ø)
api-domains-auth-admin 48.49% <ø> (ø)
api-domains-communications 39.47% <ø> (ø)
api-domains-criminal-record 47.73% <ø> (ø)
api-domains-driving-license 44.74% <ø> (ø)
api-domains-education 31.03% <ø> (ø)
api-domains-health-insurance 35.09% <ø> (ø)
api-domains-mortgage-certificate 34.91% <ø> (ø)
api-domains-payment-schedule 41.98% <ø> (ø)
application-api-files 61.73% <ø> (ø)
application-core 75.68% <ø> (ø)
application-system-api 38.66% <ø> (ø)
application-template-api-modules 27.55% <ø> (-0.01%) ⬇️
application-templates-accident-notification 27.60% <ø> (ø)
application-templates-car-recycling 3.12% <ø> (ø)
application-templates-criminal-record 25.79% <ø> (ø)
application-templates-driving-license 18.15% <ø> (ø)
application-templates-estate 13.58% <ø> (ø)
application-templates-example-payment 24.66% <ø> (ø)
application-templates-financial-aid 14.99% <ø> (ø)
application-templates-general-petition 23.11% <ø> (ø)
application-templates-inheritance-report 6.59% <ø> (ø)
application-templates-marriage-conditions 14.80% <ø> (ø)
application-templates-mortgage-certificate 43.73% <ø> (ø)
application-templates-new-primary-school 20.62% <ø> (ø)
application-templates-parental-leave 29.92% <ø> (ø)
application-types 6.47% <ø> (ø)
application-ui-components 1.17% <ø> (ø)
application-ui-shell 21.99% <ø> (ø)
clients-charge-fjs-v2 28.88% <ø> (ø)
clients-driving-license 40.60% <ø> (ø)
clients-driving-license-book 43.69% <ø> (ø)
clients-financial-statements-inao 49.41% <ø> (ø)
clients-license-client 1.26% <ø> (ø)
clients-regulations 42.66% <ø> (ø)
clients-rsk-company-registry 31.18% <ø> (ø)
clients-rsk-personal-tax-return 38.32% <ø> (ø)
clients-smartsolutions 12.77% <ø> (ø)
clients-syslumenn 49.14% <ø> (ø)
clients-zendesk 49.64% <ø> (ø)
cms 0.38% <ø> (ø)
cms-translations 38.79% <ø> (ø)
dokobit-signing 61.48% <ø> (ø)
email-service 59.51% <ø> (ø)
feature-flags 90.24% <ø> (ø)
file-storage 45.10% <ø> (ø)
financial-aid-backend 51.35% <ø> (ø)
judicial-system-api 20.07% <ø> (ø)
judicial-system-audit-trail 68.36% <ø> (ø)
judicial-system-backend 55.79% <ø> (ø)
judicial-system-message 66.16% <ø> (ø)
judicial-system-message-handler 47.72% <ø> (ø)
judicial-system-scheduler 71.20% <ø> (ø)
judicial-system-web 27.97% <ø> (ø)
license-api 42.91% <ø> (+0.05%) ⬆️
nest-config 75.92% <ø> (ø)
nest-feature-flags 49.93% <ø> (-0.64%) ⬇️
nova-sms 60.77% <ø> (ø)
portals-admin-regulations-admin 1.80% <ø> (ø)
portals-core 19.60% <ø> (ø)
services-auth-admin-api 52.51% <ø> (ø)
services-auth-delegation-api 58.43% <ø> (-0.09%) ⬇️
services-auth-ids-api 52.48% <ø> (-0.01%) ⬇️
services-auth-public-api 49.35% <ø> (ø)
services-sessions 65.27% <ø> (ø)
services-university-gateway 49.45% <ø> (-0.09%) ⬇️
services-user-notification 46.51% <ø> (ø)
services-user-profile 56.91% <ø> (ø)
web 2.39% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
libs/application/core/src/lib/messages.ts 100.00% <ø> (ø)

... and 2 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 47ba3fc...77d9297. Read the comment docs.

…e-app,web,api-domains-driving-license,api-domains-driving-license-book,application-template-api-modules,application-system-api,api-domains-application,api,api-domains-secondary-school,application-core,application-templates-social-insurance-administration-additional-support-for-the-elderly,application-template-loader,application-system-form,application-ui-shell,application-templates-transport-authority-order-vehicle-registration-certificate,application-templates-social-insurance-administration-household-supplement,system-e2e,application-templates-transport-authority-digital-tachograph-workshop-card,application-templates-transport-authority-digital-tachograph-company-card,application-templates-transport-authority-digital-tachograph-drivers-card,application-templates-social-insurance-administration-pension-supplement,application-templates-transport-authority-anonymity-in-vehicle-registry,application-templates-transport-authority-transfer-of-vehicle-ownership,application-templates-parliamentary-list-creation,application-templates-parliamentary-list-signing,application-templates-presidential-list-creation,application-templates-social-insurance-administration-old-age-pension,application-templates-transport-authority-order-vehicle-license-plate,application-templates-presidential-list-signing,application-templates-social-insurance-administration-death-benefits,application-templates-transport-authority-change-co-owner-of-vehicle,application-templates-transport-authority-change-operator-of-vehicle,fiancial-statement-individual-election,application-templates-children-residence-change-v2,application-templates-social-insurance-administration-income-plan,application-templates-transport-authority-license-plate-renewal,application-templates-inao-financial-statement-political-party,application-templates-directorate-of-immigration-citizenship,application-templates-driving-license-book-update-instructor,application-templates-aosh-transfer-of-machine-ownership,financial-statement-cemetery,application-templates-complaints-to-althingi-ombudsman,application-templates-driving-instructor-registrations,application-templates-aosh-work-accident-notification,application-templates-aosh-change-machine-supervisor,application-templates-european-health-insurance-card,application-templates-healthcare-license-certificate,application-templates-document-provider-onboarding,application-templates-health-insurance-declaration,application-templates-aosh-request-for-inspection,application-templates-driving-assessment-approval,application-templates-driving-school-confirmation,application-templates-funding-government-projects,application-templates-official-journal-of-iceland,application-templates-aosh-register-new-machine,application-templates-data-protection-complaint,application-templates-driving-license-duplicate,application-templates-financial-statements-inao,application-templates-institution-collaboration,application-templates-aosh-street-registration,application-templates-grindavik-housing-buyout,application-templates-public-debt-payment-plan,application-templates-aosh-deregister-machine,application-templates-driving-learners-permit,application-templates-general-fishing-license,application-templates-alcohol-tax-redemption,application-templates-healthcare-work-permit,application-templates-accident-notification,application-templates-announcement-of-death,application-templates-mortgage-certificate,application-templates-marriage-conditions,application-templates-no-debt-certificate,application-templates-inheritance-report,application-templates-new-primary-school,application-templates-passport-annulment,application-templates-reference-template,application-templates-operating-license,application-templates-general-petition,application-templates-health-insurance,application-templates-secondary-school,application-templates-criminal-record,application-templates-driving-license,application-templates-example-payment,application-templates-parental-leave,application-templates-car-recycling,application-templates-financial-aid,application-templates-login-service,application-templates-energy-funds,application-templates-home-support,application-templates-university,application-templates-passport,application-templates-id-card,application-templates-estate,application-templates-p-sign,application-ui-components,portals-admin-application-system,portals-admin,portals-my-pages-applications,service-portal,application-ui-fields,island-ui-storybook,application-api-history,application-api-payment,application-ui-forms,application-utils,application-api-core,application-api-files,application-testing,clients-secondary-school,clients-ultraviolet-radiation,clients-statistics,api-domains-statistics,cms,api-domains-icelandic-government-institution-vacancies,api-domains-university-careers,api-domains-university-gateway,api-domains-social-insurance,api-domains-license-service,api-domains-communications,api-domains-content-search,api-domains-notifications,api-domains-email-signup,air-discount-scheme-api,content-search-indexer,services-search-indexer,api-domains-auth,api-domains-auth-admin,api-domains-sessions,cms-translations,api-domains-occupational-licenses-v2,services-user-notification,clients-user-notification,api-domains-law-and-order,judicial-system-backend,api-domains-vehicles,judicial-system-api,services-auth-personal-representative-public,services-auth-personal-representative,judicial-system-digital-mailbox-api,regulations-admin-backend,clients-regulations-admin,api-domains-regulations-admin,download-service,contentful-role-permissions,icelandic-names-registry-backend,services-contentful-entry-tagger,judicial-system-message-handler,services-auth-delegation-api,clients-auth-delegation-api,services-user-profile,clients-user-profile,api-domains-user-profile,services-auth-ids-api,air-discount-scheme-backend,clients-air-discount-scheme,api-domains-air-discount-scheme,services-university-gateway,clients-university-gateway-api,judicial-system-scheduler,services-endorsements-api,api-domains-endorsement-system,external-contracts-tests,services-auth-public-api,clients-auth-public-api,services-xroad-collector,air-discount-scheme-web,financial-aid-web-veita,judicial-system-xrd-api,services-auth-admin-api,clients-auth-admin-api,financial-aid-open-api,financial-aid-backend,clients-municipalities-financial-aid,api-domains-municipalities-financial-aid,financial-aid-web-osk,financial-aid-web-osk-e2e,github-actions-cache,license-api,services-form-system,consultation-portal,judicial-system-web,reference-next-app,services-documents,api-domains-document-provider,clients-document-provider,financial-aid-api,reference-backend,services-sessions,clients-sessions,skilavottord-web,contentful-apps,skilavottord-ws,clients-car-recycling,auth-admin-web,services-bff,auth-shared,portals-admin-ids-admin,portals-admin-service-desk,auth-api-lib,services-auth-testing,clients-university-application-agricultural-university-of-iceland,clients-university-application-iceland-university-of-the-arts,api-domains-administration-of-occupational-safety-and-health,clients-transport-authority-digital-tachograph-drivers-card,api-domains-transport-authority,application-templates-social-insurance-administration-core,clients-administration-of-occupational-safety-and-health,clients-university-application-university-of-akureyri,clients-university-application-university-of-iceland,clients-university-application-bifrost-university,clients-university-application-holar-university,api-domains-financial-statement-individual-election,api-domains-official-journal-of-iceland-application,clients-health-insurance,api-domains-health-insurance,clients-university-application-reykjavik-university,clients-icelandic-government-institution-vacancies,clients-transport-authority-vehicle-plate-ordering,clients-transport-authority-vehicle-plate-renewal,clients-rights-portal,api-domains-rights-portal,clients-license-client,license,clients-transport-authority-vehicle-owner-change,clients-transport-authority-vehicle-operators,clients-official-journal-of-iceland-application,clients-transport-authority-vehicle-codetables,clients-transport-authority-vehicle-infolocks,portals-my-pages-education-student-assessment,portals-my-pages-education-career,portals-my-pages-education,portals-my-pages-social-insurance-maintenance,clients-transport-authority-vehicle-printing,clients-official-journal-of-iceland,api-domains-official-journal-of-iceland,application-templates-family-matters-core,api-domains-financial-statement-cemetery,clients-district-commissioners-licenses,clients-social-insurance-administration,api-domains-housing-benefit-calculator,portals-admin-icelandic-names-registry,portals-my-pages-occupational-licenses,api-domains-financial-statements-inao,clients-ums-cost-of-living-calculator,api-domains-umbodsmadur-skuldara,portals-my-pages-signature-collection,portals-my-pages-information,api-domains-icelandic-names-registry,api-domains-national-registry-x-road,api-domains-identity,api-domains-intellectual-properties,clients-directorate-of-immigration,clients-housing-benefit-calculator,portals-admin-signature-collection,portals-my-pages-education-license,portals-shared-modules-delegations,delegation-admin,api-domains-directorate-of-labour,api-domains-occupational-licenses,api-domains-watson-assistant-chat,clients-data-protection-complaint,clients-financial-statements-inao,portals-admin-air-discount-scheme,portals-my-pages-education-degree,api-domains-mortgage-certificate,api-domains-signature-collection,api-consultation-portal,clients-adr-and-machine-license,clients-intellectual-properties,clients-judicial-administration,clients-rsk-personal-tax-return,island-ui-vanilla-extract-utils,island-ui-core,portals-admin-document-provider,portals-admin-regulations-admin,portals-my-pages-law-and-order,my-pages-air-discount,portals-my-pages-restrictions,portals-my-pages-documents,portals-my-pages-petitions,portals-admin-form-system,portals-my-pages-licenses,portals-my-pages-sessions,portals-my-pages-consent,portals-my-pages-finance,portals-my-pages-assets,portals-my-pages-health,portals-admin-petition,portals-my-pages-core,financial-aid-shared,island-ui-contentful,portals-admin-core,shared-form-fields,application-types,clients-charge-fjs-v2,api-domains-payment,api-mocks,shared-components,react-components,react-spa-bff,react-feature-flags,portals-core,react-spa-shared,shared-connected,api-domains-disability-license,api-domains-health-directorate,clients-vehicle-service-fjs-v1,icelandic-names-registry-types,api-domains-aircraft-registry,api-domains-national-registry,api-domains-company-registry,api-domains-housing-benefits,api-domains-payment-schedule,clients-driving-license-book,clients-hms-housing-benefits,clients-national-registry-v2,clients-national-registry-v3,api-domains-education,clients-mms-grade,clients-identity,clients-rsk-company-registry,clients-signature-collection,content-search-index-manager,content-search-indexer-types,content-search-toolkit,content-search-metrics,judicial-system-court-client,api-domains-criminal-record,api-domains-fishing-license,clients-consultation-portal,judicial-system-audit-trail,air-discount-scheme-consts,clients-althingi-ombudsman,clients-disability-license,clients-health-directorate,clients-judicial-system-sp,clients-smart-solutions-v2,clients-university-careers,judicial-system-formatters,portals-my-pages-constants,air-discount-scheme-types,aircraft-registry,api-domains-api-catalogue,api-domains-ship-registry,api-domains-work-machines,clients-rsk-relationships,clients-work-accident-ver,api-domains-energy-funds,clients-payment-schedule,clients-vehicles-mileage,clients-workpoint-arborg,portals-my-pages-graphql,api-domains-file-upload,api-domains-regulations,api/domains/form-system,clients-criminal-record,clients-driving-license,clients-firearm-license,clients-fishing-license,clients-hunting-license,judicial-system-lawyers,judicial-system-message,api-catalogue-services,api-domains-fiskistofa,clients-ehic-client-v1,clients-smartsolutions,judicial-system-consts,judicial-system-auth,api-catalogue-elastic,api-domains-documents,api-domains-hms-loans,api-domains-syslumenn,clients-work-machines,judicial-system-types,ship-registry,api-catalogue-consts,api-catalogue-types,api-domains-passport,clients-auth-ids-api,clients-documents-v2,clients-energy-funds,infra-express-server,api-domains-finance,application-graphql,clients-middlewares,clients-regulations,form-system-client,clients-finance-v2,clients-fiskistofa,clients-hms-loans,clients-mms-frigg,clients-passports,clients-syslumenn,clients-islykill,clients-vehicles,clients-finance,clients-assets,api-domains-assets,clients-p-card,clients-inna,clients-cms,clients-mms,shared-translations,skilavottord-consts,nest-feature-flags,skilavottord-types,testing-containers,message-queue,university-gateway,clients-documents,infra-nest-server,testing-nest,nest-problem,nest-swagger,infra-next-server,residence-history,shared-constants,infra-tracing,nest-core,localization,shared-utils,clients-vmst,logging,auth-nest-tools,testing-fixtures,nest-dataloader,nest-audit,clients-zendesk,dokobit-signing,nest-sequelize,email-service,infra-metrics,nest-config,file-storage,nova-sms,nest-aws,cache,island-ui-theme,island-ui-utils,regulations,nest-pagination,user-monitoring,shared-mocking,shared-problem,feature-flags,next-ids-auth,nest-graphql,shared-babel,shared-types,auth-scopes,testing-e2e,api-schema,shared-pii,plausible update dirty files
@andes-it andes-it requested review from a team as code owners January 22, 2025 16:39
@andes-it andes-it requested a review from snaerth January 22, 2025 16:39
…ts=native-app,web,api-domains-driving-license,api-domains-driving-license-book,application-template-api-modules,application-system-api,api-domains-application,api,api-domains-secondary-school,application-core,application-templates-social-insurance-administration-additional-support-for-the-elderly,application-template-loader,application-system-form,application-ui-shell,application-templates-transport-authority-order-vehicle-registration-certificate,application-templates-social-insurance-administration-household-supplement,system-e2e,application-templates-transport-authority-digital-tachograph-workshop-card,application-templates-transport-authority-digital-tachograph-company-card,application-templates-transport-authority-digital-tachograph-drivers-card,application-templates-social-insurance-administration-pension-supplement,application-templates-transport-authority-anonymity-in-vehicle-registry,application-templates-transport-authority-transfer-of-vehicle-ownership,application-templates-parliamentary-list-creation,application-templates-parliamentary-list-signing,application-templates-presidential-list-creation,application-templates-social-insurance-administration-old-age-pension,application-templates-transport-authority-order-vehicle-license-plate,application-templates-presidential-list-signing,application-templates-social-insurance-administration-death-benefits,application-templates-transport-authority-change-co-owner-of-vehicle,application-templates-transport-authority-change-operator-of-vehicle,fiancial-statement-individual-election,application-templates-children-residence-change-v2,application-templates-social-insurance-administration-income-plan,application-templates-transport-authority-license-plate-renewal,application-templates-inao-financial-statement-political-party,application-templates-directorate-of-immigration-citizenship,application-templates-driving-license-book-update-instructor,application-templates-aosh-transfer-of-machine-ownership,financial-statement-cemetery,application-templates-complaints-to-althingi-ombudsman,application-templates-driving-instructor-registrations,application-templates-aosh-work-accident-notification,application-templates-aosh-change-machine-supervisor,application-templates-european-health-insurance-card,application-templates-healthcare-license-certificate,application-templates-document-provider-onboarding,application-templates-health-insurance-declaration,application-templates-aosh-request-for-inspection,application-templates-driving-assessment-approval,application-templates-driving-school-confirmation,application-templates-funding-government-projects,application-templates-official-journal-of-iceland,application-templates-aosh-register-new-machine,application-templates-data-protection-complaint,application-templates-driving-license-duplicate,application-templates-financial-statements-inao,application-templates-institution-collaboration,application-templates-aosh-street-registration,application-templates-grindavik-housing-buyout,application-templates-public-debt-payment-plan,application-templates-aosh-deregister-machine,application-templates-driving-learners-permit,application-templates-general-fishing-license,application-templates-alcohol-tax-redemption,application-templates-healthcare-work-permit,application-templates-accident-notification,application-templates-announcement-of-death,application-templates-mortgage-certificate,application-templates-marriage-conditions,application-templates-no-debt-certificate,application-templates-inheritance-report,application-templates-new-primary-school,application-templates-passport-annulment,application-templates-reference-template,application-templates-operating-license,application-templates-general-petition,application-templates-health-insurance,application-templates-secondary-school,application-templates-criminal-record,application-templates-driving-license,application-templates-example-payment,application-templates-parental-leave,application-templates-car-recycling,application-templates-financial-aid,application-templates-login-service,application-templates-energy-funds,application-templates-home-support,application-templates-university,application-templates-passport,application-templates-id-card,application-templates-estate,application-templates-p-sign,application-ui-components,portals-admin-application-system,portals-admin,portals-my-pages-applications,service-portal,application-ui-fields,island-ui-storybook,application-api-history,application-api-payment,application-ui-forms,application-utils,application-api-core,application-api-files,application-testing,clients-secondary-school,clients-ultraviolet-radiation,clients-statistics,api-domains-statistics,cms,api-domains-icelandic-government-institution-vacancies,api-domains-university-careers,api-domains-university-gateway,api-domains-social-insurance,api-domains-license-service,api-domains-communications,api-domains-content-search,api-domains-notifications,api-domains-email-signup,air-discount-scheme-api,content-search-indexer,services-search-indexer,api-domains-auth,api-domains-auth-admin,api-domains-sessions,cms-translations,api-domains-occupational-licenses-v2,services-user-notification,clients-user-notification,api-domains-law-and-order,judicial-system-backend,api-domains-vehicles,judicial-system-api,services-auth-personal-representative-public,services-auth-personal-representative,judicial-system-digital-mailbox-api,regulations-admin-backend,clients-regulations-admin,api-domains-regulations-admin,download-service,contentful-role-permissions,icelandic-names-registry-backend,services-contentful-entry-tagger,judicial-system-message-handler,services-auth-delegation-api,clients-auth-delegation-api,services-user-profile,clients-user-profile,api-domains-user-profile,services-auth-ids-api,air-discount-scheme-backend,clients-air-discount-scheme,api-domains-air-discount-scheme,services-university-gateway,clients-university-gateway-api,judicial-system-scheduler,services-endorsements-api,api-domains-endorsement-system,external-contracts-tests,services-auth-public-api,clients-auth-public-api,services-xroad-collector,air-discount-scheme-web,financial-aid-web-veita,judicial-system-xrd-api,services-auth-admin-api,clients-auth-admin-api,financial-aid-open-api,financial-aid-backend,clients-municipalities-financial-aid,api-domains-municipalities-financial-aid,financial-aid-web-osk,financial-aid-web-osk-e2e,github-actions-cache,license-api,services-form-system,consultation-portal,judicial-system-web,reference-next-app,services-documents,api-domains-document-provider,clients-document-provider,financial-aid-api,reference-backend,services-sessions,clients-sessions,skilavottord-web,contentful-apps,skilavottord-ws,clients-car-recycling,auth-admin-web,services-bff,auth-shared,portals-admin-ids-admin,portals-admin-service-desk,auth-api-lib,services-auth-testing,clients-university-application-agricultural-university-of-iceland,clients-university-application-iceland-university-of-the-arts,api-domains-administration-of-occupational-safety-and-health,clients-transport-authority-digital-tachograph-drivers-card,api-domains-transport-authority,application-templates-social-insurance-administration-core,clients-administration-of-occupational-safety-and-health,clients-university-application-university-of-akureyri,clients-university-application-university-of-iceland,clients-university-application-bifrost-university,clients-university-application-holar-university,api-domains-financial-statement-individual-election,api-domains-official-journal-of-iceland-application,clients-health-insurance,api-domains-health-insurance,clients-university-application-reykjavik-university,clients-icelandic-government-institution-vacancies,clients-transport-authority-vehicle-plate-ordering,clients-transport-authority-vehicle-plate-renewal,clients-rights-portal,api-domains-rights-portal,clients-license-client,license,clients-transport-authority-vehicle-owner-change,clients-transport-authority-vehicle-operators,clients-official-journal-of-iceland-application,clients-transport-authority-vehicle-codetables,clients-transport-authority-vehicle-infolocks,portals-my-pages-education-student-assessment,portals-my-pages-education-career,portals-my-pages-education,portals-my-pages-social-insurance-maintenance,clients-transport-authority-vehicle-printing,clients-official-journal-of-iceland,api-domains-official-journal-of-iceland,application-templates-family-matters-core,api-domains-financial-statement-cemetery,clients-district-commissioners-licenses,clients-social-insurance-administration,api-domains-housing-benefit-calculator,portals-admin-icelandic-names-registry,portals-my-pages-occupational-licenses,api-domains-financial-statements-inao,clients-ums-cost-of-living-calculator,api-domains-umbodsmadur-skuldara,portals-my-pages-signature-collection,portals-my-pages-information,api-domains-icelandic-names-registry,api-domains-national-registry-x-road,api-domains-identity,api-domains-intellectual-properties,clients-directorate-of-immigration,clients-housing-benefit-calculator,portals-admin-signature-collection,portals-my-pages-education-license,portals-shared-modules-delegations,delegation-admin,api-domains-directorate-of-labour,api-domains-occupational-licenses,api-domains-watson-assistant-chat,clients-data-protection-complaint,clients-financial-statements-inao,portals-admin-air-discount-scheme,portals-my-pages-education-degree,api-domains-mortgage-certificate,api-domains-signature-collection,api-consultation-portal,clients-adr-and-machine-license,clients-intellectual-properties,clients-judicial-administration,clients-rsk-personal-tax-return,island-ui-vanilla-extract-utils,island-ui-core,portals-admin-document-provider,portals-admin-regulations-admin,portals-my-pages-law-and-order,my-pages-air-discount,portals-my-pages-restrictions,portals-my-pages-documents,portals-my-pages-petitions,portals-admin-form-system,portals-my-pages-licenses,portals-my-pages-sessions,portals-my-pages-consent,portals-my-pages-finance,portals-my-pages-assets,portals-my-pages-health,portals-admin-petition,portals-my-pages-core,financial-aid-shared,island-ui-contentful,portals-admin-core,shared-form-fields,application-types,clients-charge-fjs-v2,api-domains-payment,api-mocks,shared-components,react-components,react-spa-bff,react-feature-flags,portals-core,react-spa-shared,shared-connected,api-domains-disability-license,api-domains-health-directorate,clients-vehicle-service-fjs-v1,icelandic-names-registry-types,api-domains-aircraft-registry,api-domains-national-registry,api-domains-company-registry,api-domains-housing-benefits,api-domains-payment-schedule,clients-driving-license-book,clients-hms-housing-benefits,clients-national-registry-v2,clients-national-registry-v3,api-domains-education,clients-mms-grade,clients-identity,clients-rsk-company-registry,clients-signature-collection,content-search-index-manager,content-search-indexer-types,content-search-toolkit,content-search-metrics,judicial-system-court-client,api-domains-criminal-record,api-domains-fishing-license,clients-consultation-portal,judicial-system-audit-trail,air-discount-scheme-consts,clients-althingi-ombudsman,clients-disability-license,clients-health-directorate,clients-judicial-system-sp,clients-smart-solutions-v2,clients-university-careers,judicial-system-formatters,portals-my-pages-constants,air-discount-scheme-types,aircraft-registry,api-domains-api-catalogue,api-domains-ship-registry,api-domains-work-machines,clients-rsk-relationships,clients-work-accident-ver,api-domains-energy-funds,clients-payment-schedule,clients-vehicles-mileage,clients-workpoint-arborg,portals-my-pages-graphql,api-domains-file-upload,api-domains-regulations,api/domains/form-system,clients-criminal-record,clients-driving-license,clients-firearm-license,clients-fishing-license,clients-hunting-license,judicial-system-lawyers,judicial-system-message,api-catalogue-services,api-domains-fiskistofa,clients-ehic-client-v1,clients-smartsolutions,judicial-system-consts,judicial-system-auth,api-catalogue-elastic,api-domains-documents,api-domains-hms-loans,api-domains-syslumenn,clients-work-machines,judicial-system-types,ship-registry,api-catalogue-consts,api-catalogue-types,api-domains-passport,clients-auth-ids-api,clients-documents-v2,clients-energy-funds,infra-express-server,api-domains-finance,application-graphql,clients-middlewares,clients-regulations,form-system-client,clients-finance-v2,clients-fiskistofa,clients-hms-loans,clients-mms-frigg,clients-passports,clients-syslumenn,clients-islykill,clients-vehicles,clients-finance,clients-assets,api-domains-assets,clients-p-card,clients-inna,clients-cms,clients-mms,shared-translations,skilavottord-consts,nest-feature-flags,skilavottord-types,testing-containers,message-queue,university-gateway,clients-documents,infra-nest-server,testing-nest,nest-problem,nest-swagger,infra-next-server,residence-history,shared-constants,infra-tracing,nest-core,localization,shared-utils,clients-vmst,logging,auth-nest-tools,testing-fixtures,nest-dataloader,nest-audit,clients-zendesk,dokobit-signing,nest-sequelize,email-service,infra-metrics,nest-config,file-storage,nova-sms,nest-aws,cache,island-ui-theme,island-ui-utils,regulations,nest-pagination,user-monitoring,shared-mocking,shared-problem,feature-flags,next-ids-auth,nest-graphql,shared-babel,shared-types,auth-scopes,testing-e2e,api-schema,shared-pii,plausible update dirty files"

This reverts commit 20d7fd9.
…s=api-domains-documents,api-domains-driving-license,api-domains-driving-license-book,api-domains-education,api-domains-email-signup,api-domains-endorsement-system,api-domains-energy-funds update dirty files"

This reverts commit 3b5e801.
@AndesKrrrrrrrrrrr AndesKrrrrrrrrrrr removed request for a team January 22, 2025 17:04
@AndesKrrrrrrrrrrr AndesKrrrrrrrrrrr removed request for a team and snaerth January 22, 2025 17:04
@Ballioli Ballioli enabled auto-merge January 23, 2025 07:22
@Ballioli Ballioli disabled auto-merge January 23, 2025 08:30
@Ballioli Ballioli enabled auto-merge January 23, 2025 08:40
@Ballioli Ballioli disabled auto-merge January 23, 2025 08:57
@Ballioli Ballioli enabled auto-merge January 23, 2025 13:15
@datadog-island-is
Copy link

datadog-island-is bot commented Jan 23, 2025

Datadog Report

All test runs f337e91 🔗

10 Total Test Services: 0 Failed, 10 Passed
🔻 Test Sessions change in coverage: 2 decreased, 198 no change

Test Services
This report shows up to 10 services
Service Name Failed Known Flaky New Flaky Passed Skipped Total Time Code Coverage Change Test Service View
air-discount-scheme-backend 0 0 0 63 0 25.78s 1 no change Link
air-discount-scheme-web 0 0 0 2 0 7.51s 1 no change Link
api 0 0 0 4 0 2.76s 1 no change Link
api-domains-air-discount-scheme 0 0 0 6 0 17.98s 1 no change Link
api-domains-assets 0 0 0 3 0 10.34s 1 no change Link
api-domains-auth-admin 0 0 0 18 0 9.56s 1 no change Link
api-domains-communications 0 0 0 5 0 29.97s 1 no change Link
api-domains-criminal-record 0 0 0 5 0 7.97s 1 no change Link
api-domains-driving-license 0 0 0 23 0 30.88s 1 no change Link
api-domains-education 0 0 0 8 0 18.93s 1 no change Link

🔻 Code Coverage Decreases vs Default Branch (2)

  • nest-feature-flags - jest 55.77% (-0.46%) - Details
  • services-university-gateway - jest 45.23% (-0.02%) - Details

@Ballioli Ballioli disabled auto-merge January 23, 2025 15:21
@Ballioli Ballioli enabled auto-merge January 23, 2025 15:28
@Ballioli Ballioli disabled auto-merge January 23, 2025 16:03
@Ballioli Ballioli enabled auto-merge January 24, 2025 13:44
@Ballioli Ballioli added this pull request to the merge queue Jan 24, 2025
Merged via the queue into main with commit 5deb71a Jan 24, 2025
147 checks passed
@Ballioli Ballioli deleted the fix/application-system-contentful-strings-fix branch January 24, 2025 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants