Re: [Development] Adding a .gitreview to all repos

2025-02-17 Thread Paul Wicking via Development
I decided to make it easy for y'all: vote with your feet :) https://codereview.qt-project.org/q/topic:"add-gitreview-config"; //! Paul On 13 Feb 2025, at 12:48, Volker Hilsheimer via Development wrote: On 12 Feb 2025, at 22

Re: [Development] Adding a .gitreview to all repos

2025-02-13 Thread Volker Hilsheimer via Development
> On 12 Feb 2025, at 22:22, Sérgio Martins wrote: > > On Wed, Feb 12, 2025 at 10:44 AM Cristian Le via Development > wrote: >> >> I want to gather some feedback about adding a .gitreview file for all repos. >> The file would look like >> >> ``` >> [gerrit] >> host=codereview.qt-project.org >> pr

Re: [Development] Adding a .gitreview to all repos

2025-02-12 Thread Sérgio Martins
On Wed, Feb 12, 2025 at 10:44 AM Cristian Le via Development wrote: > > I want to gather some feedback about adding a .gitreview file for all repos. > The file would look like > > ``` > [gerrit] > host=codereview.qt-project.org > project=qt/qtbase > defaultbranch=dev > ``` > > This would help wit

Re: [Development] Adding a .gitreview to all repos

2025-02-12 Thread Paul Wicking via Development
I second this, it looks like a useful addition. If it improves the contribution experience for a group of contributors, I'd say this is a no-brainer. Feel free to add me to the review(s), Cristian! Kind regards, Paul Wicking Staff Software Engineer Qt Group On 12 Feb 2025, at 17:52, Marc Mutz

Re: [Development] Adding a .gitreview to all repos

2025-02-12 Thread Marc Mutz via Development
On 12.02.25 11:43, Cristian Le via Development wrote: > I want to gather some feedback about adding a .gitreview file for all > repos. The file would look like > > ``` > [gerrit] > host=codereview.qt-project.org > project=qt/qtbase > defaultbranch=dev > ``` I wouldn't mind, looks rather static,

Re: [Development] Adding a .gitreview to all repos

2025-02-12 Thread Cristian Le via Development
On 2025/02/12 11:54, Oswald Buddenhagen via Development wrote: our wikis push towards a setup which makes that unnecessary. init-repository initializes a gerrit remote. and https://wiki.qt.io/Git-gpush-scripts works just fine without any setup beyond that. Thanks for the feedback. Adding such a f

Re: [Development] Adding a .gitreview to all repos

2025-02-12 Thread Oswald Buddenhagen via Development
On Wed, Feb 12, 2025 at 10:43:32AM +, Cristian Le via Development wrote: I want to gather some feedback about adding a .gitreview file for all repos. our wikis push towards a setup which makes that unnecessary. init-repository initializes a gerrit remote. and https://wiki.qt.io/Git-gpush-sc

[Development] Adding a .gitreview to all repos

2025-02-12 Thread Cristian Le via Development
I want to gather some feedback about adding a .gitreview file for all repos. The file would look like ``` [gerrit] host=codereview.qt-project.org project=qt/qtbase defaultbranch=dev ``` This would help with out-of-the-box support for some IDEs, e.g. on Jetbrains ones it read this file to determ