• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

iggy-rs / iggy
75%
master: 75%

Build:
Build:
LAST BUILD BRANCH: Epilogue-Part-2
DEFAULT BRANCH: master
Repo Added 13 Feb 2024 01:09PM UTC
Files 369
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH Epilogue-Part-2
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • Epilogue-Part-1
  • Epilogue-Part-2
  • ahash
  • apache
  • autosignopt
  • bench-improvements
  • bench-snapshot-server-logs
  • bench-traffic-limiter
  • bench-use-json
  • bump-sdk-version-in-cli
  • case_sensitive_names
  • cg-bench-fix
  • cg_fix
  • change-ci-scripts-dirs
  • consumer_print
  • delete_consumer_offset
  • dependabot/cargo/async-trait-0.1.84
  • dependabot/cargo/async-trait-0.1.85
  • dependabot/cargo/axum-0.8.2
  • dependabot/cargo/bcrypt-0.16.0
  • dependabot/cargo/chrono-0.4.39
  • dependabot/cargo/clap-4.5.27
  • dependabot/cargo/clap-4.5.28
  • dependabot/cargo/clap_complete-4.5.40
  • dependabot/cargo/clap_complete-4.5.43
  • dependabot/cargo/colored-3.0.0
  • dependabot/cargo/convert_case-0.7.1
  • dependabot/cargo/derive_more-2.0.1
  • dependabot/cargo/log-0.4.25
  • dependabot/cargo/moka-0.12.10
  • dependabot/cargo/moka-0.12.9
  • dependabot/cargo/openssl-0.10.70
  • dependabot/cargo/opentelemetry-semantic-conventions-0.28.0
  • dependabot/cargo/prometheus-client-0.23.0
  • dependabot/cargo/prometheus-client-0.23.1
  • dependabot/cargo/reqwest-0.12.12
  • dependabot/cargo/serde_json-1.0.135
  • dependabot/cargo/serde_json-1.0.137
  • dependabot/cargo/serde_json-1.0.138
  • dependabot/cargo/strum-0.27.0
  • dependabot/cargo/tempfile-3.15.0
  • dependabot/cargo/uuid-1.12.1
  • dependabot/cargo/uuid-1.13.1
  • dependabot/cargo/vergen-git2-1.0.5
  • dependabot/cargo/webpki-roots-0.26.8
  • dependabot/github_actions/bnjbvr/cargo-machete-0.7.0
  • dependabot/github_actions/crazy-max/ghaction-setup-docker-4
  • derive-iggy-producer
  • docker_alpine
  • err-context-deprecation
  • error_cleanup
  • feature/ci-flows
  • fix-ansi-in-log
  • fix-bench-server-version
  • fix-messages-req-to-save
  • fix-overflow
  • fix-toggler-hack
  • fix_cache_config
  • fix_id
  • fix_stats
  • fix_update_topic
  • fresh
  • identifier-as-an-arg
  • improve-cache-size-calc
  • improve-materialize_batch_and_maybe_update_state
  • jwt_cleanup
  • licenses
  • master
  • mimalloc
  • mimalloc-and-msgs-req-to-save
  • minor-bench-fixes
  • move-server-error-to-error-set-new
  • msgs-req-to-save-revert
  • persister_via_channels_last
  • producing-consumer-group
  • rebuild_indexes
  • refactor-bench
  • remove-lseek
  • remove-memcpy
  • remove_commit_messages_check_in_pr
  • retry_send_messages
  • sdk-stats-workaround
  • segment-delete-panic
  • segment-storage-refactor
  • snapshot-refactor
  • unify_traces
  • update-dependencies
  • update-deps
  • update_axum
  • update_deps
  • use-less-dyn
  • zot6/replace-unsafe-cache-init

15 Feb 2025 12:34AM UTC coverage: 74.606% (-0.1%) from 74.753%
13339899856

Pull #1531

github

web-flow
Merge 35eaabe95 into 4adba54ac
Pull Request #1531: feat(sdk): add IggyStream builder

559 of 817 new or added lines in 11 files covered. (68.42%)

25804 of 34587 relevant lines covered (74.61%)

10040.2 hits per line

Relevant lines Covered
Build:
Build:
34587 RELEVANT LINES 25804 COVERED LINES
10040.2 HITS PER LINE
Source Files on master
  • Tree
  • List 369
  • Changed 29
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
13339899856 Epilogue-Part-2 Merge 35eaabe95 into 4adba54ac Pull #1531 15 Feb 2025 12:41AM UTC web-flow github
74.61
13338128319 master perf(server): optimize writing performance (#1530) This commit optimizes the log writing process by removing the `stream_position()` call, which uses `lseek` and negatively impacts performance. Afterwards, the new implementation directly updates... push 14 Feb 2025 09:56PM UTC web-flow github
74.75
13337959792 remove-lseek Merge 807db4438 into 49afa7bba Pull #1530 14 Feb 2025 09:42PM UTC web-flow github
74.75
13337748331 remove-lseek Merge c60a55de1 into 49afa7bba Pull #1530 14 Feb 2025 09:27PM UTC web-flow github
74.75
13337166152 master chore(deps): update workspace dependencies (#1535) push 14 Feb 2025 08:50PM UTC web-flow github
74.74
13336646907 remove-lseek Merge 6356300df into 09bb7bd2b Pull #1530 14 Feb 2025 08:12PM UTC web-flow github
74.73
13336528852 update_deps Merge fe2a40d32 into 09bb7bd2b Pull #1535 14 Feb 2025 08:07PM UTC web-flow github
74.74
13335910144 master fix(server): don't panic during segment deletion, improve max topic size (#1532) This commit addresses a panic issue that occurred during segment deletion and closure by ensuring proper shutdown of reading and writing tasks. It also improves the... push 14 Feb 2025 07:21PM UTC web-flow github
74.72
13335730320 segment-delete-panic Merge 4e6f8113f into bd4ab90bd Pull #1532 14 Feb 2025 07:09PM UTC web-flow github
74.72
13335401714 segment-delete-panic Merge e23280ea7 into bd4ab90bd Pull #1532 14 Feb 2025 06:47PM UTC web-flow github
74.72
See All Builds (1508)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc