sermoni

"Service monitor" / cronjob status service
Log | Files | Refs

DateCommit messageAuthorFiles+-
2021-09-10 10:20fix: do not delete temp files referred to in details messageVetle Haflan1+3-4
2021-09-10 10:03feat: add a NO_DETAILS option to sermonic part of setup.shVetle Haflan1+11-2
2021-09-10 10:00refactor: use go:embed for setup scriptVetle Haflan5+13070-191
2021-08-10 16:41chore: go mod tidy and update go versionVetle Haflan2+11-3
2020-08-15 08:37CSS minifix - don't show overflowing event detailsVetle Haflan1+1-1
2020-08-06 23:45Include event title in sermonic and on website +Vetle Haflan3+6-4
2020-08-06 22:15Handle overlapping onclick listeners to make delete button workVetle Haflan1+12-3
2020-08-05 23:10Delete some outdated filesVetle Haflan4+0-359
2020-08-05 22:53Installation script that works at least for super userVetle Haflan1+162-37
2020-08-03 22:42[WIP] Work on some client scripts - to be merged into setup.shVetle Haflan6+339-83
2020-08-02 22:14Add sermonic.sh WIP (#14)Vetle Haflan2+84-3
2020-08-02 15:04Add showTokens buttons to services pageVetle Haflan1+16-8
2020-08-02 08:00Show report details on event click (#13 MVP)Vetle Haflan1+18-18
2020-08-02 07:37Minor bug and style fixesVetle Haflan4+14-10
2020-08-01 23:06Add /setup, which serves a bash script for easy service setupsVetle Haflan2+76-0
2020-06-08 21:07Use binary instead of strconv for byte <-> uint64Vetle Haflan4+18-44
2020-05-24 18:44Service deletion and minor fixesVetle Haflan8+82-19
2020-05-23 13:53Implement prettier time pickerVetle Haflan3+143-24
2020-05-22 21:06Minor modificationsVetle Haflan3+5-5
2020-05-17 19:29Add 'CGO_ENABLED=0' to build command infoVetle Haflan1+1-1
2020-05-16 15:28Add info about building in readmeVetle Haflan1+36-1
2020-05-16 14:43Small noteVetle Haflan1+1-0
2020-05-16 14:27Add support for authentication through Pass-Hash headerVetle Haflan3+62-8
2020-05-14 17:03Fix the problem with generate.shVetle Haflan2+5-4
2020-04-30 14:21Pretty timestamps and sort events by newest firstVetle Haflan1+26-3
2020-04-30 13:44Unmet expectation / 'late' event generation MVPVetle Haflan2+47-17
2020-04-29 15:20Forgot a filevh1+4-4
2020-04-29 15:11Limit number of events for a service if MaxNumberEvents is > 0vh2+20-1
2020-04-29 12:08Server-side timestampsvh2+2-2
2020-04-29 11:44Set page title and allow logoutsvh4+37-13
2020-04-20 21:36Add --no-cache to docker buildVetle Haflan1+1-1
2020-04-20 21:17Run generate.sh in CIVetle Haflan1+1-0
2020-04-19 23:57Dockerfile: Fix build breaking spelling mistakeVetle Haflan1+1-1
2020-04-19 23:39Disable CGO for a hopefully working Docker buildVetle Haflan1+4-1
2020-04-19 22:14Don't try to use mkdir in 'FROM scratch' containerVetle Haflan1+3-2
2020-04-19 21:39Add Dockerfile and attempted CI build+pushVetle Haflan2+31-0
2020-04-19 20:30More secure cookies and CSRF protectionVetle Haflan4+24-27
2020-04-15 21:17Allow passphrase and page title config with flags -pass and -titleVetle Haflan2+34-13
2020-04-15 08:07Add quick readme based on some early notesVetle Haflan1+37-0
2020-04-14 20:31Empty slices instead of nil -> no longer breaks clientVetle Haflan2+6-4
2020-04-13 23:22Fix maxevents, and use numbers instead of strings where neededVetle Haflan2+19-4
2020-04-13 23:04Almost finish service managementVetle Haflan6+69-34
2020-04-13 18:58Complete event management MVP ++Vetle Haflan8+105-26
2020-04-13 17:45Events.vue MVP++Vetle Haflan7+55-45
2020-04-13 12:58More work on requests and request handlersVetle Haflan7+148-53
2020-04-13 11:06Work on login and general request handlingVetle Haflan7+109-47
2020-04-12 22:24Minor fix and modVetle Haflan2+9-6
2020-04-12 22:02Start work on requests and their handlers (+init request)Vetle Haflan4+153-7
2020-04-12 05:22Finish the production tag buildVetle Haflan2+9-9
2020-04-12 05:01Simplify auth middleware for use with HandlerFunctionsVetle Haflan2+19-22
2020-04-12 04:40Seemingly working auth middlewareVetle Haflan2+17-9
2020-04-12 04:03Some work on http request handlersVetle Haflan5+100-22
2020-04-12 02:04Remove securecookie keys from configVetle Haflan1+0-12
2020-04-12 02:00Add config package and refactor ++Vetle Haflan6+171-93
2020-04-12 00:14DB refactoring and start using securecookieVetle Haflan5+68-50
2020-04-11 20:41More fancy frontend workVetle Haflan8+173-9
2020-04-11 17:26Start work on Vue frontend (ui/)Vetle Haflan8+259-2
2020-04-11 10:37Restructure for a more correct package structureVetle Haflan13+651-648
2020-04-11 09:28Finish services and events MVPVetle Haflan4+116-26
2020-04-11 00:18Add events.go, tests++Vetle Haflan5+220-11
2020-04-10 21:14Finish services_test.go (at least for now)Vetle Haflan3+72-15
2020-04-10 20:26Fix services.DeleteVetle Haflan2+34-21
2020-04-10 19:51Lots of DB updates to support new structure ideaVetle Haflan5+249-89
2020-04-10 14:55Fix int formatVetle Haflan2+8-6
2020-04-10 14:41Refactor database operation to use bucket wrapperVetle Haflan4+68-35
2020-04-10 13:37A bunch of workVetle Haflan4+233-113
2020-04-10 10:41Start work on databaseVetle Haflan2+130-0
2020-04-09 22:49More fancy prototype CSS stuffVetle Haflan2+24-7
2020-04-09 21:44Add VueMq for responsive UIVetle Haflan2+30-10
2020-04-09 21:26Initial commit with some CSS workVetle Haflan2+124-0