-
Notifications
You must be signed in to change notification settings - Fork 1
Pull requests: WXYC/Backend-Service
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
refactor: align auth types with @wxyc/shared
#209
opened Feb 27, 2026 by
jakebromberg
Loading…
4 of 5 tasks
Add Sentry error tracking and performance tracing
#206
opened Feb 26, 2026 by
jakebromberg
Loading…
2 of 6 tasks
fix: coordinated schema migration for audit findings 18-21, 37-39
#199
opened Feb 21, 2026 by
jakebromberg
Loading…
2 of 9 tasks
fix: add ON DELETE cascade/set-null rules to FK relationships
#198
opened Feb 21, 2026 by
jakebromberg
Loading…
2 of 3 tasks
fix: remove redundant .unique() on anonymous_devices.deviceId
#197
opened Feb 21, 2026 by
jakebromberg
Loading…
3 tasks done
fix: add withTimezone to all wxyc_schema timestamp columns
#196
opened Feb 21, 2026 by
jakebromberg
Loading…
2 of 4 tasks
fix: add unique constraint on show_djs (show_id, dj_id)
#195
opened Feb 21, 2026 by
jakebromberg
Loading…
3 tasks done
fix: add NOT NULL constraints to artist_library_crossreference FK columns
#194
opened Feb 21, 2026 by
jakebromberg
Loading…
3 tasks done
fix: change shift_covers.schedule_id from serial to integer
#193
opened Feb 21, 2026 by
jakebromberg
Loading…
1 task done
fix: change flowsheet.play_order from serial to integer
#192
opened Feb 21, 2026 by
jakebromberg
Loading…
4 tasks done
fix: batch database queries in getPlaylistsForDJ to eliminate N+1
#191
opened Feb 21, 2026 by
jakebromberg
Loading…
3 of 4 tasks
fix: default cookie sameSite to 'lax' instead of 'none'
#190
opened Feb 21, 2026 by
jakebromberg
Loading…
2 of 4 tasks
fix: prevent SSH timeout stacking in MirrorSQL
#189
opened Feb 21, 2026 by
jakebromberg
Loading…
3 tasks done
fix: add rate limiting to auth service endpoints
#188
opened Feb 21, 2026 by
jakebromberg
Loading…
1 of 2 tasks
fix: apply showMemberMiddleware to flowsheet write routes
#187
opened Feb 21, 2026 by
jakebromberg
Loading…
2 tasks done
fix: use singleton PostHog client instead of per-request instantiation
#186
opened Feb 21, 2026 by
jakebromberg
Loading…
3 tasks done
fix: enable trust proxy for correct client IP resolution
#185
opened Feb 21, 2026 by
jakebromberg
Loading…
1 of 3 tasks
fix: increase server timeout from 5s to 30s
#184
opened Feb 21, 2026 by
jakebromberg
Loading…
3 tasks done
fix: standardize error response format to { message } across all endpoints
#183
opened Feb 21, 2026 by
jakebromberg
Loading…
5 tasks done
fix: return 201 Created for all resource creation endpoints
#182
opened Feb 21, 2026 by
jakebromberg
Loading…
3 tasks done
fix: correct migrations folder path in migration_script.mjs
#181
opened Feb 21, 2026 by
jakebromberg
Loading…
2 tasks done
fix: rename events.conroller.ts to events.controller.ts
#180
opened Feb 21, 2026 by
jakebromberg
Loading…
2 tasks done
fix: add authentication to POST /schedule endpoint
#179
opened Feb 21, 2026 by
jakebromberg
Loading…
3 of 5 tasks
fix: use authenticated user ID for bin operations instead of client-supplied dj_id
#178
opened Feb 21, 2026 by
jakebromberg
Loading…
2 of 3 tasks
Previous Next
ProTip!
Filter pull requests by the default branch with base:main.