Commit e9229160 authored by Martin Wortschack's avatar Martin Wortschack Committed by Fatih Acet

Order projects by last activity

- This ensures that "gitlab" is more likely
to show up in the list of projects
when searching for "gitlab"
parent eccec1b1
...@@ -18,6 +18,7 @@ export default { ...@@ -18,6 +18,7 @@ export default {
projectsQueryParams: { projectsQueryParams: {
per_page: projectsPerPage, per_page: projectsPerPage,
with_shared: false, // exclude forks with_shared: false, // exclude forks
order_by: 'last_activity_at',
}, },
}; };
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment