<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/javascripts/monitoring/dashboard_spec.js, branch patch-63</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>Add custom metrics form to dashboard</title>
<updated>2019-05-07T17:46:33+00:00</updated>
<author>
<name>Adriel Santiago</name>
<email>asantiago@gitlab.com</email>
</author>
<published>2019-05-07T17:46:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=78d3f94cee23318abdffc39ce3c604eafbd2ecd9'/>
<id>78d3f94cee23318abdffc39ce3c604eafbd2ecd9</id>
<content type='text'>
Use existing form to allow users to add custom metrics via the dashboard
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use existing form to allow users to add custom metrics via the dashboard
</pre>
</div>
</content>
</entry>
<entry>
<title>Add external dashboard link</title>
<updated>2019-05-07T14:47:09+00:00</updated>
<author>
<name>Adriel Santiago</name>
<email>asantiago@gitlab.com</email>
</author>
<published>2019-05-07T14:47:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3565ee2ed66bd064ab6bef96ab43c0be43f75e49'/>
<id>3565ee2ed66bd064ab6bef96ab43c0be43f75e49</id>
<content type='text'>
Add settings for linking to external dashboard from
metrics dashboard
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add settings for linking to external dashboard from
metrics dashboard
</pre>
</div>
</content>
</entry>
<entry>
<title>Make time window parameters available in the query string</title>
<updated>2019-05-01T16:37:32+00:00</updated>
<author>
<name>Jose Vargas</name>
<email>jvargas@gitlab.com</email>
</author>
<published>2019-04-10T17:33:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3e3bead22bddc65963319e38926bae4c2c3a0eab'/>
<id>3e3bead22bddc65963319e38926bae4c2c3a0eab</id>
<content type='text'>
This commit adds the frontend functionality to add the parameters
via the `pushState` api, preventing the need for a page reload.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit adds the frontend functionality to add the parameters
via the `pushState` api, preventing the need for a page reload.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Metrics environments dropdown</title>
<updated>2019-04-24T00:11:40+00:00</updated>
<author>
<name>Simon Knox</name>
<email>psimyn@gmail.com</email>
</author>
<published>2019-04-23T13:35:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e4d1f5d356ad492c95dd74098a2c0b665ccd5961'/>
<id>e4d1f5d356ad492c95dd74098a2c0b665ccd5961</id>
<content type='text'>
Also bring back EE dashboard component
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also bring back EE dashboard component
</pre>
</div>
</content>
</entry>
<entry>
<title>Document getTimeDifferenceMinutes usage</title>
<updated>2019-04-04T20:53:03+00:00</updated>
<author>
<name>Jose Vargas</name>
<email>jvargas@gitlab.com</email>
</author>
<published>2019-04-03T22:10:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=976f1feb28265bfc427a00e7031275f49aa7f877'/>
<id>976f1feb28265bfc427a00e7031275f49aa7f877</id>
<content type='text'>
Also added a finally clause to the getGraphsDataWithTime promise
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also added a finally clause to the getGraphsDataWithTime promise
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed the feature flag usage</title>
<updated>2019-04-04T20:53:03+00:00</updated>
<author>
<name>Jose Vargas</name>
<email>jvargas@gitlab.com</email>
</author>
<published>2019-04-02T20:02:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a6f9f79b73ec1893e00a41ae20c3e17bd33cccb4'/>
<id>a6f9f79b73ec1893e00a41ae20c3e17bd33cccb4</id>
<content type='text'>
In order for the dashboard component not to fail, the feature flag
is now required by default
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In order for the dashboard component not to fail, the feature flag
is now required by default
</pre>
</div>
</content>
</entry>
<entry>
<title>Created `getTimeDiff` utility function</title>
<updated>2019-04-04T20:53:03+00:00</updated>
<author>
<name>Jose Vargas</name>
<email>jvargas@gitlab.com</email>
</author>
<published>2019-04-01T18:38:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=217e9e4db1a81125a06830b9dbf270a15fb9c284'/>
<id>217e9e4db1a81125a06830b9dbf270a15fb9c284</id>
<content type='text'>
Updated i18n strings and changed the
monitoring service graph data params
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated i18n strings and changed the
monitoring service graph data params
</pre>
</div>
</content>
</entry>
<entry>
<title>Update translation files</title>
<updated>2019-04-04T20:53:03+00:00</updated>
<author>
<name>Jose Vargas</name>
<email>jvargas@gitlab.com</email>
</author>
<published>2019-03-28T21:29:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b75e03a6c95d58a9ce0536da314d782c4895ae43'/>
<id>b75e03a6c95d58a9ce0536da314d782c4895ae43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add feature flag</title>
<updated>2019-04-04T20:53:03+00:00</updated>
<author>
<name>Jose Vargas</name>
<email>jvargas@gitlab.com</email>
</author>
<published>2019-03-20T19:52:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=481d25bf482941c48c335f8895a828544a7df873'/>
<id>481d25bf482941c48c335f8895a828544a7df873</id>
<content type='text'>
Also added relevant tests that make use of a stubbed feature flag,
prettified files
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also added relevant tests that make use of a stubbed feature flag,
prettified files
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for time windows for the performance dashbooards</title>
<updated>2019-04-04T20:53:03+00:00</updated>
<author>
<name>Jose Vargas</name>
<email>jvargas@gitlab.com</email>
</author>
<published>2019-03-12T18:55:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f77ff0c7bdc0b3a18406bf256dc5814833c14d23'/>
<id>f77ff0c7bdc0b3a18406bf256dc5814833c14d23</id>
<content type='text'>
The performance dashboards will now display the data
from a set amount of time windows that are defined
on a constants file
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The performance dashboards will now display the data
from a set amount of time windows that are defined
on a constants file
</pre>
</div>
</content>
</entry>
</feed>
