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(webserver): implement new storage layer for repository meta #1750

Closed
wants to merge 17 commits into from

Make update_latest_version

323a3c7
Select commit
Loading
Failed to load commit list.
Closed

feat(webserver): implement new storage layer for repository meta #1750

Make update_latest_version
323a3c7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Apr 5, 2024 in 1s

0.68% of diff hit (target 75.00%)

View this Pull Request on Codecov

0.68% of diff hit (target 75.00%)

Annotations

Check warning on line 42 in crates/tabby-scheduler/src/dataset.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/tabby-scheduler/src/dataset.rs#L37-L42

Added lines #L37 - L42 were not covered by tests

Check warning on line 84 in crates/tabby-scheduler/src/dataset.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/tabby-scheduler/src/dataset.rs#L83-L84

Added lines #L83 - L84 were not covered by tests

Check warning on line 109 in crates/tabby-scheduler/src/dataset.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/tabby-scheduler/src/dataset.rs#L109

Added line #L109 was not covered by tests

Check warning on line 126 in crates/tabby-scheduler/src/dataset.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/tabby-scheduler/src/dataset.rs#L122-L126

Added lines #L122 - L126 were not covered by tests

Check warning on line 130 in crates/tabby-scheduler/src/dataset.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/tabby-scheduler/src/dataset.rs#L130

Added line #L130 was not covered by tests

Check warning on line 136 in crates/tabby-scheduler/src/dataset.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/tabby-scheduler/src/dataset.rs#L136

Added line #L136 was not covered by tests

Check warning on line 18 in crates/tabby-scheduler/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/tabby-scheduler/src/lib.rs#L18

Added line #L18 was not covered by tests

Check warning on line 40 in crates/tabby-scheduler/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/tabby-scheduler/src/lib.rs#L40

Added line #L40 was not covered by tests

Check warning on line 69 in crates/tabby-scheduler/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/tabby-scheduler/src/lib.rs#L69

Added line #L69 was not covered by tests

Check warning on line 77 in crates/tabby-scheduler/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/tabby-scheduler/src/lib.rs#L77

Added line #L77 was not covered by tests

Check warning on line 24 in ee/tabby-webserver/src/cron/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ee/tabby-webserver/src/cron/mod.rs#L24

Added line #L24 was not covered by tests

Check warning on line 37 in ee/tabby-webserver/src/cron/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ee/tabby-webserver/src/cron/mod.rs#L37

Added line #L37 was not covered by tests

Check warning on line 51 in ee/tabby-webserver/src/handler.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ee/tabby-webserver/src/handler.rs#L51

Added line #L51 was not covered by tests

Check warning on line 55 in ee/tabby-webserver/src/handler.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ee/tabby-webserver/src/handler.rs#L53-L55

Added lines #L53 - L55 were not covered by tests

Check warning on line 58 in ee/tabby-webserver/src/handler.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ee/tabby-webserver/src/handler.rs#L58

Added line #L58 was not covered by tests

Check warning on line 207 in ee/tabby-webserver/src/hub/api.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ee/tabby-webserver/src/hub/api.rs#L202-L207

Added lines #L202 - L207 were not covered by tests

Check warning on line 214 in ee/tabby-webserver/src/hub/api.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ee/tabby-webserver/src/hub/api.rs#L210-L214

Added lines #L210 - L214 were not covered by tests

Check warning on line 221 in ee/tabby-webserver/src/hub/api.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ee/tabby-webserver/src/hub/api.rs#L216-L221

Added lines #L216 - L221 were not covered by tests

Check warning on line 227 in ee/tabby-webserver/src/hub/api.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ee/tabby-webserver/src/hub/api.rs#L224-L227

Added lines #L224 - L227 were not covered by tests

Check warning on line 5 in ee/tabby-webserver/src/path.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ee/tabby-webserver/src/path.rs#L3-L5

Added lines #L3 - L5 were not covered by tests

Check warning on line 24 in ee/tabby-webserver/src/repositories/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ee/tabby-webserver/src/repositories/mod.rs#L24

Added line #L24 was not covered by tests

Check warning on line 44 in ee/tabby-webserver/src/repositories/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ee/tabby-webserver/src/repositories/mod.rs#L44

Added line #L44 was not covered by tests

Check warning on line 47 in ee/tabby-webserver/src/repositories/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ee/tabby-webserver/src/repositories/mod.rs#L47

Added line #L47 was not covered by tests

Check warning on line 77 in ee/tabby-webserver/src/repositories/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ee/tabby-webserver/src/repositories/mod.rs#L77

Added line #L77 was not covered by tests

Check warning on line 81 in ee/tabby-webserver/src/repositories/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ee/tabby-webserver/src/repositories/mod.rs#L81

Added line #L81 was not covered by tests