Re: Transferring changeset approval status to rebased successors

2023-03-31 Thread Mads Kiilerich
Hi Some brief comments to the big questions: c.cs_repo.statuses() is already used for finding status for changeset hashes in bulk. It will perhaps also be able to handle that you pass all ancestor hashes for all pending PR changes. But you will of course have to process the result and pick

Re: [PATCH] api: include creation date in comments

2023-03-31 Thread Mads Kiilerich
Thanks - pushed to stable. /Mads ___ kallithea-general mailing list kallithea-general@sfconservancy.org https://lists.sfconservancy.org/mailman/listinfo/kallithea-general

Re: [PATCH 2 of 2] api: add possibility to optionally return comments from get_changeset()

2023-03-31 Thread Mads Kiilerich
Thanks - pushed to stable. /Mads ___ kallithea-general mailing list kallithea-general@sfconservancy.org https://lists.sfconservancy.org/mailman/listinfo/kallithea-general

Re: [PATCH 2 of 2] tests: prevent Git system and global configuration from loading

2023-03-31 Thread Mads Kiilerich
On 30/03/2023 03:37, Manuel Jacob wrote: # HG changeset patch # User Manuel Jacob # Date 1680139355 -7200 # Thu Mar 30 03:22:35 2023 +0200 # Node ID 4933600c49883dfc142f97a32dd08f9dd82b0d31 # Parent 2304f8da62b03f6cfd966b72eec70c38c4d52e37 # EXP-Topic tests-git tests: prevent Git system

Re: [PATCH 1 of 2] tests: set Git author and committer name and email settings explicitly

2023-03-31 Thread Mads Kiilerich
On 30/03/2023 03:37, Manuel Jacob wrote: # HG changeset patch # User Manuel Jacob # Date 1680121377 -7200 # Wed Mar 29 22:22:57 2023 +0200 # Node ID 2304f8da62b03f6cfd966b72eec70c38c4d52e37 # Parent 7037365a7bc351b81f05c790c6d3417d81d7bd5d # EXP-Topic tests-git tests: set Git author and