<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec, branch example-java</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Merge branch 'fix/13367-redirect-to-project-page-if-no-import' into 'master'</title>
<updated>2016-02-17T15:52:35+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2016-02-17T15:52:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6483a4c7b1033f357eda3436bc7054c59e2f9b3f'/>
<id>6483a4c7b1033f357eda3436bc7054c59e2f9b3f</id>
<content type='text'>

Redirect /import to project page if no importing at all and repo exists


Fixes gitlab-org/gitlab-ce#13367.

See merge request !2857</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Redirect /import to project page if no importing at all and repo exists


Fixes gitlab-org/gitlab-ce#13367.

See merge request !2857</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'rs-issue-13469' into 'master'</title>
<updated>2016-02-17T14:19:20+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2016-02-17T14:19:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=28d42a33f3385b57660906d4ca35e96d56785d7e'/>
<id>28d42a33f3385b57660906d4ca35e96d56785d7e</id>
<content type='text'>

Handle nil commits in Gitlab::PushDataBuilder.build

Closes #13469

See merge request !2825</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Handle nil commits in Gitlab::PushDataBuilder.build

Closes #13469

See merge request !2825</pre>
</div>
</content>
</entry>
<entry>
<title>Redirect /import to project page if no importing at all and repo exists</title>
<updated>2016-02-17T14:05:44+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2016-02-17T14:05:44+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3d3ac87af991319d6960a963c0975c83bf7e4108'/>
<id>3d3ac87af991319d6960a963c0975c83bf7e4108</id>
<content type='text'>
Fixes #13367.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #13367.
</pre>
</div>
</content>
</entry>
<entry>
<title>Expire caches after forking/importing a repository</title>
<updated>2016-02-17T10:38:18+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2016-02-16T16:31:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a9e0301c230a81242d476f30d7089565919214b3'/>
<id>a9e0301c230a81242d476f30d7089565919214b3</id>
<content type='text'>
This ensures the caches for Repository#empty? and
Repository#has_visible_content? are flushed after a repository has been
imported or forked.

Fixes gitlab-org/gitlab-ce#13505
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This ensures the caches for Repository#empty? and
Repository#has_visible_content? are flushed after a repository has been
imported or forked.

Fixes gitlab-org/gitlab-ce#13505
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'bugagazavr/gitlab-ce-extend-hooks' into 'master'</title>
<updated>2016-02-16T13:08:36+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2016-02-16T13:08:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bbbfdba0b9c0e2d5c463110398f7469821fd4c44'/>
<id>bbbfdba0b9c0e2d5c463110398f7469821fd4c44</id>
<content type='text'>

Add new data to project in push, issue, merge-request and note webhooks data

_Originally opened at !2738 by @bugagazavr._

- - -

**What does this MR do?**

Adds more data to hooks, makes repository data in all hook more dry ( use one hook_attrs method for repository data in all hooks )

**Are there points in the code the reviewer needs to double check?**

1. https://gitlab.com/bugagazavr/gitlab-ce/blob/extend-hooks/app/models/project.rb#L738
2. https://gitlab.com/bugagazavr/gitlab-ce/blob/extend-hooks/app/models/concerns/issuable.rb#L132
3. https://gitlab.com/bugagazavr/gitlab-ce/blob/extend-hooks/lib/gitlab/push_data_builder.rb#L52
4. https://gitlab.com/bugagazavr/gitlab-ce/blob/extend-hooks/lib/gitlab/note_data_builder.rb#L56

**Why was this MR needed?**

More information about user for push events, and more data about repositiry ( project )

**What are the relevant issue numbers?**

No

**Screenshots (if relevant)**

No

See merge request !2788</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Add new data to project in push, issue, merge-request and note webhooks data

_Originally opened at !2738 by @bugagazavr._

- - -

**What does this MR do?**

Adds more data to hooks, makes repository data in all hook more dry ( use one hook_attrs method for repository data in all hooks )

**Are there points in the code the reviewer needs to double check?**

1. https://gitlab.com/bugagazavr/gitlab-ce/blob/extend-hooks/app/models/project.rb#L738
2. https://gitlab.com/bugagazavr/gitlab-ce/blob/extend-hooks/app/models/concerns/issuable.rb#L132
3. https://gitlab.com/bugagazavr/gitlab-ce/blob/extend-hooks/lib/gitlab/push_data_builder.rb#L52
4. https://gitlab.com/bugagazavr/gitlab-ce/blob/extend-hooks/lib/gitlab/note_data_builder.rb#L56

**Why was this MR needed?**

More information about user for push events, and more data about repositiry ( project )

**What are the relevant issue numbers?**

No

**Screenshots (if relevant)**

No

See merge request !2788</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix/cross-reference-notes-forks' into 'master'</title>
<updated>2016-02-16T11:47:46+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2016-02-16T11:47:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=42d088fcb1e59a5789908dce8b141271bed3940a'/>
<id>42d088fcb1e59a5789908dce8b141271bed3940a</id>
<content type='text'>

Fix cross reference notes  on forks

Updates `cross_reference_exists?` to match on commit only.

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/5849

See merge request !2731</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Fix cross reference notes  on forks

Updates `cross_reference_exists?` to match on commit only.

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/5849

See merge request !2731</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'rs-issue-13467' into 'master'</title>
<updated>2016-02-16T11:40:06+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2016-02-16T11:40:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8db62f25480562e8497c3fb6d9f4611fc5902d94'/>
<id>8db62f25480562e8497c3fb6d9f4611fc5902d94</id>
<content type='text'>

Ensure Commit#show responds 404 instead of 500 when given an invalid ID

Closes #13467

See merge request !2823</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Ensure Commit#show responds 404 instead of 500 when given an invalid ID

Closes #13467

See merge request !2823</pre>
</div>
</content>
</entry>
<entry>
<title>updated system note service and spec based on feedback</title>
<updated>2016-02-16T08:01:56+00:00</updated>
<author>
<name>James Lopez</name>
<email>james@jameslopez.es</email>
</author>
<published>2016-02-16T08:01:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=11913a762a3ed6514594e6ac6ffe1717dd362ae1'/>
<id>11913a762a3ed6514594e6ac6ffe1717dd362ae1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle nil commits in Gitlab::PushDataBuilder.build</title>
<updated>2016-02-15T21:06:45+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2016-02-15T21:06:45+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=789aef7f26597f026859b2ddd29fab1120ce8abe'/>
<id>789aef7f26597f026859b2ddd29fab1120ce8abe</id>
<content type='text'>
Closes #13469
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #13469
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure Commit#show responds 404 instead of 500 when given an invalid ID</title>
<updated>2016-02-15T20:48:16+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2016-02-15T20:48:16+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f5ab126fd0e607811638ca36b6752d5c74535adf'/>
<id>f5ab126fd0e607811638ca36b6752d5c74535adf</id>
<content type='text'>
Closes #13467
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #13467
</pre>
</div>
</content>
</entry>
</feed>
