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

Freegle / iznik-server-go
78%
master: 89%

Build:
Build:
LAST BUILD BRANCH: fix/deploy-watch-inactive
DEFAULT BRANCH: master
Repo Added 18 Jun 2022 05:21PM UTC
Files 102
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 fix/deploy-watch-inactive
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • feat/giftaid-name-fields
  • feature/ai-image-review-microvol
  • feature/authority-stats-endpoint
  • feature/fundraising-appeal
  • feature/migrate-http-endpoints
  • feature/social-oauth-login
  • feature/v2-abtest-writes
  • feature/v2-address-writes
  • feature/v2-background-tasks
  • feature/v2-batch-handlers
  • feature/v2-ce-vol-pending-list
  • feature/v2-chatmessage-moderation
  • feature/v2-chatmessages-patch-delete
  • feature/v2-chatrooms-post
  • feature/v2-comment-get
  • feature/v2-comment-writes
  • feature/v2-communityevent-writes
  • feature/v2-dashboard-fix
  • feature/v2-donations-put
  • feature/v2-group-patch
  • feature/v2-image-post
  • feature/v2-invitation
  • feature/v2-memberships-writes
  • feature/v2-message-writes
  • feature/v2-messages-markseen
  • feature/v2-migration-foundation
  • feature/v2-mt-endpoints
  • feature/v2-mt-switchovers
  • feature/v2-newsfeed-writes
  • feature/v2-noticeboard-get-delete
  • feature/v2-noticeboard-writes
  • feature/v2-remaining-handlers
  • feature/v2-session-actions
  • feature/v2-story-writes
  • feature/v2-user-writes
  • feature/v2-volunteering-writes
  • fix/allowedits-v1-parity
  • fix/chat-feedback-and-search
  • fix/deploy-watch-inactive
  • fix/discourse-9518-18-correct-case-item-name
  • fix/discourse-9518-64-spam-admin-patch-permission
  • fix/discourse-9518-64-spam-admin-permission
  • fix/discourse-9518-64-spamadmin-permission
  • fix/discourse-9518-70-merge-by-email
  • fix/discourse-9528-test-volunteering-cleanup
  • fix/discourse-9530-1-reject-pending-review-on-delete
  • fix/discourse-9533-1-chitchat-scroll-pagination
  • fix/discourse-9546-1-location-shows-group-name
  • fix/discourse-9547-1-phantom-newsletter-task-count
  • fix/discourse-9547-3-phantom-task-count-newsletter
  • fix/discourse-9548-1-deadline-extend-clears-expired
  • fix/discourse-9548-2-extend-deadline-clears-expired-outcome
  • fix/discourse-9553-1-banned-member-rejoin
  • fix/discourse-9553-2-ban-member-not-working
  • fix/discourse-9553-4-banned-list-union-query
  • fix/move-logging-to-background
  • fix/parallel-db-queries
  • fix/sentry-7373135842-isochrone-put-string-minutes
  • fix/sentry-7373291926-isochrone-stale-id-404
  • fix/sentry-7377071204-engaged-string-id
  • fix/submodule-update-race-condition
  • fix/tech-debt-cleanup
  • fix/tn-settings-link
  • fix/v2-code-review-fixes
  • master
  • netlify
  • notification-seen-v2
  • test-coverage-go-improvements
  • test-orb-ci
  • test/unified-go-v2

12 Apr 2026 08:55AM UTC coverage: 77.513%. First build
211ba093-ea56-458f-b237-b992a6abdb76

Pull #69

circleci

edwh
fix: mark deploy:watch as inactive in cron job registry

deploy:watch has been disabled in the Laravel scheduler but was still
listed as Active: true, causing it to count as never run in the
sysadmin work badge.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Pull Request #69: fix: mark deploy:watch as inactive in cron job registry

20610 of 26589 relevant lines covered (77.51%)

25.4 hits per line

Relevant lines Covered
Build:
Build:
26589 RELEVANT LINES 20610 COVERED LINES
25.4 HITS PER LINE
Source Files on master
  • Tree
  • List 102
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
211ba093... fix/deploy-watch-inactive fix: mark deploy:watch as inactive in cron job registry deploy:watch has been disabled in the Laravel scheduler but was still listed as Active: true, causing it to count as never run in the sysadmin work badge. Co-Authored-By: Claude Opus 4.6 <n... Pull #69 12 Apr 2026 09:12AM UTC edwh circleci
77.51
2a974bdb... fix/allowedits-v1-parity fix(message): V1 parity for edit reviewrequired logic V2 was hardcoding reviewrequired=1 for all non-mod edits. V1 only flags edits for review when the message is Approved AND the member is moderated (individual posting status or group-level mode... Pull #68 12 Apr 2026 08:38AM UTC edwh circleci
77.53
305fea2d... fix/allowedits-v1-parity fix(message): check allowedits group settings before permitting edits V1 parity: PatchMessage now checks the group's allowedits.moderated and allowedits.group settings before allowing non-mod users to edit. When the setting is false, the edit is ... Pull #68 12 Apr 2026 08:26AM UTC edwh circleci
77.54
8b25d0be... fix/chat-feedback-and-search fix(chat): mod opens member's User2Mod chat, search by email/name 1. PutChatRoom User2Mod: when a mod provides userid param, open/create the member's chat room instead of the mod's own. Non-mods are blocked from using this param (security c... Pull #67 12 Apr 2026 08:13AM UTC edwh circleci
77.56
903943b3... fix/tn-settings-link fix: serialize tnkey as nested object to match V1 API shape The frontend checks group.tnkey.url but the Go API was returning tnkey as a flat string with the URL in a separate tnur field. Changed to a TnKeyInfo struct so JSON output is {"key":"...... Pull #66 09 Apr 2026 10:30AM UTC edwh circleci
77.43
05cd1eab... feat/giftaid-name-fields fix(test): update emailfrequency log test for OurEmailFrequency enum Migration 2026_02_20_000002 added OurEmailFrequency to logs.subtype enum. The test was querying subtype='' (old fallback when enum value didn't exist). Remove the subtype filter... Pull #65 07 Apr 2026 08:33AM UTC edwh circleci
76.66
d9444cbf... fix/move-logging-to-background merge: resolve conflict with master in createBannedMember helper Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Pull #64 06 Apr 2026 04:24PM UTC edwh circleci
76.66
95c0b862... fix/discourse-9553-2-ban-member-not-working merge: resolve conflicts with master Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Pull #60 06 Apr 2026 04:05PM UTC edwh circleci
76.67
57738341... fix/discourse-9553-2-ban-member-not-working test(membership): align createBannedMember and FilterBanned test with V1 approach The implementation now queries users_banned directly for filter=5, but the test helper createBannedMember was still inserting collection='Banned' into memberships (... Pull #60 06 Apr 2026 03:37PM UTC edwh circleci
76.57
5ffb72fe... fix/discourse-9553-4-banned-list-union-query fix(membership): simplify to V1 approach — users_banned only, no collection='Banned' Now consistent with PRs #59 and #60. The UNION ALL approach was only needed to handle legacy Go-created memberships.collection='Banned' rows, but since V1 never ... Pull #63 06 Apr 2026 03:12PM UTC edwh circleci
76.57
See All Builds (488)
  • 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

© 2026 Coveralls, Inc