<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/services/releases, branch docs-pages-force-https</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>Set release name when adding release notes to an existing tag</title>
<updated>2019-04-09T06:52:15+00:00</updated>
<author>
<name>Jason Goodman</name>
<email>jgoodman@gitlab.com</email>
</author>
<published>2019-04-09T06:52:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5b7003282b6b3ce1bfc313b3271bd6827a230c34'/>
<id>5b7003282b6b3ce1bfc313b3271bd6827a230c34</id>
<content type='text'>
Also set the release sha and author
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also set the release sha and author
</pre>
</div>
</content>
</entry>
<entry>
<title>Destroy releases when delete a tag</title>
<updated>2019-03-26T12:10:31+00:00</updated>
<author>
<name>Shinya Maeda</name>
<email>shinya@gitlab.com</email>
</author>
<published>2019-03-25T07:41:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b27c4420c9e62ffc8cf53a4a854f4907454af400'/>
<id>b27c4420c9e62ffc8cf53a4a854f4907454af400</id>
<content type='text'>
ok

ok

ok

ok
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ok

ok

ok

ok
</pre>
</div>
</content>
</entry>
<entry>
<title>Add unique constraint to release and url</title>
<updated>2019-01-04T13:17:03+00:00</updated>
<author>
<name>Shinya Maeda</name>
<email>shinya@gitlab.com</email>
</author>
<published>2019-01-02T10:56:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=df7ed9eef2048c9a2f79860e00a69f84fa92e10e'/>
<id>df7ed9eef2048c9a2f79860e00a69f84fa92e10e</id>
<content type='text'>
Fix coding style

Improve coding style

Decouple UPDATE and DELETE operations of asset links

Rename links_attributes to assets:links

Rename exposed param and updated spec
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix coding style

Improve coding style

Decouple UPDATE and DELETE operations of asset links

Rename links_attributes to assets:links

Rename exposed param and updated spec
</pre>
</div>
</content>
</entry>
<entry>
<title>Add spec for duplicate link name creation</title>
<updated>2019-01-04T13:17:02+00:00</updated>
<author>
<name>Shinya Maeda</name>
<email>shinya@gitlab.com</email>
</author>
<published>2019-01-02T06:25:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8a14548fc741e8d115d99e8303e36ed83660494d'/>
<id>8a14548fc741e8d115d99e8303e36ed83660494d</id>
<content type='text'>
Fix spec for mysql unique validation failure
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix spec for mysql unique validation failure
</pre>
</div>
</content>
</entry>
<entry>
<title>Support CURD operation for release asset links</title>
<updated>2019-01-04T13:17:02+00:00</updated>
<author>
<name>Shinya Maeda</name>
<email>shinya@gitlab.com</email>
</author>
<published>2019-01-02T01:40:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=66755c9ed506af9f51022a678ed26e5d31ee87ac'/>
<id>66755c9ed506af9f51022a678ed26e5d31ee87ac</id>
<content type='text'>
- Add Releases::Links model
- Expose it in release API
- Add integration tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add Releases::Links model
- Expose it in release API
- Add integration tests
</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve a Cognitive Complexity of 12</title>
<updated>2018-12-31T05:34:15+00:00</updated>
<author>
<name>Shinya Maeda</name>
<email>shinya@gitlab.com</email>
</author>
<published>2018-12-31T03:05:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=54df1a570186c6e1851b98f268121d9d92c2de8a'/>
<id>54df1a570186c6e1851b98f268121d9d92c2de8a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add spec for Release API</title>
<updated>2018-12-31T05:35:57+00:00</updated>
<author>
<name>Shinya Maeda</name>
<email>shinya@gitlab.com</email>
</author>
<published>2018-12-25T09:48:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8f1e96c89bd3ffe6ae47c275df2d1e919d42c39a'/>
<id>8f1e96c89bd3ffe6ae47c275df2d1e919d42c39a</id>
<content type='text'>
Add spec for all release API - GET, POST, PUT, DELETE.
Also, fixes some minior bugs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add spec for all release API - GET, POST, PUT, DELETE.
Also, fixes some minior bugs.
</pre>
</div>
</content>
</entry>
</feed>
