<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/db/schema.rb, branch NicoleSchwartz-Python-Blog</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>Allow asynchronous rebase operations to be monitored</title>
<updated>2019-07-04T07:50:55+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2019-06-21T16:56:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=381468d0cc6e5b528a4b2207c0a534569035a73f'/>
<id>381468d0cc6e5b528a4b2207c0a534569035a73f</id>
<content type='text'>
This MR introduces tracking of the `rebase_jid` for merge requests. As
with `merge_ongoing?`, `rebase_in_progress?` will now return true if a
rebase is proceeding in sidekiq.

After one release, we should remove the Gitaly-based lookup of rebases.
It is much better to track this kind of thing via the database.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This MR introduces tracking of the `rebase_jid` for merge requests. As
with `merge_ongoing?`, `rebase_in_progress?` will now return true if a
rebase is proceeding in sidekiq.

After one release, we should remove the Gitaly-based lookup of rebases.
It is much better to track this kind of thing via the database.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Grafana to Admin &gt; Monitoring menu when enabled</title>
<updated>2019-07-03T16:09:51+00:00</updated>
<author>
<name>Maneschi Romain</name>
<email>rmaneschi@gmail.com</email>
</author>
<published>2019-07-03T16:09:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=def94f5043abe57f453094fa570407e5b806c48a'/>
<id>def94f5043abe57f453094fa570407e5b806c48a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Show upcoming status for releases</title>
<updated>2019-07-03T09:12:15+00:00</updated>
<author>
<name>Jason Goodman</name>
<email>jgoodman@gitlab.com</email>
</author>
<published>2019-07-03T09:12:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7ecffe2987e0f3953489759d080fc263c5cb95c5'/>
<id>7ecffe2987e0f3953489759d080fc263c5cb95c5</id>
<content type='text'>
Add released_at field to releases API
Add released_at column to releases table
Return releases to the API sorted by released_at
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add released_at field to releases API
Add released_at column to releases table
Return releases to the API sorted by released_at
</pre>
</div>
</content>
</entry>
<entry>
<title>Add username to deploy tokens</title>
<updated>2019-07-02T18:56:48+00:00</updated>
<author>
<name>Krasimir Angelov</name>
<email>kangelov@gitlab.com</email>
</author>
<published>2019-07-02T18:56:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d745ff0431130a760a7a59899c26410dc887f77a'/>
<id>d745ff0431130a760a7a59899c26410dc887f77a</id>
<content type='text'>
This new attribute is optional and used when set instead of the default
format `gitlab+deploy-token-#{id}`.

Empty usernames will be saved as null in the database.

Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/50228.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This new attribute is optional and used when set instead of the default
format `gitlab+deploy-token-#{id}`.

Empty usernames will be saved as null in the database.

Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/50228.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '63690-issue-trackers-title' into 'master'</title>
<updated>2019-07-02T16:11:40+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2019-07-02T16:11:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ca28f7f1e23f52060a77872b435ca04a48620cb1'/>
<id>ca28f7f1e23f52060a77872b435ca04a48620cb1</id>
<content type='text'>
Use title and description fields for issue trackers

Closes #63690

See merge request gitlab-org/gitlab-ce!30096</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use title and description fields for issue trackers

Closes #63690

See merge request gitlab-org/gitlab-ce!30096</pre>
</div>
</content>
</entry>
<entry>
<title>Use title and description fields for issue trackers</title>
<updated>2019-07-02T13:00:27+00:00</updated>
<author>
<name>Jarka Košanová</name>
<email>jarka@gitlab.com</email>
</author>
<published>2019-06-26T14:03:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ddbbf453c76144ac60c67e783424faf843c8efa1'/>
<id>ddbbf453c76144ac60c67e783424faf843c8efa1</id>
<content type='text'>
- instead of using properties
- backward compatibility has to be kept for now
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- instead of using properties
- backward compatibility has to be kept for now
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Migration for Strategies Column on operations_feature_flag_scopes</title>
<updated>2019-07-01T18:44:16+00:00</updated>
<author>
<name>Jason Goodman</name>
<email>jgoodman@gitlab.com</email>
</author>
<published>2019-07-01T18:44:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=60576da88c2080e1529caff670cf0cb64c1bedcc'/>
<id>60576da88c2080e1529caff670cf0cb64c1bedcc</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 'add-clusters-to-deployment' into 'master'</title>
<updated>2019-07-01T04:25:52+00:00</updated>
<author>
<name>Lin Jen-Shin</name>
<email>godfat@godfat.org</email>
</author>
<published>2019-07-01T04:25:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bc71d0b46164e8bcd4af78e5ce15261c8d796c52'/>
<id>bc71d0b46164e8bcd4af78e5ce15261c8d796c52</id>
<content type='text'>
Add clusters association to deployment

See merge request gitlab-org/gitlab-ce!29960</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add clusters association to deployment

See merge request gitlab-org/gitlab-ce!29960</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '3264-project-aliases-ce' into 'master'</title>
<updated>2019-06-28T10:55:10+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@gitlab.com</email>
</author>
<published>2019-06-28T10:55:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e17edd37ab3a33d874d6ad7af92f0f5045d970c7'/>
<id>e17edd37ab3a33d874d6ad7af92f0f5045d970c7</id>
<content type='text'>
CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14108

See merge request gitlab-org/gitlab-ce!29604</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14108

See merge request gitlab-org/gitlab-ce!29604</pre>
</div>
</content>
</entry>
<entry>
<title>Add cluster_id to deployments table as an FK</title>
<updated>2019-06-27T05:28:48+00:00</updated>
<author>
<name>Thong Kuah</name>
<email>tkuah@gitlab.com</email>
</author>
<published>2019-06-23T21:48:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=525edec78bc39ae41284927f1866def56d21a12a'/>
<id>525edec78bc39ae41284927f1866def56d21a12a</id>
<content type='text'>
We nullify when cluster is deleted as we want to keep the deployment
record around.

Add cluster as an optional association

We will have only cluster for deployments where the build deploys to a
kubernetes cluster
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We nullify when cluster is deleted as we want to keep the deployment
record around.

Add cluster as an optional association

We will have only cluster for deployments where the build deploys to a
kubernetes cluster
</pre>
</div>
</content>
</entry>
</feed>
