1
0
mirror of https://github.com/velour/catbase.git synced 2025-04-03 19:51:42 +00:00

22 Commits

Author SHA1 Message Date
Chris Sexton
16b094ca22 web: refactor and convert secrets 2024-02-27 14:29:54 -05:00
7ba9d94ac2 counter: add api, bot: change routes
* many routes changed by adding the chi router
* counter has an authenticated API to increment and decrement
2021-07-28 11:41:01 -04:00
8f391ee7bc git: refactor 2021-02-04 08:17:50 -05:00
c4605cfb77 git: don't unfurl links 2021-01-09 16:58:18 -05:00
bbf5b27790 web: remove go template dependency
All vue pages now request `/nav` to get a JSON array of navigation
instead of relying on the Go template to have the nav built in. This
cleans up all of the crufty `{{ "{{ thing }}" }}` that was making it
hard to wriet vue.

This also paves the way to using the new Go resource embedding so that
the pages don't need to be wrapped in Go files.
2021-01-09 13:46:28 -05:00
f57487868a github: fix commenter fields 2020-11-22 14:04:59 -05:00
7b98da6286 github: convert filter to array 2020-11-14 08:35:36 -05:00
05ba571f34 github: fix github event URLs and owners 2020-11-09 03:34:40 -05:00
910b28666b github: add issue events 2020-11-08 11:55:13 -05:00
72da1d3c78 git: order gitea commits 2019-11-29 11:10:59 -05:00
6e66498d25 git: add filter for branches on github 2019-11-26 17:53:11 -05:00
3a4d69bae0 git: move icons to each commit/event 2019-11-04 08:19:51 -05:00
7f5f62d04a git: fix icon 2019-11-03 08:27:50 -05:00
97ca444df9 git: don't show empty changeset 2019-11-03 08:10:01 -05:00
d1149e7022 git: actually do the thing 2019-11-03 07:59:53 -05:00
6ada638968 git: add icons
Also break services out into individual files
2019-11-03 07:47:45 -05:00
8d74baddba git: fix gitea formatting 2019-11-02 18:21:40 -04:00
f1f5fb3c12 git: add nicer repo addition & gitea support
Also added an `!unset` command for configurations.
2019-10-26 17:43:31 -04:00
6a332bcd8e gitlab: fix event URL 2019-10-26 15:40:49 -04:00
6393d8bb22 git: change message formatting 2019-10-26 15:40:49 -04:00
686ba1d662 git: only respond to PR opened event
Probably will need to check this on other events too.
2019-10-26 15:40:49 -04:00
2694463964 git: add git hook support for github & gitlab 2019-10-26 15:40:49 -04:00