summaryrefslogtreecommitdiff
path: root/doc/code/panel
diff options
context:
space:
mode:
authorRiyad Preukschas <riyad@informatik.uni-bremen.de>2013-01-15 00:52:25 +0100
committerRiyad Preukschas <riyad@informatik.uni-bremen.de>2013-01-15 00:52:25 +0100
commit30227869482bbbdbfea153f2b45ef3bb9a9fd218 (patch)
treeaff64071116447092751770d2896998f62d1b44a /doc/code/panel
parent8ee5fce9d64b70d8981896457484fae622d142c9 (diff)
parentaca0caa8cc1a6bd481f87dd810284e69d3747050 (diff)
downloadgitlab-ce-30227869482bbbdbfea153f2b45ef3bb9a9fd218.tar.gz
Merge commit 'master' into discussions
Conflicts: app/assets/stylesheets/sections/notes.scss app/contexts/notes/load_context.rb app/models/project.rb app/observers/note_observer.rb app/roles/votes.rb app/views/commit/show.html.haml app/views/merge_requests/_show.html.haml app/views/merge_requests/diffs.js.haml app/views/merge_requests/show.js.haml app/views/notes/_note.html.haml features/steps/project/project_merge_requests.rb spec/models/note_spec.rb
Diffstat (limited to 'doc/code/panel')
-rwxr-xr-xdoc/code/panel/index.html73
-rw-r--r--doc/code/panel/links.html314
-rw-r--r--doc/code/panel/tree.js1
3 files changed, 388 insertions, 0 deletions
diff --git a/doc/code/panel/index.html b/doc/code/panel/index.html
new file mode 100755
index 00000000000..f815a113245
--- /dev/null
+++ b/doc/code/panel/index.html
@@ -0,0 +1,73 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+<head>
+ <title>search index</title>
+ <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" charset="utf-8" />
+ <link rel="stylesheet" href="../css/panel.css" type="text/css" media="screen" charset="utf-8" />
+ <script src="../js/search_index.js" type="text/javascript" charset="utf-8"></script>
+ <script src="../js/searcher.js" type="text/javascript" charset="utf-8"></script>
+ <script src="tree.js" type="text/javascript" charset="utf-8"></script>
+ <script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
+ <script src="../js/searchdoc.js" type="text/javascript" charset="utf-8"></script>
+ <script type="text/javascript" charset="utf-8">
+ function placeholder() {
+ if ($('<input type="text">')[0].placeholder !== undefined) return;
+
+ $('#search-label').click(function() {
+ $('#search').focus();
+ $('#search-label').hide();
+ });
+
+ $('#search').focus(function() {
+ $('#search-label').hide();
+ });
+ $('#search').blur(function() {
+ this.value == '' && $('#search-label').show()
+ });
+
+ $('#search')[0].value == '' && $('#search-label').show();
+ }
+ $(function() {
+ placeholder();
+ $('#links').hide();
+ var panel = new Searchdoc.Panel($('#panel'), search_data, tree, window.parent.frames[1]);
+ $('#search').focus();
+
+ var s = window.parent.location.search.match(/\?q=([^&]+)/);
+ if (s) {
+ s = decodeURIComponent(s[1]).replace(/\+/g, ' ');
+ if (s.length > 0)
+ {
+ $('#search').val(s);
+ panel.search(s, true);
+ }
+ }
+ })
+ </script>
+</head>
+<body>
+ <div class="panel panel_tree" id="panel">
+ <div class="header">
+ <div>
+ <label for="search" id="search-label" style="display: none">Search</label>
+ <table>
+ <tr><td>
+ <input type="Search" placeholder="Search" autosave="searchdoc" results="10" id="search" autocomplete="off"/>
+ </td></tr>
+ </table></div>
+ </div>
+ <div class="tree">
+ <ul>
+ </ul>
+ </div>
+ <div class="result">
+ <ul>
+ </ul>
+ </div>
+ </div>
+ <a href="links.html" id="links">index</a>
+</body>
+</html>
diff --git a/doc/code/panel/links.html b/doc/code/panel/links.html
new file mode 100644
index 00000000000..5c356c741a7
--- /dev/null
+++ b/doc/code/panel/links.html
@@ -0,0 +1,314 @@
+<html>
+ <head>File index</head>
+ <body>
+
+ <a href="../files/app/assets/fonts/OFL_txt.html">app/assets/fonts/OFL.txt</a>
+
+ <a href="../files/app/contexts/base_context_rb.html">app/contexts/base_context.rb</a>
+
+ <a href="../files/app/contexts/commit_load_context_rb.html">app/contexts/commit_load_context.rb</a>
+
+ <a href="../files/app/contexts/issues_bulk_update_context_rb.html">app/contexts/issues_bulk_update_context.rb</a>
+
+ <a href="../files/app/contexts/issues_list_context_rb.html">app/contexts/issues_list_context.rb</a>
+
+ <a href="../files/app/contexts/merge_requests_load_context_rb.html">app/contexts/merge_requests_load_context.rb</a>
+
+ <a href="../files/app/contexts/notes/create_context_rb.html">app/contexts/notes/create_context.rb</a>
+
+ <a href="../files/app/contexts/notes/load_context_rb.html">app/contexts/notes/load_context.rb</a>
+
+ <a href="../files/app/contexts/project_update_context_rb.html">app/contexts/project_update_context.rb</a>
+
+ <a href="../files/app/contexts/search_context_rb.html">app/contexts/search_context.rb</a>
+
+ <a href="../files/app/contexts/test_hook_context_rb.html">app/contexts/test_hook_context.rb</a>
+
+ <a href="../files/app/controllers/admin/dashboard_controller_rb.html">app/controllers/admin/dashboard_controller.rb</a>
+
+ <a href="../files/app/controllers/admin/groups_controller_rb.html">app/controllers/admin/groups_controller.rb</a>
+
+ <a href="../files/app/controllers/admin/hooks_controller_rb.html">app/controllers/admin/hooks_controller.rb</a>
+
+ <a href="../files/app/controllers/admin/logs_controller_rb.html">app/controllers/admin/logs_controller.rb</a>
+
+ <a href="../files/app/controllers/admin/projects_controller_rb.html">app/controllers/admin/projects_controller.rb</a>
+
+ <a href="../files/app/controllers/admin/resque_controller_rb.html">app/controllers/admin/resque_controller.rb</a>
+
+ <a href="../files/app/controllers/admin/team_members_controller_rb.html">app/controllers/admin/team_members_controller.rb</a>
+
+ <a href="../files/app/controllers/admin/users_controller_rb.html">app/controllers/admin/users_controller.rb</a>
+
+ <a href="../files/app/controllers/admin_controller_rb.html">app/controllers/admin_controller.rb</a>
+
+ <a href="../files/app/controllers/application_controller_rb.html">app/controllers/application_controller.rb</a>
+
+ <a href="../files/app/controllers/blame_controller_rb.html">app/controllers/blame_controller.rb</a>
+
+ <a href="../files/app/controllers/blob_controller_rb.html">app/controllers/blob_controller.rb</a>
+
+ <a href="../files/app/controllers/commit_controller_rb.html">app/controllers/commit_controller.rb</a>
+
+ <a href="../files/app/controllers/commits_controller_rb.html">app/controllers/commits_controller.rb</a>
+
+ <a href="../files/app/controllers/compare_controller_rb.html">app/controllers/compare_controller.rb</a>
+
+ <a href="../files/app/controllers/dashboard_controller_rb.html">app/controllers/dashboard_controller.rb</a>
+
+ <a href="../files/app/controllers/deploy_keys_controller_rb.html">app/controllers/deploy_keys_controller.rb</a>
+
+ <a href="../files/app/controllers/errors_controller_rb.html">app/controllers/errors_controller.rb</a>
+
+ <a href="../files/app/controllers/groups_controller_rb.html">app/controllers/groups_controller.rb</a>
+
+ <a href="../files/app/controllers/help_controller_rb.html">app/controllers/help_controller.rb</a>
+
+ <a href="../files/app/controllers/hooks_controller_rb.html">app/controllers/hooks_controller.rb</a>
+
+ <a href="../files/app/controllers/issues_controller_rb.html">app/controllers/issues_controller.rb</a>
+
+ <a href="../files/app/controllers/keys_controller_rb.html">app/controllers/keys_controller.rb</a>
+
+ <a href="../files/app/controllers/labels_controller_rb.html">app/controllers/labels_controller.rb</a>
+
+ <a href="../files/app/controllers/merge_requests_controller_rb.html">app/controllers/merge_requests_controller.rb</a>
+
+ <a href="../files/app/controllers/milestones_controller_rb.html">app/controllers/milestones_controller.rb</a>
+
+ <a href="../files/app/controllers/notes_controller_rb.html">app/controllers/notes_controller.rb</a>
+
+ <a href="../files/app/controllers/omniauth_callbacks_controller_rb.html">app/controllers/omniauth_callbacks_controller.rb</a>
+
+ <a href="../files/app/controllers/profiles_controller_rb.html">app/controllers/profiles_controller.rb</a>
+
+ <a href="../files/app/controllers/project_resource_controller_rb.html">app/controllers/project_resource_controller.rb</a>
+
+ <a href="../files/app/controllers/projects_controller_rb.html">app/controllers/projects_controller.rb</a>
+
+ <a href="../files/app/controllers/protected_branches_controller_rb.html">app/controllers/protected_branches_controller.rb</a>
+
+ <a href="../files/app/controllers/refs_controller_rb.html">app/controllers/refs_controller.rb</a>
+
+ <a href="../files/app/controllers/repositories_controller_rb.html">app/controllers/repositories_controller.rb</a>
+
+ <a href="../files/app/controllers/search_controller_rb.html">app/controllers/search_controller.rb</a>
+
+ <a href="../files/app/controllers/services_controller_rb.html">app/controllers/services_controller.rb</a>
+
+ <a href="../files/app/controllers/snippets_controller_rb.html">app/controllers/snippets_controller.rb</a>
+
+ <a href="../files/app/controllers/team_members_controller_rb.html">app/controllers/team_members_controller.rb</a>
+
+ <a href="../files/app/controllers/tree_controller_rb.html">app/controllers/tree_controller.rb</a>
+
+ <a href="../files/app/controllers/wikis_controller_rb.html">app/controllers/wikis_controller.rb</a>
+
+ <a href="../files/app/decorators/application_decorator_rb.html">app/decorators/application_decorator.rb</a>
+
+ <a href="../files/app/decorators/commit_decorator_rb.html">app/decorators/commit_decorator.rb</a>
+
+ <a href="../files/app/decorators/event_decorator_rb.html">app/decorators/event_decorator.rb</a>
+
+ <a href="../files/app/decorators/tree_decorator_rb.html">app/decorators/tree_decorator.rb</a>
+
+ <a href="../files/app/decorators/user_decorator_rb.html">app/decorators/user_decorator.rb</a>
+
+ <a href="../files/app/helpers/application_helper_rb.html">app/helpers/application_helper.rb</a>
+
+ <a href="../files/app/helpers/commits_helper_rb.html">app/helpers/commits_helper.rb</a>
+
+ <a href="../files/app/helpers/dashboard_helper_rb.html">app/helpers/dashboard_helper.rb</a>
+
+ <a href="../files/app/helpers/events_helper_rb.html">app/helpers/events_helper.rb</a>
+
+ <a href="../files/app/helpers/gitlab_markdown_helper_rb.html">app/helpers/gitlab_markdown_helper.rb</a>
+
+ <a href="../files/app/helpers/issues_helper_rb.html">app/helpers/issues_helper.rb</a>
+
+ <a href="../files/app/helpers/merge_requests_helper_rb.html">app/helpers/merge_requests_helper.rb</a>
+
+ <a href="../files/app/helpers/namespaces_helper_rb.html">app/helpers/namespaces_helper.rb</a>
+
+ <a href="../files/app/helpers/notes_helper_rb.html">app/helpers/notes_helper.rb</a>
+
+ <a href="../files/app/helpers/profile_helper_rb.html">app/helpers/profile_helper.rb</a>
+
+ <a href="../files/app/helpers/projects_helper_rb.html">app/helpers/projects_helper.rb</a>
+
+ <a href="../files/app/helpers/snippets_helper_rb.html">app/helpers/snippets_helper.rb</a>
+
+ <a href="../files/app/helpers/tab_helper_rb.html">app/helpers/tab_helper.rb</a>
+
+ <a href="../files/app/helpers/tags_helper_rb.html">app/helpers/tags_helper.rb</a>
+
+ <a href="../files/app/helpers/tree_helper_rb.html">app/helpers/tree_helper.rb</a>
+
+ <a href="../files/app/mailers/notify_rb.html">app/mailers/notify.rb</a>
+
+ <a href="../files/app/models/ability_rb.html">app/models/ability.rb</a>
+
+ <a href="../files/app/models/commit_rb.html">app/models/commit.rb</a>
+
+ <a href="../files/app/models/event_rb.html">app/models/event.rb</a>
+
+ <a href="../files/app/models/gitlab_ci_service_rb.html">app/models/gitlab_ci_service.rb</a>
+
+ <a href="../files/app/models/group_rb.html">app/models/group.rb</a>
+
+ <a href="../files/app/models/issue_rb.html">app/models/issue.rb</a>
+
+ <a href="../files/app/models/key_rb.html">app/models/key.rb</a>
+
+ <a href="../files/app/models/merge_request_rb.html">app/models/merge_request.rb</a>
+
+ <a href="../files/app/models/milestone_rb.html">app/models/milestone.rb</a>
+
+ <a href="../files/app/models/namespace_rb.html">app/models/namespace.rb</a>
+
+ <a href="../files/app/models/note_rb.html">app/models/note.rb</a>
+
+ <a href="../files/app/models/project_rb.html">app/models/project.rb</a>
+
+ <a href="../files/app/models/project_hook_rb.html">app/models/project_hook.rb</a>
+
+ <a href="../files/app/models/protected_branch_rb.html">app/models/protected_branch.rb</a>
+
+ <a href="../files/app/models/service_rb.html">app/models/service.rb</a>
+
+ <a href="../files/app/models/service_hook_rb.html">app/models/service_hook.rb</a>
+
+ <a href="../files/app/models/snippet_rb.html">app/models/snippet.rb</a>
+
+ <a href="../files/app/models/system_hook_rb.html">app/models/system_hook.rb</a>
+
+ <a href="../files/app/models/tree_rb.html">app/models/tree.rb</a>
+
+ <a href="../files/app/models/user_rb.html">app/models/user.rb</a>
+
+ <a href="../files/app/models/users_project_rb.html">app/models/users_project.rb</a>
+
+ <a href="../files/app/models/web_hook_rb.html">app/models/web_hook.rb</a>
+
+ <a href="../files/app/models/wiki_rb.html">app/models/wiki.rb</a>
+
+ <a href="../files/app/observers/activity_observer_rb.html">app/observers/activity_observer.rb</a>
+
+ <a href="../files/app/observers/issue_observer_rb.html">app/observers/issue_observer.rb</a>
+
+ <a href="../files/app/observers/key_observer_rb.html">app/observers/key_observer.rb</a>
+
+ <a href="../files/app/observers/merge_request_observer_rb.html">app/observers/merge_request_observer.rb</a>
+
+ <a href="../files/app/observers/note_observer_rb.html">app/observers/note_observer.rb</a>
+
+ <a href="../files/app/observers/project_observer_rb.html">app/observers/project_observer.rb</a>
+
+ <a href="../files/app/observers/system_hook_observer_rb.html">app/observers/system_hook_observer.rb</a>
+
+ <a href="../files/app/observers/user_observer_rb.html">app/observers/user_observer.rb</a>
+
+ <a href="../files/app/observers/users_project_observer_rb.html">app/observers/users_project_observer.rb</a>
+
+ <a href="../files/app/roles/account_rb.html">app/roles/account.rb</a>
+
+ <a href="../files/app/roles/authority_rb.html">app/roles/authority.rb</a>
+
+ <a href="../files/app/roles/git_host_rb.html">app/roles/git_host.rb</a>
+
+ <a href="../files/app/roles/issue_commonality_rb.html">app/roles/issue_commonality.rb</a>
+
+ <a href="../files/app/roles/namespaced_project_rb.html">app/roles/namespaced_project.rb</a>
+
+ <a href="../files/app/roles/note_event_rb.html">app/roles/note_event.rb</a>
+
+ <a href="../files/app/roles/push_event_rb.html">app/roles/push_event.rb</a>
+
+ <a href="../files/app/roles/push_observer_rb.html">app/roles/push_observer.rb</a>
+
+ <a href="../files/app/roles/repository_rb.html">app/roles/repository.rb</a>
+
+ <a href="../files/app/roles/static_model_rb.html">app/roles/static_model.rb</a>
+
+ <a href="../files/app/roles/team_rb.html">app/roles/team.rb</a>
+
+ <a href="../files/app/roles/votes_rb.html">app/roles/votes.rb</a>
+
+ <a href="../files/app/uploaders/attachment_uploader_rb.html">app/uploaders/attachment_uploader.rb</a>
+
+ <a href="../files/app/workers/post_receive_rb.html">app/workers/post_receive.rb</a>
+
+ <a href="../files/app/workers/system_hook_worker_rb.html">app/workers/system_hook_worker.rb</a>
+
+ <a href="../files/lib/api_rb.html">lib/api.rb</a>
+
+ <a href="../files/lib/api/entities_rb.html">lib/api/entities.rb</a>
+
+ <a href="../files/lib/api/helpers_rb.html">lib/api/helpers.rb</a>
+
+ <a href="../files/lib/api/issues_rb.html">lib/api/issues.rb</a>
+
+ <a href="../files/lib/api/merge_requests_rb.html">lib/api/merge_requests.rb</a>
+
+ <a href="../files/lib/api/milestones_rb.html">lib/api/milestones.rb</a>
+
+ <a href="../files/lib/api/notes_rb.html">lib/api/notes.rb</a>
+
+ <a href="../files/lib/api/projects_rb.html">lib/api/projects.rb</a>
+
+ <a href="../files/lib/api/session_rb.html">lib/api/session.rb</a>
+
+ <a href="../files/lib/api/users_rb.html">lib/api/users.rb</a>
+
+ <a href="../files/lib/event_filter_rb.html">lib/event_filter.rb</a>
+
+ <a href="../files/lib/extracts_path_rb.html">lib/extracts_path.rb</a>
+
+ <a href="../files/lib/file_size_validator_rb.html">lib/file_size_validator.rb</a>
+
+ <a href="../files/lib/gitlab/app_logger_rb.html">lib/gitlab/app_logger.rb</a>
+
+ <a href="../files/lib/gitlab/auth_rb.html">lib/gitlab/auth.rb</a>
+
+ <a href="../files/lib/gitlab/backend/gitolite_rb.html">lib/gitlab/backend/gitolite.rb</a>
+
+ <a href="../files/lib/gitlab/backend/gitolite_config_rb.html">lib/gitlab/backend/gitolite_config.rb</a>
+
+ <a href="../files/lib/gitlab/backend/grack_auth_rb.html">lib/gitlab/backend/grack_auth.rb</a>
+
+ <a href="../files/lib/gitlab/git_logger_rb.html">lib/gitlab/git_logger.rb</a>
+
+ <a href="../files/lib/gitlab/git_stats_rb.html">lib/gitlab/git_stats.rb</a>
+
+ <a href="../files/lib/gitlab/graph/commit_rb.html">lib/gitlab/graph/commit.rb</a>
+
+ <a href="../files/lib/gitlab/graph/json_builder_rb.html">lib/gitlab/graph/json_builder.rb</a>
+
+ <a href="../files/lib/gitlab/inline_diff_rb.html">lib/gitlab/inline_diff.rb</a>
+
+ <a href="../files/lib/gitlab/logger_rb.html">lib/gitlab/logger.rb</a>
+
+ <a href="../files/lib/gitlab/markdown_rb.html">lib/gitlab/markdown.rb</a>
+
+ <a href="../files/lib/gitlab/project_mover_rb.html">lib/gitlab/project_mover.rb</a>
+
+ <a href="../files/lib/gitlab/regex_rb.html">lib/gitlab/regex.rb</a>
+
+ <a href="../files/lib/gitlab/satellite/action_rb.html">lib/gitlab/satellite/action.rb</a>
+
+ <a href="../files/lib/gitlab/satellite/edit_file_action_rb.html">lib/gitlab/satellite/edit_file_action.rb</a>
+
+ <a href="../files/lib/gitlab/satellite/merge_action_rb.html">lib/gitlab/satellite/merge_action.rb</a>
+
+ <a href="../files/lib/gitlab/satellite/satellite_rb.html">lib/gitlab/satellite/satellite.rb</a>
+
+ <a href="../files/lib/gitlab/seeder_rb.html">lib/gitlab/seeder.rb</a>
+
+ <a href="../files/lib/gitlab/theme_rb.html">lib/gitlab/theme.rb</a>
+
+ <a href="../files/lib/hooks/post-receive.html">lib/hooks/post-receive</a>
+
+ <a href="../files/lib/redcarpet/render/gitlab_html_rb.html">lib/redcarpet/render/gitlab_html.rb</a>
+
+ </body>
+</html> \ No newline at end of file
diff --git a/doc/code/panel/tree.js b/doc/code/panel/tree.js
new file mode 100644
index 00000000000..eeb049224a8
--- /dev/null
+++ b/doc/code/panel/tree.js
@@ -0,0 +1 @@
+var tree = [["","","files",[["","","app",[["","","assets",[["","","fonts",[["OFL.txt","files/app/assets/fonts/OFL_txt.html","",[]]]]]],["","","contexts",[["base_context.rb","files/app/contexts/base_context_rb.html","",[]],["commit_load_context.rb","files/app/contexts/commit_load_context_rb.html","",[]],["issues_bulk_update_context.rb","files/app/contexts/issues_bulk_update_context_rb.html","",[]],["issues_list_context.rb","files/app/contexts/issues_list_context_rb.html","",[]],["merge_requests_load_context.rb","files/app/contexts/merge_requests_load_context_rb.html","",[]],["","","notes",[["create_context.rb","files/app/contexts/notes/create_context_rb.html","",[]],["load_context.rb","files/app/contexts/notes/load_context_rb.html","",[]]]],["project_update_context.rb","files/app/contexts/project_update_context_rb.html","",[]],["search_context.rb","files/app/contexts/search_context_rb.html","",[]],["test_hook_context.rb","files/app/contexts/test_hook_context_rb.html","",[]]]],["","","controllers",[["","","admin",[["dashboard_controller.rb","files/app/controllers/admin/dashboard_controller_rb.html","",[]],["groups_controller.rb","files/app/controllers/admin/groups_controller_rb.html","",[]],["hooks_controller.rb","files/app/controllers/admin/hooks_controller_rb.html","",[]],["logs_controller.rb","files/app/controllers/admin/logs_controller_rb.html","",[]],["projects_controller.rb","files/app/controllers/admin/projects_controller_rb.html","",[]],["resque_controller.rb","files/app/controllers/admin/resque_controller_rb.html","",[]],["team_members_controller.rb","files/app/controllers/admin/team_members_controller_rb.html","",[]],["users_controller.rb","files/app/controllers/admin/users_controller_rb.html","",[]]]],["admin_controller.rb","files/app/controllers/admin_controller_rb.html","",[]],["application_controller.rb","files/app/controllers/application_controller_rb.html","",[]],["blame_controller.rb","files/app/controllers/blame_controller_rb.html","",[]],["blob_controller.rb","files/app/controllers/blob_controller_rb.html","",[]],["commit_controller.rb","files/app/controllers/commit_controller_rb.html","",[]],["commits_controller.rb","files/app/controllers/commits_controller_rb.html","",[]],["compare_controller.rb","files/app/controllers/compare_controller_rb.html","",[]],["dashboard_controller.rb","files/app/controllers/dashboard_controller_rb.html","",[]],["deploy_keys_controller.rb","files/app/controllers/deploy_keys_controller_rb.html","",[]],["errors_controller.rb","files/app/controllers/errors_controller_rb.html","",[]],["groups_controller.rb","files/app/controllers/groups_controller_rb.html","",[]],["help_controller.rb","files/app/controllers/help_controller_rb.html","",[]],["hooks_controller.rb","files/app/controllers/hooks_controller_rb.html","",[]],["issues_controller.rb","files/app/controllers/issues_controller_rb.html","",[]],["keys_controller.rb","files/app/controllers/keys_controller_rb.html","",[]],["labels_controller.rb","files/app/controllers/labels_controller_rb.html","",[]],["merge_requests_controller.rb","files/app/controllers/merge_requests_controller_rb.html","",[]],["milestones_controller.rb","files/app/controllers/milestones_controller_rb.html","",[]],["notes_controller.rb","files/app/controllers/notes_controller_rb.html","",[]],["omniauth_callbacks_controller.rb","files/app/controllers/omniauth_callbacks_controller_rb.html","",[]],["profiles_controller.rb","files/app/controllers/profiles_controller_rb.html","",[]],["project_resource_controller.rb","files/app/controllers/project_resource_controller_rb.html","",[]],["projects_controller.rb","files/app/controllers/projects_controller_rb.html","",[]],["protected_branches_controller.rb","files/app/controllers/protected_branches_controller_rb.html","",[]],["refs_controller.rb","files/app/controllers/refs_controller_rb.html","",[]],["repositories_controller.rb","files/app/controllers/repositories_controller_rb.html","",[]],["search_controller.rb","files/app/controllers/search_controller_rb.html","",[]],["services_controller.rb","files/app/controllers/services_controller_rb.html","",[]],["snippets_controller.rb","files/app/controllers/snippets_controller_rb.html","",[]],["team_members_controller.rb","files/app/controllers/team_members_controller_rb.html","",[]],["tree_controller.rb","files/app/controllers/tree_controller_rb.html","",[]],["wikis_controller.rb","files/app/controllers/wikis_controller_rb.html","",[]]]],["","","decorators",[["application_decorator.rb","files/app/decorators/application_decorator_rb.html","",[]],["commit_decorator.rb","files/app/decorators/commit_decorator_rb.html","",[]],["event_decorator.rb","files/app/decorators/event_decorator_rb.html","",[]],["tree_decorator.rb","files/app/decorators/tree_decorator_rb.html","",[]],["user_decorator.rb","files/app/decorators/user_decorator_rb.html","",[]]]],["","","helpers",[["application_helper.rb","files/app/helpers/application_helper_rb.html","",[]],["commits_helper.rb","files/app/helpers/commits_helper_rb.html","",[]],["dashboard_helper.rb","files/app/helpers/dashboard_helper_rb.html","",[]],["events_helper.rb","files/app/helpers/events_helper_rb.html","",[]],["gitlab_markdown_helper.rb","files/app/helpers/gitlab_markdown_helper_rb.html","",[]],["issues_helper.rb","files/app/helpers/issues_helper_rb.html","",[]],["merge_requests_helper.rb","files/app/helpers/merge_requests_helper_rb.html","",[]],["namespaces_helper.rb","files/app/helpers/namespaces_helper_rb.html","",[]],["notes_helper.rb","files/app/helpers/notes_helper_rb.html","",[]],["profile_helper.rb","files/app/helpers/profile_helper_rb.html","",[]],["projects_helper.rb","files/app/helpers/projects_helper_rb.html","",[]],["snippets_helper.rb","files/app/helpers/snippets_helper_rb.html","",[]],["tab_helper.rb","files/app/helpers/tab_helper_rb.html","",[]],["tags_helper.rb","files/app/helpers/tags_helper_rb.html","",[]],["tree_helper.rb","files/app/helpers/tree_helper_rb.html","",[]]]],["","","mailers",[["notify.rb","files/app/mailers/notify_rb.html","",[]]]],["","","models",[["ability.rb","files/app/models/ability_rb.html","",[]],["commit.rb","files/app/models/commit_rb.html","",[]],["event.rb","files/app/models/event_rb.html","",[]],["gitlab_ci_service.rb","files/app/models/gitlab_ci_service_rb.html","",[]],["group.rb","files/app/models/group_rb.html","",[]],["issue.rb","files/app/models/issue_rb.html","",[]],["key.rb","files/app/models/key_rb.html","",[]],["merge_request.rb","files/app/models/merge_request_rb.html","",[]],["milestone.rb","files/app/models/milestone_rb.html","",[]],["namespace.rb","files/app/models/namespace_rb.html","",[]],["note.rb","files/app/models/note_rb.html","",[]],["project.rb","files/app/models/project_rb.html","",[]],["project_hook.rb","files/app/models/project_hook_rb.html","",[]],["protected_branch.rb","files/app/models/protected_branch_rb.html","",[]],["service.rb","files/app/models/service_rb.html","",[]],["service_hook.rb","files/app/models/service_hook_rb.html","",[]],["snippet.rb","files/app/models/snippet_rb.html","",[]],["system_hook.rb","files/app/models/system_hook_rb.html","",[]],["tree.rb","files/app/models/tree_rb.html","",[]],["user.rb","files/app/models/user_rb.html","",[]],["users_project.rb","files/app/models/users_project_rb.html","",[]],["web_hook.rb","files/app/models/web_hook_rb.html","",[]],["wiki.rb","files/app/models/wiki_rb.html","",[]]]],["","","observers",[["activity_observer.rb","files/app/observers/activity_observer_rb.html","",[]],["issue_observer.rb","files/app/observers/issue_observer_rb.html","",[]],["key_observer.rb","files/app/observers/key_observer_rb.html","",[]],["merge_request_observer.rb","files/app/observers/merge_request_observer_rb.html","",[]],["note_observer.rb","files/app/observers/note_observer_rb.html","",[]],["project_observer.rb","files/app/observers/project_observer_rb.html","",[]],["system_hook_observer.rb","files/app/observers/system_hook_observer_rb.html","",[]],["user_observer.rb","files/app/observers/user_observer_rb.html","",[]],["users_project_observer.rb","files/app/observers/users_project_observer_rb.html","",[]]]],["","","roles",[["account.rb","files/app/roles/account_rb.html","",[]],["authority.rb","files/app/roles/authority_rb.html","",[]],["git_host.rb","files/app/roles/git_host_rb.html","",[]],["issue_commonality.rb","files/app/roles/issue_commonality_rb.html","",[]],["namespaced_project.rb","files/app/roles/namespaced_project_rb.html","",[]],["note_event.rb","files/app/roles/note_event_rb.html","",[]],["push_event.rb","files/app/roles/push_event_rb.html","",[]],["push_observer.rb","files/app/roles/push_observer_rb.html","",[]],["repository.rb","files/app/roles/repository_rb.html","",[]],["static_model.rb","files/app/roles/static_model_rb.html","",[]],["team.rb","files/app/roles/team_rb.html","",[]],["votes.rb","files/app/roles/votes_rb.html","",[]]]],["","","uploaders",[["attachment_uploader.rb","files/app/uploaders/attachment_uploader_rb.html","",[]]]],["","","workers",[["post_receive.rb","files/app/workers/post_receive_rb.html","",[]],["system_hook_worker.rb","files/app/workers/system_hook_worker_rb.html","",[]]]]]],["","","lib",[["","","api",[["entities.rb","files/lib/api/entities_rb.html","",[]],["helpers.rb","files/lib/api/helpers_rb.html","",[]],["issues.rb","files/lib/api/issues_rb.html","",[]],["merge_requests.rb","files/lib/api/merge_requests_rb.html","",[]],["milestones.rb","files/lib/api/milestones_rb.html","",[]],["notes.rb","files/lib/api/notes_rb.html","",[]],["projects.rb","files/lib/api/projects_rb.html","",[]],["session.rb","files/lib/api/session_rb.html","",[]],["users.rb","files/lib/api/users_rb.html","",[]]]],["api.rb","files/lib/api_rb.html","",[]],["event_filter.rb","files/lib/event_filter_rb.html","",[]],["extracts_path.rb","files/lib/extracts_path_rb.html","",[]],["file_size_validator.rb","files/lib/file_size_validator_rb.html","",[]],["","","gitlab",[["app_logger.rb","files/lib/gitlab/app_logger_rb.html","",[]],["auth.rb","files/lib/gitlab/auth_rb.html","",[]],["","","backend",[["gitolite.rb","files/lib/gitlab/backend/gitolite_rb.html","",[]],["gitolite_config.rb","files/lib/gitlab/backend/gitolite_config_rb.html","",[]],["grack_auth.rb","files/lib/gitlab/backend/grack_auth_rb.html","",[]]]],["git_logger.rb","files/lib/gitlab/git_logger_rb.html","",[]],["git_stats.rb","files/lib/gitlab/git_stats_rb.html","",[]],["","","graph",[["commit.rb","files/lib/gitlab/graph/commit_rb.html","",[]],["json_builder.rb","files/lib/gitlab/graph/json_builder_rb.html","",[]]]],["inline_diff.rb","files/lib/gitlab/inline_diff_rb.html","",[]],["logger.rb","files/lib/gitlab/logger_rb.html","",[]],["markdown.rb","files/lib/gitlab/markdown_rb.html","",[]],["project_mover.rb","files/lib/gitlab/project_mover_rb.html","",[]],["regex.rb","files/lib/gitlab/regex_rb.html","",[]],["","","satellite",[["action.rb","files/lib/gitlab/satellite/action_rb.html","",[]],["edit_file_action.rb","files/lib/gitlab/satellite/edit_file_action_rb.html","",[]],["merge_action.rb","files/lib/gitlab/satellite/merge_action_rb.html","",[]],["satellite.rb","files/lib/gitlab/satellite/satellite_rb.html","",[]]]],["seeder.rb","files/lib/gitlab/seeder_rb.html","",[]],["theme.rb","files/lib/gitlab/theme_rb.html","",[]]]],["","","hooks",[["post-receive","files/lib/hooks/post-receive.html","",[]]]],["","","redcarpet",[["","","render",[["gitlab_html.rb","files/lib/redcarpet/render/gitlab_html_rb.html","",[]]]]]]]]]],["Ability","classes/Ability.html"," < Object",[]],["Account","classes/Account.html","",[]],["ActivityObserver","classes/ActivityObserver.html"," < ActiveRecord::Observer",[]],["Admin","classes/Admin.html","",[["DashboardController","classes/Admin/DashboardController.html"," < AdminController",[]],["GroupsController","classes/Admin/GroupsController.html"," < AdminController",[]],["HooksController","classes/Admin/HooksController.html"," < AdminController",[]],["LogsController","classes/Admin/LogsController.html"," < AdminController",[]],["ProjectsController","classes/Admin/ProjectsController.html"," < AdminController",[]],["ResqueController","classes/Admin/ResqueController.html"," < AdminController",[]],["TeamMembersController","classes/Admin/TeamMembersController.html"," < AdminController",[]],["UsersController","classes/Admin/UsersController.html"," < AdminController",[]]]],["AdminController","classes/AdminController.html"," < ApplicationController",[]],["ApplicationController","classes/ApplicationController.html"," < ActionController::Base",[]],["ApplicationDecorator","classes/ApplicationDecorator.html"," < Draper::Base",[]],["ApplicationHelper","classes/ApplicationHelper.html","",[]],["AttachmentUploader","classes/AttachmentUploader.html"," < CarrierWave::Uploader::Base",[]],["Authority","classes/Authority.html","",[]],["BaseContext","classes/BaseContext.html"," < Object",[]],["BlameController","classes/BlameController.html"," < ProjectResourceController",[]],["BlobController","classes/BlobController.html"," < ProjectResourceController",[]],["Commit","classes/Commit.html"," < Object",[]],["CommitController","classes/CommitController.html"," < ProjectResourceController",[]],["CommitDecorator","classes/CommitDecorator.html"," < ApplicationDecorator",[]],["CommitLoadContext","classes/CommitLoadContext.html"," < BaseContext",[]],["CommitsController","classes/CommitsController.html"," < ProjectResourceController",[]],["CommitsHelper","classes/CommitsHelper.html","",[]],["CompareController","classes/CompareController.html"," < ProjectResourceController",[]],["DashboardController","classes/DashboardController.html"," < ApplicationController",[]],["DashboardHelper","classes/DashboardHelper.html","",[]],["DeployKeysController","classes/DeployKeysController.html"," < ProjectResourceController",[]],["ErrorsController","classes/ErrorsController.html"," < ApplicationController",[]],["Event","classes/Event.html"," < ActiveRecord::Base",[]],["EventDecorator","classes/EventDecorator.html"," < ApplicationDecorator",[]],["EventFilter","classes/EventFilter.html"," < Object",[]],["EventsHelper","classes/EventsHelper.html","",[]],["ExtractsPath","classes/ExtractsPath.html","",[["InvalidPathError","classes/ExtractsPath/InvalidPathError.html"," < StandardError",[]]]],["FileSizeValidator","classes/FileSizeValidator.html"," < ActiveModel::EachValidator",[["Helper","classes/FileSizeValidator/Helper.html"," < Object",[]]]],["GitHost","classes/GitHost.html","",[]],["Gitlab","classes/Gitlab.html","",[["API","classes/Gitlab/API.html"," < Grape::API",[]],["APIHelpers","classes/Gitlab/APIHelpers.html","",[]],["AppLogger","classes/Gitlab/AppLogger.html"," < Gitlab::Logger",[]],["Auth","classes/Gitlab/Auth.html"," < Object",[]],["Entities","classes/Gitlab/Entities.html","",[["Hook","classes/Gitlab/Entities/Hook.html"," < Grape::Entity",[]],["Issue","classes/Gitlab/Entities/Issue.html"," < Grape::Entity",[]],["MRNote","classes/Gitlab/Entities/MRNote.html"," < Grape::Entity",[]],["MergeRequest","classes/Gitlab/Entities/MergeRequest.html"," < Grape::Entity",[]],["Milestone","classes/Gitlab/Entities/Milestone.html"," < Grape::Entity",[]],["Note","classes/Gitlab/Entities/Note.html"," < Grape::Entity",[]],["Project","classes/Gitlab/Entities/Project.html"," < Grape::Entity",[]],["ProjectMember","classes/Gitlab/Entities/ProjectMember.html"," < Gitlab::Entities::UserBasic",[]],["ProjectSnippet","classes/Gitlab/Entities/ProjectSnippet.html"," < Grape::Entity",[]],["RepoCommit","classes/Gitlab/Entities/RepoCommit.html"," < Grape::Entity",[]],["RepoObject","classes/Gitlab/Entities/RepoObject.html"," < Grape::Entity",[]],["SSHKey","classes/Gitlab/Entities/SSHKey.html"," < Grape::Entity",[]],["User","classes/Gitlab/Entities/User.html"," < Grape::Entity",[]],["UserBasic","classes/Gitlab/Entities/UserBasic.html"," < Grape::Entity",[]],["UserLogin","classes/Gitlab/Entities/UserLogin.html"," < Gitlab::Entities::UserBasic",[]]]],["GitLogger","classes/Gitlab/GitLogger.html"," < Gitlab::Logger",[]],["GitStats","classes/Gitlab/GitStats.html"," < Object",[]],["Gitolite","classes/Gitlab/Gitolite.html"," < Object",[["AccessDenied","classes/Gitlab/Gitolite/AccessDenied.html"," < StandardError",[]]]],["GitoliteConfig","classes/Gitlab/GitoliteConfig.html"," < Object",[["PullError","classes/Gitlab/GitoliteConfig/PullError.html"," < StandardError",[]],["PushError","classes/Gitlab/GitoliteConfig/PushError.html"," < StandardError",[]]]],["Graph","classes/Gitlab/Graph.html","",[["Commit","classes/Gitlab/Graph/Commit.html"," < Object",[]],["JsonBuilder","classes/Gitlab/Graph/JsonBuilder.html"," < Object",[]]]],["InlineDiff","classes/Gitlab/InlineDiff.html"," < Object",[]],["Issues","classes/Gitlab/Issues.html"," < Grape::API",[]],["Logger","classes/Gitlab/Logger.html"," < Logger",[]],["Markdown","classes/Gitlab/Markdown.html","",[]],["MergeRequests","classes/Gitlab/MergeRequests.html"," < Grape::API",[]],["Milestones","classes/Gitlab/Milestones.html"," < Grape::API",[]],["Notes","classes/Gitlab/Notes.html"," < Grape::API",[]],["ProjectMover","classes/Gitlab/ProjectMover.html"," < Object",[["ProjectMoveError","classes/Gitlab/ProjectMover/ProjectMoveError.html"," < StandardError",[]]]],["Projects","classes/Gitlab/Projects.html"," < Grape::API",[]],["Regex","classes/Gitlab/Regex.html","",[]],["Satellite","classes/Gitlab/Satellite.html","",[["Action","classes/Gitlab/Satellite/Action.html"," < Object",[]],["EditFileAction","classes/Gitlab/Satellite/EditFileAction.html"," < Action",[]],["MergeAction","classes/Gitlab/Satellite/MergeAction.html"," < Action",[]],["Satellite","classes/Gitlab/Satellite/Satellite.html"," < Object",[]]]],["Seeder","classes/Gitlab/Seeder.html"," < Object",[]],["Session","classes/Gitlab/Session.html"," < Grape::API",[]],["Theme","classes/Gitlab/Theme.html"," < Object",[]],["Users","classes/Gitlab/Users.html"," < Grape::API",[]]]],["GitlabCiService","classes/GitlabCiService.html"," < Service",[]],["GitlabMarkdownHelper","classes/GitlabMarkdownHelper.html","",[]],["Grack","classes/Grack.html","",[["Auth","classes/Grack/Auth.html"," < Rack::Auth::Basic",[]]]],["Group","classes/Group.html"," < Namespace",[]],["GroupsController","classes/GroupsController.html"," < ApplicationController",[]],["HelpController","classes/HelpController.html"," < ApplicationController",[]],["HooksController","classes/HooksController.html"," < ProjectResourceController",[]],["Issue","classes/Issue.html"," < ActiveRecord::Base",[]],["IssueCommonality","classes/IssueCommonality.html","",[["ClassMethods","classes/IssueCommonality/ClassMethods.html","",[]]]],["IssueObserver","classes/IssueObserver.html"," < ActiveRecord::Observer",[]],["IssuesBulkUpdateContext","classes/IssuesBulkUpdateContext.html"," < BaseContext",[]],["IssuesController","classes/IssuesController.html"," < ProjectResourceController",[]],["IssuesHelper","classes/IssuesHelper.html","",[]],["IssuesListContext","classes/IssuesListContext.html"," < BaseContext",[]],["Key","classes/Key.html"," < ActiveRecord::Base",[]],["KeyObserver","classes/KeyObserver.html"," < ActiveRecord::Observer",[]],["KeysController","classes/KeysController.html"," < ApplicationController",[]],["LabelsController","classes/LabelsController.html"," < ProjectResourceController",[]],["MergeRequest","classes/MergeRequest.html"," < ActiveRecord::Base",[]],["MergeRequestObserver","classes/MergeRequestObserver.html"," < ActiveRecord::Observer",[]],["MergeRequestsController","classes/MergeRequestsController.html"," < ProjectResourceController",[]],["MergeRequestsHelper","classes/MergeRequestsHelper.html","",[]],["MergeRequestsLoadContext","classes/MergeRequestsLoadContext.html"," < BaseContext",[]],["Milestone","classes/Milestone.html"," < ActiveRecord::Base",[]],["MilestonesController","classes/MilestonesController.html"," < ProjectResourceController",[]],["Namespace","classes/Namespace.html"," < ActiveRecord::Base",[]],["NamespacedProject","classes/NamespacedProject.html","",[]],["NamespacesHelper","classes/NamespacesHelper.html","",[]],["Note","classes/Note.html"," < ActiveRecord::Base",[]],["NoteEvent","classes/NoteEvent.html","",[]],["NoteObserver","classes/NoteObserver.html"," < ActiveRecord::Observer",[]],["Notes","classes/Notes.html","",[["CreateContext","classes/Notes/CreateContext.html"," < BaseContext",[]],["LoadContext","classes/Notes/LoadContext.html"," < BaseContext",[]]]],["NotesController","classes/NotesController.html"," < ProjectResourceController",[]],["NotesHelper","classes/NotesHelper.html","",[]],["Notify","classes/Notify.html"," < ActionMailer::Base",[]],["OmniauthCallbacksController","classes/OmniauthCallbacksController.html"," < Devise::OmniauthCallbacksController",[]],["PostReceive","classes/PostReceive.html"," < Object",[]],["ProfileHelper","classes/ProfileHelper.html","",[]],["ProfilesController","classes/ProfilesController.html"," < ApplicationController",[]],["Project","classes/Project.html"," < ActiveRecord::Base",[["TransferError","classes/Project/TransferError.html"," < StandardError",[]]]],["ProjectHook","classes/ProjectHook.html"," < WebHook",[]],["ProjectObserver","classes/ProjectObserver.html"," < ActiveRecord::Observer",[]],["ProjectResourceController","classes/ProjectResourceController.html"," < ApplicationController",[]],["ProjectUpdateContext","classes/ProjectUpdateContext.html"," < BaseContext",[]],["ProjectsController","classes/ProjectsController.html"," < ProjectResourceController",[]],["ProjectsHelper","classes/ProjectsHelper.html","",[]],["ProtectedBranch","classes/ProtectedBranch.html"," < ActiveRecord::Base",[]],["ProtectedBranchesController","classes/ProtectedBranchesController.html"," < ProjectResourceController",[]],["PushEvent","classes/PushEvent.html","",[]],["PushObserver","classes/PushObserver.html","",[]],["Redcarpet","classes/Redcarpet.html","",[["Render","classes/Redcarpet/Render.html","",[["GitlabHTML","classes/Redcarpet/Render/GitlabHTML.html"," < Redcarpet::Render::HTML",[]]]]]],["RefsController","classes/RefsController.html"," < ProjectResourceController",[]],["RepositoriesController","classes/RepositoriesController.html"," < ProjectResourceController",[]],["Repository","classes/Repository.html","",[]],["SearchContext","classes/SearchContext.html"," < Object",[]],["SearchController","classes/SearchController.html"," < ApplicationController",[]],["Service","classes/Service.html"," < ActiveRecord::Base",[]],["ServiceHook","classes/ServiceHook.html"," < WebHook",[]],["ServicesController","classes/ServicesController.html"," < ProjectResourceController",[]],["Snippet","classes/Snippet.html"," < ActiveRecord::Base",[]],["SnippetsController","classes/SnippetsController.html"," < ProjectResourceController",[]],["SnippetsHelper","classes/SnippetsHelper.html","",[]],["StaticModel","classes/StaticModel.html","",[["ClassMethods","classes/StaticModel/ClassMethods.html","",[]]]],["SystemHook","classes/SystemHook.html"," < WebHook",[]],["SystemHookObserver","classes/SystemHookObserver.html"," < ActiveRecord::Observer",[]],["SystemHookWorker","classes/SystemHookWorker.html"," < Object",[]],["TabHelper","classes/TabHelper.html","",[]],["TagsHelper","classes/TagsHelper.html","",[]],["Team","classes/Team.html","",[]],["TeamMembersController","classes/TeamMembersController.html"," < ProjectResourceController",[]],["TestHookContext","classes/TestHookContext.html"," < BaseContext",[]],["Tree","classes/Tree.html"," < Object",[]],["TreeController","classes/TreeController.html"," < ProjectResourceController",[]],["TreeDecorator","classes/TreeDecorator.html"," < ApplicationDecorator",[]],["TreeHelper","classes/TreeHelper.html","",[]],["User","classes/User.html"," < ActiveRecord::Base",[]],["UserDecorator","classes/UserDecorator.html"," < ApplicationDecorator",[]],["UserObserver","classes/UserObserver.html"," < ActiveRecord::Observer",[]],["UsersProject","classes/UsersProject.html"," < ActiveRecord::Base",[]],["UsersProjectObserver","classes/UsersProjectObserver.html"," < ActiveRecord::Observer",[]],["Votes","classes/Votes.html","",[]],["WebHook","classes/WebHook.html"," < ActiveRecord::Base",[]],["Wiki","classes/Wiki.html"," < ActiveRecord::Base",[]],["WikisController","classes/WikisController.html"," < ProjectResourceController",[]]] \ No newline at end of file