File Changes for chmalee
switch to commits view, user indexv486_preview to v486_preview2 (2025-07-28 to 2025-08-04) v486
Show details
- src/hg/hgHubConnect/hooks/pre-finish.c
- lines changed 13, context: html, text, full: html, text
4a55f1d55a77c2c3a1e3e5b08d1efb369535d859 Fri Aug 1 15:14:31 2025 -0700
Prevent bug in tusd pre-finish hook where the hub.txt and container directory had the correct locations but the actual uploaded file had a symlinked location, which was throwing off the UI code that strips off the dataDir portion of the location
- src/hg/inc/userdata.h
- lines changed 8, context: html, text, full: html, text
685a30331929add5218e4cae8dcff9fef35e9a0a Thu Jul 31 15:46:11 2025 -0700
Feedback from code review and hgw0 testing of hubspace. If the hubspace filesystem is mounted, do the replacement in the dataDir string when first setting the dataDir (code review). Later, when stripping the dataDir off the filename to print in the UI, add a check for the mount point so we can correctly strip off the right string from the incoming filename, which will have a different path prefix than on the hbuspace machine.
- src/hg/js/utils.js
- lines changed 2, context: html, text, full: html, text
6d4317bf9b64c4aebc8aae6563287a455e4054cb Thu Jul 31 15:50:29 2025 -0700
Fixup new gear and x icons to use proper tooltips, refs #36152
- src/hg/lib/userdata.c
- lines changed 45, context: html, text, full: html, text
685a30331929add5218e4cae8dcff9fef35e9a0a Thu Jul 31 15:46:11 2025 -0700
Feedback from code review and hgw0 testing of hubspace. If the hubspace filesystem is mounted, do the replacement in the dataDir string when first setting the dataDir (code review). Later, when stripping the dataDir off the filename to print in the UI, add a check for the mount point so we can correctly strip off the right string from the incoming filename, which will have a different path prefix than on the hbuspace machine.
switch to commits view, user index