Re: [GitLab] What 11.6 brings to us

2019-01-14 Thread Carlos Soriano
It's all enabled now \m/

Please provide feedback about the duplicate issues feature either to me or
upstream.

On Wed, 2 Jan 2019 at 21:49, Carlos Soriano  wrote:

>
> On Thu, 27 Dec 2018 at 10:04, Abderrahim Kitouni 
> wrote:
>
>> Hi,
>>
>> Le dim. 23 déc. 2018 à 13:36, Carlos Soriano  a
>> écrit :
>> >
>> > 11.6 is here, there are a few nice things for us.
>> >
>> > Run CI/CD for merge requests
>> > CI are not only for branches, but also for MR. Variables, etc. can be
>> put to adjust the CI to do X or Y things on MR or regular branches. This
>> will be very handy if we need to go back to only do fast CI for the GNOME
>> group.
>>
>> Just wanted to point out this wouldn't help much for the "fast CI only
>> for the GNOME group" scenario. The CI for merge requests still runs in
>> the forked projects.
>> See
>> https://docs.gitlab.com/ee/ci/merge_request_pipelines/index.html#important-notes-about-merge-requests-from-forked-projects
>
>
> Ah right, thanks for pointing that out.
>
>
>>
>>
>> > Suggested Changes in MRs
>> > Provide suggested changes in MRs and apply them at merge. This was
>> raised in the postmortem email by a few people, so try it out and let me
>> know how it works for you. AFAIK the implementation is similar to the one
>> in GitHub.
>>
>> It seems this feature isn't enabled for our instance. The
>> documentation says that it "can be enabled for self-hosted GitLab
>> instances using the diff_suggestions feature flag. It will be enabled
>> by default for self-hosted instances in GitLab 11.7."
>>
>
> Right, I sent an email to Andrea, whenever he's available we can enable
> it.
>
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list

Re: [GitLab] What 11.6 brings to us

2019-01-02 Thread Carlos Soriano
On Thu, 27 Dec 2018 at 10:04, Abderrahim Kitouni  wrote:

> Hi,
>
> Le dim. 23 déc. 2018 à 13:36, Carlos Soriano  a écrit
> :
> >
> > 11.6 is here, there are a few nice things for us.
> >
> > Run CI/CD for merge requests
> > CI are not only for branches, but also for MR. Variables, etc. can be
> put to adjust the CI to do X or Y things on MR or regular branches. This
> will be very handy if we need to go back to only do fast CI for the GNOME
> group.
>
> Just wanted to point out this wouldn't help much for the "fast CI only
> for the GNOME group" scenario. The CI for merge requests still runs in
> the forked projects.
> See
> https://docs.gitlab.com/ee/ci/merge_request_pipelines/index.html#important-notes-about-merge-requests-from-forked-projects


Ah right, thanks for pointing that out.


>
>
> > Suggested Changes in MRs
> > Provide suggested changes in MRs and apply them at merge. This was
> raised in the postmortem email by a few people, so try it out and let me
> know how it works for you. AFAIK the implementation is similar to the one
> in GitHub.
>
> It seems this feature isn't enabled for our instance. The
> documentation says that it "can be enabled for self-hosted GitLab
> instances using the diff_suggestions feature flag. It will be enabled
> by default for self-hosted instances in GitLab 11.7."
>

Right, I sent an email to Andrea, whenever he's available we can enable it.
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list

Re: [GitLab] What 11.6 brings to us

2018-12-27 Thread Abderrahim Kitouni
Hi,

Le dim. 23 déc. 2018 à 13:36, Carlos Soriano  a écrit :
>
> 11.6 is here, there are a few nice things for us.
>
> Run CI/CD for merge requests
> CI are not only for branches, but also for MR. Variables, etc. can be put to 
> adjust the CI to do X or Y things on MR or regular branches. This will be 
> very handy if we need to go back to only do fast CI for the GNOME group.

Just wanted to point out this wouldn't help much for the "fast CI only
for the GNOME group" scenario. The CI for merge requests still runs in
the forked projects.
See 
https://docs.gitlab.com/ee/ci/merge_request_pipelines/index.html#important-notes-about-merge-requests-from-forked-projects

> Suggested Changes in MRs
> Provide suggested changes in MRs and apply them at merge. This was raised in 
> the postmortem email by a few people, so try it out and let me know how it 
> works for you. AFAIK the implementation is similar to the one in GitHub.

It seems this feature isn't enabled for our instance. The
documentation says that it "can be enabled for self-hosted GitLab
instances using the diff_suggestions feature flag. It will be enabled
by default for self-hosted instances in GitLab 11.7."
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list

Re: [GitLab] What 11.6 brings to us

2018-12-23 Thread Nicolas Dufresne
Le dim. 23 déc. 2018 07 h 36, Carlos Soriano  a écrit :

> 11.6 is here, there are a few nice things for us.
>
> *Run CI/CD for merge requests
> *
> CI are not only for branches, but also for MR. Variables, etc. can be put
> to adjust the CI to do X or Y things on MR or regular branches. This will
> be very handy if we need to go back to only do fast CI for the GNOME group.
>
> *Suggested Changes in MRs
> *
> Provide suggested changes in MRs and apply them at merge. This was raised
> in the postmortem email by a few people, so try it out and let me know how
> it works for you. AFAIK the implementation is similar to the one in GitHub.
>
> *Similar issues suggestions when filing a new issue
> *
> Duplicate issues handling was one of the top priorities for us, so GitLab
> has requested our feedback for this new feature. So please try it out and
> let me/them know how does it work for you.
>
> Cheers!
>

Let's hope we can change their mind on keeping code review comment batching
a paid feature. It makes gitlab looks bad by spamming patch submitters on
long reviews.


___
> desktop-devel-list mailing list
> desktop-devel-list@gnome.org
> https://mail.gnome.org/mailman/listinfo/desktop-devel-list
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list

[GitLab] What 11.6 brings to us

2018-12-23 Thread Carlos Soriano
11.6 is here, there are a few nice things for us.

*Run CI/CD for merge requests
*
CI are not only for branches, but also for MR. Variables, etc. can be put
to adjust the CI to do X or Y things on MR or regular branches. This will
be very handy if we need to go back to only do fast CI for the GNOME group.

*Suggested Changes in MRs
*
Provide suggested changes in MRs and apply them at merge. This was raised
in the postmortem email by a few people, so try it out and let me know how
it works for you. AFAIK the implementation is similar to the one in GitHub.

*Similar issues suggestions when filing a new issue
*
Duplicate issues handling was one of the top priorities for us, so GitLab
has requested our feedback for this new feature. So please try it out and
let me/them know how does it work for you.

Cheers!
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list