Bugfixes storage postgres interface and added repo integration tests #668
Annotations
10 warnings
src/DataCleanup/NightlyCleanup.cs#L48
Remove the unnecessary Boolean literal(s). (https://rules.sonarsource.com/csharp/RSPEC-1125)
|
src/Storage/appsettings.json#L6
"pwd" detected here, make sure this is not a hard-coded credential. (https://rules.sonarsource.com/csharp/RSPEC-2068)
|
src/Storage/appsettings.json#L7
"pwd" detected here, make sure this is not a hard-coded credential. (https://rules.sonarsource.com/csharp/RSPEC-2068)
|
src/Storage/Repository/PgDataRepository.cs#L139
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
src/Storage/Repository/PgInstanceRepository.cs#L111
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
src/Storage/Repository/PgInstanceRepository.cs#L143
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
src/Storage/Repository/PgInstanceEventRepository.cs#L29
Remove this unread private field '_logger' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487)
|
src/Storage/Repository/PgInstanceRepository.cs#L525
Remove this bitwise operation; the enum 'NpgsqlDbType' is not marked with 'Flags' attribute. (https://rules.sonarsource.com/csharp/RSPEC-3265)
|
src/Storage/Repository/PgInstanceRepository.cs#L538
Remove this bitwise operation; the enum 'NpgsqlDbType' is not marked with 'Flags' attribute. (https://rules.sonarsource.com/csharp/RSPEC-3265)
|
src/Storage/Repository/PgInstanceRepository.cs#L540
Remove this bitwise operation; the enum 'NpgsqlDbType' is not marked with 'Flags' attribute. (https://rules.sonarsource.com/csharp/RSPEC-3265)
|
The logs for this run have expired and are no longer available.
Loading