forgot the repository where we checked in the code.based on commits we will get an idea in which repository we placed
Hi and welcome to the community!
I'm afraid that filtering commits by author is not supported at the moment either in the UI or via API. We have feature requests for both:
The first one has been closed due to inactivity, but you can still add a comment there to express your interest, as our product managers continue to monitor even closed requests.
As a workaround, you can use our APIs to get all commits for all repos in a workspace, and then use another tool that filters JSON data to filter the results by author. For example, jq is a command line tool that can filter JSON data.
You can use the following API endpoint to get all repositories your account has access to in a workspace:
Then, you can use the following API endpoint to get all commits in a certain repo:
Kind regards,
Theodora
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.