Commits for braney
switch to files view, user index
v496_base to v497_preview (2026-03-30 to 2026-04-06) v497
Show details
cfeb4d454d22011d7f637d060e7a51057d168504 Mon Mar 30 12:01:16 2026 -0700
- Add color picker support for most track types, refs #20460
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- src/hg/hgTrackUi/hgTrackUi.c - lines changed 3, context: html, text, full: html, text
- src/hg/hgTracks/bedTrack.c - lines changed 4, context: html, text, full: html, text
- src/hg/hgTracks/bigWigTrack.c - lines changed 7, context: html, text, full: html, text
- src/hg/hgTracks/rmskTrack.c - lines changed 3, context: html, text, full: html, text
- src/hg/hgTracks/simpleTracks.c - lines changed 17, context: html, text, full: html, text
- src/hg/hgTracks/wigTrack.c - lines changed 7, context: html, text, full: html, text
5c9ad606d5b486c3e1360250907cae2c13869d90 Sun Mar 29 12:52:58 2026 -0700
- Factor out common quickLift SQL load pattern into shared functions
Add quickLiftResolveTable() and quickLiftSqlLoadBeds() to eliminate
duplicated custom-track resolution and SQL-based quickLift loading
code across bedTrack.c, simpleTracks.c, gvfTrack.c, and hgc.c.
No redmine
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- src/hg/hgTracks/bedTrack.c - lines changed 60, context: html, text, full: html, text
- src/hg/hgTracks/gvfTrack.c - lines changed 15, context: html, text, full: html, text
- src/hg/hgTracks/simpleTracks.c - lines changed 7, context: html, text, full: html, text
- src/hg/inc/quickLift.h - lines changed 13, context: html, text, full: html, text
- src/hg/lib/quickLift.c - lines changed 35, context: html, text, full: html, text
a414117b65aed2e9b7ff503f5f14fe98b9d27531 Tue Mar 31 15:57:37 2026 -0700
- Add hubCheck test for bigBed field count mismatch, refs #36833
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- src/hg/utils/hubCheck/tests/expected/fieldCountMismatch.output.txt - lines changed 3, context: html, text, full: html, text
- src/hg/utils/hubCheck/tests/input/fieldCountMismatch.txt - lines changed 14, context: html, text, full: html, text
- src/hg/utils/hubCheck/tests/input/test6field.bb - lines changed 0, context: html, text, full: html, text (a binary file or whitespace-only change or file-permission change shows no diff)
- src/hg/utils/hubCheck/tests/makefile - lines changed 5, context: html, text, full: html, text
switch to files view, user index