Commit Graph

25 Commits

Author SHA1 Message Date
9dc85805e3 Remove config.json 2024-03-15 17:12:41 -05:00
75ffee63c5 Add --disable-matrix flag for testing (fix #19) 2024-03-15 15:57:32 -05:00
bce75062cf Format main.go 2024-03-14 11:50:53 -05:00
72c5467ae2 Make handler() send more status messages over Matrix (fix #14) 2024-03-11 17:55:13 -05:00
841dda8f8f Fix Matrix bot replying to old commands on program launch (fix #11) 2024-03-11 17:43:24 -05:00
818e95c33f Add Site structure (and convert helper functions to methods) (fix #17) 2024-03-11 17:19:10 -05:00
fef65ea991 Don't give updateSite() a clone url 2024-03-11 15:52:49 -05:00
541fb1ca99 Fix cloning down new repositories (fix #12) 2024-03-10 23:13:43 -05:00
5928a0a1d6 Increase wait between message queue scans (fix #12) 2024-03-10 22:52:07 -05:00
714380477e Add \'servers\' matrix command (fix #10) 2024-03-10 22:40:45 -05:00
b07e9a78d8 Add getAllSites() function to sites.go 2024-03-10 22:19:25 -05:00
8c52e842b0 Rename servers -> sites (startAllServers -> startAllSites) 2024-03-10 22:10:00 -05:00
a20a44dd17 Matrix chatcommands 2024-03-10 22:05:15 -05:00
16e20f496b Matrix notifications (fix #3) 2024-03-10 21:22:05 -05:00
7ff174fab9 Matrix notifications (WIP #3) 2024-03-10 17:21:27 -05:00
b6b7357676 Start all sites on program launch (fix #8) 2024-03-10 14:06:10 -05:00
260df0914a Add 'port' configuration option (fix #7) 2024-03-08 15:55:13 -06:00
cc458e6381 Add package comment to deploy_error.go 2024-03-08 15:50:54 -06:00
6e4109cfd5 Allow passing in a configuration file with argparse (fix #6) 2024-03-08 15:50:30 -06:00
428cedeb45 Split up code into multiple files (fix #4) 2024-03-08 15:36:11 -06:00
a58eb557ab Add configuration file (fix #5) 2024-03-08 15:16:33 -06:00
afcbcdd1a7 Restart lapis server on receiving a webhook (fix #2) 2024-03-08 14:51:58 -06:00
a9e390bba4 Pull down repository on receiving a webhook! (+ basic error checking) 2024-03-07 22:37:09 -06:00
ce97b93a78 Base webhoo receiver 2024-03-07 16:43:06 -06:00
f32ed715c3 Init commit 2024-03-07 15:11:25 -06:00