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

Add basic utility command ctk tail, for tailing a database table and optionally following the tail #330

Merged
merged 3 commits into from
Dec 18, 2024

ctk tail: Use 0.5 seconds polling interval instead of 0.1

476d4f2
Select commit
Loading
Failed to load commit list.
Merged

Add basic utility command ctk tail, for tailing a database table and optionally following the tail #330

ctk tail: Use 0.5 seconds polling interval instead of 0.1
476d4f2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Dec 17, 2024 in 1s

85.10% of diff hit (target 57.72%)

View this Pull Request on Codecov

85.10% of diff hit (target 57.72%)

Annotations

Check warning on line 51 in cratedb_toolkit/cmd/tail/cli.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

cratedb_toolkit/cmd/tail/cli.py#L47-L51

Added lines #L47 - L51 were not covered by tests

Check warning on line 56 in cratedb_toolkit/cmd/tail/cli.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

cratedb_toolkit/cmd/tail/cli.py#L53-L56

Added lines #L53 - L56 were not covered by tests

Check warning on line 44 in cratedb_toolkit/cmd/tail/main.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

cratedb_toolkit/cmd/tail/main.py#L44

Added line #L44 was not covered by tests

Check warning on line 65 in cratedb_toolkit/cmd/tail/main.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

cratedb_toolkit/cmd/tail/main.py#L63-L65

Added lines #L63 - L65 were not covered by tests

Check warning on line 70 in cratedb_toolkit/cmd/tail/main.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

cratedb_toolkit/cmd/tail/main.py#L70

Added line #L70 was not covered by tests

Check warning on line 110 in cratedb_toolkit/cmd/tail/main.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

cratedb_toolkit/cmd/tail/main.py#L110

Added line #L110 was not covered by tests

Check warning on line 132 in cratedb_toolkit/cmd/tail/main.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

cratedb_toolkit/cmd/tail/main.py#L132

Added line #L132 was not covered by tests

Check warning on line 136 in cratedb_toolkit/cmd/tail/main.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

cratedb_toolkit/cmd/tail/main.py#L135-L136

Added lines #L135 - L136 were not covered by tests

Check warning on line 41 in cratedb_toolkit/util/database.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

cratedb_toolkit/util/database.py#L41

Added line #L41 was not covered by tests

Check warning on line 43 in cratedb_toolkit/util/database.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

cratedb_toolkit/util/database.py#L43

Added line #L43 was not covered by tests

Check warning on line 142 in cratedb_toolkit/util/database.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

cratedb_toolkit/util/database.py#L142

Added line #L142 was not covered by tests