Commits for galt
switch to files view, user index
v359_preview2 to v359_base (2017-12-11 to 2017-12-18) v359
Show details
11016cceed225b61fc829f7c4ca10062ae153b2e Mon Dec 11 13:44:03 2017 -0800
- Finding files that have been submitted via multiple paths using an inode report. refs#20653
- src/hg/cirm/cdw/cdwFindSymlinkable/cdwFindSymlinkable.c - lines changed 115, context: html, text, full: html, text
7fa7e5b82acc6ccdf582ea2a9bdaa96d6104668b Tue Dec 12 13:05:12 2017 -0800
- Adding new utility for unlocking submitted files. This turns symlinks from submit/ to cdw/ back into real files. Requires fileIds be known to use.
- src/hg/cirm/cdw/cdwUnlockSubmittedFiles/cdwUnlockSubmittedFiles.c - lines changed 96, context: html, text, full: html, text
- src/hg/cirm/cdw/cdwUnlockSubmittedFiles/makefile - lines changed 4, context: html, text, full: html, text
- src/hg/cirm/cdw/makefile - lines changed 1, context: html, text, full: html, text
7c875b486c8767dc095cfa756031aabe33c8f4e8 Tue Dec 12 13:37:08 2017 -0800
- Utility for finding symlink structure. How many symlinks go to files, to dirs, or are broken. Can use to discover maximum symlink depth.
- src/hg/cirm/cdw/oneShot/checkSymlinkTargetType/checkSymlinkTargetType.c - lines changed 144, context: html, text, full: html, text
- src/hg/cirm/cdw/oneShot/checkSymlinkTargetType/countSymlinkDepth.csh - lines changed 14, context: html, text, full: html, text
- src/hg/cirm/cdw/oneShot/checkSymlinkTargetType/makefile - lines changed 3, context: html, text, full: html, text
9f1b0843eadf1668c6ab83cd6eaad47e7d447a40 Thu Dec 14 17:29:00 2017 -0800
- Making cdwUnloackSubmittedFile be a proper c program that uses the library functions we already developed for handling symlinks. Turns a symlinked file to the readonly submitted file under cdw/ back into a real writable file under submit/ or whereever the last symlink in the chain is.
- src/hg/cirm/cdw/cdwUnlockSubmittedFile/cdwUnlockSubmittedFile.c - lines changed 75, context: html, text, full: html, text
- src/hg/cirm/cdw/cdwUnlockSubmittedFile/cdwUnlockSubmittedFile.csh - lines changed 19, context: html, text, full: html, text
- src/hg/cirm/cdw/cdwUnlockSubmittedFile/makefile - lines changed 11, context: html, text, full: html, text
- src/hg/cirm/cdw/inc/cdwLib.h - lines changed 7, context: html, text, full: html, text
- src/hg/cirm/cdw/lib/cdwLib.c - lines changed 1, context: html, text, full: html, text
switch to files view, user index