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-14381] Add POST /tasks/bulk-create endpoint #5188

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

Fixed lint issue

e6c7722
Select commit
Loading
Failed to load commit list.
Open

[PM-14381] Add POST /tasks/bulk-create endpoint #5188

Fixed lint issue
e6c7722
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jan 9, 2025 in 1s

38.29% of diff hit (target 43.77%)

View this Pull Request on Codecov

38.29% of diff hit (target 43.77%)

Annotations

Check warning on line 31 in src/Api/Vault/Controllers/SecurityTaskController.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Api/Vault/Controllers/SecurityTaskController.cs#L30-L31

Added lines #L30 - L31 were not covered by tests

Check warning on line 37 in src/Api/Vault/Controllers/SecurityTaskController.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Api/Vault/Controllers/SecurityTaskController.cs#L37

Added line #L37 was not covered by tests

Check warning on line 92 in src/Api/Vault/Controllers/SecurityTaskController.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Api/Vault/Controllers/SecurityTaskController.cs#L88-L92

Added lines #L88 - L92 were not covered by tests

Check warning on line 7 in src/Api/Vault/Models/Request/BulkCreateSecurityTasksRequestModel.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Api/Vault/Models/Request/BulkCreateSecurityTasksRequestModel.cs#L7

Added line #L7 was not covered by tests

Check warning on line 167 in src/Infrastructure.Dapper/DapperHelpers.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Infrastructure.Dapper/DapperHelpers.cs#L157-L167

Added lines #L157 - L167 were not covered by tests

Check warning on line 229 in src/Infrastructure.Dapper/DapperHelpers.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Infrastructure.Dapper/DapperHelpers.cs#L229

Added line #L229 was not covered by tests

Check warning on line 233 in src/Infrastructure.Dapper/DapperHelpers.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Infrastructure.Dapper/DapperHelpers.cs#L231-L233

Added lines #L231 - L233 were not covered by tests

Check warning on line 52 in src/Infrastructure.Dapper/Vault/Repositories/SecurityTaskRepository.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Infrastructure.Dapper/Vault/Repositories/SecurityTaskRepository.cs#L52

Added line #L52 was not covered by tests

Check warning on line 56 in src/Infrastructure.Dapper/Vault/Repositories/SecurityTaskRepository.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Infrastructure.Dapper/Vault/Repositories/SecurityTaskRepository.cs#L55-L56

Added lines #L55 - L56 were not covered by tests

Check warning on line 62 in src/Infrastructure.Dapper/Vault/Repositories/SecurityTaskRepository.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Infrastructure.Dapper/Vault/Repositories/SecurityTaskRepository.cs#L60-L62

Added lines #L60 - L62 were not covered by tests

Check warning on line 65 in src/Infrastructure.Dapper/Vault/Repositories/SecurityTaskRepository.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Infrastructure.Dapper/Vault/Repositories/SecurityTaskRepository.cs#L64-L65

Added lines #L64 - L65 were not covered by tests

Check warning on line 70 in src/Infrastructure.Dapper/Vault/Repositories/SecurityTaskRepository.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Infrastructure.Dapper/Vault/Repositories/SecurityTaskRepository.cs#L67-L70

Added lines #L67 - L70 were not covered by tests

Check warning on line 73 in src/Infrastructure.Dapper/Vault/Repositories/SecurityTaskRepository.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Infrastructure.Dapper/Vault/Repositories/SecurityTaskRepository.cs#L73

Added line #L73 was not covered by tests

Check warning on line 59 in src/Infrastructure.EntityFramework/Vault/Repositories/SecurityTaskRepository.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Infrastructure.EntityFramework/Vault/Repositories/SecurityTaskRepository.cs#L59

Added line #L59 was not covered by tests

Check warning on line 63 in src/Infrastructure.EntityFramework/Vault/Repositories/SecurityTaskRepository.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Infrastructure.EntityFramework/Vault/Repositories/SecurityTaskRepository.cs#L62-L63

Added lines #L62 - L63 were not covered by tests

Check warning on line 69 in src/Infrastructure.EntityFramework/Vault/Repositories/SecurityTaskRepository.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Infrastructure.EntityFramework/Vault/Repositories/SecurityTaskRepository.cs#L67-L69

Added lines #L67 - L69 were not covered by tests

Check warning on line 75 in src/Infrastructure.EntityFramework/Vault/Repositories/SecurityTaskRepository.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Infrastructure.EntityFramework/Vault/Repositories/SecurityTaskRepository.cs#L71-L75

Added lines #L71 - L75 were not covered by tests

Check warning on line 78 in src/Infrastructure.EntityFramework/Vault/Repositories/SecurityTaskRepository.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Infrastructure.EntityFramework/Vault/Repositories/SecurityTaskRepository.cs#L77-L78

Added lines #L77 - L78 were not covered by tests