Hi Mariano,
1) By default it lists the repositories of which you are 1. the owner, 2. a collaborator and 3. an organization member.
So even though you might not contribute to some projects, they are shown in there because you are member of the organization which owns it.
Right now, not all repositories are shown because another request should be made to the API for the next ���page��� of results,
like in the web UI.
The same holds for commits by the way: not all commits in the log of the tool are shown because pagination has to be implemented.
Would be cool to use something like FastTable or FastTree to load new pages on the fly.
Hope I answered your questions :)
Skip
Hi Skip,
Very cool! Thanks!
BTW, I am trying the UI tool and I found 2 problems:
1) It lists projects that I have nothing to do with them
2) It does not list some of MY projects
Am I doing something wrong?