<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/factories, branch diff-notes-refactor</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>Merge branch '26705-filter-todos-by-manual-add' into 'master'</title>
<updated>2017-02-08T13:32:55+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2017-02-08T13:32:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4c8a1d3a3d2a8ea1e67519ffb70ff5a224b6a26e'/>
<id>4c8a1d3a3d2a8ea1e67519ffb70ff5a224b6a26e</id>
<content type='text'>
Filter todos by manual add

Closes #26705

See merge request !8861</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Filter todos by manual add

Closes #26705

See merge request !8861</pre>
</div>
</content>
</entry>
<entry>
<title>Use normal associations instead of polymorphic.</title>
<updated>2017-02-07T15:41:44+00:00</updated>
<author>
<name>Ruben Davila</name>
<email>rdavila84@gmail.com</email>
</author>
<published>2017-01-26T01:16:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bdc932245088b3a7ae5d633e81175352d5599083'/>
<id>bdc932245088b3a7ae5d633e81175352d5599083</id>
<content type='text'>
We can't properly use foreign keys on columns that are configured for
polymorphic associations which has disadvantages related to data
integrity and storage. Given we only use time tracking for Issues and
Merge Requests we're moving to the usage of regular associations.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We can't properly use foreign keys on columns that are configured for
polymorphic associations which has disadvantages related to data
integrity and storage. Given we only use time tracking for Issues and
Merge Requests we're moving to the usage of regular associations.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'jej-pages-to-ce' into 'master'</title>
<updated>2017-02-06T18:20:38+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-02-06T18:20:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c07311d486fd177bff6df8b2f912dc91dcadac4e'/>
<id>c07311d486fd177bff6df8b2f912dc91dcadac4e</id>
<content type='text'>

Adding GitLab Pages to CE

Closes #14605, gitlab-com/infrastructure#1058, gitlab-ee#1333, and #323

See merge request !8463</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Adding GitLab Pages to CE

Closes #14605, gitlab-com/infrastructure#1058, gitlab-ee#1333, and #323

See merge request !8463</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into 'jej-pages-to-ce'</title>
<updated>2017-02-06T15:12:27+00:00</updated>
<author>
<name>James Edwards-Jones</name>
<email>jamedjo@gmail.com</email>
</author>
<published>2017-02-06T15:12:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b988faaf85c8e68d501f242b980e5e79a00e2b15'/>
<id>b988faaf85c8e68d501f242b980e5e79a00e2b15</id>
<content type='text'>
# Conflicts:
#   db/schema.rb</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# Conflicts:
#   db/schema.rb</pre>
</div>
</content>
</entry>
<entry>
<title>Add traits for ProjectFeatures to Project factory</title>
<updated>2017-02-05T08:11:45+00:00</updated>
<author>
<name>Semyon Pupkov</name>
<email>mail@semyonpupkov.com</email>
</author>
<published>2017-02-02T10:10:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3deb66ea569cde62c3213b2671532c0db3c7263d'/>
<id>3deb66ea569cde62c3213b2671532c0db3c7263d</id>
<content type='text'>
https://gitlab.com/gitlab-org/gitlab-ce/issues/24007
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://gitlab.com/gitlab-org/gitlab-ce/issues/24007
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'rs-event-traits' into 'master'</title>
<updated>2017-02-03T18:44:06+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-02-03T18:44:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=785fadf33fb23c4c95edeaa84ef5bd267ce753d5'/>
<id>785fadf33fb23c4c95edeaa84ef5bd267ce753d5</id>
<content type='text'>

Add traits for the different Event types to the Event factory

See merge request !8870</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Add traits for the different Event types to the Event factory

See merge request !8870</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into jej-pages-picked-from-ee</title>
<updated>2017-02-03T17:25:26+00:00</updated>
<author>
<name>James Edwards-Jones</name>
<email>jedwardsjones@gitlab.com</email>
</author>
<published>2017-02-03T17:25:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1af3f3b673be8f85b37d455b101954e62c2a3add'/>
<id>1af3f3b673be8f85b37d455b101954e62c2a3add</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove backlog lists from factories</title>
<updated>2017-02-03T14:02:43+00:00</updated>
<author>
<name>Douglas Barbosa Alexandre</name>
<email>dbalexandre@gmail.com</email>
</author>
<published>2017-01-27T05:27:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a3edd5f1fd154865bfe014d628844796090998e5'/>
<id>a3edd5f1fd154865bfe014d628844796090998e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creating-file</title>
<updated>2017-02-02T03:54:35+00:00</updated>
<author>
<name>Lin Jen-Shin</name>
<email>godfat@godfat.org</email>
</author>
<published>2017-02-02T03:54:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=54fca95160389fe7993df5d82635b83804833fee'/>
<id>54fca95160389fe7993df5d82635b83804833fee</id>
<content type='text'>
* upstream/master: (190 commits)
  Remove unnecessary returns / unset variables from the CoffeeScript -&gt; JS conversion.
  update spec
  Change the reply shortcut to focus the field even without a selection.
  use destroy_all
  Remove settings cog from within admin scroll tabs; keep links centered
  add changelog
  remove old project members from project
  add spec replicating validation error
  Fix small typo on new branch button spec
  Improve styling of the new issue message
  Don't capitalize environment name in show page
  Abillity to promote project labels to group labels
  Edited the column header for the environments list from created to updated and added created to environments detail page colum header titles
  Update and pin the `jwt` gem to ~&gt; 1.5.6
  refactor merge request build service
  Update index.md
  Clarify that Auto Deploy requires a public project.
  19164 Add settings dropdown to mobile screens
  cop for gem fetched from a git source
  Add CHANGELOG entry
  ...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* upstream/master: (190 commits)
  Remove unnecessary returns / unset variables from the CoffeeScript -&gt; JS conversion.
  update spec
  Change the reply shortcut to focus the field even without a selection.
  use destroy_all
  Remove settings cog from within admin scroll tabs; keep links centered
  add changelog
  remove old project members from project
  add spec replicating validation error
  Fix small typo on new branch button spec
  Improve styling of the new issue message
  Don't capitalize environment name in show page
  Abillity to promote project labels to group labels
  Edited the column header for the environments list from created to updated and added created to environments detail page colum header titles
  Update and pin the `jwt` gem to ~&gt; 1.5.6
  refactor merge request build service
  Update index.md
  Clarify that Auto Deploy requires a public project.
  19164 Add settings dropdown to mobile screens
  cop for gem fetched from a git source
  Add CHANGELOG entry
  ...
</pre>
</div>
</content>
</entry>
<entry>
<title>Add traits for the different Event types to the Event factory</title>
<updated>2017-02-01T21:02:03+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2017-01-29T22:37:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e48a1755f42eabb2f459028d10d2d6c1160af4af'/>
<id>e48a1755f42eabb2f459028d10d2d6c1160af4af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
