This repository was archived by the owner on Jan 16, 2020. It is now read-only.
This repository was archived by the owner on Jan 16, 2020. It is now read-only.
Doesn't store tag info when names collide. #107
Closed
Description
The stuff that logs a tag as parsed isn't happening in the case of a name collision:
Jan 18 14:02:58 nc02 plugins.jquery.com[9714]: Received request: github/jonthornton/jquery-timepicker
Jan 18 14:03:18 nc02 plugins.jquery.com[9714]: Processing github/jonthornton/jquery-timepicker [ '1.0.5' ]
Jan 18 14:03:18 nc02 plugins.jquery.com[9714]: Found manifest files for github/jonthornton/jquery-timepicker 1.0.5 [ 'timepicker.jquery.json' ]
Jan 18 14:03:18 nc02 plugins.jquery.com[9714]: github/jonthornton attempted to add timepicker which is owned by github/deanc
--
Jan 18 14:17:42 nc02 plugins.jquery.com[9714]: Received request: github/jonthornton/jquery-timepicker
Jan 18 14:17:55 nc02 plugins.jquery.com[9714]: Processing github/jonthornton/jquery-timepicker [ '1.0.5' ]
Jan 18 14:17:55 nc02 plugins.jquery.com[9714]: Found manifest files for github/jonthornton/jquery-timepicker 1.0.5 [ 'timepicker.jquery.json' ]
Jan 18 14:17:55 nc02 plugins.jquery.com[9714]: github/jonthornton attempted to add timepicker which is owned by github/deanc
--
Jan 18 14:18:00 nc02 plugins.jquery.com[9714]: Received request: github/jonthornton/jquery-timepicker
Jan 18 14:18:20 nc02 plugins.jquery.com[9714]: Processing github/jonthornton/jquery-timepicker [ '1.0.5', '1.0.6' ]
Jan 18 14:18:20 nc02 plugins.jquery.com[9714]: Found manifest files for github/jonthornton/jquery-timepicker 1.0.5 [ 'timepicker.jquery.json' ]
Jan 18 14:18:20 nc02 plugins.jquery.com[9714]: Found manifest files for github/jonthornton/jquery-timepicker 1.0.6 [ 'jt.timepicker.jquery.json' ]
--
Jan 18 14:22:26 nc02 plugins.jquery.com[9714]: Received request: github/jonthornton/jquery-timepicker
Jan 18 14:22:46 nc02 plugins.jquery.com[9714]: Processing github/jonthornton/jquery-timepicker [ '1.0.5' ]
Jan 18 14:22:46 nc02 plugins.jquery.com[9714]: Found manifest files for github/jonthornton/jquery-timepicker 1.0.5 [ 'timepicker.jquery.json' ]
Jan 18 14:22:46 nc02 plugins.jquery.com[9714]: github/jonthornton attempted to add timepicker which is owned by github/deanc