Commit Graph

2211 Commits (07e9c8d79c16eb247d95bda2add7c264a00a0c02)

Author SHA1 Message Date
Willy 07e9c8d79c
hotfix: bump download-artifact for docker images to v4
seems like v4 uploads by the action are not downloadable from earlier versions
2024-01-03 13:07:09 +01:00
Willy aa884983ce
Merge pull request #259 from OstlerDev/fix-docker-build-gosqlite3
Fix Docker Build (issue with go-sqlite3)
2023-12-25 18:13:01 +01:00
Sky Young fb2243a316 Fix docker building (use specific tagged version) 2023-12-20 14:40:50 -07:00
Willy 4d872facda
Merge pull request #243 from PeterDaveHello/patch-1
Remove additional `--update` for apk in Dockerfile
2023-09-26 16:35:04 +02:00
Peter Dave Hello 35598019c0
Remove additional `--update` for apk in Dockerfile
The `--no-cache` option in Alpine Linux's `apk` makes `--update` redundant, leading to unnecessary temporary files in the Docker image. This redundancy should be removed for a cleaner image.
2023-09-26 00:13:38 +08:00
Willy e1fc014bf7
Merge pull request #234 from jemand771/ci-target-platforms
Add all possible target platforms to CI
2023-07-10 23:18:19 +02:00
Willy 95b064858b
docker build all supported platforms 2023-07-10 20:40:22 +02:00
Adam 5a6c6af2ad
Merge pull request #214 from bretdavi89/service-messages-icon
Add Notification Icon to status page for service announcements
2023-07-10 16:13:53 +01:00
Adam 9408a8758a
Merge pull request #217 from pete1854/dev
Add swedish translation
2023-07-10 15:58:54 +01:00
Adam 7e556c2eda
Merge pull request #227 from pl4nty/patch-1
fix: build status badges in README
2023-07-10 15:54:31 +01:00
Adam e3e217bf1b
Merge pull request #233 from nellcorp/dev
Add smtp and imap service types
2023-07-10 10:49:33 +01:00
Assis Ngolo 63b3f1cf2a Add smtp and imap service types 2023-07-10 02:21:35 +01:00
Willy 54c051bfff
adjust darwin target platforms
arm64 just works, 386 support was dropped with go 1.15: https://go.dev/doc/go1.15#darwin
2023-06-24 21:25:41 +02:00
Tom Plant 0826e568ab
fix: build status badges in README
See badges/shields#8671
2023-05-29 12:33:20 +10:00
Willy 4b450537ab
hotfix: build.yaml typos / copy-paste mistakes
* pull_request trigger was indented too far
* forgot to rename `versions` step to `statping-versions` in data print stage
2023-05-11 21:54:39 +02:00
Willy 006476dbd5
Merge pull request #222 from jemand771/dev-gha-docker
Refactor GitHub actions + fix build
2023-05-11 21:15:21 +02:00
Willy b1edc02697
remove old workflows, replaced by almighty build.yaml 2023-04-19 23:05:23 +02:00
Willy 1be3a39a4c
remove additional "v" from version during startup 2023-04-19 22:52:01 +02:00
Willy f166db840a
fix copy-paste typo v2 2023-04-19 22:52:01 +02:00
Willy b0d4ccbb58
fix copy-paste typo 2023-04-19 22:52:01 +02:00
Willy 48ee62d8a8
bump go version to 1.20 2023-04-19 22:52:01 +02:00
Willy 5742367ee3
even more version info output in data stage 2023-04-19 22:52:01 +02:00
Willy 21a0ae2c4f
fix typo 2023-04-19 22:52:01 +02:00
Willy cee9f7954b
more debug output 2023-04-19 22:52:01 +02:00
Willy 80dd517768
epxlicitly search for prereleases (containing `-`) 2023-04-19 22:52:01 +02:00
Willy 57a12cfbc9
rework version detection 2023-04-19 22:52:01 +02:00
Willy b8aacacf5a
remove permissions key, fallback to default (more permissive) perms 2023-02-19 00:34:52 +01:00
Willy 31c3623bc1
update docker login action to v2 2023-02-19 00:18:53 +01:00
Willy e4236521f0
fix is_prerelease 2023-02-19 00:00:36 +01:00
Willy d673e4e22e
use fromJSON for comparing to 'true' 2023-02-18 23:49:39 +01:00
Willy 3ec91d81f0
login to ghcr 2023-02-18 23:48:33 +01:00
Willy 20c496a89c
docker push on release 2023-02-18 23:40:11 +01:00
Willy 045bcefe1e
create basic docs about the new workflow 2023-02-18 23:35:01 +01:00
Willy 4d73731110
use correct release action
I don't know how I messed this up, but github's official create-release action is unmaintained. 3rd party it is
2023-02-18 23:01:26 +01:00
Willy 075c6952a7
re-enable tag trigger 2023-02-18 22:39:37 +01:00
Peter Rundqvist ebfaa91315
Minor fixes 2023-02-14 02:33:14 +01:00
Peter Rundqvist 2ce0cb6d1f Add swedish translation 2023-02-10 13:54:50 +01:00
Bret Davis 62cc304bfe Add Notification Icon to status page for service announcements
Adds a calendar icon next to service name on status
page to indicate number of announcements currently
active for that service.
2023-02-03 21:53:24 +00:00
Willy 3e645ce8a1
I forgor a folder 2023-02-03 20:38:46 +01:00
Willy 09ffab4055
improve docker cachability 2023-02-03 20:31:47 +01:00
Willy b46ce4a14b
pass VERSION based on latest stable tag if we're not on a tag 2023-02-03 20:11:58 +01:00
Willy c9a9d1f119
fix release detection 2023-02-03 20:00:38 +01:00
Willy a900a95b5a
copy pasting is hard I guess 2023-02-03 19:37:29 +01:00
Willy e5b8c01e6d
include is_prerelease in debug print 2023-02-03 19:36:07 +01:00
Willy 8858a3efcd
create release on release (tm) 2023-02-03 19:35:29 +01:00
Willy 51ec1b16a2
set is_prerelease on release builds 2023-02-03 19:25:27 +01:00
Willy f2d025b9ed
remove aws related steps
we're not gonna be using any of them in the near future
2023-02-03 19:17:48 +01:00
Willy dcfbc23ffa
remove v from core.version displays
this probably means other things like the update checker are broken, I'll have to fix that later
2023-02-02 22:32:43 +01:00
Willy 8c05bfae8e
add a todo note 2023-02-02 20:41:55 +01:00
Willy fa7ec5f009
revert temporary changes 2023-02-02 20:40:17 +01:00