<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/lib, branch fix-missing-function-dropzone-input</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 'moved-submodules' into 'master'</title>
<updated>2017-06-19T17:51:55+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-06-19T17:51:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2a39280db037867dce6345dee20366a87c66a691'/>
<id>2a39280db037867dce6345dee20366a87c66a691</id>
<content type='text'>
repository: index submodules by path

See merge request !10798</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
repository: index submodules by path

See merge request !10798</pre>
</div>
</content>
</entry>
<entry>
<title>Add “Project moved” error to Git-over-SSH</title>
<updated>2017-06-16T21:14:19+00:00</updated>
<author>
<name>Michael Kozono</name>
<email>mkozono@gmail.com</email>
</author>
<published>2017-06-16T00:03:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=af784cc6e22ca915f20111828ae3252619834419'/>
<id>af784cc6e22ca915f20111828ae3252619834419</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'merge-request-diffs-table' into 'master'</title>
<updated>2017-06-16T19:01:56+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-06-16T19:01:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ab29db9ecde5c883f6225de85be13c9eb81f0465'/>
<id>ab29db9ecde5c883f6225de85be13c9eb81f0465</id>
<content type='text'>
Add table for files in merge request diffs

See merge request !12047</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add table for files in merge request diffs

See merge request !12047</pre>
</div>
</content>
</entry>
<entry>
<title>repository: index submodules by path</title>
<updated>2017-06-16T18:37:13+00:00</updated>
<author>
<name>David Turner</name>
<email>novalis@novalis.org</email>
</author>
<published>2017-04-18T00:13:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b30c16aa3298221b1957fef61e69c47be74bb25e'/>
<id>b30c16aa3298221b1957fef61e69c47be74bb25e</id>
<content type='text'>
Submodules have a name in the configuration, but this name is simply
the path at which the submodule was initially checked in (by default
-- the name is totally arbitrary).  If a submodule is moved, it
retains its original name, but its path changes.  Since we discover
submodules inside trees, we have their path but not necessarily their
name.

Make the submodules() function return the submodule hash indexed by
path rather than name, so that renamed submodules can be looked up.

Signed-off-by: David Turner &lt;novalis@novalis.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submodules have a name in the configuration, but this name is simply
the path at which the submodule was initially checked in (by default
-- the name is totally arbitrary).  If a submodule is moved, it
retains its original name, but its path changes.  Since we discover
submodules inside trees, we have their path but not necessarily their
name.

Make the submodules() function return the submodule hash indexed by
path rather than name, so that renamed submodules can be looked up.

Signed-off-by: David Turner &lt;novalis@novalis.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'tc-fix-group-finder-subgrouping' into 'master'</title>
<updated>2017-06-16T17:51:35+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-06-16T17:51:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9b835d10d2c13b55b84461589542b9c77ab90b45'/>
<id>9b835d10d2c13b55b84461589542b9c77ab90b45</id>
<content type='text'>
Show private subgroups if member of parent group

Closes #32135

See merge request !11764</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Show private subgroups if member of parent group

Closes #32135

See merge request !11764</pre>
</div>
</content>
</entry>
<entry>
<title>Add table for files in merge request diffs</title>
<updated>2017-06-16T17:30:01+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2017-06-09T11:48:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9a73b634ab4220f68a8296ccb582a68293874489'/>
<id>9a73b634ab4220f68a8296ccb582a68293874489</id>
<content type='text'>
This adds an ID-less table containing one row per file, per merge request
diff. It has a column for each attribute on Gitlab::Git::Diff that is serialised
currently, with the advantage that we can easily query the attributes of this
new table.

It does not migrate existing data, so we have fallback code when the legacy
st_diffs column is present instead. For a merge request diff to be valid, it
should have at most one of:

* Rows in this new table, with the correct merge_request_diff_id.
* A non-NULL st_diffs column.

It may have neither, if the diff is empty.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds an ID-less table containing one row per file, per merge request
diff. It has a column for each attribute on Gitlab::Git::Diff that is serialised
currently, with the advantage that we can easily query the attributes of this
new table.

It does not migrate existing data, so we have fallback code when the legacy
st_diffs column is present instead. For a merge request diff to be valid, it
should have at most one of:

* Rows in this new table, with the correct merge_request_diff_id.
* A non-NULL st_diffs column.

It may have neither, if the diff is empty.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '27070-rename-slash-commands-to-quick-actions' into 'master'</title>
<updated>2017-06-16T16:32:53+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2017-06-16T16:32:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=352a9ed56213b6f83a679e72f9554638a0aed1ee'/>
<id>352a9ed56213b6f83a679e72f9554638a0aed1ee</id>
<content type='text'>
Rename "Slash commands" to "Quick actions"

Closes #27070

See merge request !11811</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rename "Slash commands" to "Quick actions"

Closes #27070

See merge request !11811</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'deprecate-gitaly-path' into 'master'</title>
<updated>2017-06-15T14:57:14+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2017-06-15T14:57:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0b408219ed5992a9c85dc86a452bf1ef5faf0fd2'/>
<id>0b408219ed5992a9c85dc86a452bf1ef5faf0fd2</id>
<content type='text'>
Stop using deprecated `path` field on Gitaly messages

See merge request !12112</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Stop using deprecated `path` field on Gitaly messages

See merge request !12112</pre>
</div>
</content>
</entry>
<entry>
<title>Rename "Slash commands" to "Quick actions"</title>
<updated>2017-06-15T14:01:56+00:00</updated>
<author>
<name>Eric Eastwood</name>
<email>contact@ericeastwood.com</email>
</author>
<published>2017-05-31T05:50:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ea090291bba6bb665b3631cc5a2659e6673a6959'/>
<id>ea090291bba6bb665b3631cc5a2659e6673a6959</id>
<content type='text'>
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27070

Deprecate "chat commands" in favor of "slash commands"

We looked for things like:

 - `slash commmand`
 - `slash_command`
 - `slash-command`
 - `SlashCommand`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27070

Deprecate "chat commands" in favor of "slash commands"

We looked for things like:

 - `slash commmand`
 - `slash_command`
 - `slash-command`
 - `SlashCommand`
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'dm-fix-parser-cache' into 'master'</title>
<updated>2017-06-15T08:19:13+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2017-06-15T08:19:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d348702b4f3b746565cc2ff1206479e639bae543'/>
<id>d348702b4f3b746565cc2ff1206479e639bae543</id>
<content type='text'>
Don't return nil for missing objects from parser cache

See merge request !12168</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't return nil for missing objects from parser cache

See merge request !12168</pre>
</div>
</content>
</entry>
</feed>
