<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/views/admin/logs, branch cache-refactor</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>Remove unused admin subnavs</title>
<updated>2017-09-25T17:11:42+00:00</updated>
<author>
<name>Annabel Dunstone Gray</name>
<email>annabel.dunstone@gmail.com</email>
</author>
<published>2017-09-19T21:53:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2414d9411885fbd56b4712d7c157450e3efd6d40'/>
<id>2414d9411885fbd56b4712d7c157450e3efd6d40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor `Admin::LogsController#show`</title>
<updated>2017-08-22T21:12:48+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2017-08-22T21:12:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e288afec9ccd85fb444ec11d5359a17f8c657f06'/>
<id>e288afec9ccd85fb444ec11d5359a17f8c657f06</id>
<content type='text'>
We should be defining the list of loggers in the controller, not the
view.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We should be defining the list of loggers in the controller, not the
view.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Conversational Development Index page to admin panel</title>
<updated>2017-06-01T15:37:21+00:00</updated>
<author>
<name>Taurie Davis, Simon Knox and Adam Niedzielski</name>
<email>awesome@gitlab.com</email>
</author>
<published>2017-05-24T10:25:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=26dde5f55f1dac2e6bea4f7e1dfa51c72dc756cb'/>
<id>26dde5f55f1dac2e6bea4f7e1dfa51c72dc756cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add active_when helper</title>
<updated>2017-02-15T09:29:48+00:00</updated>
<author>
<name>Semyon Pupkov</name>
<email>mail@semyonpupkov.com</email>
</author>
<published>2017-02-12T08:02:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0dfccd995aa9bf560e59299f3a4f1705d6981115'/>
<id>0dfccd995aa9bf560e59299f3a4f1705d6981115</id>
<content type='text'>
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/24036
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/24036
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a new class to keep old behavior</title>
<updated>2017-02-09T02:52:08+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2017-02-05T22:28:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b57027f2a5e3b5b5c786ed72ad8d2c8d16725b17'/>
<id>b57027f2a5e3b5b5c786ed72ad8d2c8d16725b17</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove white space between nav items</title>
<updated>2016-12-14T15:32:14+00:00</updated>
<author>
<name>Alfredo Sumaran</name>
<email>alfredo@gitlab.com</email>
</author>
<published>2016-12-13T23:01:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8a6b4c1f7aadd948b5ab5c3525eca67e298c8df4'/>
<id>8a6b4c1f7aadd948b5ab5c3525eca67e298c8df4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Show log corresponding to env in admin/logs</title>
<updated>2016-11-03T21:02:47+00:00</updated>
<author>
<name>Lukas Erlacher</name>
<email>erlacher@in.tum.de</email>
</author>
<published>2016-10-29T15:10:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e900e53aa530ce15a73a4bf88cafa304999a99e9'/>
<id>e900e53aa530ce15a73a4bf88cafa304999a99e9</id>
<content type='text'>
No matter which environment Gitlab was running as, the admin/logs view
always showed production.log. This commit selects the logfile based
on Rails.env.

- Rename ProductionLogger to EnvironmentLogger
- Make EnvironmentLogger logfile depend on env
- Update spinach test for log tabs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No matter which environment Gitlab was running as, the admin/logs view
always showed production.log. This commit selects the logfile based
on Rails.env.

- Rename ProductionLogger to EnvironmentLogger
- Make EnvironmentLogger logfile depend on env
- Update spinach test for log tabs
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary parens</title>
<updated>2016-06-30T13:01:26+00:00</updated>
<author>
<name>Valery Sizov</name>
<email>valery@gitlab.com</email>
</author>
<published>2016-06-30T13:01:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=13fc95acc4b8ca418de2af383a6f0e1ccee9e9a2'/>
<id>13fc95acc4b8ca418de2af383a6f0e1ccee9e9a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add monitoring link with subtabs</title>
<updated>2016-06-15T14:10:16+00:00</updated>
<author>
<name>Annabel Dunstone</name>
<email>annabel.dunstone@gmail.com</email>
</author>
<published>2016-06-15T01:44:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d1c3f3d87258336b6ad50639d4f63647e95958df'/>
<id>d1c3f3d87258336b6ad50639d4f63647e95958df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Start builds redesign</title>
<updated>2016-05-04T21:45:37+00:00</updated>
<author>
<name>Annabel Dunstone</name>
<email>annabel.dunstone@gmail.com</email>
</author>
<published>2016-04-25T20:02:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7878eb9fa69123981281c2d71a2964dca1b459ee'/>
<id>7878eb9fa69123981281c2d71a2964dca1b459ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
