Elara Elara6331
Elara6331 pushed to master at lure/lure 2023-01-11 22:14:34 +00:00
0144ad17d9 Move database open code into internal/db
ddd9d1d63d Add languages to overrides
Compare 2 commits »
Elara6331 pushed to master at lure/lure 2023-01-11 21:03:45 +00:00
0cb23911cf Fix lure target dependencies in Makefile
Elara6331 pushed to master at Elara6331/lemmy-reply-bot 2023-01-10 00:13:24 +00:00
1395fab5cc Run go mod tidy
Elara6331 pushed to master at Elara6331/lemmy-reply-bot 2023-01-10 00:10:57 +00:00
e254fb2ce1 Update example to template
Elara6331 pushed to master at Elara6331/lemmy-reply-bot 2023-01-10 00:10:08 +00:00
37f8a252ef Switch from variable expansion to templates
Elara6331 pushed to master at Elara6331/lemmy-reply-bot 2023-01-09 20:55:55 +00:00
4b7023fdf4 Update go-lemmy library
Elara6331 pushed to master at Elara6331/go-lemmy 2023-01-09 20:54:22 +00:00
c0aced05f0 Add WebSocket reconnects
Elara6331 pushed to master at Elara6331/go-lemmy 2023-01-08 08:47:37 +00:00
f7d3dab036 Move examples to examples directory
Elara6331 pushed to master at Elara6331/lemmy-reply-bot 2023-01-07 23:32:37 +00:00
15bb7754d4 Update go-lemmy library
Elara6331 pushed tag v0.16.7 to Elara6331/go-lemmy 2023-01-07 23:25:44 +00:00
Elara6331 pushed to master at Elara6331/go-lemmy 2023-01-07 23:25:21 +00:00
d4c5776790 Replace panics with error logs
Elara6331 pushed to master at Elara6331/go-lemmy 2023-01-07 23:15:51 +00:00
6465ee25bc Add generation instructions to README
Elara6331 pushed to master at Elara6331/go-lemmy 2023-01-07 23:05:43 +00:00
9788468c0a Add comments containing source file to generated files
Elara6331 pushed to master at Elara6331/go-lemmy 2023-01-07 22:54:08 +00:00
6f5a84c24b Add special case for 'Crud', and transform enum and struct type names
Elara6331 pushed to master at Elara6331/go-lemmy 2023-01-07 22:48:25 +00:00
2e4f4281de Merge branch 'master' of ssh://192.168.100.62:2222/Arsen6331/go-lemmy
b32e07b887 Regenerate code
862bcd5164 Add special cases for 'jwt' and 'crud'
8e0208dec2 Add header comment to generated files
Compare 4 commits »
Elara6331 pushed to master at Elara6331/go-lemmy 2023-01-06 02:58:39 +00:00
e5092d3898 Update 'go.mod'
Elara6331 pushed to master at Elara6331/lemmy-reply-bot 2023-01-05 22:01:35 +00:00
404c485a6d Update go-lemmy library
Elara6331 pushed to master at Elara6331/go-lemmy 2023-01-05 21:46:11 +00:00
754cfa602c Remove debug code
Elara6331 pushed to master at Elara6331/go-lemmy 2023-01-05 21:42:26 +00:00
0942490238 Add new LemmyTime type and remove omitempty from json tag
Elara6331 pushed to master at Elara6331/go-lemmy 2023-01-05 21:17:13 +00:00
4ecce09b73 Add Operation interface