Re: [DISCUSS] new way of github working

2018-05-02 Thread Rohit Yadav
org> From: Rafael Weingärtner <rafaelweingart...@gmail.com> Sent: Wednesday, May 2, 2018 4:53:41 PM To: dev Subject: Re: [DISCUSS] new way of github working I think we are on the same page here. There is only one thing that is different from what we are doing in PRs.

Re: [DISCUSS] new way of github working

2018-05-02 Thread Rafael Weingärtner
I think we are on the same page here. There is only one thing that is different from what we are doing in PRs. > Before you create a PR, squash all applicable commits to make it more > readable for reviewers > I would suggest not squashing everything before creating the PR. I mean, do the

Re: [DISCUSS] new way of github working

2018-05-01 Thread Tutkowski, Mike
Hi everyone, We had a good conversation going here. Maybe we can continue it, get some level of reasonable consensus, and implement it (if, in fact, the consensus is a change from what we currently have). My suggested approach is the following: Before you create a PR, squash all applicable

Re: [DISCUSS] new way of github working

2018-03-22 Thread Rafael Weingärtner
These last two months I have experimented working with both ways (maintaining the merge commit and squashing and merging). When I experimented using “squash+merge”, the only time I was maintaining the merge commit is during merge-forwards. I liked working with “squash+merge” approach. This

Re: [DISCUSS] new way of github working

2018-01-15 Thread Rene Moser
On 01/15/2018 09:06 PM, Rafael Weingärtner wrote: > Daan, > > Now that master is open for merges again, can we get a feedback here? It > might be interesting to find a consensus and a standardize way of working > for everybody before we start merging things in master again … +1 to allow merge

Re: [DISCUSS] new way of github working

2018-01-15 Thread Will Stevens
t; rebasing the target branch and push force instead of including merge > >> commits in a PR > >> > >> Obtener Outlook para Android<https://aka.ms/ghei36> > >> > >> > >> From: williamstev...@gmail.com &

Re: [DISCUSS] new way of github working

2018-01-15 Thread Rafael Weingärtner
ara Android<https://aka.ms/ghei36> >> >> >> From: williamstev...@gmail.com <williamstev...@gmail.com> on behalf >> of Will Stevens <wstev...@cloudops.com> >> Sent: Monday, January 8, 2018 11:34:42 AM >&g

Re: [DISCUSS] new way of github working

2018-01-08 Thread Rafael Weingärtner
f > of Will Stevens <wstev...@cloudops.com> > Sent: Monday, January 8, 2018 11:34:42 AM > To: dev@cloudstack.apache.org > Subject: Re: [DISCUSS] new way of github working > > Just a note Daan. If a PR is merged with the `git pr ` t

Re: [DISCUSS] new way of github working

2018-01-08 Thread Daan Hoogland
half of Will Stevens <wstev...@cloudops.com> Sent: Monday, January 8, 2018 11:34:42 AM To: dev@cloudstack.apache.org Subject: Re: [DISCUSS] new way of github working Just a note Daan. If a PR is merged with the `git pr ` tool in our utilities folder, it will auto

Re: [DISCUSS] new way of github working

2018-01-08 Thread Nicolas Vazquez
lliamstev...@gmail.com> on behalf of Will Stevens <wstev...@cloudops.com> Sent: Monday, January 8, 2018 11:34:42 AM To: dev@cloudstack.apache.org Subject: Re: [DISCUSS] new way of github working Just a note Daan. If a PR is merged with the `git pr ` tool in our utilities folder, it will aut

Re: [DISCUSS] new way of github working

2018-01-08 Thread Will Stevens
Just a note Daan. If a PR is merged with the `git pr ` tool in our utilities folder, it will automatically include the merge commit. Figured I should mention that... *Will Stevens* CTO On Mon, Jan 8, 2018 at 8:26 AM, Marc-Aurèle Brothier wrote:

Re: [DISCUSS] new way of github working

2018-01-08 Thread Marc-Aurèle Brothier
Same opinion as Rafael described. On Mon, Jan 8, 2018 at 11:30 AM, Rafael Weingärtner < rafaelweingart...@gmail.com> wrote: > I did not fully understand what you meant. > > Are you talking about the merge commit that can be created when a PR is > merged? Or, are you talking about a merge commit

Re: [DISCUSS] new way of github working

2018-01-08 Thread Rafael Weingärtner
I did not fully understand what you meant. Are you talking about the merge commit that can be created when a PR is merged? Or, are you talking about a merge commit that is added to a PR when a conflict is solved by its author(s)? I do not have problems with the first type of merge commits.

Re: [DISCUSS] new way of github working

2018-01-08 Thread Rene Moser
Hi On 01/08/2018 10:45 AM, Daan Hoogland wrote: > Devs, > > I see a lot of merge master to branch commits appearing on PRs. This is > against prior (non-hard) agreements on how we work. It is getting to be the > daily practice so; > How do we feel about > 1. not using merge commits anymore? > 2.

[DISCUSS] new way of github working

2018-01-08 Thread Daan Hoogland
Devs, I see a lot of merge master to branch commits appearing on PRs. This is against prior (non-hard) agreements on how we work. It is getting to be the daily practice so; How do we feel about 1. not using merge commits anymore? 2. merging back as a way of solving conflicts? and Do we need to