<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/lib/extracts_path_spec.rb, branch bump_gitlab_shell</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Extract the longest-matching ref from a commit path when multiple matches occur</title>
<updated>2015-07-01T14:01:59+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2015-06-21T15:26:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9add3e6eb56bb8d8a9b8e4e105f7beec27e685d2'/>
<id>9add3e6eb56bb8d8a9b8e4e105f7beec27e685d2</id>
<content type='text'>
Closes #1839
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #1839
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into rubocop-for-tests</title>
<updated>2015-06-23T08:44:03+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2015-06-23T08:44:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f40b99d02ee9411e5a7f9a93e3e6cf33c1d7890e'/>
<id>f40b99d02ee9411e5a7f9a93e3e6cf33c1d7890e</id>
<content type='text'>
Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;

Conflicts:
	spec/features/issues_spec.rb
	spec/models/forked_project_link_spec.rb
	spec/models/hooks/service_hook_spec.rb
	spec/models/hooks/web_hook_spec.rb
	spec/models/project_services/hipchat_service_spec.rb
	spec/requests/api/project_members_spec.rb
	spec/requests/api/projects_spec.rb
	spec/requests/api/system_hooks_spec.rb
	spec/services/archive_repository_service_spec.rb
	spec/support/matchers.rb
	spec/tasks/gitlab/backup_rake_spec.rb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;

Conflicts:
	spec/features/issues_spec.rb
	spec/models/forked_project_link_spec.rb
	spec/models/hooks/service_hook_spec.rb
	spec/models/hooks/web_hook_spec.rb
	spec/models/project_services/hipchat_service_spec.rb
	spec/requests/api/project_members_spec.rb
	spec/requests/api/projects_spec.rb
	spec/requests/api/system_hooks_spec.rb
	spec/services/archive_repository_service_spec.rb
	spec/support/matchers.rb
	spec/tasks/gitlab/backup_rake_spec.rb
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Style/SpaceInsideHashLiteralBraces cop violations</title>
<updated>2015-06-22T18:41:00+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2015-06-22T18:41:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=94eff655693a504b8b5d10472257709d8a2b342b'/>
<id>94eff655693a504b8b5d10472257709d8a2b342b</id>
<content type='text'>
These fixes were performed automatically by Rubocop's `-a` flag.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These fixes were performed automatically by Rubocop's `-a` flag.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update mock and stub syntax for specs</title>
<updated>2015-06-22T10:13:46+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2015-05-21T21:49:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5a9ede472150ec78f8410ae15cf782095c8f056c'/>
<id>5a9ede472150ec78f8410ae15cf782095c8f056c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug where commit data would not appear in some subdirectories</title>
<updated>2015-04-27T06:52:40+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2015-04-27T04:46:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ef0055b52d85bb9f38c36303d2291ab2a29d0780'/>
<id>ef0055b52d85bb9f38c36303d2291ab2a29d0780</id>
<content type='text'>
The upgrade from Rails v4.1.2 to v4.1.9 (76aad9b76ed) caused slashes in a tree to be escaped automatically.
Using wildcard globs prevents this behavior.

Closes #1478, #1459
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The upgrade from Rails v4.1.2 to v4.1.9 (76aad9b76ed) caused slashes in a tree to be escaped automatically.
Using wildcard globs prevents this behavior.

Closes #1478, #1459
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated rspec to rspec 3.x syntax</title>
<updated>2015-02-12T18:17:35+00:00</updated>
<author>
<name>Jeroen van Baarsen</name>
<email>jeroenvanbaarsen@gmail.com</email>
</author>
<published>2015-02-12T18:17:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0c4a70a306b871899bf87ce4673918abfee4d95f'/>
<id>0c4a70a306b871899bf87ce4673918abfee4d95f</id>
<content type='text'>
Signed-off-by: Jeroen van Baarsen &lt;jeroenvanbaarsen@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jeroen van Baarsen &lt;jeroenvanbaarsen@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fix most of warnings</title>
<updated>2013-12-14T20:05:10+00:00</updated>
<author>
<name>skv</name>
<email>skv-headless@yandex.ru</email>
</author>
<published>2013-12-14T13:43:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d89527839ea0dd1734dacb71c3ed2a97f1ff74d7'/>
<id>d89527839ea0dd1734dacb71c3ed2a97f1ff74d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix 404 error while displaying json files.</title>
<updated>2013-03-21T15:10:14+00:00</updated>
<author>
<name>Sato Hiroyuki</name>
<email>sathiroyuki@gmail.com</email>
</author>
<published>2013-03-21T14:41:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a1fe375e44987d89b9f9fbacb784eed83de233b2'/>
<id>a1fe375e44987d89b9f9fbacb784eed83de233b2</id>
<content type='text'>
It uses params[:id] instead of request.fullpath.
It should fix #3132.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It uses params[:id] instead of request.fullpath.
It should fix #3132.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove relative_url_root from path. Fixes #2602</title>
<updated>2013-01-23T08:29:46+00:00</updated>
<author>
<name>Jun Futagawa</name>
<email>jfut@integ.jp</email>
</author>
<published>2013-01-23T08:29:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=79b9249ff44c5ccbef44a8d9420a3fff369d932a'/>
<id>79b9249ff44c5ccbef44a8d9420a3fff369d932a</id>
<content type='text'>
Files and Commits render a 404 when running with relative_url_root.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Files and Commits render a 404 when running with relative_url_root.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed styles, ProjectHook specs etc</title>
<updated>2013-01-04T22:35:38+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2013-01-04T22:35:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e16cebac3eaadc0df93576358f60ae4a498ce15f'/>
<id>e16cebac3eaadc0df93576358f60ae4a498ce15f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
