-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtests.html
More file actions
104 lines (85 loc) · 2.5 KB
/
tests.html
File metadata and controls
104 lines (85 loc) · 2.5 KB
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="test.css">
<title>List of tests</title>
</head>
<body>
<header>
<div class="content">
<h1><a class="homelink" href="/">Postsai</a></h1>
<h2>The Commit Database</h2>
<a class="button" href="https://github.com/postsai/postsai">GitHub</a>
<a class="button" href="https://arianne-project.org/postsai/query.html?date=month">Demo</a>
<a class="button download" href="https://github.com/postsai/postsai/releases/download/v0.9.7/postsai-0.9.7.zip">Download</a>
</div>
</header>
<div class="content">
<section>
<h3>List of tests</h3>
<br>
<table class="table table-bordered">
<tr class="th">
<th>#</th>
<th>Name</th>
<th>Purpose</th>
<th>Status</th>
</tr>
<tr>
<td><a href="test001-installation.html">001</a></td>
<td><a href="test001-installation.html">Installation</a></td>
<td>Ensure the installation of Postsai works</td>
<td>Stable</td>
</tr>
<tr>
<td><a href="test002-replay-webhook.html">002</a></td>
<td><a href="test002-replay-webhook.html">replay-webhook</a></td>
<td>Ensure it is possible to import an existing git repository.</td>
<td>Stable</td>
</tr>
<tr>
<td><a href="test003-notify-cvs-webhook.html">003</a></td>
<td><a href="test003-notify-cvs-webhook.html">cvs-webhook</a></td>
<td>Ensure webhook invocation works from CVS repositories.</td>
<td>Stable</td>
</tr>
<tr>
<td><a href="test004-notify-webhook.html">004</a></td>
<td><a href="test004-notify-webhook.html">notify-webhook</a></td>
<td>Ensure it is possible to invoke webhooks from custom Git repositories.</td>
<td>Stable</td>
</tr>
<tr>
<td><a href="test005-replay-webhook.html">005</a></td>
<td><a href="test005-replay-webhook.html">replay-webhook</a></td>
<td>Ensure it is possible import an existing git repository.</td>
<td>Stable</td>
</tr>
<tr>
<td><a href="test006-github.html">006</a></td>
<td><a href="test006-github.html">GitHub Integration</a></td>
<td></td>
<td>TODO</td>
</tr>
<tr>
<td><a href="test007-gitlab.html">007</a></td>
<td><a href="test007-gitlab.html">GitLab Integration</a></td>
<td></td>
<td>TODO</td>
</tr>
<tr>
<td><a href="test008-sourceforge.html">008</a></td>
<td><a href="test008-sourceforge.html">SourceForge Integration</a></td>
<td></td>
<td>TODO</td>
</tr>
</table>
</section>
<footer>
(C) Copyright 2016-2017 Postsai. Postsai is released as Free and Open Source Software under MIT license.
</footer>
</div>
</body>
</html>