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

Track downloads statistics on timescaledb #4979

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

Fix keyword from compress_interval to compress_after

84c3551
Select commit
Loading
Failed to load commit list.
Open

Track downloads statistics on timescaledb #4979

Fix keyword from compress_interval to compress_after
84c3551
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jan 16, 2025 in 0s

22.40% of diff hit (target 97.13%)

View this Pull Request on Codecov

22.40% of diff hit (target 97.13%)

Annotations

Check warning on line 23 in app/jobs/fastly_log_downloads_processor.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/jobs/fastly_log_downloads_processor.rb#L21-L23

Added lines #L21 - L23 were not covered by tests

Check warning on line 28 in app/jobs/fastly_log_downloads_processor.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/jobs/fastly_log_downloads_processor.rb#L27-L28

Added lines #L27 - L28 were not covered by tests

Check warning on line 33 in app/jobs/fastly_log_downloads_processor.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/jobs/fastly_log_downloads_processor.rb#L30-L33

Added lines #L30 - L33 were not covered by tests

Check warning on line 37 in app/jobs/fastly_log_downloads_processor.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/jobs/fastly_log_downloads_processor.rb#L36-L37

Added lines #L36 - L37 were not covered by tests

Check warning on line 39 in app/jobs/fastly_log_downloads_processor.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/jobs/fastly_log_downloads_processor.rb#L39

Added line #L39 was not covered by tests

Check warning on line 45 in app/jobs/fastly_log_downloads_processor.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/jobs/fastly_log_downloads_processor.rb#L44-L45

Added lines #L44 - L45 were not covered by tests

Check warning on line 49 in app/jobs/fastly_log_downloads_processor.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/jobs/fastly_log_downloads_processor.rb#L49

Added line #L49 was not covered by tests

Check warning on line 53 in app/jobs/fastly_log_downloads_processor.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/jobs/fastly_log_downloads_processor.rb#L53

Added line #L53 was not covered by tests

Check warning on line 60 in app/jobs/fastly_log_downloads_processor.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/jobs/fastly_log_downloads_processor.rb#L57-L60

Added lines #L57 - L60 were not covered by tests

Check warning on line 69 in app/jobs/fastly_log_downloads_processor.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/jobs/fastly_log_downloads_processor.rb#L64-L69

Added lines #L64 - L69 were not covered by tests

Check warning on line 71 in app/jobs/fastly_log_downloads_processor.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/jobs/fastly_log_downloads_processor.rb#L71

Added line #L71 was not covered by tests

Check warning on line 90 in app/jobs/fastly_log_downloads_processor.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/jobs/fastly_log_downloads_processor.rb#L85-L90

Added lines #L85 - L90 were not covered by tests

Check warning on line 19 in app/jobs/fastly_log_downloads_processor_job.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/jobs/fastly_log_downloads_processor_job.rb#L19

Added line #L19 was not covered by tests

Check warning on line 3 in app/models/download.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/models/download.rb#L2-L3

Added lines #L2 - L3 were not covered by tests

Check warning on line 5 in app/models/download.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/models/download.rb#L5

Added line #L5 was not covered by tests

Check warning on line 9 in app/models/download.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/models/download.rb#L7-L9

Added lines #L7 - L9 were not covered by tests

Check warning on line 11 in app/models/download.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/models/download.rb#L11

Added line #L11 was not covered by tests

Check warning on line 6 in app/models/log_download.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/models/log_download.rb#L4-L6

Added lines #L4 - L6 were not covered by tests

Check warning on line 8 in app/models/log_download.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/models/log_download.rb#L8

Added line #L8 was not covered by tests

Check warning on line 19 in app/models/log_download.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/models/log_download.rb#L10-L19

Added lines #L10 - L19 were not covered by tests

Check warning on line 28 in app/models/log_download.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/models/log_download.rb#L21-L28

Added lines #L21 - L28 were not covered by tests

Check warning on line 33 in app/models/log_download.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/models/log_download.rb#L30-L33

Added lines #L30 - L33 were not covered by tests

Check warning on line 3 in app/tasks/maintenance/backfill_log_downloads_from_log_tickets_task.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/tasks/maintenance/backfill_log_downloads_from_log_tickets_task.rb#L3

Added line #L3 was not covered by tests

Check warning on line 9 in app/tasks/maintenance/backfill_log_downloads_from_log_tickets_task.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/tasks/maintenance/backfill_log_downloads_from_log_tickets_task.rb#L8-L9

Added lines #L8 - L9 were not covered by tests

Check warning on line 19 in app/tasks/maintenance/backfill_log_downloads_from_log_tickets_task.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/tasks/maintenance/backfill_log_downloads_from_log_tickets_task.rb#L13-L19

Added lines #L13 - L19 were not covered by tests