File Changes for chmalee
switch to commits view, user indexv470_base to v471_preview (2024-08-26 to 2024-09-02) v471
Show details
- src/hg/checkHgFindSpec/checkHgFindSpec.c
- lines changed 13, context: html, text, full: html, text
5197ebd63b54192a79e5f001a5cb18d89822b542 Wed May 29 13:42:32 2024 -0700
Improve genbank search performance, mostly by optimizing mysql queries
down from one query per findSpec result into a single query that checks
all the findSpec results
- src/hg/hgTables/mainPage.c
- lines changed 5, context: html, text, full: html, text
c16dcfe8fda775ad079cddaef13a999da905c2ac Tue Aug 27 11:45:51 2024 -0700
In table browser, when checking if a track has an hTableInfo so we can put up the identifiers configuration, check if the requested track is in the list of tracks for that assembly, rather than just assume native tracks will not have a period in the name, refs #34252
- src/hg/js/subCfg.js
- lines changed 33, context: html, text, full: html, text
03880f57ab6b355ea905067c7e4662eb657e44a0 Mon Aug 26 15:45:07 2024 -0700
Make sub-config hgTrackUi controls not force the schema link outside the web browser window, refs #28083
- src/hg/js/utils.js
- lines changed 3, context: html, text, full: html, text
c1b6ecf40163e277df5e8a03490a039bf47f4e6b Tue Aug 27 10:58:54 2024 -0700
Switch some jquery selectors to document.querySelector so periods can be used in the query, refs #34252
- lines changed 5, context: html, text, full: html, text
1361600878135dfd42eae968c25e0370eae423c6 Wed Aug 28 13:55:49 2024 -0700
Remove tooltips from divs that will become dialog boxes, refs #33977
- src/hg/lib/genePredReader.c
- lines changed 4, context: html, text, full: html, text
5197ebd63b54192a79e5f001a5cb18d89822b542 Wed May 29 13:42:32 2024 -0700
Improve genbank search performance, mostly by optimizing mysql queries
down from one query per findSpec result into a single query that checks
all the findSpec results
- src/hg/lib/hgFind.c
- lines changed 83, context: html, text, full: html, text
5197ebd63b54192a79e5f001a5cb18d89822b542 Wed May 29 13:42:32 2024 -0700
Improve genbank search performance, mostly by optimizing mysql queries
down from one query per findSpec result into a single query that checks
all the findSpec results
- src/hg/lib/hui.c
- lines changed 3, context: html, text, full: html, text
945864df07edb8a0b7d3670ee2382eff3520703e Mon Aug 26 12:09:24 2024 -0700
Make gtex cis-eqtls track filter by tissue dropdown work, we were missing javascript includes, refs #28142
- src/hg/logCrawl/dbTrackAndSearchUsage/makefile
- lines changed 1, context: html, text, full: html, text
01660f51199249d8a05b8e863bea2f551920d8c9 Tue Aug 27 14:56:15 2024 -0700
Add log trimming scripts to source tree so QA can run them, refs Lou email
- src/hg/logCrawl/dbTrackAndSearchUsage/trimTrackLogs
- lines changed 115, context: html, text, full: html, text
01660f51199249d8a05b8e863bea2f551920d8c9 Tue Aug 27 14:56:15 2024 -0700
Add log trimming scripts to source tree so QA can run them, refs Lou email
- src/hg/logCrawl/trimLogs/README
- lines changed 9, context: html, text, full: html, text
01660f51199249d8a05b8e863bea2f551920d8c9 Tue Aug 27 14:56:15 2024 -0700
Add log trimming scripts to source tree so QA can run them, refs Lou email
- src/hg/logCrawl/trimLogs/makefile
- lines changed 2, context: html, text, full: html, text
01660f51199249d8a05b8e863bea2f551920d8c9 Tue Aug 27 14:56:15 2024 -0700
Add log trimming scripts to source tree so QA can run them, refs Lou email
- src/hg/logCrawl/trimLogs/runTrimLogs.sh
- lines changed 222, context: html, text, full: html, text
01660f51199249d8a05b8e863bea2f551920d8c9 Tue Aug 27 14:56:15 2024 -0700
Add log trimming scripts to source tree so QA can run them, refs Lou email
- src/hg/logCrawl/trimLogs/trimLogs.sh
- lines changed 9, context: html, text, full: html, text
01660f51199249d8a05b8e863bea2f551920d8c9 Tue Aug 27 14:56:15 2024 -0700
Add log trimming scripts to source tree so QA can run them, refs Lou email
- src/hg/logCrawl/trimLogs/trimTrackLogs
- lines changed 115, context: html, text, full: html, text
01660f51199249d8a05b8e863bea2f551920d8c9 Tue Aug 27 14:56:15 2024 -0700
Add log trimming scripts to source tree so QA can run them, refs Lou email
switch to commits view, user index