File Changes for braney
switch to commits view, user indexv499_preview2 to v499_base (2026-05-25 to 2026-06-01) v499
Show details
- src/hg/hgTracks/bigWigTrack.c
- lines changed 10, context: html, text, full: html, text
7ce3e16e83b15840bdf4cb0ff4f9b7298f5153d0 Tue May 26 13:25:44 2026 -0700
add a FIXME comment for some person far in the future to fix
- src/hg/hgTracks/lollyTrack.c
- lines changed 3, context: html, text, full: html, text
3fe4305d047b9d7cd7fd40788d871ea696a49fb3 Wed May 27 14:38:11 2026 -0700
lolly: skip items that do not quickLift instead of reusing a stale pop
In lollyLoadItems, when quickLiftIntervalsToBed returned NULL (an item
that did not lift to the target assembly), the loop fell through and
reused a stale/uninitialized pop pointer, writing item fields into the
wrong memory. This clobbered the lolly subtrack's trackDb track/
shortLabel/type pointers, later surfacing as "Can't find tdb for
subtrack ... was getSubtrackTdb called on non-subtrack?". Initialize
pop to NULL and continue past items that do not lift.
refs #37646
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- src/utils/qa/weeklybld/autoBuild.sh
- lines changed 22, context: html, text, full: html, text
cd9c0c51f9463d768c5eecdec14cb7c9aaf66cf7 Fri May 29 17:28:10 2026 -0700
Docker QA instances on hgwdev (tip/beta/rel): lifecycle scripts + autoBuild wiring, refs #37655
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- src/utils/qa/weeklybld/buildTipImage.sh
- lines changed 39, context: html, text, full: html, text
cd9c0c51f9463d768c5eecdec14cb7c9aaf66cf7 Fri May 29 17:28:10 2026 -0700
Docker QA instances on hgwdev (tip/beta/rel): lifecycle scripts + autoBuild wiring, refs #37655
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- src/utils/qa/weeklybld/kent-beta
- lines changed 4, context: html, text, full: html, text
cd9c0c51f9463d768c5eecdec14cb7c9aaf66cf7 Fri May 29 17:28:10 2026 -0700
Docker QA instances on hgwdev (tip/beta/rel): lifecycle scripts + autoBuild wiring, refs #37655
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- src/utils/qa/weeklybld/kent-rel
- lines changed 4, context: html, text, full: html, text
cd9c0c51f9463d768c5eecdec14cb7c9aaf66cf7 Fri May 29 17:28:10 2026 -0700
Docker QA instances on hgwdev (tip/beta/rel): lifecycle scripts + autoBuild wiring, refs #37655
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- src/utils/qa/weeklybld/kent-tip
- lines changed 4, context: html, text, full: html, text
cd9c0c51f9463d768c5eecdec14cb7c9aaf66cf7 Fri May 29 17:28:10 2026 -0700
Docker QA instances on hgwdev (tip/beta/rel): lifecycle scripts + autoBuild wiring, refs #37655
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- src/utils/qa/weeklybld/overlay-cgi.sh
- lines changed 47, context: html, text, full: html, text
cd9c0c51f9463d768c5eecdec14cb7c9aaf66cf7 Fri May 29 17:28:10 2026 -0700
Docker QA instances on hgwdev (tip/beta/rel): lifecycle scripts + autoBuild wiring, refs #37655
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- src/utils/qa/weeklybld/refresh-instance.sh
- lines changed 33, context: html, text, full: html, text
cd9c0c51f9463d768c5eecdec14cb7c9aaf66cf7 Fri May 29 17:28:10 2026 -0700
Docker QA instances on hgwdev (tip/beta/rel): lifecycle scripts + autoBuild wiring, refs #37655
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- src/utils/qa/weeklybld/remove-instance.sh
- lines changed 32, context: html, text, full: html, text
cd9c0c51f9463d768c5eecdec14cb7c9aaf66cf7 Fri May 29 17:28:10 2026 -0700
Docker QA instances on hgwdev (tip/beta/rel): lifecycle scripts + autoBuild wiring, refs #37655
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- src/utils/qa/weeklybld/run-instance.sh
- lines changed 51, context: html, text, full: html, text
cd9c0c51f9463d768c5eecdec14cb7c9aaf66cf7 Fri May 29 17:28:10 2026 -0700
Docker QA instances on hgwdev (tip/beta/rel): lifecycle scripts + autoBuild wiring, refs #37655
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- src/utils/qa/weeklybld/start-all.sh
- lines changed 15, context: html, text, full: html, text
cd9c0c51f9463d768c5eecdec14cb7c9aaf66cf7 Fri May 29 17:28:10 2026 -0700
Docker QA instances on hgwdev (tip/beta/rel): lifecycle scripts + autoBuild wiring, refs #37655
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- src/utils/qa/weeklybld/stop-all.sh
- lines changed 15, context: html, text, full: html, text
cd9c0c51f9463d768c5eecdec14cb7c9aaf66cf7 Fri May 29 17:28:10 2026 -0700
Docker QA instances on hgwdev (tip/beta/rel): lifecycle scripts + autoBuild wiring, refs #37655
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
switch to commits view, user index