allow guestrepo scale well when number of guestrepos are large.
Created originally on Bitbucket by mgurusamy (Mohankumar Gurusamy)
We normally tend to categorize guestrepos using their canonical path. And, If there are hundreds of guestrepos, we tend to work with a bunch of guestrepos that are grouped under a single canonical path. And we might want to grpull, grupdate only those guestrepos grouped under a given canonical path.
Updated matchguests function to match any path rather than just guestrepo paths.
Merge request reports
Activity
Created originally on Bitbucket by pnathan (Paul Nathan)
This seems like a completely reasonable idea off the top of my head.
Would you be so kind as to add a couple tests for this case?
Created originally on Bitbucket by mgurusamy (Mohankumar Gurusamy)
Felt the need on a day to day use and thought of sharing a patch. Sure, I will If I manage to get some time this week. However I have tested this patch on my desktop though.
Created originally on Bitbucket by mgurusamy (Mohankumar Gurusamy)
Now it is tested!
added 4 commits
- 97f34cceffda - allow guestrepo scale well when number of guestrepos are large.
- 29987cef6de7 - Extend guestrepo matching to any valid path
- 736322a481f2 - backedout changes to getguests function.
- 0821e577577d - Added test cases and fixed issues
Toggle commit list