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

[PM-11127] Write OrganizationInstallation record when license is retrieved #5090

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Run dotnet format

ef91f81
Select commit
Loading
Failed to load commit list.
Open

[PM-11127] Write OrganizationInstallation record when license is retrieved #5090

Run dotnet format
ef91f81
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 26, 2024 in 0s

23.15% of diff hit (target 43.07%)

View this Pull Request on Codecov

23.15% of diff hit (target 43.07%)

Annotations

Check warning on line 103 in src/Api/Billing/Controllers/OrganizationsController.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Api/Billing/Controllers/OrganizationsController.cs#L103

Added line #L103 was not covered by tests

Check warning on line 378 in src/Api/Billing/Controllers/OrganizationsController.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Api/Billing/Controllers/OrganizationsController.cs#L376-L378

Added lines #L376 - L378 were not covered by tests

Check warning on line 387 in src/Api/Billing/Controllers/OrganizationsController.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Api/Billing/Controllers/OrganizationsController.cs#L381-L387

Added lines #L381 - L387 were not covered by tests

Check warning on line 393 in src/Api/Billing/Controllers/OrganizationsController.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Api/Billing/Controllers/OrganizationsController.cs#L389-L393

Added lines #L389 - L393 were not covered by tests

Check warning on line 10 in src/Core/Billing/Entities/OrganizationInstallation.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Core/Billing/Entities/OrganizationInstallation.cs#L10

Added line #L10 was not covered by tests

Check warning on line 15 in src/Core/Billing/Entities/OrganizationInstallation.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Core/Billing/Entities/OrganizationInstallation.cs#L12-L15

Added lines #L12 - L15 were not covered by tests

Check warning on line 18 in src/Core/Billing/Entities/OrganizationInstallation.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Core/Billing/Entities/OrganizationInstallation.cs#L18

Added line #L18 was not covered by tests

Check warning on line 23 in src/Core/Billing/Entities/OrganizationInstallation.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Core/Billing/Entities/OrganizationInstallation.cs#L20-L23

Added lines #L20 - L23 were not covered by tests

Check warning on line 14 in src/Infrastructure.Dapper/Billing/Repositories/OrganizationInstallationRepository.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Infrastructure.Dapper/Billing/Repositories/OrganizationInstallationRepository.cs#L12-L14

Added lines #L12 - L14 were not covered by tests

Check warning on line 18 in src/Infrastructure.Dapper/Billing/Repositories/OrganizationInstallationRepository.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Infrastructure.Dapper/Billing/Repositories/OrganizationInstallationRepository.cs#L17-L18

Added lines #L17 - L18 were not covered by tests

Check warning on line 23 in src/Infrastructure.Dapper/Billing/Repositories/OrganizationInstallationRepository.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Infrastructure.Dapper/Billing/Repositories/OrganizationInstallationRepository.cs#L20-L23

Added lines #L20 - L23 were not covered by tests

Check warning on line 26 in src/Infrastructure.Dapper/Billing/Repositories/OrganizationInstallationRepository.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Infrastructure.Dapper/Billing/Repositories/OrganizationInstallationRepository.cs#L25-L26

Added lines #L25 - L26 were not covered by tests

Check warning on line 30 in src/Infrastructure.Dapper/Billing/Repositories/OrganizationInstallationRepository.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Infrastructure.Dapper/Billing/Repositories/OrganizationInstallationRepository.cs#L29-L30

Added lines #L29 - L30 were not covered by tests

Check warning on line 35 in src/Infrastructure.Dapper/Billing/Repositories/OrganizationInstallationRepository.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Infrastructure.Dapper/Billing/Repositories/OrganizationInstallationRepository.cs#L32-L35

Added lines #L32 - L35 were not covered by tests

Check warning on line 38 in src/Infrastructure.Dapper/Billing/Repositories/OrganizationInstallationRepository.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Infrastructure.Dapper/Billing/Repositories/OrganizationInstallationRepository.cs#L37-L38

Added lines #L37 - L38 were not covered by tests

Check warning on line 66 in src/Infrastructure.Dapper/DapperServiceCollectionExtensions.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Infrastructure.Dapper/DapperServiceCollectionExtensions.cs#L66

Added line #L66 was not covered by tests

Check warning on line 10 in src/Infrastructure.EntityFramework/Billing/Models/OrganizationInstallation.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Infrastructure.EntityFramework/Billing/Models/OrganizationInstallation.cs#L9-L10

Added lines #L9 - L10 were not covered by tests

Check warning on line 16 in src/Infrastructure.EntityFramework/Billing/Repositories/OrganizationInstallationRepository.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Infrastructure.EntityFramework/Billing/Repositories/OrganizationInstallationRepository.cs#L13-L16

Added lines #L13 - L16 were not covered by tests

Check warning on line 20 in src/Infrastructure.EntityFramework/Billing/Repositories/OrganizationInstallationRepository.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Infrastructure.EntityFramework/Billing/Repositories/OrganizationInstallationRepository.cs#L19-L20

Added lines #L19 - L20 were not covered by tests

Check warning on line 22 in src/Infrastructure.EntityFramework/Billing/Repositories/OrganizationInstallationRepository.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Infrastructure.EntityFramework/Billing/Repositories/OrganizationInstallationRepository.cs#L22

Added line #L22 was not covered by tests

Check warning on line 27 in src/Infrastructure.EntityFramework/Billing/Repositories/OrganizationInstallationRepository.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Infrastructure.EntityFramework/Billing/Repositories/OrganizationInstallationRepository.cs#L24-L27

Added lines #L24 - L27 were not covered by tests

Check warning on line 30 in src/Infrastructure.EntityFramework/Billing/Repositories/OrganizationInstallationRepository.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Infrastructure.EntityFramework/Billing/Repositories/OrganizationInstallationRepository.cs#L29-L30

Added lines #L29 - L30 were not covered by tests

Check warning on line 34 in src/Infrastructure.EntityFramework/Billing/Repositories/OrganizationInstallationRepository.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Infrastructure.EntityFramework/Billing/Repositories/OrganizationInstallationRepository.cs#L33-L34

Added lines #L33 - L34 were not covered by tests

Check warning on line 36 in src/Infrastructure.EntityFramework/Billing/Repositories/OrganizationInstallationRepository.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Infrastructure.EntityFramework/Billing/Repositories/OrganizationInstallationRepository.cs#L36

Added line #L36 was not covered by tests

Check warning on line 41 in src/Infrastructure.EntityFramework/Billing/Repositories/OrganizationInstallationRepository.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Infrastructure.EntityFramework/Billing/Repositories/OrganizationInstallationRepository.cs#L38-L41

Added lines #L38 - L41 were not covered by tests