<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/controllers/dashboard, branch docs-pages-force-https</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>Rename Todos.with_api_entity_associations to with_entity_associations</title>
<updated>2019-06-24T17:49:13+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-06-24T17:48:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f2d932268d1b30929e45d7503ef90b325a85e314'/>
<id>f2d932268d1b30929e45d7503ef90b325a85e314</id>
<content type='text'>
Since this scope is used in both the controller and the API, we rename
it to make it clear that it's used for both.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since this scope is used in both the controller and the API, we rename
it to make it clear that it's used for both.
</pre>
</div>
</content>
</entry>
<entry>
<title>Eliminate N+1 queries in Dashboard::TodosController</title>
<updated>2019-06-24T16:57:38+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-06-23T14:54:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=211a00473b78ada629d1c401ec443b766392185e'/>
<id>211a00473b78ada629d1c401ec443b766392185e</id>
<content type='text'>
This appears to bring down the number of SQL queries on GitLab.com for
my Todos page from 672 to 100.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/43042
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This appears to bring down the number of SQL queries on GitLab.com for
my Todos page from 672 to 100.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/43042
</pre>
</div>
</content>
</entry>
<entry>
<title>Add render_projects method to controller</title>
<updated>2019-06-05T00:10:24+00:00</updated>
<author>
<name>Martin Wortschack</name>
<email>mwortschack@gitlab.com</email>
</author>
<published>2019-06-05T00:10:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=dab00e6929412b7371a246ad37f858611b7f2757'/>
<id>dab00e6929412b7371a246ad37f858611b7f2757</id>
<content type='text'>
- Render EE specific partial if exists
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Render EE specific partial if exists
</pre>
</div>
</content>
</entry>
<entry>
<title>Update comments about N + 1 Gitaly calls</title>
<updated>2019-04-09T15:21:16+00:00</updated>
<author>
<name>Zeger-Jan van de Weg</name>
<email>git@zjvandeweg.nl</email>
</author>
<published>2019-04-09T15:21:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=469844c4f926c408cda4cb5b2a08dfd14a2c3997'/>
<id>469844c4f926c408cda4cb5b2a08dfd14a2c3997</id>
<content type='text'>
To make sure all known issues are linked to the correct epic, I've gone
through the code base, and updated the comments where required.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To make sure all known issues are linked to the correct epic, I've gone
through the code base, and updated the comments where required.
</pre>
</div>
</content>
</entry>
<entry>
<title>Externalize strings in projects controllers</title>
<updated>2019-03-27T16:52:52+00:00</updated>
<author>
<name>Martin Wortschack</name>
<email>mwortschack@gitlab.com</email>
</author>
<published>2019-03-27T16:52:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5660690787b6afcf3274af4135d474645d13b671'/>
<id>5660690787b6afcf3274af4135d474645d13b671</id>
<content type='text'>
- concerns
- dashboard
- groups
- import
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- concerns
- dashboard
- groups
- import
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix undefined variable error on json project views</title>
<updated>2019-03-19T00:27:28+00:00</updated>
<author>
<name>Alejandro Rodríguez</name>
<email>alejorro70@gmail.com</email>
</author>
<published>2019-03-19T00:01:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=585fcfb9e7be7300af04cd2f9c6d1d97d5333cf5'/>
<id>585fcfb9e7be7300af04cd2f9c6d1d97d5333cf5</id>
<content type='text'>
This mistake seems to have always been there, but it only resulted in
errors on the `/explore*.json` since they were the one that _actually_
relied on the local variables.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This mistake seems to have always been there, but it only resulted in
errors on the `/explore*.json` since they were the one that _actually_
relied on the local variables.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow Gitaly N+1 calls for RootController#index</title>
<updated>2019-02-27T11:10:20+00:00</updated>
<author>
<name>Thong Kuah</name>
<email>tkuah@gitlab.com</email>
</author>
<published>2019-02-25T03:15:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7d3377bb83ad84b27ae486e502ad052562e3c96b'/>
<id>7d3377bb83ad84b27ae486e502ad052562e3c96b</id>
<content type='text'>
Allow developers to load GitLab root page locally without errors.
Since we know this issue for a while now, no point letting the exception
be triggered constantly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow developers to load GitLab root page locally without errors.
Since we know this issue for a while now, no point letting the exception
be triggered constantly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Exclude public group milestones from counts</title>
<updated>2019-02-14T06:49:18+00:00</updated>
<author>
<name>Heinrich Lee Yu</name>
<email>heinrich@gitlab.com</email>
</author>
<published>2019-02-14T05:45:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0f0bf2a2cb5d6d5de94585c242bdc1378eb75bbc'/>
<id>0f0bf2a2cb5d6d5de94585c242bdc1378eb75bbc</id>
<content type='text'>
Only count milestones in groups that the user is a member of
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only count milestones in groups that the user is a member of
</pre>
</div>
</content>
</entry>
<entry>
<title>Update last_activity_on for Users on some main GET endpoints</title>
<updated>2019-02-05T14:55:31+00:00</updated>
<author>
<name>Rubén Dávila</name>
<email>ruben@gitlab.com</email>
</author>
<published>2019-02-05T14:55:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=24226b9fe25ad98b279eae6b3ccd37749ba4d60d'/>
<id>24226b9fe25ad98b279eae6b3ccd37749ba4d60d</id>
<content type='text'>
In order to have an accurate date about the last activity of a User
we need to update the last_activity_on field when the User is visiting
some basic pages of GitLab like pages related to Dashboards, Projects,
Issues and Merge Requests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In order to have an accurate date about the last activity of a User
we need to update the last_activity_on field when the User is visiting
some basic pages of GitLab like pages related to Dashboards, Projects,
Issues and Merge Requests
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds milestone search</title>
<updated>2019-01-24T17:44:09+00:00</updated>
<author>
<name>Jacopo</name>
<email>beschi.jacopo@gmail.com</email>
</author>
<published>2019-01-17T14:35:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=22eb2e4c227b060981bb37708222cdd07e825542'/>
<id>22eb2e4c227b060981bb37708222cdd07e825542</id>
<content type='text'>
Adds to search ILIKE search for milestones title in:
  - Milestones dashboard
  - Group milestones page
  - Project milestones page
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds to search ILIKE search for milestones title in:
  - Milestones dashboard
  - Group milestones page
  - Project milestones page
</pre>
</div>
</content>
</entry>
</feed>
