Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | simplified a bunch of Maybe handling | Joey Hess | 2011-05-15 |
| | |||
* | refactor some boilerplate | Joey Hess | 2011-05-15 |
| | |||
* | refactor | Joey Hess | 2011-04-09 |
| | |||
* | rename | Joey Hess | 2011-03-27 |
| | |||
* | convert map to use new code | Joey Hess | 2011-03-27 |
| | |||
* | avoid version check before running version and upgrade commands | Joey Hess | 2011-03-19 |
| | | | | | There are two types of commands; those that access the repository and those that don't. Sorted. | ||
* | Support ssh remotes with a port specified. | Joey Hess | 2011-03-05 |
| | |||
* | move repoConfig out of Remotes | Joey Hess | 2011-03-05 |
| | |||
* | improve GitRepos functions for pulling apart URL to repo | Joey Hess | 2011-03-05 |
| | |||
* | rename | Joey Hess | 2011-02-28 |
| | |||
* | use ShellParam type | Joey Hess | 2011-02-28 |
| | | | | | So, I have a type checked safe handling of filenames starting with dashes, throughout the code. | ||
* | tweak | Joey Hess | 2011-02-08 |
| | |||
* | fill color for host boxes | Joey Hess | 2011-02-08 |
| | |||
* | show trusted repos in green | Joey Hess | 2011-02-08 |
| | |||
* | make remotes absolute while spidering | Joey Hess | 2011-02-08 |
| | |||
* | map bugfix | Joey Hess | 2011-02-08 |
| | | | | | Need to find the absolute repo path before looking up the full info for the repo. Otherwise, it doesn't find the right full info. | ||
* | fix absrepo data loss | Joey Hess | 2011-02-04 |
| | | | | it was dropping the config map for the repos it changed | ||
* | node ordering | Joey Hess | 2011-02-04 |
| | |||
* | color unreachable nodes | Joey Hess | 2011-02-04 |
| | |||
* | fix infinite loop | Joey Hess | 2011-02-03 |
| | | | | Local repos with the same path are not different. :) | ||
* | cleanup | Joey Hess | 2011-02-03 |
| | |||
* | refactor | Joey Hess | 2011-02-03 |
| | |||
* | map improvements | Joey Hess | 2011-02-03 |
| | | | | | | | | | | | | added uuid.log repos group repos by host avoid displaying most urls display remote names on edges still some bugs | ||
* | new map subcommand, basically working | Joey Hess | 2011-02-03 |
Still todo: - add repos from uuid.log that were not directly found - group repos into their respective hosts - display inaccessible repos and broken remote connections in red - anonymize the url display somewhat, so the maps can be shared - use uuid info to tell when two apparently different repos are actually the same repo accessed in different ways |