8e2d8025
reorder imports in diff.zig
Gregory Mullen
parent 66dc9d7a
66dc9d7a
fix commit view
Gregory Mullen
parent aa322203
aa322203
fix diff display
Gregory Mullen
parent ad5d5e0a
ad5d5e0a
add ForRow directive to template
I'm not stoked with this name, I'm also considering Iter, but it works for now
Gregory Mullen
parent 21a62792
21a62792
partial migration of diff template to typed page
Gregory Mullen
parent 360de6db
360de6db
half convert diff view to typed format
Gregory Mullen
parent fc4023db
fc4023db
add tag info to repo list
Gregory Mullen
parent 1508da9d
1508da9d
multiple files in a commit
Gregory Mullen
parent 6b9b00ab
6b9b00ab
add debugging info for post data
Gregory Mullen
parent d57802d9
d57802d9
improve gist api
Gregory Mullen
parent da804419
da804419
route /gist to default new
Gregory Mullen
parent dcd7e864
dcd7e864
add some debugging lines to routes.zig
Gregory Mullen
parent bd00a793
bd00a793
repo sort optimization
Gregory Mullen
parent 900daee3
900daee3
enable repo list sorting based on tag
Gregory Mullen
parent d750f4e7
d750f4e7
drop debugging data from git.loadTags
Gregory Mullen
parent 1ce905a7
1ce905a7
fix bug in link generation for repo tree.html
Gregory Mullen
parent 9f1c30ce
9f1c30ce
tags unpacking and /repo/{name}/tags page
If you're reading this, I'm sorry! This is a pretty trash implementation
and it leaks like a sieve. But I'm still trying to decide how hard I
want to try, to give the git internals a zero alloc API.
Gregory Mullen
parent bb85448b
bb85448b
upgrade open graph default slug
Gregory Mullen
parent dbfb26ff
dbfb26ff
read git tags
Gregory Mullen
parent 1b2dfbbd
1b2dfbbd
update readme
Gregory Mullen
parent 901d9ffc
901d9ffc
remove dead template
Gregory Mullen
parent f45d6120
f45d6120
add support for paired xor nested loops
Gregory Mullen
parent 03054a3d
03054a3d
permit const vars in template/page data
Gregory Mullen
parent 2a503da4
2a503da4
partial conversion of repo view to typed
Gregory Mullen
parent 7b8d76a2
7b8d76a2
extract git objects out into subdir
Gregory Mullen
parent cdd87310
cdd87310
update repo list to typed format
Gregory Mullen
parent 535118ef
535118ef
add repo/tags skel
Gregory Mullen
parent 1d12c06e
1d12c06e
sort endpoints
Gregory Mullen
parent 82793841
82793841
expand argv
so I don't forget which order postfix uses :D
Gregory Mullen
parent 1b5592cb
1b5592cb
add more mailer code
Gregory Mullen
parent 7a248d8b
7a248d8b
fix ws in contrib/nginx
Gregory Mullen
parent c1b217d1
c1b217d1
add mailer binary skel
Gregory Mullen
parent b16a8351
b16a8351
add exclusion message for some images
temporary notice while I decide how I want to support images
Gregory Mullen
parent 2eb15d9a
2eb15d9a
fix opengraph text for repos
Gregory Mullen
parent e60bf084
e60bf084
convert blob to typed page
Gregory Mullen
parent 9e5d7e27
9e5d7e27
move highlighting into its own file
Gregory Mullen
parent 0b892b6d
0b892b6d
enforce trailing spaces for some tests
Gregory Mullen
parent c083d4c5
c083d4c5
move Page types into subdir
Gregory Mullen
parent defa9b61
defa9b61
add runtime types for Template and Page
Gregory Mullen
parent 239c07a9
239c07a9
fix commit history browsing
Gregory Mullen
parent fe2d4e75
fe2d4e75
move function below router
Gregory Mullen
parent e29d604b
e29d604b
update type/user to newest reading format
Gregory Mullen
parent 770d6c68
770d6c68
return gist content when requested
Gregory Mullen
parent 78444a92
78444a92
allow loops to find (and print) optionals
Gregory Mullen
parent 2416c0ab
2416c0ab
added time created to gist file
Gregory Mullen
parent a5bef502
a5bef502
fixes bug that would omit fields from reused loops
Gregory Mullen
parent 0d63d18e
0d63d18e
add simple format sanitizer to bleach.zig
Gregory Mullen
parent 3a17ac4f
3a17ac4f
provide default filename for gist
Gregory Mullen
parent ef63443d
ef63443d
gist submission works
but that's about it :D
Gregory Mullen
parent f42e3a0d
f42e3a0d
compile typed verb with
Gregory Mullen
parent be3afe74
More