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(bug): Remove FIQL based filters from list calls #485

Merged
merged 2 commits into from
Oct 2, 2024

use strings.EqualFold for string comparison after list calls

7fd8c3b
Select commit
Loading
Failed to load commit list.
Merged

fix(bug): Remove FIQL based filters from list calls #485

use strings.EqualFold for string comparison after list calls
7fd8c3b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Oct 2, 2024 in 1s

0.00% of diff hit (target 75.00%)

View this Pull Request on Codecov

0.00% of diff hit (target 75.00%)

Annotations

Check warning on line 203 in controllers/helpers.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

controllers/helpers.go#L203

Added line #L203 was not covered by tests

Check warning on line 211 in controllers/helpers.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

controllers/helpers.go#L211

Added line #L211 was not covered by tests

Check warning on line 263 in controllers/helpers.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

controllers/helpers.go#L263

Added line #L263 was not covered by tests

Check warning on line 265 in controllers/helpers.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

controllers/helpers.go#L265

Added line #L265 was not covered by tests

Check warning on line 275 in controllers/helpers.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

controllers/helpers.go#L275

Added line #L275 was not covered by tests

Check warning on line 317 in controllers/helpers.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

controllers/helpers.go#L316-L317

Added lines #L316 - L317 were not covered by tests

Check warning on line 325 in controllers/helpers.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

controllers/helpers.go#L325

Added line #L325 was not covered by tests

Check warning on line 637 in controllers/helpers.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

controllers/helpers.go#L636-L637

Added lines #L636 - L637 were not covered by tests

Check warning on line 644 in controllers/helpers.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

controllers/helpers.go#L644

Added line #L644 was not covered by tests