Re: Review Requests

2025-01-21 Thread Johnny Jazeix
Hi, I would say https://develop.kde.org/docs/getting-started/add-project/#kde-review. Cheers, Johnny Le mer. 22 janv. 2025 à 07:38, Justin Zobel a écrit : > > On 22/1/25 17:03, Justin Zobel wrote: > > Hey everyone, > > > > Where does the template come from e.g. > > https://invent.kde.org/grap

Re: Review Requests

2025-01-21 Thread Justin Zobel
On 22/1/25 17:03, Justin Zobel wrote: Hey everyone, Where does the template come from e.g. https://invent.kde.org/graphics/karp/-/issues/9? I think each distribution method e.g. Flatpak, Snap, etc should be a different checkbox. I also think it should more specifically refer to GitLab build

Review Requests

2025-01-21 Thread Justin Zobel
Hey everyone, Where does the template come from e.g. https://invent.kde.org/graphics/karp/-/issues/9? I think each distribution method e.g. Flatpak, Snap, etc should be a different checkbox. I also think it should more specifically refer to GitLab builds in CI/CD. As often these checklists a

Re: Dependent review requests

2018-01-26 Thread Sandro Knauß
ell me how to get such a nice dependency tree for Review Requests? > > Best Regards, > Sandro this was a trick that one of my co-works told me: I edited my ".gitconfig" adding: post-review = rebase -i -x \"arc diff --head HEAD HEAD~1 && arc amend\" Then I ca

Re: Dependent review requests

2018-01-25 Thread Harald Sitter
On Thu, Jan 25, 2018 at 3:00 PM, Michael Heidelbach wrote: > Hi! > > When I do > > git checkout -b A origin/master > > (changes) > > git checkout -b B A > > (changes) > > > git checkout A > > arc diff > > git checkout B > > arc diff > > Will phabricator show the relation of A and B? Is that a reas

Dependent review requests

2018-01-25 Thread Michael Heidelbach
Hi! When I do git checkout -b A origin/master (changes) git checkout -b B A (changes) git checkout A arc diff git checkout B arc diff Will phabricator show the relation of A and B? Is that a reasonable approach, anyway? Michael