<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git, branch tc-feature-flags-migration-docs</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Document to remove feature flag through migration</title>
<updated>2019-08-21T15:47:16+00:00</updated>
<author>
<name>Toon Claes</name>
<email>toon@gitlab.com</email>
</author>
<published>2019-08-21T15:47:16+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a1d3fbdcc2917171ae65f544db9e1d957ebb39da'/>
<id>a1d3fbdcc2917171ae65f544db9e1d957ebb39da</id>
<content type='text'>
Instead of asking people to use chatops to remove a no-longer-existing
feature flag, ask them to do so with a migration. This will also clean
up the feature flags for self-managed installs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of asking people to use chatops to remove a no-longer-existing
feature flag, ask them to do so with a migration. This will also clean
up the feature flags for self-managed installs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '66331-html-code-shown-in-merge-request' into 'master'</title>
<updated>2019-08-21T14:47:05+00:00</updated>
<author>
<name>Paul Slaughter</name>
<email>pslaughter@gitlab.com</email>
</author>
<published>2019-08-21T14:47:05+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=77ffe60c5598db23cbc031eb896fd4a89784fb3d'/>
<id>77ffe60c5598db23cbc031eb896fd4a89784fb3d</id>
<content type='text'>
Resolve "HTML code shown in merge request"

Closes #66331

See merge request gitlab-org/gitlab-ce!32032</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "HTML code shown in merge request"

Closes #66331

See merge request gitlab-org/gitlab-ce!32032</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve "HTML code shown in merge request"</title>
<updated>2019-08-21T14:47:04+00:00</updated>
<author>
<name>Ezekiel Kigbo</name>
<email>ekigbo@gitlab.com</email>
</author>
<published>2019-08-21T14:47:04+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b7e6c898c7449eb48744b7312dbfa6baa92a00d6'/>
<id>b7e6c898c7449eb48744b7312dbfa6baa92a00d6</id>
<content type='text'>
- Fixes double escaped text in `mr_widget_rebase.vue`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Fixes double escaped text in `mr_widget_rebase.vue`
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'docs-request-profiling-tag' into 'master'</title>
<updated>2019-08-21T13:50:23+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axil@gitlab.com</email>
</author>
<published>2019-08-21T13:50:23+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ef0f1509dd2a2a3ba5798362e2be21108b705a85'/>
<id>ef0f1509dd2a2a3ba5798362e2be21108b705a85</id>
<content type='text'>
Fix 4 kramdown warnings

See merge request gitlab-org/gitlab-ce!32040</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix 4 kramdown warnings

See merge request gitlab-org/gitlab-ce!32040</pre>
</div>
</content>
</entry>
<entry>
<title>Fix markdown causing kramdown warnings</title>
<updated>2019-08-21T13:50:22+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-08-21T13:50:22+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e2d4fadbf83381b7ed3fbb3a00b5dee28e0817d9'/>
<id>e2d4fadbf83381b7ed3fbb3a00b5dee28e0817d9</id>
<content type='text'>
Use of square brackets can cause kramdown warnings, as well
as angle brackets, so they should be removed or put in backticks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use of square brackets can cause kramdown warnings, as well
as angle brackets, so they should be removed or put in backticks
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '65412-add-support-for-line-charts' into 'master'</title>
<updated>2019-08-21T13:43:02+00:00</updated>
<author>
<name>Kushal Pandya</name>
<email>kushalspandya@gmail.com</email>
</author>
<published>2019-08-21T13:43:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a1c1ca12f230c65d0e6861ebda92bf4563159516'/>
<id>a1c1ca12f230c65d0e6861ebda92bf4563159516</id>
<content type='text'>
Create component to display area and line charts in monitor dashboards

Closes #65412

See merge request gitlab-org/gitlab-ce!31639</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Create component to display area and line charts in monitor dashboards

Closes #65412

See merge request gitlab-org/gitlab-ce!31639</pre>
</div>
</content>
</entry>
<entry>
<title>This commit adds a new time series component</title>
<updated>2019-08-21T13:43:01+00:00</updated>
<author>
<name>Miguel Rincon</name>
<email>mrincon@gitlab.com</email>
</author>
<published>2019-08-21T13:43:01+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f2619e21bebe388182ec282bfec78da2b2625d49'/>
<id>f2619e21bebe388182ec282bfec78da2b2625d49</id>
<content type='text'>
Adds a time series component for line and area charts.
Displays new charts in the dashboard.

- Use dynamic components for line/area swapping
- Add new line charts to dashboard in 2 panels
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds a time series component for line and area charts.
Displays new charts in the dashboard.

- Use dynamic components for line/area swapping
- Add new line charts to dashboard in 2 panels
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'docs/clarify-new-text' into 'master'</title>
<updated>2019-08-21T13:05:54+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axil@gitlab.com</email>
</author>
<published>2019-08-21T13:05:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0a4d4c0a58162e695c3202c323d8febe833ef162'/>
<id>0a4d4c0a58162e695c3202c323d8febe833ef162</id>
<content type='text'>
Make text clearer

See merge request gitlab-org/gitlab-ce!32042</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make text clearer

See merge request gitlab-org/gitlab-ce!32042</pre>
</div>
</content>
</entry>
<entry>
<title>Make text clearer</title>
<updated>2019-08-21T13:05:53+00:00</updated>
<author>
<name>Evan Read</name>
<email>eread@gitlab.com</email>
</author>
<published>2019-08-21T13:05:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=be273ce3b4cddf2d4b767d033757fd0efeeb26d3'/>
<id>be273ce3b4cddf2d4b767d033757fd0efeeb26d3</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 '64950-move-download-csv-button-functionality-in-metrics-dashboard-cards-into-the-dropdown' into 'master'</title>
<updated>2019-08-21T13:04:51+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axil@gitlab.com</email>
</author>
<published>2019-08-21T13:04:51+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8b0acc31281d7a2feabf4d7dfd4055b10b8184cd'/>
<id>8b0acc31281d7a2feabf4d7dfd4055b10b8184cd</id>
<content type='text'>
Add docs for csv download

Closes #66291

See merge request gitlab-org/gitlab-ce!31870</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add docs for csv download

Closes #66291

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