<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/javascripts, branch docs/api-single-codebase</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 'sh-improve-redis-peek' into 'master'</title>
<updated>2019-07-03T09:16:01+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2019-07-03T09:16:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f90a7601c40c82bd230f9c014bc4f64744e77b5e'/>
<id>f90a7601c40c82bd230f9c014bc4f64744e77b5e</id>
<content type='text'>
Add Redis call details in Peek performance bar

See merge request gitlab-org/gitlab-ce!30191</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add Redis call details in Peek performance bar

See merge request gitlab-org/gitlab-ce!30191</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>Rebased and squashed commits</title>
<updated>2019-07-03T08:26:57+00:00</updated>
<author>
<name>Natalia Tepluhina</name>
<email>ntepluhina@gitlab.com</email>
</author>
<published>2019-07-03T08:26:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d4151b14c2986db173a7a1a4d293b86bfcdaae3a'/>
<id>d4151b14c2986db173a7a1a4d293b86bfcdaae3a</id>
<content type='text'>
- all commits squashed to make danger review happy
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- all commits squashed to make danger review happy
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Redis call details in Peek performance bar</title>
<updated>2019-07-03T04:55:34+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-06-28T18:34:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=dac8e99ee7580df80faf72954912185f63e5f2a2'/>
<id>dac8e99ee7580df80faf72954912185f63e5f2a2</id>
<content type='text'>
Since Redis timings appear to be increasing in production, this change
makes it easier to see what exactly which queries are being called and
where.

This is done by prepending modules in peek-redis to store the call
details.

This commit redact values for all SET commands (e.g. HMSET, GETSET,
etc.).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since Redis timings appear to be increasing in production, this change
makes it easier to see what exactly which queries are being called and
where.

This is done by prepending modules in peek-redis to store the call
details.

This commit redact values for all SET commands (e.g. HMSET, GETSET,
etc.).
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in updateResolvableDiscussionsCounts action</title>
<updated>2019-07-02T23:11:13+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2019-07-02T23:11:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c2429ed55349ea7cbf6a054eefe0ad174fbcd085'/>
<id>c2429ed55349ea7cbf6a054eefe0ad174fbcd085</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Registry component now includes error messages</title>
<updated>2019-07-02T13:12:45+00:00</updated>
<author>
<name>Nick Kipling</name>
<email>nkipling@gitlab.com</email>
</author>
<published>2019-07-02T13:12:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f01127ad25191913b3c399ee185f1c9f7034198b'/>
<id>f01127ad25191913b3c399ee185f1c9f7034198b</id>
<content type='text'>
Includes changes to the Vue container registry component to support
the display of an empty message and error message when invalid
characters are found in the group, project or branch name.

repositories/index.html.haml has been changed to remove the content
and place into Vue component.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Includes changes to the Vue container registry component to support
the display of an empty message and error message when invalid
characters are found in the group, project or branch name.

repositories/index.html.haml has been changed to remove the content
and place into Vue component.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow adding new entries to existing path</title>
<updated>2019-07-02T11:12:16+00:00</updated>
<author>
<name>Denys Mishunov</name>
<email>dmishunov@gitlab.com</email>
</author>
<published>2019-07-02T11:12:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5a7834e5a91549b5ecb8890a718efa93dd61ae7a'/>
<id>5a7834e5a91549b5ecb8890a718efa93dd61ae7a</id>
<content type='text'>
If an entry has been removed from the tree and later, during the same
session, a user is trying to add a new item with the same name/path we
should allow for that as long as the original entry is marked with
`deleted`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If an entry has been removed from the tree and later, during the same
session, a user is trying to add a new item with the same name/path we
should allow for that as long as the original entry is marked with
`deleted`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Hid re-named entries in subfolders</title>
<updated>2019-07-01T22:57:37+00:00</updated>
<author>
<name>Denys Mishunov</name>
<email>dmishunov@gitlab.com</email>
</author>
<published>2019-07-01T22:29:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7e670000032d35a416056d179382fd998d6622fc'/>
<id>7e670000032d35a416056d179382fd998d6622fc</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 '63590-pipeline-actions-cause-full-refresh' into 'master'</title>
<updated>2019-07-01T16:15:24+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2019-07-01T16:15:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=01a978593952456f8ff97cc3d415b3dfc5e421e8'/>
<id>01a978593952456f8ff97cc3d415b3dfc5e421e8</id>
<content type='text'>
Resolve "Pipeline actions cause full refresh"

Closes #63590

See merge request gitlab-org/gitlab-ce!30190</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "Pipeline actions cause full refresh"

Closes #63590

See merge request gitlab-org/gitlab-ce!30190</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '45120-fix-ide-editor-to-update-size-on-show-change' into 'master'</title>
<updated>2019-07-01T07:37:06+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2019-07-01T07:37:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d5cf738c2095ec9a79cb79b171498e8953a9e2df'/>
<id>d5cf738c2095ec9a79cb79b171498e8953a9e2df</id>
<content type='text'>
Fix IDE editor to update dimensions on show change

Closes #45120

See merge request gitlab-org/gitlab-ce!30135</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix IDE editor to update dimensions on show change

Closes #45120

See merge request gitlab-org/gitlab-ce!30135</pre>
</div>
</content>
</entry>
</feed>
