Sorting my repositories

Issue #44 new
Former user created an issue

I seem to remember being able to set a sort order on my repositories. Is that still possible and I'm just missing it? Or could you implement it?

Thanks

Comments (4)

  1. Dillon Buchanan repo owner

    I removed filtering because it was fundamentally flawed since I had to "fake it" because the BitBucket API does not support sorting. Unfortunately, with a paginated resource, it's not easy to sort on the client without pulling all items down first - which we don't want to do because some users have a huge amount of repositories. The request to add sorting to the API has been made to the Bitbucket team and I will reimplement when they provide this functionality.

  2. Former user Account Deleted reporter

    What if you made it an opt-in feature in settings, with a disclaimer stating what you just said?

  3. Stephen Nield

    Understand your reasoning, but this is quite limiting. Can't even view highest priority at top

  4. Log in to comment