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

feat: Add special encoding of json array elements #3368

Merged

Merge remote-tracking branch 'upstream/develop' into feat/json-array-…

528ee75
Select commit
Loading
Failed to load commit list.
Merged

feat: Add special encoding of json array elements #3368

Merge remote-tracking branch 'upstream/develop' into feat/json-array-…
528ee75
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jan 20, 2025 in 1s

80.66% of diff hit (target 78.20%)

View this Pull Request on Codecov

80.66% of diff hit (target 78.20%)

Annotations

Check warning on line 69 in client/json.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/json.go#L68-L69

Added lines #L68 - L69 were not covered by tests

Check warning on line 248 in client/json.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/json.go#L248

Added line #L248 was not covered by tests

Check warning on line 132 in client/normal_array.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/normal_array.go#L131-L132

Added lines #L131 - L132 were not covered by tests

Check warning on line 32 in internal/connor/none.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/connor/none.go#L31-L32

Added lines #L31 - L32 were not covered by tests

Check warning on line 46 in internal/connor/none.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/connor/none.go#L46

Added line #L46 was not covered by tests

Check warning on line 613 in internal/db/fetcher/indexer_iterators.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/db/fetcher/indexer_iterators.go#L612-L613

Added lines #L612 - L613 were not covered by tests

Check warning on line 632 in internal/db/fetcher/indexer_iterators.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/db/fetcher/indexer_iterators.go#L631-L632

Added lines #L631 - L632 were not covered by tests

Check warning on line 650 in internal/db/fetcher/indexer_iterators.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/db/fetcher/indexer_iterators.go#L635-L650

Added lines #L635 - L650 were not covered by tests

Check warning on line 656 in internal/db/fetcher/indexer_iterators.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/db/fetcher/indexer_iterators.go#L655-L656

Added lines #L655 - L656 were not covered by tests

Check warning on line 662 in internal/db/fetcher/indexer_iterators.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/db/fetcher/indexer_iterators.go#L661-L662

Added lines #L661 - L662 were not covered by tests

Check warning on line 138 in internal/encoding/json.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/encoding/json.go#L137-L138

Added lines #L137 - L138 were not covered by tests