File Changes for chmalee
switch to commits view, user indexv389_base to v390_preview (2019-10-14 to 2019-10-21) v390
Show details
- src/hg/hgHubConnect/hgHubConnect.c
- lines changed 110, context: html, text, full: html, text
67ce69b2d6be585fcad3cb0dd5fc927e95c327ff Mon Oct 14 13:48:54 2019 -0700
Rework of hgHubConnect hub searching to not use trackDb or udc so searches can be sped up. The hubSearchText table now has an extra column for the parent track names (if any) of a search result to a track. hgHubConnect has been changed to use this field of the table instead of using trackDb. hubCrawl has been changed to generate this additional column, refs #23812
- src/hg/inc/hubSearchText.h
- lines changed 2, context: html, text, full: html, text
67ce69b2d6be585fcad3cb0dd5fc927e95c327ff Mon Oct 14 13:48:54 2019 -0700
Rework of hgHubConnect hub searching to not use trackDb or udc so searches can be sped up. The hubSearchText table now has an extra column for the parent track names (if any) of a search result to a track. hgHubConnect has been changed to use this field of the table instead of using trackDb. hubCrawl has been changed to generate this additional column, refs #23812
- src/hg/lib/hubSearchText.as
- lines changed 1, context: html, text, full: html, text
67ce69b2d6be585fcad3cb0dd5fc927e95c327ff Mon Oct 14 13:48:54 2019 -0700
Rework of hgHubConnect hub searching to not use trackDb or udc so searches can be sped up. The hubSearchText table now has an extra column for the parent track names (if any) of a search result to a track. hgHubConnect has been changed to use this field of the table instead of using trackDb. hubCrawl has been changed to generate this additional column, refs #23812
- src/hg/lib/hubSearchText.c
- lines changed 16, context: html, text, full: html, text
67ce69b2d6be585fcad3cb0dd5fc927e95c327ff Mon Oct 14 13:48:54 2019 -0700
Rework of hgHubConnect hub searching to not use trackDb or udc so searches can be sped up. The hubSearchText table now has an extra column for the parent track names (if any) of a search result to a track. hgHubConnect has been changed to use this field of the table instead of using trackDb. hubCrawl has been changed to generate this additional column, refs #23812
- src/hg/lib/hubSearchText.sql
- lines changed 1, context: html, text, full: html, text
67ce69b2d6be585fcad3cb0dd5fc927e95c327ff Mon Oct 14 13:48:54 2019 -0700
Rework of hgHubConnect hub searching to not use trackDb or udc so searches can be sped up. The hubSearchText table now has an extra column for the parent track names (if any) of a search result to a track. hgHubConnect has been changed to use this field of the table instead of using trackDb. hubCrawl has been changed to generate this additional column, refs #23812
- src/hg/utils/hubCrawl/hubCrawl.c
- lines changed 40, context: html, text, full: html, text
67ce69b2d6be585fcad3cb0dd5fc927e95c327ff Mon Oct 14 13:48:54 2019 -0700
Rework of hgHubConnect hub searching to not use trackDb or udc so searches can be sped up. The hubSearchText table now has an extra column for the parent track names (if any) of a search result to a track. hgHubConnect has been changed to use this field of the table instead of using trackDb. hubCrawl has been changed to generate this additional column, refs #23812
- lines changed 1, context: html, text, full: html, text
c9359225e7bedc778e3b03e147015de7f1c9fdc7 Tue Oct 15 16:17:22 2019 -0700
Fixing bug where subtracks were unassigned caused by last change, refs #23812
- src/inc/common.h
- lines changed 3, context: html, text, full: html, text
67ce69b2d6be585fcad3cb0dd5fc927e95c327ff Mon Oct 14 13:48:54 2019 -0700
Rework of hgHubConnect hub searching to not use trackDb or udc so searches can be sped up. The hubSearchText table now has an extra column for the parent track names (if any) of a search result to a track. hgHubConnect has been changed to use this field of the table instead of using trackDb. hubCrawl has been changed to generate this additional column, refs #23812
- src/lib/common.c
- lines changed 48, context: html, text, full: html, text
67ce69b2d6be585fcad3cb0dd5fc927e95c327ff Mon Oct 14 13:48:54 2019 -0700
Rework of hgHubConnect hub searching to not use trackDb or udc so searches can be sped up. The hubSearchText table now has an extra column for the parent track names (if any) of a search result to a track. hgHubConnect has been changed to use this field of the table instead of using trackDb. hubCrawl has been changed to generate this additional column, refs #23812
switch to commits view, user index