Commit Graph

141 Commits

Author SHA1 Message Date
Nikolay Chechulin be354fa790
elaborate on cloud server API URL
Personally, for me, it was slightly unclear which URL has to be pasted.
2022-05-28 11:05:12 +03:00
Daste ab6ccbdfbe README: Mention the WAKAPI_AVATAR_URL_TEMPLATE configuration variable 2022-05-22 02:03:04 +02:00
Ferdinand Mütsch 4bd58789f4 fix: server error when passing empty heartbeats slice
fix: do not allow to set id for diagnostics inputs
chore: remove authentication for diagnostics endpoint from swagger docs
2022-05-13 16:12:18 +02:00
bdeshi 9048a8eb7a
Merge branch 'master' into fork 2022-04-24 03:56:18 +06:00
bdeshi 1f19c5e93c feat: make vibrantColors a localStorage setting 2022-04-24 03:39:08 +06:00
Ferdinand Mütsch e774039831 chore: fall back to today badge on project page 2022-04-18 11:49:06 +02:00
Ferdinand Mütsch 3ae66a3898 docs: add public url parameter to readme (resolve #349) [ci skip] 2022-04-02 09:26:14 +02:00
bdeshi 5c5c462035
docs: update readme
- adds `app.vibrant_color` config description
- adds missing `server.public_url` config description
- removes trailing spaces
- makes letter cases consistent in headings
- misc. typo fix and adjustments
2022-03-28 03:12:54 +06:00
Ferdinand Mütsch 8f933d8648 chore: upgrade dependencies
chore: update dockerfile to build with go 1.18
2022-03-20 16:29:13 +01:00
Ferdinand Mütsch 8e558d8dee chore: introduce heartbeat max age 2022-03-17 11:35:20 +01:00
Ferdinand Mütsch 1258ec0438 docs: add smtp and mailwhale config details to readme 2022-03-06 12:00:19 +01:00
Shyim af879f8d57
fix: example for mail sender 2022-03-04 16:58:52 +01:00
Ferdinand Mütsch 784adec3c1
docs: update readme 2022-02-21 19:49:43 +01:00
Ferdinand Mütsch fce3a3ea20
docs: update docker run command to ghcr [ci skip] 2022-01-19 15:21:26 +01:00
Ferdinand Mütsch 632a3d4a91
docs: update readme [ci skip] 2022-01-16 06:39:45 +01:00
Ferdinand Mütsch 36c96dafca chore: update screenshot [ci skip] 2022-01-02 21:57:24 +01:00
Ferdinand Mütsch c2d3426bcd feat: project details page with branch statistics (resolve #242) 2022-01-02 20:04:29 +01:00
Ferdinand Mütsch 80252ff701 docs: add readme link 2022-01-02 12:02:12 +01:00
Ferdinand Mütsch 374e578a7c feat: brotli precompressed assets (resolve #284) 2022-01-02 12:02:12 +01:00
Ferdinand Mütsch aebfdc535d refactor: redefine tailwind build
chore: encapsulate commonly used css classes
chore: add npm scripts for building tailwind and iconify assets
2022-01-02 12:02:12 +01:00
Ferdinand Mütsch acf16421a6 chore: add quick start option 2022-01-02 12:02:12 +01:00
Rafael Oliveira 0ee52662d3
fix misc. typos 2021-12-30 02:09:04 +00:00
Ferdinand Mütsch e1daf1406e
docs: mention blog post 2021-12-27 08:43:24 +01:00
Kid 78a26dbf3c Another typo fix 2021-11-26 22:55:43 +11:00
Kid 6852494d36
Fix a typo 2021-11-25 22:28:20 +08:00
Steven Tang 305166ce68
Remove Table of Contents from README [ci skip]
Github has menu, and the links don't seem to work on Docker Hub
2021-11-25 20:31:41 +11:00
Steven Tang 400f25c23e
fix: remove dead client-side proxy link in README [ci skip]
This link is present in Client Setup section
2021-11-25 20:28:43 +11:00
Ferdinand Mütsch 57175ae7f8 docs: update readme [ci skip] 2021-10-14 13:09:26 +02:00
Ferdinand Mütsch 5df0f48303 feat: user avatars 2021-10-14 12:04:21 +02:00
Ferdinand Mütsch 5394349c73
update readme [ci skip] 2021-09-29 21:04:00 +02:00
Steven Tang fe0f41cecb
feat: add test steps to Linux workflow 2021-09-17 21:24:12 +10:00
Ferdinand Mütsch f399fd4ea7 docs: readme [ci-skip] 2021-08-12 09:25:19 +02:00
Ferdinand Mütsch 0542813ed6 docs: update backwards-compatible api url in readme 2021-08-07 10:23:27 +02:00
don Pablo 180e75a5eb fix: README link to 'config.default.yml' 2021-08-06 16:36:44 +02:00
Ferdinand Mütsch 4d2a160ccb chore: configurable request timeout 2021-06-24 21:56:47 +02:00
Andrew Udvare 3c12df52d9
feat: 🎸 add support for using a UNIX domain socket 2021-06-23 11:44:00 -04:00
Ferdinand Mütsch f4612fd542 fix: badge endpoint permission fixes (resolve #205)
fix: reference past x days intervals from now instead of start of day
2021-06-11 16:02:28 +02:00
Ferdinand Mütsch 101fdfb957 chore: adapt default insert batch size (fix #206)
fix: set user data flag after import (fix #207)
2021-06-10 23:22:04 +02:00
Ferdinand Mütsch 1a808f9197 feat: basic integration / api tests (wip) (resolve #9) 2021-05-28 17:14:16 +02:00
Ferdinand Mütsch ee31212cdd fix: hotfix for invalid api base url prefix (#203) 2021-05-19 10:18:18 +02:00
Ferdinand Mütsch a4e7158db2 refactor: mail service abstraction layer 2021-04-30 15:17:07 +02:00
Ferdinand Mütsch b16f777cc7 docs: minor typos [ci skip] 2021-04-29 21:46:22 +02:00
MeerBiene 7d03a9b12d add code to stats example, add metrics example 2021-04-28 23:35:30 +02:00
Ferdinand Mütsch 4dd77ded26 docs: quick run script in readme 2021-04-28 22:26:44 +02:00
Ferdinand Mütsch 26ef93c1af chore: minor refactorings to custom time parsing logic 2021-04-25 09:21:21 +02:00
Ferdinand Mütsch c37278e660 chore: add option to silently fail in case of schema migration errors 2021-04-18 11:03:54 +02:00
Ferdinand Mütsch d3713017e3 fix: include icon library to fix missing emojis on some platforms (resolve #119) 2021-04-16 17:07:11 +02:00
Steven Tang 6256c8e10a
ref: embed files, bump to go 1.16 (#167)
* ref: embed portion of files
* fix: readd pkger
* ref: embed version.txt
* fix: wrong mail template import path
* refactor: get rid of sql-migrate
refactor: get rid of pkger in favor of go embed (resolve #164)
* chore: remove unused var [ci-skip]

Co-authored-by: Ferdinand Mütsch <ferdinand@muetsch.io>
2021-04-11 10:42:43 +00:00
Ferdinand Mütsch 4706809170 feat: smtp mail provider implementation 2021-04-10 00:07:13 +02:00
Ferdinand Mütsch e1d040bd55 docs: mention wiki in docs 2021-04-04 10:23:35 +02:00