-
Notifications
You must be signed in to change notification settings - Fork 24
/
MANIFEST
189 lines (189 loc) · 5.02 KB
/
MANIFEST
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
.perltidyrc
bin/smolder
bin/smolder_smoke_signal
bin/smolderctl
Build.PL
Changes
hackathon_todo.txt
htdocs/images/arrow-desc.gif
htdocs/images/boxed-bg-bottom.png
htdocs/images/boxed-bg-right.png
htdocs/images/calendar.gif
htdocs/images/down.gif
htdocs/images/error_overlay.png
htdocs/images/favicon.ico
htdocs/images/grid.png
htdocs/images/h2_bg.gif
htdocs/images/h3_bg.gif
htdocs/images/header2_bg.gif
htdocs/images/icon.png
htdocs/images/indicator.gif
htdocs/images/info.png
htdocs/images/nav-left-bg.gif
htdocs/images/new.png
htdocs/images/no_graph_data.png
htdocs/images/required.png
htdocs/images/rss.png
htdocs/images/smolder_large_bg.png
htdocs/images/smolder_small_no_text.png
htdocs/images/smolder_text.png
htdocs/images/square_icon.png
htdocs/images/sub_menu_bg-over.gif
htdocs/images/sub_menu_bg.gif
htdocs/images/tutorial/admin/developers_submenu.jpg
htdocs/images/tutorial/admin/project_admins.jpg
htdocs/images/tutorial/admin/projects_submenu.jpg
htdocs/images/up.gif
htdocs/images/warning.png
htdocs/js/outside_libraries.js
htdocs/js/smolder.js
htdocs/robots.txt
htdocs/style/email.css
htdocs/style/style.css
htdocs/style/tapmatrix.css
lib/Smolder.pm
lib/Smolder/AuthHandler.pm
lib/Smolder/AuthInfo.pm
lib/Smolder/Build.pm
lib/Smolder/Conf.pm
lib/Smolder/Constraints.pm
lib/Smolder/Control.pm
lib/Smolder/Control/Admin.pm
lib/Smolder/Control/Admin/Developers.pm
lib/Smolder/Control/Admin/Projects.pm
lib/Smolder/Control/Developer.pm
lib/Smolder/Control/Developer/Prefs.pm
lib/Smolder/Control/Graphs.pm
lib/Smolder/Control/Projects.pm
lib/Smolder/Control/Public.pm
lib/Smolder/Control/Public/Auth.pm
lib/Smolder/DB.pm
lib/Smolder/DB/Developer.pm
lib/Smolder/DB/Preference.pm
lib/Smolder/DB/Project.pm
lib/Smolder/DB/ProjectDeveloper.pm
lib/Smolder/DB/SmokeReport.pm
lib/Smolder/DB/TestFile.pm
lib/Smolder/DB/TestFileComment.pm
lib/Smolder/DB/TestFileResult.pm
lib/Smolder/Debug.pm
lib/Smolder/Dispatch.pm
lib/Smolder/Email.pm
lib/Smolder/Manual.pm
lib/Smolder/Mech.pm
lib/Smolder/Redirect.pm
lib/Smolder/Server.pm
lib/Smolder/Server/Control.pm
lib/Smolder/Server/PreFork.pm
lib/Smolder/TAPHTMLMatrix.pm
lib/Smolder/TestData.pm
lib/Smolder/TestScript.pm
lib/Smolder/Upgrade.pm
lib/Smolder/Upgrade/V0_1.pm
lib/Smolder/Upgrade/V0_3.pm
lib/Smolder/Upgrade/V1_1.pm
lib/Smolder/Upgrade/V1_21.pm
lib/Smolder/Upgrade/V1_24.pm
lib/Smolder/Upgrade/V1_30.pm
lib/Smolder/Upgrade/V1_37.pm
lib/Smolder/Upgrade/V1_50.pm
lib/Smolder/Util.pm
LICENSE
MANIFEST This list of files
MANIFEST.SKIP
META.yml
sql/db_version.sql
sql/developer.sql
sql/preference.sql
sql/project.sql
sql/project_developer.sql
sql/smoke_report.sql
sql/test_file.sql
sql/test_file_comment.sql
sql/test_file_result.sql
sql/upgrade/V0_3.sql
sql/upgrade/V1_1.sql
sql/upgrade/V1_21.sql
sql/upgrade/V1_24.sql
sql/upgrade/V1_37.sql
sql/upgrade/V1_50.sql
t/admin.t
t/admin_devs.t
t/admin_projs.t
t/authinfo.t
t/conf.t
t/constraints.t
t/data/test_run_bad.tar
t/data/test_run_bad.tar.gz
t/data/test_run_bad_yml.tar.gz
t/data/test_run_good.tar.gz
t/data/test_run_good_yml.tar.gz
t/db-developer.t
t/db-pref.t
t/db-proj_dev.t
t/db-project.t
t/db-smoke_test.t
t/dev_prefs.t
t/developer.t
t/graphs.t
t/proj_admin.t
t/proj_auth.t
t/projects.t
t/public.t
t/public_auth.t
t/smoke_signal.t
t/util.t
templates/Admin/Developers/add.tmpl
templates/Admin/Developers/add_edit_msgs.tmpl
templates/Admin/Developers/details.tmpl
templates/Admin/Developers/edit.tmpl
templates/Admin/Developers/list.tmpl
templates/Admin/Developers/list_table.tmpl
templates/Admin/Projects/add.tmpl
templates/Admin/Projects/add_edit_msgs.tmpl
templates/Admin/Projects/details.tmpl
templates/Admin/Projects/devs.tmpl
templates/Admin/Projects/list.tmpl
templates/Admin/Projects/list_table.tmpl
templates/Admin/welcome.tmpl
templates/Developer/Prefs/change_pw.tmpl
templates/Developer/Prefs/pref_form.tmpl
templates/Developer/Prefs/show.tmpl
templates/Developer/welcome.tmpl
templates/Email/forgot_pw.tmpl
templates/Email/reset_pw.tmpl
templates/Email/smoke_report_full.tmpl
templates/Email/smoke_report_link.tmpl
templates/Email/smoke_report_summary.tmpl
templates/Email/wrapper.tmpl
templates/error_message.tmpl
templates/form_header.tmpl
templates/Graphs/start.tmpl
templates/nav.tmpl
templates/Projects/add_report.tmpl
templates/Projects/admin_settings.tmpl
templates/Projects/admin_settings_form.tmpl
templates/Projects/admin_settings_tags.tmpl
templates/Projects/details.tmpl
templates/Projects/public.tmpl
templates/Projects/show_all.tmpl
templates/Projects/smoke_report.tmpl
templates/Projects/smoke_report_details.tmpl
templates/Projects/smoke_reports.tmpl
templates/Projects/smoke_reports_nav.tmpl
templates/Projects/tap.tmpl
templates/Projects/test_file_history.tmpl
templates/Public/admin_tutorial.tmpl
templates/Public/Auth/forbidden.tmpl
templates/Public/Auth/forgot_pw.tmpl
templates/Public/Auth/login.tmpl
templates/Public/Auth/show_logout.tmpl
templates/Public/Auth/timeout.tmpl
templates/Public/developer_tutorial.tmpl
templates/Public/error.tmpl
templates/Public/not_found.tmpl
templates/Public/welcome.tmpl
templates/TAP/full_report.tmpl
templates/TAP/individual_test.tmpl
templates/wrapper.tmpl
TODO