mokio 0.0.8 → 0.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/images/ui-bg_glass_55_9fc569_1x400.png +915 -0
- data/app/assets/stylesheets/backend/plugins/forms/select2/{select2.css → select2.css.scss} +10 -10
- data/app/assets/stylesheets/backend/supr-theme/{jquery-ui-timepicker-addon.css → jquery-ui-timepicker-addon.css.scss} +1 -1
- data/app/assets/stylesheets/backend/supr-theme/{jquery.ui.datepicker.css → jquery.ui.datepicker.css.scss} +76 -76
- data/app/assets/stylesheets/backend/supr-theme/jquery.ui.supr.css.scss +1 -1
- data/app/assets/stylesheets/backend/supr-theme/jquery.ui.theme.css.scss +2 -2
- data/app/datatables/commons_datatable.rb +6 -5
- data/app/views/mokio/articles/_form.html.slim +14 -15
- data/app/views/mokio/backend/common/_form_content.html.haml +1 -1
- data/app/views/mokio/backend/contacts/_form.html.haml +1 -1
- data/app/views/mokio/backend/dashboard/show.html.haml +14 -14
- data/app/views/mokio/contacts/_form.html.slim +11 -12
- data/app/views/mokio/external_scripts/_form.html.slim +2 -3
- data/app/views/mokio/langs/_form.html.slim +3 -4
- data/app/views/mokio/menus/_form.html.haml +2 -1
- data/app/views/mokio/module_positions/_form.html.slim +2 -3
- data/app/views/mokio/mov_galleries/_form_inputs.html.slim +14 -15
- data/app/views/mokio/pic_galleries/_form_inputs.html.slim +14 -15
- data/app/views/mokio/static_modules/_form.html.slim +9 -10
- data/app/views/mokio/users/_form.html.slim +11 -12
- data/config/locales/en.yml +29 -26
- data/config/locales/pl.yml +27 -24
- data/lib/mokio/frontend_helpers/menu_helper.rb +1 -1
- data/lib/mokio/version.rb +1 -1
- metadata +6 -89
- data/app/views/mokio_haml/articles/_form.html.haml +0 -9
- data/app/views/mokio_haml/common/_form_content.html.haml +0 -36
- data/app/views/mokio_haml/common/_gmap.html.haml +0 -39
- data/app/views/mokio_haml/common/_main_pic.html.haml +0 -4
- data/app/views/mokio_haml/common/_meta.html.haml +0 -51
- data/app/views/mokio_haml/common/_notice.html.haml +0 -3
- data/app/views/mokio_haml/common/_obj.html.haml +0 -16
- data/app/views/mokio_haml/common/copy.html.haml +0 -5
- data/app/views/mokio_haml/common/edit.html.haml +0 -6
- data/app/views/mokio_haml/common/index.html.haml +0 -19
- data/app/views/mokio_haml/common/new.html.haml +0 -6
- data/app/views/mokio_haml/contacts/_form.html.haml +0 -42
- data/app/views/mokio_haml/contents/_content_info_widget.html.haml +0 -22
- data/app/views/mokio_haml/dashboard/_content.html.haml +0 -9
- data/app/views/mokio_haml/dashboard/show.html.haml +0 -35
- data/app/views/mokio_haml/dashboard/tbl_content.html.haml +0 -24
- data/app/views/mokio_haml/data_files/_file_upload.html.erb +0 -71
- data/app/views/mokio_haml/data_files/uploader.html.haml +0 -15
- data/app/views/mokio_haml/default_mailer/msg.html.haml +0 -6
- data/app/views/mokio_haml/errors/404.html.haml +0 -45
- data/app/views/mokio_haml/errors/unauthorized.html.haml +0 -11
- data/app/views/mokio_haml/layout/_user_widget.html.haml +0 -8
- data/app/views/mokio_haml/layout/header.html.haml +0 -14
- data/app/views/mokio_haml/layout/sidebar.html.haml +0 -59
- data/app/views/mokio_haml/menus/_form.html.haml +0 -75
- data/app/views/mokio_haml/menus/_menu.html.haml +0 -24
- data/app/views/mokio_haml/menus/index.html.haml +0 -53
- data/app/views/mokio_haml/menus/index.json.jbuilder +0 -4
- data/app/views/mokio_haml/menus/lang_changed.js.haml +0 -6
- data/app/views/mokio_haml/menus/sort.html.haml +0 -1
- data/app/views/mokio_haml/menus/update_menu_breadcrumps.js.haml +0 -1
- data/app/views/mokio_haml/mov_galleries/_form.html.haml +0 -17
- data/app/views/mokio_haml/mov_galleries/_form_inputs.html.haml +0 -8
- data/app/views/mokio_haml/photos/_gallery.html.haml +0 -25
- data/app/views/mokio_haml/photos/create.js.haml +0 -1
- data/app/views/mokio_haml/photos/crop_photo.js.haml +0 -10
- data/app/views/mokio_haml/photos/crop_thumb.js.haml +0 -11
- data/app/views/mokio_haml/photos/destroy.js.haml +0 -1
- data/app/views/mokio_haml/photos/from_external_link.html.haml +0 -19
- data/app/views/mokio_haml/photos/get_photo.js.haml +0 -1
- data/app/views/mokio_haml/photos/get_thumb.js.haml +0 -1
- data/app/views/mokio_haml/photos/photo.html.haml +0 -54
- data/app/views/mokio_haml/photos/remove_thumb.js.haml +0 -10
- data/app/views/mokio_haml/photos/rotate_photo.js.haml +0 -10
- data/app/views/mokio_haml/photos/rotate_thumb.js.haml +0 -11
- data/app/views/mokio_haml/photos/thumb.html.haml +0 -9
- data/app/views/mokio_haml/photos/update_thumb.js.haml +0 -11
- data/app/views/mokio_haml/photos/upload_external_links.js.haml +0 -4
- data/app/views/mokio_haml/pic_galleries/_form.html.haml +0 -16
- data/app/views/mokio_haml/pic_galleries/_form_inputs.html.haml +0 -9
- data/app/views/mokio_haml/site_helper/first_login.html.haml +0 -14
- data/app/views/mokio_haml/static_modules/_form.html.haml +0 -9
- data/app/views/mokio_haml/users/_form.html.haml +0 -11
- data/app/views/mokio_haml/users/edit_password.html.haml +0 -13
- data/app/views/mokio_haml/youtubes/_edit.html.haml +0 -49
- data/app/views/mokio_haml/youtubes/_gallery.html.haml +0 -24
- data/app/views/mokio_haml/youtubes/_new.html.haml +0 -4
- data/app/views/mokio_haml/youtubes/_preview_movie.html.haml +0 -1
- data/app/views/mokio_haml/youtubes/_search_yt.html.haml +0 -8
- data/app/views/mokio_haml/youtubes/_search_yt_body.html.haml +0 -11
- data/app/views/mokio_haml/youtubes/find.js.haml +0 -1
- data/app/views/mokio_haml/youtubes/preview.html.haml +0 -36
- data/app/views/mokio_haml/youtubes/preview_movie.js.haml +0 -5
- data/app/views/mokio_haml/youtubes/thumb.html.haml +0 -14
- data/app/views/mokio_haml/youtubes/uploader.html.haml +0 -10
- data/app/views/mokio_haml/youtubes/youtube.html.haml +0 -12
- data/spec/dummy/config/database.yml +0 -37
- data/spec/dummy/db/migrate/20140819120200_add_mokio_to_application.mokio.rb +0 -230
- data/spec/dummy/db/migrate/20140829082940_create_mokio_external_scripts.mokio.rb +0 -11
- data/spec/dummy/db/migrate/20141016113202_alter_external_scripts.mokio.rb +0 -14
- data/spec/dummy/db/schema.rb +0 -323
- data/spec/dummy/log/development.log +0 -119825
- data/spec/dummy/log/development_mokio.log +0 -14177
- data/spec/dummy/log/production.log +0 -8400
- data/spec/dummy/log/production_mokio.log +0 -374
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d075d4b3838e3120c82c5d4970cebcd78f329773
|
|
4
|
+
data.tar.gz: 2c64df9f1f249f23234bbfe4a229b8abe185729b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3dd0be5bc579b84a929a476eea48e4d54c10357a89b364e88108de305105989d008b66bf69f88e22ef04779f459639d959a40a2594ead88e17eb9d6009ed2489
|
|
7
|
+
data.tar.gz: f84b5dd7d74daba6b8c52aa9ff7dcafb8336566cd502e587fd82e24e463209631d43ccb703f11722ae9c6433ce6122faae8296b38cdec755df2ea13beaee32fd
|
|
@@ -0,0 +1,915 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
<!DOCTYPE html>
|
|
6
|
+
<html lang="en" class="">
|
|
7
|
+
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# object: http://ogp.me/ns/object# article: http://ogp.me/ns/article# profile: http://ogp.me/ns/profile#">
|
|
8
|
+
<meta charset='utf-8'>
|
|
9
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
10
|
+
<meta http-equiv="Content-Language" content="en">
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
<title>appscale/ui-bg_glass_55_9fc569_1x400.png at master · AppScale/appscale · GitHub</title>
|
|
14
|
+
<link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="GitHub">
|
|
15
|
+
<link rel="fluid-icon" href="https://github.com/fluidicon.png" title="GitHub">
|
|
16
|
+
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-114.png">
|
|
17
|
+
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114.png">
|
|
18
|
+
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-144.png">
|
|
19
|
+
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144.png">
|
|
20
|
+
<meta property="fb:app_id" content="1401488693436528">
|
|
21
|
+
|
|
22
|
+
<meta content="@github" name="twitter:site" /><meta content="summary" name="twitter:card" /><meta content="AppScale/appscale" name="twitter:title" /><meta content="appscale - The Open Source Implementation of Google App Engine -- Take your apps everywhere." name="twitter:description" /><meta content="https://avatars3.githubusercontent.com/u/1486044?v=3&s=400" name="twitter:image:src" />
|
|
23
|
+
<meta content="GitHub" property="og:site_name" /><meta content="object" property="og:type" /><meta content="https://avatars3.githubusercontent.com/u/1486044?v=3&s=400" property="og:image" /><meta content="AppScale/appscale" property="og:title" /><meta content="https://github.com/AppScale/appscale" property="og:url" /><meta content="appscale - The Open Source Implementation of Google App Engine -- Take your apps everywhere." property="og:description" />
|
|
24
|
+
|
|
25
|
+
<meta name="browser-stats-url" content="/_stats">
|
|
26
|
+
<link rel="assets" href="https://assets-cdn.github.com/">
|
|
27
|
+
<link rel="conduit-xhr" href="https://ghconduit.com:25035">
|
|
28
|
+
|
|
29
|
+
<meta name="pjax-timeout" content="1000">
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
<meta name="msapplication-TileImage" content="/windows-tile.png">
|
|
33
|
+
<meta name="msapplication-TileColor" content="#ffffff">
|
|
34
|
+
<meta name="selected-link" value="repo_source" data-pjax-transient>
|
|
35
|
+
<meta name="google-analytics" content="UA-3769691-2">
|
|
36
|
+
|
|
37
|
+
<meta content="collector.githubapp.com" name="octolytics-host" /><meta content="collector-cdn.github.com" name="octolytics-script-host" /><meta content="github" name="octolytics-app-id" /><meta content="2EBA7782:6BAB:114B8BD4:546C61C5" name="octolytics-dimension-request_id" />
|
|
38
|
+
|
|
39
|
+
<meta content="Rails, view, blob#show" name="analytics-event" />
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
<link rel="icon" type="image/x-icon" href="https://assets-cdn.github.com/favicon.ico">
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
<meta content="authenticity_token" name="csrf-param" />
|
|
47
|
+
<meta content="+TqrHxUqmw9oL9K0U/pgV9ghiLsahVUBfFo+cDYo/s5NzmH90BHIbCl9Y+oIU55pX3XVrPLoRb+P2nBGT9ksfw==" name="csrf-token" />
|
|
48
|
+
|
|
49
|
+
<link href="https://assets-cdn.github.com/assets/github-7d0b75f377b5ab1efbdbea93dbf1f343b1a2c33191ab798621c2896974b7e793.css" media="all" rel="stylesheet" type="text/css" />
|
|
50
|
+
<link href="https://assets-cdn.github.com/assets/github2-8a73399be40174e96003fcfa4384a976716cbeab22a9b77f3960218903e061b8.css" media="all" rel="stylesheet" type="text/css" />
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
<meta http-equiv="x-pjax-version" content="48479ba17efd84e58b8fcf6fb5fd1e0f">
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
<meta name="description" content="appscale - The Open Source Implementation of Google App Engine -- Take your apps everywhere.">
|
|
59
|
+
<meta name="go-import" content="github.com/AppScale/appscale git https://github.com/AppScale/appscale.git">
|
|
60
|
+
|
|
61
|
+
<meta content="1486044" name="octolytics-dimension-user_id" /><meta content="AppScale" name="octolytics-dimension-user_login" /><meta content="3803067" name="octolytics-dimension-repository_id" /><meta content="AppScale/appscale" name="octolytics-dimension-repository_nwo" /><meta content="true" name="octolytics-dimension-repository_public" /><meta content="false" name="octolytics-dimension-repository_is_fork" /><meta content="3803067" name="octolytics-dimension-repository_network_root_id" /><meta content="AppScale/appscale" name="octolytics-dimension-repository_network_root_nwo" />
|
|
62
|
+
<link href="https://github.com/AppScale/appscale/commits/master.atom" rel="alternate" title="Recent Commits to appscale:master" type="application/atom+xml">
|
|
63
|
+
|
|
64
|
+
</head>
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
<body class="logged_out env-production linux vis-public page-blob">
|
|
68
|
+
<a href="#start-of-content" tabindex="1" class="accessibility-aid js-skip-to-content">Skip to content</a>
|
|
69
|
+
<div class="wrapper">
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
<div class="header header-logged-out" role="banner">
|
|
78
|
+
<div class="container clearfix">
|
|
79
|
+
|
|
80
|
+
<a class="header-logo-wordmark" href="https://github.com/" ga-data-click="(Logged out) Header, go to homepage, icon:logo-wordmark">
|
|
81
|
+
<span class="mega-octicon octicon-logo-github"></span>
|
|
82
|
+
</a>
|
|
83
|
+
|
|
84
|
+
<div class="header-actions" role="navigation">
|
|
85
|
+
<a class="button primary" href="/join" data-ga-click="(Logged out) Header, clicked Sign up, text:sign-up">Sign up</a>
|
|
86
|
+
<a class="button signin" href="/login?return_to=%2FAppScale%2Fappscale%2Fblob%2Fmaster%2FAppDashboard%2Fstatic%2Fcss%2Fsupr-theme%2Fimages%2Fui-bg_glass_55_9fc569_1x400.png" data-ga-click="(Logged out) Header, clicked Sign in, text:sign-in">Sign in</a>
|
|
87
|
+
</div>
|
|
88
|
+
|
|
89
|
+
<div class="site-search repo-scope js-site-search" role="search">
|
|
90
|
+
<form accept-charset="UTF-8" action="/AppScale/appscale/search" class="js-site-search-form" data-global-search-url="/search" data-repo-search-url="/AppScale/appscale/search" method="get"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="✓" /></div>
|
|
91
|
+
<input type="text"
|
|
92
|
+
class="js-site-search-field is-clearable"
|
|
93
|
+
data-hotkey="s"
|
|
94
|
+
name="q"
|
|
95
|
+
placeholder="Search"
|
|
96
|
+
data-global-scope-placeholder="Search GitHub"
|
|
97
|
+
data-repo-scope-placeholder="Search"
|
|
98
|
+
tabindex="1"
|
|
99
|
+
autocapitalize="off">
|
|
100
|
+
<div class="scope-badge">This repository</div>
|
|
101
|
+
</form>
|
|
102
|
+
</div>
|
|
103
|
+
|
|
104
|
+
<ul class="header-nav left" role="navigation">
|
|
105
|
+
<li class="header-nav-item">
|
|
106
|
+
<a class="header-nav-link" href="/explore" data-ga-click="(Logged out) Header, go to explore, text:explore">Explore</a>
|
|
107
|
+
</li>
|
|
108
|
+
<li class="header-nav-item">
|
|
109
|
+
<a class="header-nav-link" href="/features" data-ga-click="(Logged out) Header, go to features, text:features">Features</a>
|
|
110
|
+
</li>
|
|
111
|
+
<li class="header-nav-item">
|
|
112
|
+
<a class="header-nav-link" href="https://enterprise.github.com/" data-ga-click="(Logged out) Header, go to enterprise, text:enterprise">Enterprise</a>
|
|
113
|
+
</li>
|
|
114
|
+
<li class="header-nav-item">
|
|
115
|
+
<a class="header-nav-link" href="/blog" data-ga-click="(Logged out) Header, go to blog, text:blog">Blog</a>
|
|
116
|
+
</li>
|
|
117
|
+
</ul>
|
|
118
|
+
|
|
119
|
+
</div>
|
|
120
|
+
</div>
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
<div id="start-of-content" class="accessibility-aid"></div>
|
|
125
|
+
<div class="site" itemscope itemtype="http://schema.org/WebPage">
|
|
126
|
+
<div id="js-flash-container">
|
|
127
|
+
|
|
128
|
+
</div>
|
|
129
|
+
<div class="pagehead repohead instapaper_ignore readability-menu">
|
|
130
|
+
<div class="container">
|
|
131
|
+
|
|
132
|
+
<ul class="pagehead-actions">
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
<li>
|
|
136
|
+
<a href="/login?return_to=%2FAppScale%2Fappscale"
|
|
137
|
+
class="minibutton with-count star-button tooltipped tooltipped-n"
|
|
138
|
+
aria-label="You must be signed in to star a repository" rel="nofollow">
|
|
139
|
+
<span class="octicon octicon-star"></span>
|
|
140
|
+
Star
|
|
141
|
+
</a>
|
|
142
|
+
|
|
143
|
+
<a class="social-count js-social-count" href="/AppScale/appscale/stargazers">
|
|
144
|
+
1,808
|
|
145
|
+
</a>
|
|
146
|
+
|
|
147
|
+
</li>
|
|
148
|
+
|
|
149
|
+
<li>
|
|
150
|
+
<a href="/login?return_to=%2FAppScale%2Fappscale"
|
|
151
|
+
class="minibutton with-count js-toggler-target fork-button tooltipped tooltipped-n"
|
|
152
|
+
aria-label="You must be signed in to fork a repository" rel="nofollow">
|
|
153
|
+
<span class="octicon octicon-repo-forked"></span>
|
|
154
|
+
Fork
|
|
155
|
+
</a>
|
|
156
|
+
<a href="/AppScale/appscale/network" class="social-count">
|
|
157
|
+
183
|
|
158
|
+
</a>
|
|
159
|
+
</li>
|
|
160
|
+
</ul>
|
|
161
|
+
|
|
162
|
+
<h1 itemscope itemtype="http://data-vocabulary.org/Breadcrumb" class="entry-title public">
|
|
163
|
+
<span class="mega-octicon octicon-repo"></span>
|
|
164
|
+
<span class="author"><a href="/AppScale" class="url fn" itemprop="url" rel="author"><span itemprop="title">AppScale</span></a></span><!--
|
|
165
|
+
--><span class="path-divider">/</span><!--
|
|
166
|
+
--><strong><a href="/AppScale/appscale" class="js-current-repository" data-pjax="#js-repo-pjax-container">appscale</a></strong>
|
|
167
|
+
|
|
168
|
+
<span class="page-context-loader">
|
|
169
|
+
<img alt="" height="16" src="https://assets-cdn.github.com/images/spinners/octocat-spinner-32.gif" width="16" />
|
|
170
|
+
</span>
|
|
171
|
+
|
|
172
|
+
</h1>
|
|
173
|
+
</div><!-- /.container -->
|
|
174
|
+
</div><!-- /.repohead -->
|
|
175
|
+
|
|
176
|
+
<div class="container">
|
|
177
|
+
<div class="repository-with-sidebar repo-container new-discussion-timeline ">
|
|
178
|
+
<div class="repository-sidebar clearfix">
|
|
179
|
+
|
|
180
|
+
<nav class="sunken-menu repo-nav js-repo-nav js-sidenav-container-pjax js-octicon-loaders"
|
|
181
|
+
role="navigation"
|
|
182
|
+
data-pjax="#js-repo-pjax-container"
|
|
183
|
+
data-issue-count-url="/AppScale/appscale/issues/counts">
|
|
184
|
+
<ul class="sunken-menu-group">
|
|
185
|
+
<li class="tooltipped tooltipped-w" aria-label="Code">
|
|
186
|
+
<a href="/AppScale/appscale" aria-label="Code" class="selected js-selected-navigation-item sunken-menu-item" data-hotkey="g c" data-selected-links="repo_source repo_downloads repo_commits repo_releases repo_tags repo_branches /AppScale/appscale">
|
|
187
|
+
<span class="octicon octicon-code"></span> <span class="full-word">Code</span>
|
|
188
|
+
<img alt="" class="mini-loader" height="16" src="https://assets-cdn.github.com/images/spinners/octocat-spinner-32.gif" width="16" />
|
|
189
|
+
</a> </li>
|
|
190
|
+
|
|
191
|
+
<li class="tooltipped tooltipped-w" aria-label="Issues">
|
|
192
|
+
<a href="/AppScale/appscale/issues" aria-label="Issues" class="js-selected-navigation-item sunken-menu-item" data-hotkey="g i" data-selected-links="repo_issues repo_labels repo_milestones /AppScale/appscale/issues">
|
|
193
|
+
<span class="octicon octicon-issue-opened"></span> <span class="full-word">Issues</span>
|
|
194
|
+
<span class="js-issue-replace-counter"></span>
|
|
195
|
+
<img alt="" class="mini-loader" height="16" src="https://assets-cdn.github.com/images/spinners/octocat-spinner-32.gif" width="16" />
|
|
196
|
+
</a> </li>
|
|
197
|
+
|
|
198
|
+
<li class="tooltipped tooltipped-w" aria-label="Pull Requests">
|
|
199
|
+
<a href="/AppScale/appscale/pulls" aria-label="Pull Requests" class="js-selected-navigation-item sunken-menu-item" data-hotkey="g p" data-selected-links="repo_pulls /AppScale/appscale/pulls">
|
|
200
|
+
<span class="octicon octicon-git-pull-request"></span> <span class="full-word">Pull Requests</span>
|
|
201
|
+
<span class="js-pull-replace-counter"></span>
|
|
202
|
+
<img alt="" class="mini-loader" height="16" src="https://assets-cdn.github.com/images/spinners/octocat-spinner-32.gif" width="16" />
|
|
203
|
+
</a> </li>
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
<li class="tooltipped tooltipped-w" aria-label="Wiki">
|
|
207
|
+
<a href="/AppScale/appscale/wiki" aria-label="Wiki" class="js-selected-navigation-item sunken-menu-item" data-hotkey="g w" data-selected-links="repo_wiki /AppScale/appscale/wiki">
|
|
208
|
+
<span class="octicon octicon-book"></span> <span class="full-word">Wiki</span>
|
|
209
|
+
<img alt="" class="mini-loader" height="16" src="https://assets-cdn.github.com/images/spinners/octocat-spinner-32.gif" width="16" />
|
|
210
|
+
</a> </li>
|
|
211
|
+
</ul>
|
|
212
|
+
<div class="sunken-menu-separator"></div>
|
|
213
|
+
<ul class="sunken-menu-group">
|
|
214
|
+
|
|
215
|
+
<li class="tooltipped tooltipped-w" aria-label="Pulse">
|
|
216
|
+
<a href="/AppScale/appscale/pulse" aria-label="Pulse" class="js-selected-navigation-item sunken-menu-item" data-selected-links="pulse /AppScale/appscale/pulse">
|
|
217
|
+
<span class="octicon octicon-pulse"></span> <span class="full-word">Pulse</span>
|
|
218
|
+
<img alt="" class="mini-loader" height="16" src="https://assets-cdn.github.com/images/spinners/octocat-spinner-32.gif" width="16" />
|
|
219
|
+
</a> </li>
|
|
220
|
+
|
|
221
|
+
<li class="tooltipped tooltipped-w" aria-label="Graphs">
|
|
222
|
+
<a href="/AppScale/appscale/graphs" aria-label="Graphs" class="js-selected-navigation-item sunken-menu-item" data-selected-links="repo_graphs repo_contributors /AppScale/appscale/graphs">
|
|
223
|
+
<span class="octicon octicon-graph"></span> <span class="full-word">Graphs</span>
|
|
224
|
+
<img alt="" class="mini-loader" height="16" src="https://assets-cdn.github.com/images/spinners/octocat-spinner-32.gif" width="16" />
|
|
225
|
+
</a> </li>
|
|
226
|
+
</ul>
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
</nav>
|
|
230
|
+
|
|
231
|
+
<div class="only-with-full-nav">
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
<div class="clone-url open"
|
|
235
|
+
data-protocol-type="http"
|
|
236
|
+
data-url="/users/set_protocol?protocol_selector=http&protocol_type=clone">
|
|
237
|
+
<h3><span class="text-emphasized">HTTPS</span> clone URL</h3>
|
|
238
|
+
<div class="input-group">
|
|
239
|
+
<input type="text" class="input-mini input-monospace js-url-field"
|
|
240
|
+
value="https://github.com/AppScale/appscale.git" readonly="readonly">
|
|
241
|
+
<span class="input-group-button">
|
|
242
|
+
<button aria-label="Copy to clipboard" class="js-zeroclipboard minibutton zeroclipboard-button" data-clipboard-text="https://github.com/AppScale/appscale.git" data-copied-hint="Copied!" type="button"><span class="octicon octicon-clippy"></span></button>
|
|
243
|
+
</span>
|
|
244
|
+
</div>
|
|
245
|
+
</div>
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
<div class="clone-url "
|
|
249
|
+
data-protocol-type="subversion"
|
|
250
|
+
data-url="/users/set_protocol?protocol_selector=subversion&protocol_type=clone">
|
|
251
|
+
<h3><span class="text-emphasized">Subversion</span> checkout URL</h3>
|
|
252
|
+
<div class="input-group">
|
|
253
|
+
<input type="text" class="input-mini input-monospace js-url-field"
|
|
254
|
+
value="https://github.com/AppScale/appscale" readonly="readonly">
|
|
255
|
+
<span class="input-group-button">
|
|
256
|
+
<button aria-label="Copy to clipboard" class="js-zeroclipboard minibutton zeroclipboard-button" data-clipboard-text="https://github.com/AppScale/appscale" data-copied-hint="Copied!" type="button"><span class="octicon octicon-clippy"></span></button>
|
|
257
|
+
</span>
|
|
258
|
+
</div>
|
|
259
|
+
</div>
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
<p class="clone-options">You can clone with
|
|
263
|
+
<a href="#" class="js-clone-selector" data-protocol="http">HTTPS</a>
|
|
264
|
+
or <a href="#" class="js-clone-selector" data-protocol="subversion">Subversion</a>.
|
|
265
|
+
<a href="https://help.github.com/articles/which-remote-url-should-i-use" class="help tooltipped tooltipped-n" aria-label="Get help on which URL is right for you.">
|
|
266
|
+
<span class="octicon octicon-question"></span>
|
|
267
|
+
</a>
|
|
268
|
+
</p>
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
<a href="/AppScale/appscale/archive/master.zip"
|
|
273
|
+
class="minibutton sidebar-button"
|
|
274
|
+
aria-label="Download the contents of AppScale/appscale as a zip file"
|
|
275
|
+
title="Download the contents of AppScale/appscale as a zip file"
|
|
276
|
+
rel="nofollow">
|
|
277
|
+
<span class="octicon octicon-cloud-download"></span>
|
|
278
|
+
Download ZIP
|
|
279
|
+
</a>
|
|
280
|
+
</div>
|
|
281
|
+
</div><!-- /.repository-sidebar -->
|
|
282
|
+
|
|
283
|
+
<div id="js-repo-pjax-container" class="repository-content context-loader-container" data-pjax-container>
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
<a href="/AppScale/appscale/blob/78e0213ad8aa57edcc24be1d52e5a2b4e0eb3535/AppDashboard/static/css/supr-theme/images/ui-bg_glass_55_9fc569_1x400.png" class="hidden js-permalink-shortcut" data-hotkey="y">Permalink</a>
|
|
287
|
+
|
|
288
|
+
<!-- blob contrib key: blob_contributors:v21:8ea3db477b402f981744cb8905595753 -->
|
|
289
|
+
|
|
290
|
+
<div class="file-navigation">
|
|
291
|
+
|
|
292
|
+
<div class="select-menu js-menu-container js-select-menu left">
|
|
293
|
+
<span class="minibutton select-menu-button js-menu-target css-truncate" data-hotkey="w"
|
|
294
|
+
data-master-branch="master"
|
|
295
|
+
data-ref="master"
|
|
296
|
+
title="master"
|
|
297
|
+
role="button" aria-label="Switch branches or tags" tabindex="0" aria-haspopup="true">
|
|
298
|
+
<span class="octicon octicon-git-branch"></span>
|
|
299
|
+
<i>branch:</i>
|
|
300
|
+
<span class="js-select-button css-truncate-target">master</span>
|
|
301
|
+
</span>
|
|
302
|
+
|
|
303
|
+
<div class="select-menu-modal-holder js-menu-content js-navigation-container" data-pjax aria-hidden="true">
|
|
304
|
+
|
|
305
|
+
<div class="select-menu-modal">
|
|
306
|
+
<div class="select-menu-header">
|
|
307
|
+
<span class="select-menu-title">Switch branches/tags</span>
|
|
308
|
+
<span class="octicon octicon-x js-menu-close" role="button" aria-label="Close"></span>
|
|
309
|
+
</div> <!-- /.select-menu-header -->
|
|
310
|
+
|
|
311
|
+
<div class="select-menu-filters">
|
|
312
|
+
<div class="select-menu-text-filter">
|
|
313
|
+
<input type="text" aria-label="Filter branches/tags" id="context-commitish-filter-field" class="js-filterable-field js-navigation-enable" placeholder="Filter branches/tags">
|
|
314
|
+
</div>
|
|
315
|
+
<div class="select-menu-tabs">
|
|
316
|
+
<ul>
|
|
317
|
+
<li class="select-menu-tab">
|
|
318
|
+
<a href="#" data-tab-filter="branches" class="js-select-menu-tab">Branches</a>
|
|
319
|
+
</li>
|
|
320
|
+
<li class="select-menu-tab">
|
|
321
|
+
<a href="#" data-tab-filter="tags" class="js-select-menu-tab">Tags</a>
|
|
322
|
+
</li>
|
|
323
|
+
</ul>
|
|
324
|
+
</div><!-- /.select-menu-tabs -->
|
|
325
|
+
</div><!-- /.select-menu-filters -->
|
|
326
|
+
|
|
327
|
+
<div class="select-menu-list select-menu-tab-bucket js-select-menu-tab-bucket" data-tab-filter="branches">
|
|
328
|
+
|
|
329
|
+
<div data-filterable-for="context-commitish-filter-field" data-filterable-type="substring">
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
<div class="select-menu-item js-navigation-item ">
|
|
333
|
+
<span class="select-menu-item-icon octicon octicon-check"></span>
|
|
334
|
+
<a href="/AppScale/appscale/blob/app-console-tabs/AppDashboard/static/css/supr-theme/images/ui-bg_glass_55_9fc569_1x400.png"
|
|
335
|
+
data-name="app-console-tabs"
|
|
336
|
+
data-skip-pjax="true"
|
|
337
|
+
rel="nofollow"
|
|
338
|
+
class="js-navigation-open select-menu-item-text css-truncate-target"
|
|
339
|
+
title="app-console-tabs">app-console-tabs</a>
|
|
340
|
+
</div> <!-- /.select-menu-item -->
|
|
341
|
+
<div class="select-menu-item js-navigation-item ">
|
|
342
|
+
<span class="select-menu-item-icon octicon octicon-check"></span>
|
|
343
|
+
<a href="/AppScale/appscale/blob/cassy-upgrade/AppDashboard/static/css/supr-theme/images/ui-bg_glass_55_9fc569_1x400.png"
|
|
344
|
+
data-name="cassy-upgrade"
|
|
345
|
+
data-skip-pjax="true"
|
|
346
|
+
rel="nofollow"
|
|
347
|
+
class="js-navigation-open select-menu-item-text css-truncate-target"
|
|
348
|
+
title="cassy-upgrade">cassy-upgrade</a>
|
|
349
|
+
</div> <!-- /.select-menu-item -->
|
|
350
|
+
<div class="select-menu-item js-navigation-item ">
|
|
351
|
+
<span class="select-menu-item-icon octicon octicon-check"></span>
|
|
352
|
+
<a href="/AppScale/appscale/blob/classpath-java/AppDashboard/static/css/supr-theme/images/ui-bg_glass_55_9fc569_1x400.png"
|
|
353
|
+
data-name="classpath-java"
|
|
354
|
+
data-skip-pjax="true"
|
|
355
|
+
rel="nofollow"
|
|
356
|
+
class="js-navigation-open select-menu-item-text css-truncate-target"
|
|
357
|
+
title="classpath-java">classpath-java</a>
|
|
358
|
+
</div> <!-- /.select-menu-item -->
|
|
359
|
+
<div class="select-menu-item js-navigation-item ">
|
|
360
|
+
<span class="select-menu-item-icon octicon octicon-check"></span>
|
|
361
|
+
<a href="/AppScale/appscale/blob/classpath-java2/AppDashboard/static/css/supr-theme/images/ui-bg_glass_55_9fc569_1x400.png"
|
|
362
|
+
data-name="classpath-java2"
|
|
363
|
+
data-skip-pjax="true"
|
|
364
|
+
rel="nofollow"
|
|
365
|
+
class="js-navigation-open select-menu-item-text css-truncate-target"
|
|
366
|
+
title="classpath-java2">classpath-java2</a>
|
|
367
|
+
</div> <!-- /.select-menu-item -->
|
|
368
|
+
<div class="select-menu-item js-navigation-item ">
|
|
369
|
+
<span class="select-menu-item-icon octicon octicon-check"></span>
|
|
370
|
+
<a href="/AppScale/appscale/blob/composite-ancestor-fix/AppDashboard/static/css/supr-theme/images/ui-bg_glass_55_9fc569_1x400.png"
|
|
371
|
+
data-name="composite-ancestor-fix"
|
|
372
|
+
data-skip-pjax="true"
|
|
373
|
+
rel="nofollow"
|
|
374
|
+
class="js-navigation-open select-menu-item-text css-truncate-target"
|
|
375
|
+
title="composite-ancestor-fix">composite-ancestor-fix</a>
|
|
376
|
+
</div> <!-- /.select-menu-item -->
|
|
377
|
+
<div class="select-menu-item js-navigation-item ">
|
|
378
|
+
<span class="select-menu-item-icon octicon octicon-check"></span>
|
|
379
|
+
<a href="/AppScale/appscale/blob/datastore_stats/AppDashboard/static/css/supr-theme/images/ui-bg_glass_55_9fc569_1x400.png"
|
|
380
|
+
data-name="datastore_stats"
|
|
381
|
+
data-skip-pjax="true"
|
|
382
|
+
rel="nofollow"
|
|
383
|
+
class="js-navigation-open select-menu-item-text css-truncate-target"
|
|
384
|
+
title="datastore_stats">datastore_stats</a>
|
|
385
|
+
</div> <!-- /.select-menu-item -->
|
|
386
|
+
<div class="select-menu-item js-navigation-item ">
|
|
387
|
+
<span class="select-menu-item-icon octicon octicon-check"></span>
|
|
388
|
+
<a href="/AppScale/appscale/blob/email-retry/AppDashboard/static/css/supr-theme/images/ui-bg_glass_55_9fc569_1x400.png"
|
|
389
|
+
data-name="email-retry"
|
|
390
|
+
data-skip-pjax="true"
|
|
391
|
+
rel="nofollow"
|
|
392
|
+
class="js-navigation-open select-menu-item-text css-truncate-target"
|
|
393
|
+
title="email-retry">email-retry</a>
|
|
394
|
+
</div> <!-- /.select-menu-item -->
|
|
395
|
+
<div class="select-menu-item js-navigation-item ">
|
|
396
|
+
<span class="select-menu-item-icon octicon octicon-check"></span>
|
|
397
|
+
<a href="/AppScale/appscale/blob/error-app-java/AppDashboard/static/css/supr-theme/images/ui-bg_glass_55_9fc569_1x400.png"
|
|
398
|
+
data-name="error-app-java"
|
|
399
|
+
data-skip-pjax="true"
|
|
400
|
+
rel="nofollow"
|
|
401
|
+
class="js-navigation-open select-menu-item-text css-truncate-target"
|
|
402
|
+
title="error-app-java">error-app-java</a>
|
|
403
|
+
</div> <!-- /.select-menu-item -->
|
|
404
|
+
<div class="select-menu-item js-navigation-item ">
|
|
405
|
+
<span class="select-menu-item-icon octicon octicon-check"></span>
|
|
406
|
+
<a href="/AppScale/appscale/blob/groomer-catch-zk/AppDashboard/static/css/supr-theme/images/ui-bg_glass_55_9fc569_1x400.png"
|
|
407
|
+
data-name="groomer-catch-zk"
|
|
408
|
+
data-skip-pjax="true"
|
|
409
|
+
rel="nofollow"
|
|
410
|
+
class="js-navigation-open select-menu-item-text css-truncate-target"
|
|
411
|
+
title="groomer-catch-zk">groomer-catch-zk</a>
|
|
412
|
+
</div> <!-- /.select-menu-item -->
|
|
413
|
+
<div class="select-menu-item js-navigation-item ">
|
|
414
|
+
<span class="select-menu-item-icon octicon octicon-check"></span>
|
|
415
|
+
<a href="/AppScale/appscale/blob/haproxy-db/AppDashboard/static/css/supr-theme/images/ui-bg_glass_55_9fc569_1x400.png"
|
|
416
|
+
data-name="haproxy-db"
|
|
417
|
+
data-skip-pjax="true"
|
|
418
|
+
rel="nofollow"
|
|
419
|
+
class="js-navigation-open select-menu-item-text css-truncate-target"
|
|
420
|
+
title="haproxy-db">haproxy-db</a>
|
|
421
|
+
</div> <!-- /.select-menu-item -->
|
|
422
|
+
<div class="select-menu-item js-navigation-item ">
|
|
423
|
+
<span class="select-menu-item-icon octicon octicon-check"></span>
|
|
424
|
+
<a href="/AppScale/appscale/blob/import-error/AppDashboard/static/css/supr-theme/images/ui-bg_glass_55_9fc569_1x400.png"
|
|
425
|
+
data-name="import-error"
|
|
426
|
+
data-skip-pjax="true"
|
|
427
|
+
rel="nofollow"
|
|
428
|
+
class="js-navigation-open select-menu-item-text css-truncate-target"
|
|
429
|
+
title="import-error">import-error</a>
|
|
430
|
+
</div> <!-- /.select-menu-item -->
|
|
431
|
+
<div class="select-menu-item js-navigation-item ">
|
|
432
|
+
<span class="select-menu-item-icon octicon octicon-check"></span>
|
|
433
|
+
<a href="/AppScale/appscale/blob/import-error-2/AppDashboard/static/css/supr-theme/images/ui-bg_glass_55_9fc569_1x400.png"
|
|
434
|
+
data-name="import-error-2"
|
|
435
|
+
data-skip-pjax="true"
|
|
436
|
+
rel="nofollow"
|
|
437
|
+
class="js-navigation-open select-menu-item-text css-truncate-target"
|
|
438
|
+
title="import-error-2">import-error-2</a>
|
|
439
|
+
</div> <!-- /.select-menu-item -->
|
|
440
|
+
<div class="select-menu-item js-navigation-item ">
|
|
441
|
+
<span class="select-menu-item-icon octicon octicon-check"></span>
|
|
442
|
+
<a href="/AppScale/appscale/blob/java-error-app/AppDashboard/static/css/supr-theme/images/ui-bg_glass_55_9fc569_1x400.png"
|
|
443
|
+
data-name="java-error-app"
|
|
444
|
+
data-skip-pjax="true"
|
|
445
|
+
rel="nofollow"
|
|
446
|
+
class="js-navigation-open select-menu-item-text css-truncate-target"
|
|
447
|
+
title="java-error-app">java-error-app</a>
|
|
448
|
+
</div> <!-- /.select-menu-item -->
|
|
449
|
+
<div class="select-menu-item js-navigation-item ">
|
|
450
|
+
<span class="select-menu-item-icon octicon octicon-check"></span>
|
|
451
|
+
<a href="/AppScale/appscale/blob/mail-timeout/AppDashboard/static/css/supr-theme/images/ui-bg_glass_55_9fc569_1x400.png"
|
|
452
|
+
data-name="mail-timeout"
|
|
453
|
+
data-skip-pjax="true"
|
|
454
|
+
rel="nofollow"
|
|
455
|
+
class="js-navigation-open select-menu-item-text css-truncate-target"
|
|
456
|
+
title="mail-timeout">mail-timeout</a>
|
|
457
|
+
</div> <!-- /.select-menu-item -->
|
|
458
|
+
<div class="select-menu-item js-navigation-item selected">
|
|
459
|
+
<span class="select-menu-item-icon octicon octicon-check"></span>
|
|
460
|
+
<a href="/AppScale/appscale/blob/master/AppDashboard/static/css/supr-theme/images/ui-bg_glass_55_9fc569_1x400.png"
|
|
461
|
+
data-name="master"
|
|
462
|
+
data-skip-pjax="true"
|
|
463
|
+
rel="nofollow"
|
|
464
|
+
class="js-navigation-open select-menu-item-text css-truncate-target"
|
|
465
|
+
title="master">master</a>
|
|
466
|
+
</div> <!-- /.select-menu-item -->
|
|
467
|
+
<div class="select-menu-item js-navigation-item ">
|
|
468
|
+
<span class="select-menu-item-icon octicon octicon-check"></span>
|
|
469
|
+
<a href="/AppScale/appscale/blob/new-release/AppDashboard/static/css/supr-theme/images/ui-bg_glass_55_9fc569_1x400.png"
|
|
470
|
+
data-name="new-release"
|
|
471
|
+
data-skip-pjax="true"
|
|
472
|
+
rel="nofollow"
|
|
473
|
+
class="js-navigation-open select-menu-item-text css-truncate-target"
|
|
474
|
+
title="new-release">new-release</a>
|
|
475
|
+
</div> <!-- /.select-menu-item -->
|
|
476
|
+
<div class="select-menu-item js-navigation-item ">
|
|
477
|
+
<span class="select-menu-item-icon octicon octicon-check"></span>
|
|
478
|
+
<a href="/AppScale/appscale/blob/nginx-db/AppDashboard/static/css/supr-theme/images/ui-bg_glass_55_9fc569_1x400.png"
|
|
479
|
+
data-name="nginx-db"
|
|
480
|
+
data-skip-pjax="true"
|
|
481
|
+
rel="nofollow"
|
|
482
|
+
class="js-navigation-open select-menu-item-text css-truncate-target"
|
|
483
|
+
title="nginx-db">nginx-db</a>
|
|
484
|
+
</div> <!-- /.select-menu-item -->
|
|
485
|
+
<div class="select-menu-item js-navigation-item ">
|
|
486
|
+
<span class="select-menu-item-icon octicon octicon-check"></span>
|
|
487
|
+
<a href="/AppScale/appscale/blob/nginx-load-balancing/AppDashboard/static/css/supr-theme/images/ui-bg_glass_55_9fc569_1x400.png"
|
|
488
|
+
data-name="nginx-load-balancing"
|
|
489
|
+
data-skip-pjax="true"
|
|
490
|
+
rel="nofollow"
|
|
491
|
+
class="js-navigation-open select-menu-item-text css-truncate-target"
|
|
492
|
+
title="nginx-load-balancing">nginx-load-balancing</a>
|
|
493
|
+
</div> <!-- /.select-menu-item -->
|
|
494
|
+
<div class="select-menu-item js-navigation-item ">
|
|
495
|
+
<span class="select-menu-item-icon octicon octicon-check"></span>
|
|
496
|
+
<a href="/AppScale/appscale/blob/no-rabbitmq/AppDashboard/static/css/supr-theme/images/ui-bg_glass_55_9fc569_1x400.png"
|
|
497
|
+
data-name="no-rabbitmq"
|
|
498
|
+
data-skip-pjax="true"
|
|
499
|
+
rel="nofollow"
|
|
500
|
+
class="js-navigation-open select-menu-item-text css-truncate-target"
|
|
501
|
+
title="no-rabbitmq">no-rabbitmq</a>
|
|
502
|
+
</div> <!-- /.select-menu-item -->
|
|
503
|
+
<div class="select-menu-item js-navigation-item ">
|
|
504
|
+
<span class="select-menu-item-icon octicon octicon-check"></span>
|
|
505
|
+
<a href="/AppScale/appscale/blob/remote-api-for-java/AppDashboard/static/css/supr-theme/images/ui-bg_glass_55_9fc569_1x400.png"
|
|
506
|
+
data-name="remote-api-for-java"
|
|
507
|
+
data-skip-pjax="true"
|
|
508
|
+
rel="nofollow"
|
|
509
|
+
class="js-navigation-open select-menu-item-text css-truncate-target"
|
|
510
|
+
title="remote-api-for-java">remote-api-for-java</a>
|
|
511
|
+
</div> <!-- /.select-menu-item -->
|
|
512
|
+
<div class="select-menu-item js-navigation-item ">
|
|
513
|
+
<span class="select-menu-item-icon octicon octicon-check"></span>
|
|
514
|
+
<a href="/AppScale/appscale/blob/remove-conflicting-jars/AppDashboard/static/css/supr-theme/images/ui-bg_glass_55_9fc569_1x400.png"
|
|
515
|
+
data-name="remove-conflicting-jars"
|
|
516
|
+
data-skip-pjax="true"
|
|
517
|
+
rel="nofollow"
|
|
518
|
+
class="js-navigation-open select-menu-item-text css-truncate-target"
|
|
519
|
+
title="remove-conflicting-jars">remove-conflicting-jars</a>
|
|
520
|
+
</div> <!-- /.select-menu-item -->
|
|
521
|
+
<div class="select-menu-item js-navigation-item ">
|
|
522
|
+
<span class="select-menu-item-icon octicon octicon-check"></span>
|
|
523
|
+
<a href="/AppScale/appscale/blob/reset-password-via-dash2/AppDashboard/static/css/supr-theme/images/ui-bg_glass_55_9fc569_1x400.png"
|
|
524
|
+
data-name="reset-password-via-dash2"
|
|
525
|
+
data-skip-pjax="true"
|
|
526
|
+
rel="nofollow"
|
|
527
|
+
class="js-navigation-open select-menu-item-text css-truncate-target"
|
|
528
|
+
title="reset-password-via-dash2">reset-password-via-dash2</a>
|
|
529
|
+
</div> <!-- /.select-menu-item -->
|
|
530
|
+
<div class="select-menu-item js-navigation-item ">
|
|
531
|
+
<span class="select-menu-item-icon octicon octicon-check"></span>
|
|
532
|
+
<a href="/AppScale/appscale/blob/revert-1633-composite-ancestor-fix/AppDashboard/static/css/supr-theme/images/ui-bg_glass_55_9fc569_1x400.png"
|
|
533
|
+
data-name="revert-1633-composite-ancestor-fix"
|
|
534
|
+
data-skip-pjax="true"
|
|
535
|
+
rel="nofollow"
|
|
536
|
+
class="js-navigation-open select-menu-item-text css-truncate-target"
|
|
537
|
+
title="revert-1633-composite-ancestor-fix">revert-1633-composite-ancestor-fix</a>
|
|
538
|
+
</div> <!-- /.select-menu-item -->
|
|
539
|
+
<div class="select-menu-item js-navigation-item ">
|
|
540
|
+
<span class="select-menu-item-icon octicon octicon-check"></span>
|
|
541
|
+
<a href="/AppScale/appscale/blob/search-api/AppDashboard/static/css/supr-theme/images/ui-bg_glass_55_9fc569_1x400.png"
|
|
542
|
+
data-name="search-api"
|
|
543
|
+
data-skip-pjax="true"
|
|
544
|
+
rel="nofollow"
|
|
545
|
+
class="js-navigation-open select-menu-item-text css-truncate-target"
|
|
546
|
+
title="search-api">search-api</a>
|
|
547
|
+
</div> <!-- /.select-menu-item -->
|
|
548
|
+
<div class="select-menu-item js-navigation-item ">
|
|
549
|
+
<span class="select-menu-item-icon octicon octicon-check"></span>
|
|
550
|
+
<a href="/AppScale/appscale/blob/stats/AppDashboard/static/css/supr-theme/images/ui-bg_glass_55_9fc569_1x400.png"
|
|
551
|
+
data-name="stats"
|
|
552
|
+
data-skip-pjax="true"
|
|
553
|
+
rel="nofollow"
|
|
554
|
+
class="js-navigation-open select-menu-item-text css-truncate-target"
|
|
555
|
+
title="stats">stats</a>
|
|
556
|
+
</div> <!-- /.select-menu-item -->
|
|
557
|
+
<div class="select-menu-item js-navigation-item ">
|
|
558
|
+
<span class="select-menu-item-icon octicon octicon-check"></span>
|
|
559
|
+
<a href="/AppScale/appscale/blob/testing/AppDashboard/static/css/supr-theme/images/ui-bg_glass_55_9fc569_1x400.png"
|
|
560
|
+
data-name="testing"
|
|
561
|
+
data-skip-pjax="true"
|
|
562
|
+
rel="nofollow"
|
|
563
|
+
class="js-navigation-open select-menu-item-text css-truncate-target"
|
|
564
|
+
title="testing">testing</a>
|
|
565
|
+
</div> <!-- /.select-menu-item -->
|
|
566
|
+
<div class="select-menu-item js-navigation-item ">
|
|
567
|
+
<span class="select-menu-item-icon octicon octicon-check"></span>
|
|
568
|
+
<a href="/AppScale/appscale/blob/throughput-testing/AppDashboard/static/css/supr-theme/images/ui-bg_glass_55_9fc569_1x400.png"
|
|
569
|
+
data-name="throughput-testing"
|
|
570
|
+
data-skip-pjax="true"
|
|
571
|
+
rel="nofollow"
|
|
572
|
+
class="js-navigation-open select-menu-item-text css-truncate-target"
|
|
573
|
+
title="throughput-testing">throughput-testing</a>
|
|
574
|
+
</div> <!-- /.select-menu-item -->
|
|
575
|
+
<div class="select-menu-item js-navigation-item ">
|
|
576
|
+
<span class="select-menu-item-icon octicon octicon-check"></span>
|
|
577
|
+
<a href="/AppScale/appscale/blob/trusty/AppDashboard/static/css/supr-theme/images/ui-bg_glass_55_9fc569_1x400.png"
|
|
578
|
+
data-name="trusty"
|
|
579
|
+
data-skip-pjax="true"
|
|
580
|
+
rel="nofollow"
|
|
581
|
+
class="js-navigation-open select-menu-item-text css-truncate-target"
|
|
582
|
+
title="trusty">trusty</a>
|
|
583
|
+
</div> <!-- /.select-menu-item -->
|
|
584
|
+
</div>
|
|
585
|
+
|
|
586
|
+
<div class="select-menu-no-results">Nothing to show</div>
|
|
587
|
+
</div> <!-- /.select-menu-list -->
|
|
588
|
+
|
|
589
|
+
<div class="select-menu-list select-menu-tab-bucket js-select-menu-tab-bucket" data-tab-filter="tags">
|
|
590
|
+
<div data-filterable-for="context-commitish-filter-field" data-filterable-type="substring">
|
|
591
|
+
|
|
592
|
+
|
|
593
|
+
<div class="select-menu-item js-navigation-item ">
|
|
594
|
+
<span class="select-menu-item-icon octicon octicon-check"></span>
|
|
595
|
+
<a href="/AppScale/appscale/tree/testing-candidate/AppDashboard/static/css/supr-theme/images/ui-bg_glass_55_9fc569_1x400.png"
|
|
596
|
+
data-name="testing-candidate"
|
|
597
|
+
data-skip-pjax="true"
|
|
598
|
+
rel="nofollow"
|
|
599
|
+
class="js-navigation-open select-menu-item-text css-truncate-target"
|
|
600
|
+
title="testing-candidate">testing-candidate</a>
|
|
601
|
+
</div> <!-- /.select-menu-item -->
|
|
602
|
+
<div class="select-menu-item js-navigation-item ">
|
|
603
|
+
<span class="select-menu-item-icon octicon octicon-check"></span>
|
|
604
|
+
<a href="/AppScale/appscale/tree/stable/AppDashboard/static/css/supr-theme/images/ui-bg_glass_55_9fc569_1x400.png"
|
|
605
|
+
data-name="stable"
|
|
606
|
+
data-skip-pjax="true"
|
|
607
|
+
rel="nofollow"
|
|
608
|
+
class="js-navigation-open select-menu-item-text css-truncate-target"
|
|
609
|
+
title="stable">stable</a>
|
|
610
|
+
</div> <!-- /.select-menu-item -->
|
|
611
|
+
<div class="select-menu-item js-navigation-item ">
|
|
612
|
+
<span class="select-menu-item-icon octicon octicon-check"></span>
|
|
613
|
+
<a href="/AppScale/appscale/tree/2.0.0/AppDashboard/static/css/supr-theme/images/ui-bg_glass_55_9fc569_1x400.png"
|
|
614
|
+
data-name="2.0.0"
|
|
615
|
+
data-skip-pjax="true"
|
|
616
|
+
rel="nofollow"
|
|
617
|
+
class="js-navigation-open select-menu-item-text css-truncate-target"
|
|
618
|
+
title="2.0.0">2.0.0</a>
|
|
619
|
+
</div> <!-- /.select-menu-item -->
|
|
620
|
+
<div class="select-menu-item js-navigation-item ">
|
|
621
|
+
<span class="select-menu-item-icon octicon octicon-check"></span>
|
|
622
|
+
<a href="/AppScale/appscale/tree/1.14.0/AppDashboard/static/css/supr-theme/images/ui-bg_glass_55_9fc569_1x400.png"
|
|
623
|
+
data-name="1.14.0"
|
|
624
|
+
data-skip-pjax="true"
|
|
625
|
+
rel="nofollow"
|
|
626
|
+
class="js-navigation-open select-menu-item-text css-truncate-target"
|
|
627
|
+
title="1.14.0">1.14.0</a>
|
|
628
|
+
</div> <!-- /.select-menu-item -->
|
|
629
|
+
<div class="select-menu-item js-navigation-item ">
|
|
630
|
+
<span class="select-menu-item-icon octicon octicon-check"></span>
|
|
631
|
+
<a href="/AppScale/appscale/tree/1.13.0/AppDashboard/static/css/supr-theme/images/ui-bg_glass_55_9fc569_1x400.png"
|
|
632
|
+
data-name="1.13.0"
|
|
633
|
+
data-skip-pjax="true"
|
|
634
|
+
rel="nofollow"
|
|
635
|
+
class="js-navigation-open select-menu-item-text css-truncate-target"
|
|
636
|
+
title="1.13.0">1.13.0</a>
|
|
637
|
+
</div> <!-- /.select-menu-item -->
|
|
638
|
+
<div class="select-menu-item js-navigation-item ">
|
|
639
|
+
<span class="select-menu-item-icon octicon octicon-check"></span>
|
|
640
|
+
<a href="/AppScale/appscale/tree/1.12.0/AppDashboard/static/css/supr-theme/images/ui-bg_glass_55_9fc569_1x400.png"
|
|
641
|
+
data-name="1.12.0"
|
|
642
|
+
data-skip-pjax="true"
|
|
643
|
+
rel="nofollow"
|
|
644
|
+
class="js-navigation-open select-menu-item-text css-truncate-target"
|
|
645
|
+
title="1.12.0">1.12.0</a>
|
|
646
|
+
</div> <!-- /.select-menu-item -->
|
|
647
|
+
<div class="select-menu-item js-navigation-item ">
|
|
648
|
+
<span class="select-menu-item-icon octicon octicon-check"></span>
|
|
649
|
+
<a href="/AppScale/appscale/tree/1.11.0/AppDashboard/static/css/supr-theme/images/ui-bg_glass_55_9fc569_1x400.png"
|
|
650
|
+
data-name="1.11.0"
|
|
651
|
+
data-skip-pjax="true"
|
|
652
|
+
rel="nofollow"
|
|
653
|
+
class="js-navigation-open select-menu-item-text css-truncate-target"
|
|
654
|
+
title="1.11.0">1.11.0</a>
|
|
655
|
+
</div> <!-- /.select-menu-item -->
|
|
656
|
+
<div class="select-menu-item js-navigation-item ">
|
|
657
|
+
<span class="select-menu-item-icon octicon octicon-check"></span>
|
|
658
|
+
<a href="/AppScale/appscale/tree/1.10.0/AppDashboard/static/css/supr-theme/images/ui-bg_glass_55_9fc569_1x400.png"
|
|
659
|
+
data-name="1.10.0"
|
|
660
|
+
data-skip-pjax="true"
|
|
661
|
+
rel="nofollow"
|
|
662
|
+
class="js-navigation-open select-menu-item-text css-truncate-target"
|
|
663
|
+
title="1.10.0">1.10.0</a>
|
|
664
|
+
</div> <!-- /.select-menu-item -->
|
|
665
|
+
<div class="select-menu-item js-navigation-item ">
|
|
666
|
+
<span class="select-menu-item-icon octicon octicon-check"></span>
|
|
667
|
+
<a href="/AppScale/appscale/tree/1.9.0/AppDashboard/static/css/supr-theme/images/ui-bg_glass_55_9fc569_1x400.png"
|
|
668
|
+
data-name="1.9.0"
|
|
669
|
+
data-skip-pjax="true"
|
|
670
|
+
rel="nofollow"
|
|
671
|
+
class="js-navigation-open select-menu-item-text css-truncate-target"
|
|
672
|
+
title="1.9.0">1.9.0</a>
|
|
673
|
+
</div> <!-- /.select-menu-item -->
|
|
674
|
+
<div class="select-menu-item js-navigation-item ">
|
|
675
|
+
<span class="select-menu-item-icon octicon octicon-check"></span>
|
|
676
|
+
<a href="/AppScale/appscale/tree/1.8.0/AppDashboard/static/css/supr-theme/images/ui-bg_glass_55_9fc569_1x400.png"
|
|
677
|
+
data-name="1.8.0"
|
|
678
|
+
data-skip-pjax="true"
|
|
679
|
+
rel="nofollow"
|
|
680
|
+
class="js-navigation-open select-menu-item-text css-truncate-target"
|
|
681
|
+
title="1.8.0">1.8.0</a>
|
|
682
|
+
</div> <!-- /.select-menu-item -->
|
|
683
|
+
<div class="select-menu-item js-navigation-item ">
|
|
684
|
+
<span class="select-menu-item-icon octicon octicon-check"></span>
|
|
685
|
+
<a href="/AppScale/appscale/tree/1.7.0/AppDashboard/static/css/supr-theme/images/ui-bg_glass_55_9fc569_1x400.png"
|
|
686
|
+
data-name="1.7.0"
|
|
687
|
+
data-skip-pjax="true"
|
|
688
|
+
rel="nofollow"
|
|
689
|
+
class="js-navigation-open select-menu-item-text css-truncate-target"
|
|
690
|
+
title="1.7.0">1.7.0</a>
|
|
691
|
+
</div> <!-- /.select-menu-item -->
|
|
692
|
+
<div class="select-menu-item js-navigation-item ">
|
|
693
|
+
<span class="select-menu-item-icon octicon octicon-check"></span>
|
|
694
|
+
<a href="/AppScale/appscale/tree/1.6.9/AppDashboard/static/css/supr-theme/images/ui-bg_glass_55_9fc569_1x400.png"
|
|
695
|
+
data-name="1.6.9"
|
|
696
|
+
data-skip-pjax="true"
|
|
697
|
+
rel="nofollow"
|
|
698
|
+
class="js-navigation-open select-menu-item-text css-truncate-target"
|
|
699
|
+
title="1.6.9">1.6.9</a>
|
|
700
|
+
</div> <!-- /.select-menu-item -->
|
|
701
|
+
<div class="select-menu-item js-navigation-item ">
|
|
702
|
+
<span class="select-menu-item-icon octicon octicon-check"></span>
|
|
703
|
+
<a href="/AppScale/appscale/tree/1.6.8/AppDashboard/static/css/supr-theme/images/ui-bg_glass_55_9fc569_1x400.png"
|
|
704
|
+
data-name="1.6.8"
|
|
705
|
+
data-skip-pjax="true"
|
|
706
|
+
rel="nofollow"
|
|
707
|
+
class="js-navigation-open select-menu-item-text css-truncate-target"
|
|
708
|
+
title="1.6.8">1.6.8</a>
|
|
709
|
+
</div> <!-- /.select-menu-item -->
|
|
710
|
+
<div class="select-menu-item js-navigation-item ">
|
|
711
|
+
<span class="select-menu-item-icon octicon octicon-check"></span>
|
|
712
|
+
<a href="/AppScale/appscale/tree/1.6.7/AppDashboard/static/css/supr-theme/images/ui-bg_glass_55_9fc569_1x400.png"
|
|
713
|
+
data-name="1.6.7"
|
|
714
|
+
data-skip-pjax="true"
|
|
715
|
+
rel="nofollow"
|
|
716
|
+
class="js-navigation-open select-menu-item-text css-truncate-target"
|
|
717
|
+
title="1.6.7">1.6.7</a>
|
|
718
|
+
</div> <!-- /.select-menu-item -->
|
|
719
|
+
<div class="select-menu-item js-navigation-item ">
|
|
720
|
+
<span class="select-menu-item-icon octicon octicon-check"></span>
|
|
721
|
+
<a href="/AppScale/appscale/tree/1.6.6/AppDashboard/static/css/supr-theme/images/ui-bg_glass_55_9fc569_1x400.png"
|
|
722
|
+
data-name="1.6.6"
|
|
723
|
+
data-skip-pjax="true"
|
|
724
|
+
rel="nofollow"
|
|
725
|
+
class="js-navigation-open select-menu-item-text css-truncate-target"
|
|
726
|
+
title="1.6.6">1.6.6</a>
|
|
727
|
+
</div> <!-- /.select-menu-item -->
|
|
728
|
+
<div class="select-menu-item js-navigation-item ">
|
|
729
|
+
<span class="select-menu-item-icon octicon octicon-check"></span>
|
|
730
|
+
<a href="/AppScale/appscale/tree/1.6.5/AppDashboard/static/css/supr-theme/images/ui-bg_glass_55_9fc569_1x400.png"
|
|
731
|
+
data-name="1.6.5"
|
|
732
|
+
data-skip-pjax="true"
|
|
733
|
+
rel="nofollow"
|
|
734
|
+
class="js-navigation-open select-menu-item-text css-truncate-target"
|
|
735
|
+
title="1.6.5">1.6.5</a>
|
|
736
|
+
</div> <!-- /.select-menu-item -->
|
|
737
|
+
<div class="select-menu-item js-navigation-item ">
|
|
738
|
+
<span class="select-menu-item-icon octicon octicon-check"></span>
|
|
739
|
+
<a href="/AppScale/appscale/tree/1.6.4/AppDashboard/static/css/supr-theme/images/ui-bg_glass_55_9fc569_1x400.png"
|
|
740
|
+
data-name="1.6.4"
|
|
741
|
+
data-skip-pjax="true"
|
|
742
|
+
rel="nofollow"
|
|
743
|
+
class="js-navigation-open select-menu-item-text css-truncate-target"
|
|
744
|
+
title="1.6.4">1.6.4</a>
|
|
745
|
+
</div> <!-- /.select-menu-item -->
|
|
746
|
+
<div class="select-menu-item js-navigation-item ">
|
|
747
|
+
<span class="select-menu-item-icon octicon octicon-check"></span>
|
|
748
|
+
<a href="/AppScale/appscale/tree/1.6.3/AppDashboard/static/css/supr-theme/images/ui-bg_glass_55_9fc569_1x400.png"
|
|
749
|
+
data-name="1.6.3"
|
|
750
|
+
data-skip-pjax="true"
|
|
751
|
+
rel="nofollow"
|
|
752
|
+
class="js-navigation-open select-menu-item-text css-truncate-target"
|
|
753
|
+
title="1.6.3">1.6.3</a>
|
|
754
|
+
</div> <!-- /.select-menu-item -->
|
|
755
|
+
</div>
|
|
756
|
+
|
|
757
|
+
<div class="select-menu-no-results">Nothing to show</div>
|
|
758
|
+
</div> <!-- /.select-menu-list -->
|
|
759
|
+
|
|
760
|
+
</div> <!-- /.select-menu-modal -->
|
|
761
|
+
</div> <!-- /.select-menu-modal-holder -->
|
|
762
|
+
</div> <!-- /.select-menu -->
|
|
763
|
+
|
|
764
|
+
<div class="button-group right">
|
|
765
|
+
<a href="/AppScale/appscale/find/master"
|
|
766
|
+
class="js-show-file-finder minibutton empty-icon tooltipped tooltipped-s"
|
|
767
|
+
data-pjax
|
|
768
|
+
data-hotkey="t"
|
|
769
|
+
aria-label="Quickly jump between files">
|
|
770
|
+
<span class="octicon octicon-list-unordered"></span>
|
|
771
|
+
</a>
|
|
772
|
+
<button aria-label="Copy to clipboard" class="js-zeroclipboard minibutton zeroclipboard-button" data-clipboard-text="AppDashboard/static/css/supr-theme/images/ui-bg_glass_55_9fc569_1x400.png" data-copied-hint="Copied!" type="button"><span class="octicon octicon-clippy"></span></button>
|
|
773
|
+
</div>
|
|
774
|
+
|
|
775
|
+
<div class="breadcrumb">
|
|
776
|
+
<span class='repo-root js-repo-root'><span itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb"><a href="/AppScale/appscale" class="" data-branch="master" data-direction="back" data-pjax="true" itemscope="url"><span itemprop="title">appscale</span></a></span></span><span class="separator"> / </span><span itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb"><a href="/AppScale/appscale/tree/master/AppDashboard" class="" data-branch="master" data-direction="back" data-pjax="true" itemscope="url"><span itemprop="title">AppDashboard</span></a></span><span class="separator"> / </span><span itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb"><a href="/AppScale/appscale/tree/master/AppDashboard/static" class="" data-branch="master" data-direction="back" data-pjax="true" itemscope="url"><span itemprop="title">static</span></a></span><span class="separator"> / </span><span itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb"><a href="/AppScale/appscale/tree/master/AppDashboard/static/css" class="" data-branch="master" data-direction="back" data-pjax="true" itemscope="url"><span itemprop="title">css</span></a></span><span class="separator"> / </span><span itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb"><a href="/AppScale/appscale/tree/master/AppDashboard/static/css/supr-theme" class="" data-branch="master" data-direction="back" data-pjax="true" itemscope="url"><span itemprop="title">supr-theme</span></a></span><span class="separator"> / </span><span itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb"><a href="/AppScale/appscale/tree/master/AppDashboard/static/css/supr-theme/images" class="" data-branch="master" data-direction="back" data-pjax="true" itemscope="url"><span itemprop="title">images</span></a></span><span class="separator"> / </span><strong class="final-path">ui-bg_glass_55_9fc569_1x400.png</strong>
|
|
777
|
+
</div>
|
|
778
|
+
</div>
|
|
779
|
+
|
|
780
|
+
|
|
781
|
+
<div class="commit file-history-tease">
|
|
782
|
+
<div class="file-history-tease-header">
|
|
783
|
+
<img alt="" class="avatar" height="24" src="https://2.gravatar.com/avatar/b0634139d837efabd6f722f4dc060630?d=https%3A%2F%2Fassets-cdn.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png&r=x&s=140" width="24" />
|
|
784
|
+
<span class="author"><span>root</span></span>
|
|
785
|
+
<time datetime="2013-04-15T21:33:51Z" is="relative-time">Apr 15, 2013</time>
|
|
786
|
+
<div class="commit-title">
|
|
787
|
+
<a href="/AppScale/appscale/commit/821622c0cefd8d953edc1b5104f0ac15f43325d5" class="message" data-pjax="true" title="mv AppLoadBalancer/public/ AppDashboard/static">mv AppLoadBalancer/public/ AppDashboard/static</a>
|
|
788
|
+
</div>
|
|
789
|
+
</div>
|
|
790
|
+
|
|
791
|
+
<div class="participation">
|
|
792
|
+
<p class="quickstat">
|
|
793
|
+
<a href="#blob_contributors_box" rel="facebox">
|
|
794
|
+
<strong>0</strong>
|
|
795
|
+
contributors
|
|
796
|
+
</a>
|
|
797
|
+
</p>
|
|
798
|
+
|
|
799
|
+
</div>
|
|
800
|
+
<div id="blob_contributors_box" style="display:none">
|
|
801
|
+
<h2 class="facebox-header">Users who have contributed to this file</h2>
|
|
802
|
+
<ul class="facebox-user-list">
|
|
803
|
+
</ul>
|
|
804
|
+
</div>
|
|
805
|
+
</div>
|
|
806
|
+
|
|
807
|
+
<div class="file-box">
|
|
808
|
+
<div class="file">
|
|
809
|
+
<div class="meta clearfix">
|
|
810
|
+
<div class="info file-name">
|
|
811
|
+
<span>0.133 kb</span>
|
|
812
|
+
</div>
|
|
813
|
+
<div class="actions">
|
|
814
|
+
<div class="button-group">
|
|
815
|
+
<a href="/AppScale/appscale/raw/master/AppDashboard/static/css/supr-theme/images/ui-bg_glass_55_9fc569_1x400.png" class="minibutton " id="raw-url">Raw</a>
|
|
816
|
+
<a href="/AppScale/appscale/commits/master/AppDashboard/static/css/supr-theme/images/ui-bg_glass_55_9fc569_1x400.png" class="minibutton " rel="nofollow">History</a>
|
|
817
|
+
</div><!-- /.button-group -->
|
|
818
|
+
|
|
819
|
+
|
|
820
|
+
|
|
821
|
+
<a class="octicon-button danger disabled tooltipped tooltipped-w" href="#"
|
|
822
|
+
aria-label="You must be signed in to make or propose changes">
|
|
823
|
+
<span class="octicon octicon-trashcan"></span>
|
|
824
|
+
</a>
|
|
825
|
+
</div><!-- /.actions -->
|
|
826
|
+
</div>
|
|
827
|
+
|
|
828
|
+
|
|
829
|
+
<div class="blob-wrapper data type-text">
|
|
830
|
+
<div class="image">
|
|
831
|
+
<span class="border-wrap"><img src="https://raw.githubusercontent.com/AppScale/appscale/master/AppDashboard/static/css/supr-theme/images/ui-bg_glass_55_9fc569_1x400.png" alt="ui-bg_glass_55_9fc569_1x400.png"></span>
|
|
832
|
+
</div>
|
|
833
|
+
</div>
|
|
834
|
+
|
|
835
|
+
</div>
|
|
836
|
+
</div>
|
|
837
|
+
|
|
838
|
+
<a href="#jump-to-line" rel="facebox[.linejump]" data-hotkey="l" style="display:none">Jump to Line</a>
|
|
839
|
+
<div id="jump-to-line" style="display:none">
|
|
840
|
+
<form accept-charset="UTF-8" class="js-jump-to-line-form">
|
|
841
|
+
<input class="linejump-input js-jump-to-line-field" type="text" placeholder="Jump to line…" autofocus>
|
|
842
|
+
<button type="submit" class="button">Go</button>
|
|
843
|
+
</form>
|
|
844
|
+
</div>
|
|
845
|
+
|
|
846
|
+
</div>
|
|
847
|
+
|
|
848
|
+
</div><!-- /.repo-container -->
|
|
849
|
+
<div class="modal-backdrop"></div>
|
|
850
|
+
</div><!-- /.container -->
|
|
851
|
+
</div><!-- /.site -->
|
|
852
|
+
|
|
853
|
+
|
|
854
|
+
</div><!-- /.wrapper -->
|
|
855
|
+
|
|
856
|
+
<div class="container">
|
|
857
|
+
<div class="site-footer" role="contentinfo">
|
|
858
|
+
<ul class="site-footer-links right">
|
|
859
|
+
<li><a href="https://status.github.com/">Status</a></li>
|
|
860
|
+
<li><a href="https://developer.github.com">API</a></li>
|
|
861
|
+
<li><a href="http://training.github.com">Training</a></li>
|
|
862
|
+
<li><a href="http://shop.github.com">Shop</a></li>
|
|
863
|
+
<li><a href="/blog">Blog</a></li>
|
|
864
|
+
<li><a href="/about">About</a></li>
|
|
865
|
+
|
|
866
|
+
</ul>
|
|
867
|
+
|
|
868
|
+
<a href="/" aria-label="Homepage">
|
|
869
|
+
<span class="mega-octicon octicon-mark-github" title="GitHub"></span>
|
|
870
|
+
</a>
|
|
871
|
+
|
|
872
|
+
<ul class="site-footer-links">
|
|
873
|
+
<li>© 2014 <span title="0.03451s from github-fe124-cp1-prd.iad.github.net">GitHub</span>, Inc.</li>
|
|
874
|
+
<li><a href="/site/terms">Terms</a></li>
|
|
875
|
+
<li><a href="/site/privacy">Privacy</a></li>
|
|
876
|
+
<li><a href="/security">Security</a></li>
|
|
877
|
+
<li><a href="/contact">Contact</a></li>
|
|
878
|
+
</ul>
|
|
879
|
+
</div><!-- /.site-footer -->
|
|
880
|
+
</div><!-- /.container -->
|
|
881
|
+
|
|
882
|
+
|
|
883
|
+
<div class="fullscreen-overlay js-fullscreen-overlay" id="fullscreen_overlay">
|
|
884
|
+
<div class="fullscreen-container js-suggester-container">
|
|
885
|
+
<div class="textarea-wrap">
|
|
886
|
+
<textarea name="fullscreen-contents" id="fullscreen-contents" class="fullscreen-contents js-fullscreen-contents js-suggester-field" placeholder=""></textarea>
|
|
887
|
+
</div>
|
|
888
|
+
</div>
|
|
889
|
+
<div class="fullscreen-sidebar">
|
|
890
|
+
<a href="#" class="exit-fullscreen js-exit-fullscreen tooltipped tooltipped-w" aria-label="Exit Zen Mode">
|
|
891
|
+
<span class="mega-octicon octicon-screen-normal"></span>
|
|
892
|
+
</a>
|
|
893
|
+
<a href="#" class="theme-switcher js-theme-switcher tooltipped tooltipped-w"
|
|
894
|
+
aria-label="Switch themes">
|
|
895
|
+
<span class="octicon octicon-color-mode"></span>
|
|
896
|
+
</a>
|
|
897
|
+
</div>
|
|
898
|
+
</div>
|
|
899
|
+
|
|
900
|
+
|
|
901
|
+
|
|
902
|
+
<div id="ajax-error-message" class="flash flash-error">
|
|
903
|
+
<span class="octicon octicon-alert"></span>
|
|
904
|
+
<a href="#" class="octicon octicon-x flash-close js-ajax-error-dismiss" aria-label="Dismiss error"></a>
|
|
905
|
+
Something went wrong with that request. Please try again.
|
|
906
|
+
</div>
|
|
907
|
+
|
|
908
|
+
|
|
909
|
+
<script crossorigin="anonymous" src="https://assets-cdn.github.com/assets/frameworks-2d727fed4d969b14b28165c75ad12d7dddd56c0198fa70cedc3fdad7ac395b2c.js" type="text/javascript"></script>
|
|
910
|
+
<script async="async" crossorigin="anonymous" src="https://assets-cdn.github.com/assets/github-f82405eac9208116886d504ad90a85513ea8de114d676a6cf7f35aaa497cb974.js" type="text/javascript"></script>
|
|
911
|
+
|
|
912
|
+
|
|
913
|
+
</body>
|
|
914
|
+
</html>
|
|
915
|
+
|