aboutsummaryrefslogtreecommitdiff
path: root/templates/repo/details.html
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2020-06-22 06:23:04 +0200
committerKatharina Fey <kookie@spacekookie.de>2020-06-22 06:23:04 +0200
commite30713b84bc9e66f7a8e8d2f51e953472cac28e4 (patch)
tree3098b1c77a978dcad0c828f57386d1c8999aa26b /templates/repo/details.html
parent84a9a0ccee713e26a28ff5e54ea3776085d93b5f (diff)
Committing all the libgit2 progress before throwing it away
I don't think libgit2 is the way forward to make any of this work. There's so much work involved in parsing the git k-v store, and the library itself is essentially of zero help for most of the heavy lifting.
Diffstat (limited to '')
-rw-r--r--templates/repo/details.html85
1 files changed, 1 insertions, 84 deletions
diff --git a/templates/repo/details.html b/templates/repo/details.html
index 6a13a77..46bf9b6 100644
--- a/templates/repo/details.html
+++ b/templates/repo/details.html
@@ -39,94 +39,11 @@
<td>{{ c.message }}</td>
<td>{{ c.author }}</td>
<td>{{ c.date }}</td>
+ <td>+{{ c.diff.0 }}/ -{{ c.diff.1 }}
</tr>
{% endfor %}
</tbody>
</table>
-<div class="details-grid">
- <h3>Branch</h3>
- <h3>Commit message</h3>
- <h3>Author</h3>
- <h3 class="details-span">Date</h3>
-
- <a href="">fn-verify-9324832</a>
- <a href="">Updating to actix 2.0.0 and adding 404 handler</a>
- <p>Katharina Fey</p>
- <p class="details-span">5 months ago</p>
-
- <a href="">master</a>
- <a href="">Rebuilding the entire htlm and css styles</a>
- <p>Katharina Fey</p>
- <p class="details-span">18 hours ago</p>
-
- <!-- Switch to last commits -->
- <h3>Commit Hash</h3>
- <h3>Commit message</h3>
- <h3>Author</h3>
- <h3>Date</h3>
- <h3>Lines</h3>
-
- <a href="">270cb70</a>
- <a href="">Rebuilding the entire htlm and css stiles</a>
- <p>Katharina Fey</p>
- <p>19 hours ago</p>
- <p>-214/+75</p>
-
- <a href="">5db4c57</a>
- <a href="">Updating to actix 2.0.0 and adding 404 handler</a>
- <p>Katharina Fey</p>
- <p>2020-01-23</p>
- <p>-610/+455</p>
-
- <a href="">5e16c64</a>
- <a href="">Adding project documentation and roadmap planning</a>
- <p>Katharina Fey</p>
- <p>2020-01-23</p>
- <p>-3/+61</p>
-
- <a href="">8b38bdd</a>
- <a href="">data: adding a small wrapper around libgit2</a>
- <p>Katharina Fey</p>
- <p>2019-12-29</p>
- <p>-36/+32</p>
-
- <a href="">c896fcd</a>
- <a href="">material-ish design with gitea-style tabs</a>
- <p>Milan PƤssler</p>
- <p>2019-12-29</p>
- <p>-102/+169</p>
-
- <a href="">f2f49bb</a>
- <a href="">material-ish design with gitea-style tabs</a>
- <p>Milan PƤssler</p>
- <p>2019-12-29</p>
- <p>-1/+2</p>
-
- <a href="">4be56ee</a>
- <a href="">Adding a small limgit2 example usage</a>
- <p>Katharina Fey</p>
- <p>2019-12-29</p>
- <p>-2/+17</p>
-
- <a href="">81ae20b</a>
- <a href="">Refactoring basic project structure</a>
- <p>Katharina Fey</p>
- <p>2019-12-28</p>
- <p>-76/+209</p>
-
- <a href="">baf496a</a>
- <a href="">initial styling</a>
- <p>Milan PƤssler</p>
- <p>2019-12-13</p>
- <p>-38/+149</p>
-
- <a href="">d43a02e</a>
- <a href="">Adding AGPL-3.0 license</a>
- <p>Katharina Fey</p>
- <p>2019-12-10</p>
- <p>-0/+661</p>
-</div>
-
{% endblock %}