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

kitplummer / lowendinsight-get / 70cd7d408a42393b47a660be8a6d2359a999dc89

Builds Branch Commit Type Ran Committer Via Coverage
70cd7d408a42393b47a660be8a6d2359a999dc89 develop docs: comprehensive UDS deployment and operations documentation Replace placeholder UDS section in OPERATIONS.md with full documentation including architecture diagram, Helm chart configuration reference, UDS Package CR explanation, bundle overri... push 03 Mar 2026 11:35PM UTC kitplummer github
84.45
1564e030263897cebf2d3ea1a58c94af4278d94f develop fix: retry database migration on startup for mesh readiness Start the supervisor (including Repo connection pool) before running migrations, instead of using Ecto.Migrator.with_repo which creates a temporary pool that fails in Istio ambient mesh ... push 03 Mar 2026 11:30PM UTC kitplummer github
84.28
638a567bc575634b07706e07ea72f01f1b101775 develop fix: retry database migration on startup for mesh readiness Wraps the Ecto migration in a retry loop (10 attempts, 2s delay) to handle the Istio ambient mesh race condition where network policies aren't ready when the pod first starts. Co-Author... push 03 Mar 2026 02:43PM UTC kitplummer github
84.3
ad5984873fc3c3469cb671fcb512a3d318bcdd0f develop fix: move config values to correct section and add Valkey network policy Config values (cacheTtl, waitTime, etc.) were incorrectly nested under valkey: instead of config:, causing empty env vars and boot crash. Also adds additionalNetworkAllow to... push 03 Mar 2026 02:06PM UTC kitplummer github
85.18
ebdb0216a830f9dbf07ef0cde4bc364ce781cd4b main fix: remove outdated deploy workflow, add main to CI - Remove elixir_deploy_container.yml (broken, uses Ubuntu 24.04 without libtinfo5) - Add main branch to default_elixir_ci triggers - Release workflow handles container builds on tags Co-Author... push 08 Feb 2026 04:43PM UTC kitplummer github
85.36
243ca5ed9965012d3182e57bbe6f393c3e8aacf3 develop docs: update README for v0.9.3 and add GitHub Trending - Bump version references to v0.9.3 - Add GitHub Trending to features list - Add GitHub Trending endpoints to quick reference Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> push 08 Feb 2026 04:34PM UTC kitplummer github
85.18
0406f74e36acdae390eeaa601c1eca681c1b888e develop chore: bump version to 0.9.3 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> push 08 Feb 2026 04:28PM UTC kitplummer github
85.18
656ab44921238ad49095f600eeaf4e5d70447f5c develop fix: make Postman GET tests more permissive for async mode In async mode, job processing happens in background. The GET endpoint may return 500 while job is still initializing. Updated tests to: - Accept both 200 and 500 status codes - Verify res... push 08 Feb 2026 03:45PM UTC kitplummer github
85.18
e914ff4efff4c5bb99ee5677cc97f5923c8dc146 develop fix: add try-rescue to fetch_job for better error handling Wrapping fetch_job in try-rescue to catch and log any exceptions, returning a proper error response instead of crashing with 500. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> push 08 Feb 2026 03:26PM UTC kitplummer github
85.18
77def19ccbb0de2a4ac17d752f62abc95e397426 develop fix: add catch-all for unexpected job states in fetch_job The fetch_job function would crash with CaseClauseError if the job state was anything other than "complete" or "incomplete". Adding a catch-all to handle any unexpected states gracefully. ... push 08 Feb 2026 03:18PM UTC kitplummer github
85.46
0fa774127450eb24f1ed080831f18fe3ff80b3d7 develop fix: explicitly set cache_mode=async in Postman tests The POST /v1/analyze endpoint defaults to blocking mode when cache_mode is not specified. This caused timeouts in CI. Explicitly setting cache_mode to async ensures immediate response. Co-Aut... push 08 Feb 2026 03:09PM UTC kitplummer github
85.41
dca14cb279431cbcbca1ba67150d4016518acb25 develop fix: disable repo size check in CI docker-compose The check_repo_size? feature makes external API calls which can cause POST requests to timeout during CI tests. Disabling it with LEI_CHECK_REPO_SIZE=false for faster CI runs. Co-Authored-By: Cla... push 08 Feb 2026 03:00PM UTC kitplummer github
85.77
07bd2bbdbe071e645df1bd527e9fa694d84fdd35 develop fix: hardcode APP_NAME in production stage The ARG APP_NAME doesn't carry over from build stage to runtime image. When not provided during build, APP_NAME is empty, causing: /bin/sh: /opt/app/bin/: Permission denied Hardcoding the value like t... push 08 Feb 2026 02:51PM UTC kitplummer github
85.41
42cb903783f8f6809317482809ec02d43ad4e4e4 develop debug: add container logs to CI Adding docker compose ps and logs to understand why the container isn't responding on port 4444. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> push 08 Feb 2026 02:43PM UTC kitplummer github
85.77
664ff228b9077408103401dd12a25e09d12a9357 develop fix: remove IPv6-only socket_opts from Redis config The socket_opts: [:inet6] forces IPv6-only connections which fails in CI's Docker network. Removing this allows Redis to connect over IPv4. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> push 08 Feb 2026 02:35PM UTC kitplummer github
85.95
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • Next →
  • Back to Repo
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

© 2026 Coveralls, Inc