File Changes for kent
switch to commits view, user indexv358_base to v359_preview (2017-11-27 to 2017-12-04) v359
Show details
- src/hg/cirm/cdw/cdwMakeFileTags/cdwMakeFileTags.c
- lines changed 31, context: html, text, full: html, text
07b8577f0398e2db7a713a643e454a5ace7f663f Wed Nov 29 15:27:47 2017 -0800
Making cdwMakeFileTags create a cdwFileFacets table that just has the cdwFileTags fields we are faceting on as an optimization.
- src/hg/cirm/cdw/cdwRunOnIds/cdwRunOnIds.c
- lines changed 22, context: html, text, full: html, text
e75c1e38cc92da2889a38381e89a8bf1dffc39af Thu Nov 9 15:33:40 2017 -0800
Adding -dry and -one option, and restoring function from fail on sqlSafef.
- src/hg/cirm/cdw/cdwWebBrowse/cdwWebBrowse.c
- lines changed 152, context: html, text, full: html, text
896b704df6754e547327632c9f4f0a28f89b991f Wed Nov 29 15:32:34 2017 -0800
Speeding up home page by using new facetFields routines to fetch data for the pie charts and the summary tags table mainly. This saved about 6 seconds. Also saved 1 second by reworking the query to find total bytes in files without a join. Also saved a second by just cutting the count of files you have access to.
- src/hg/cirm/cdw/inc/cdwLib.h
- lines changed 3, context: html, text, full: html, text
42c1bd36a61eb715b08d4e2cf45546c8a6ee5724 Wed Nov 29 15:34:23 2017 -0800
Removing cdwLicensePlatePrefix function prototype since the actual function doesn't exist. Instead there is a function that does exist and was already in there that does the same thing. cdwLicensePlateHead.
- src/hg/inc/facetField.h
- lines changed 31, context: html, text, full: html, text
c6be16ecff0742cd0612109048f6d7723f797025 Thu Nov 30 16:04:38 2017 -0800
Oops, forgot to add this with the corresponding .c file.
- src/hg/lib/facetField.c
- lines changed 147, context: html, text, full: html, text
92b0b750862917e18784fcf1bb77c3f383b31ade Mon Nov 27 12:56:48 2017 -0800
Adding count to label for other.
- src/hg/lib/makefile
- lines changed 1, context: html, text, full: html, text
8d3e14df49bba90d2514f1ead65d8f94e1d05781 Wed Nov 29 15:34:50 2017 -0800
Adding facetField.c to the build.
- src/hg/oneShot/freen/freen.c
- lines changed 122, context: html, text, full: html, text
c7686e10cf2c33c4008a2e1c1528f53fc9ff6c98 Wed Nov 29 15:35:12 2017 -0800
Freen tests facetField.c
switch to commits view, user index