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

Postgres Full Text search. #1

Merged
merged 55 commits into from
Jul 10, 2024

Fix bug with seek(0)

14cf32a
Select commit
Loading
Failed to load commit list.
Merged

Postgres Full Text search. #1

Fix bug with seek(0)
14cf32a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jul 10, 2024 in 1s

61.78% of diff hit (target 77.78%)

View this Pull Request on Codecov

61.78% of diff hit (target 77.78%)

Annotations

Check warning on line 152 in src/privatim/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/privatim/__init__.py#L152

Added line #L152 was not covered by tests

Check warning on line 3 in src/privatim/cli/helpers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/privatim/cli/helpers.py#L1-L3

Added lines #L1 - L3 were not covered by tests

Check warning on line 7 in src/privatim/cli/helpers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/privatim/cli/helpers.py#L5-L7

Added lines #L5 - L7 were not covered by tests

Check warning on line 12 in src/privatim/cli/helpers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/privatim/cli/helpers.py#L10-L12

Added lines #L10 - L12 were not covered by tests

Check warning on line 17 in src/privatim/cli/helpers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/privatim/cli/helpers.py#L17

Added line #L17 was not covered by tests

Check warning on line 32 in src/privatim/cli/helpers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/privatim/cli/helpers.py#L19-L32

Added lines #L19 - L32 were not covered by tests

Check warning on line 37 in src/privatim/cli/helpers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/privatim/cli/helpers.py#L35-L37

Added lines #L35 - L37 were not covered by tests

Check warning on line 42 in src/privatim/cli/helpers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/privatim/cli/helpers.py#L42

Added line #L42 was not covered by tests

Check warning on line 52 in src/privatim/cli/helpers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/privatim/cli/helpers.py#L44-L52

Added lines #L44 - L52 were not covered by tests

Check warning on line 57 in src/privatim/cli/helpers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/privatim/cli/helpers.py#L55-L57

Added lines #L55 - L57 were not covered by tests

Check warning on line 62 in src/privatim/cli/helpers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/privatim/cli/helpers.py#L60-L62

Added lines #L60 - L62 were not covered by tests

Check warning on line 64 in src/privatim/cli/helpers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/privatim/cli/helpers.py#L64

Added line #L64 was not covered by tests

Check warning on line 73 in src/privatim/cli/helpers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/privatim/cli/helpers.py#L66-L73

Added lines #L66 - L73 were not covered by tests

Check warning on line 81 in src/privatim/cli/helpers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/privatim/cli/helpers.py#L75-L81

Added lines #L75 - L81 were not covered by tests

Check warning on line 84 in src/privatim/cli/helpers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/privatim/cli/helpers.py#L84

Added line #L84 was not covered by tests

Check warning on line 86 in src/privatim/cli/helpers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/privatim/cli/helpers.py#L86

Added line #L86 was not covered by tests

Check warning on line 8 in src/privatim/cli/initialize_db.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/privatim/cli/initialize_db.py#L8

Added line #L8 was not covered by tests

Check warning on line 74 in src/privatim/forms/agenda_item_form.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/privatim/forms/agenda_item_form.py#L74

Added line #L74 was not covered by tests

Check warning on line 88 in src/privatim/forms/agenda_item_form.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/privatim/forms/agenda_item_form.py#L86-L88

Added lines #L86 - L88 were not covered by tests

Check warning on line 424 in src/privatim/forms/fields/fields.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/privatim/forms/fields/fields.py#L424

Added line #L424 was not covered by tests

Check warning on line 475 in src/privatim/forms/fields/fields.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/privatim/forms/fields/fields.py#L475

Added line #L475 was not covered by tests

Check warning on line 80 in src/privatim/models/associated_file.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/privatim/models/associated_file.py#L80

Added line #L80 was not covered by tests

Check warning on line 85 in src/privatim/models/associated_file.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/privatim/models/associated_file.py#L85

Added line #L85 was not covered by tests

Check warning on line 89 in src/privatim/models/associated_file.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/privatim/models/associated_file.py#L89

Added line #L89 was not covered by tests

Check warning on line 95 in src/privatim/models/associated_file.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/privatim/models/associated_file.py#L92-L95

Added lines #L92 - L95 were not covered by tests