gitlab-org--gitlab-foss/app/views/projects
Yorick Peterse a42d469ab2 Merge branch 'atom-feed-latest-update' into 'master'
Improve performance of user profiles, finding groups, and finding projects

This MR improves the following:

* Rendering of profile pages and Atom feeds
* Finding groups (using GroupsFinder & friends)
* Finding projects (using ProjectsFinder & friends)

Initially this MR was intended to only improve rendering of Atom feeds, but over time other fixes were introduced as well as the same code was the cause of all these problems.

See merge request !1790
2015-11-19 10:05:53 +00:00
..
blame Move project header title definition to view in question. 2015-09-17 12:16:24 +02:00
blob Replace CoffeeScript block into JavaScript in Views. 2015-11-10 19:17:37 +08:00
branches Create show page for tag and render release notes there and on index page 2015-11-05 13:49:34 +01:00
builds Merge branch 'fix_project_build_links' into 'master' 2015-11-12 09:41:54 +00:00
buttons Add tooltips to home panel buttons. 2015-11-18 12:02:09 +01:00
ci_services CI details cleanup 2015-11-05 15:24:27 +01:00
ci_settings Remove deprecated dumped yaml file generated from previous job definitions 2015-11-10 12:14:41 +01:00
ci_web_hooks CI details cleanup 2015-11-05 15:24:27 +01:00
commit Don't use params[:view] directly. 2015-11-17 16:33:38 +01:00
commit_statuses Implement Build Artifacts 2015-11-10 12:51:50 +01:00
commits Fix avatars not showing in Atom feeds and project issues when Gravatar disabled 2015-11-10 10:52:18 -08:00
compare Move project header title definition to view in question. 2015-09-17 12:16:24 +02:00
deploy_keys Limit content width for big screens except certain pages 2015-08-26 11:51:28 +02:00
diffs Don't use params[:view] directly. 2015-11-17 16:33:38 +01:00
forks Show message if user tries to fork and has no available namespaces 2015-10-08 15:20:19 -05:00
graphs Expose CI enable option in project features 2015-11-13 10:52:50 +01:00
hooks defined class prepend-top-10 used for alignment issue 2015-11-05 20:21:46 +05:30
imports Fix styling of import error. 2015-11-18 12:02:09 +01:00
issues Add "Copy to clipboard" buttons 2015-10-23 15:31:43 +02:00
labels Fix label destroy js 2015-10-29 14:22:11 +01:00
merge_requests Add ignore white space option in merge request diff 2015-11-13 16:53:53 +09:00
milestones Few changes to Group Milestone feature: 2015-11-16 15:07:16 +01:00
network Fix default avatar not showing up in network graph 2015-09-24 08:31:18 -07:00
notes Merge branch 'param-view' into 'master' 2015-11-17 11:43:47 -05:00
project_members Use project member abilities more extensively 2015-11-17 15:51:40 +01:00
protected_branches Make tables full width. 2015-10-19 11:19:45 +02:00
refs
releases Add missing param and title for tag 2015-11-09 15:39:18 +01:00
repositories Apply new design to files page 2015-10-13 16:41:48 +02:00
runners CI details cleanup 2015-11-05 15:24:27 +01:00
services Make tables full width. 2015-10-19 11:19:45 +02:00
snippets Update style of snippets pages 2015-10-18 13:03:26 +02:00
tags Add missing param and title for tag 2015-11-09 15:39:18 +01:00
tree Fix duplication between tree_header and tree_content 2015-10-21 08:41:53 +02:00
triggers CI details cleanup 2015-11-05 15:24:27 +01:00
variables CI details cleanup 2015-11-05 15:24:27 +01:00
wikis Render same markdown hint for issue, merge request, wiki and comment forms 2015-11-07 20:22:16 +01:00
_activity.html.haml Replace CoffeeScript block into JavaScript in Views. 2015-11-10 19:17:37 +08:00
_bitbucket_import_modal.html.haml Import sources: show only enabled sources 2015-08-20 12:13:22 +02:00
_commit_button.html.haml
_errors.html.haml
_files.html.haml Tweak styling of project home files list. 2015-10-17 19:18:28 +02:00
_github_import_modal.html.haml Import sources: show only enabled sources 2015-08-20 12:13:22 +02:00
_gitlab_import_modal.html.haml Import sources: show only enabled sources 2015-08-20 12:13:22 +02:00
_home_panel.html.haml Add tooltips to home panel buttons. 2015-11-18 12:02:09 +01:00
_last_commit.html.haml CI details cleanup 2015-11-05 15:24:27 +01:00
_last_push.html.haml Fix last push widget 2015-09-15 11:02:37 +02:00
_md_preview.html.haml Don't use link_to/image_tag where not needed 2015-10-15 12:05:01 +02:00
_readme.html.haml Restore edit button in project readme 2015-10-22 17:11:21 +02:00
_zen.html.haml Don't use link_to/image_tag where not needed 2015-10-15 12:05:01 +02:00
activity.html.haml Move last push info at top of project page. 2015-10-17 19:15:32 +02:00
edit.html.haml Expose CI enable option in project features 2015-11-13 10:52:50 +01:00
empty.html.haml Don't show "Add README" link in an empty repository if user doesn't have access to push 2015-10-21 07:33:14 -07:00
go_import.html.haml
new.html.haml Move import form to partial. 2015-11-18 12:00:56 +01:00
no_repo.html.haml
remove_fork.js.haml Adds ability to remove the forked relationship 2015-10-13 21:42:17 +11:00
show.atom.builder Faster way of obtaining latest event update time 2015-11-18 13:02:43 +01:00
show.html.haml Remove redundant helper method. 2015-10-17 19:16:04 +02:00
transfer.js.haml
update.js.haml