Commit Graph

21 Commits

Author SHA1 Message Date
fb4663b087 Also deploy docs when triggering workflow changes 2024-02-13 22:44:02 +01:00
Achim Krämer
0fe983dfcc
🚀 add path rule to workflow (#362)
Signed-off-by: Achim Krämer <39946364+pxlfrk@users.noreply.github.com>
2024-02-13 22:32:48 +01:00
97e5aa42cc
Checkout action v3 uses deprecated Node version (#335) 2024-01-26 20:56:05 +01:00
e4fdcba898 Ruby action expects working dir as input 2023-09-16 11:58:18 +02:00
0bb94a2f56
Docs site (#269)
* Set up documentation site using jekyll

* Add workflow for deploying docs

* Ini formatting is hard to read

* Add instructions on how to run docs locally

* Work through docs

* Remove content from README

* Miscellaneous fixes

* Fix artifact upload
2023-09-16 11:54:39 +02:00
1e39ac41f4
Run tests Docker in Docker (#261)
* Try running tests in Docker

* Spawn new container for each test

* Store test artifacts outside of mount

* When requested, build up to date image in test script

* sudo is unneccessary in containerized test env

* Skip azure test

* Backdate fixture file in JSON database

* Pin versions for azure tools

* Mount temp volume for /var/lib/docker to prevent dangling ones created by VOLUME instruction

* Fail backdating tests with message

* Add some documentation on test setup

* Cache images

* Run compose stacks with shortened default timeout
2023-09-02 15:17:46 +02:00
MaxJa4
5fcc96edf9
Cleanup: Lint warnings and deprecated packages (#263)
* Fix lint warnings and std lib deprecations

* Replace deprecated std lib with maintained drop-in replacement fork

Backwartds compatible with original package and suggested by std lib due to security and stability issues.

* OAuth2 is now a direct dependency due to Dropbox

* Undo change

* Revert "Replace deprecated std lib with maintained drop-in replacement fork"

This reverts commit 2887bd409f.

* Update channel handling

* Add linter for PRs

* Rename CI, fetch all issues, add govet
2023-08-27 18:14:55 +02:00
336dece328
Set up automated updates for Docker base images and Go packages 2023-06-10 14:42:28 +02:00
d4c5f65f31
Entrypoint permissions can be set on COPY (#211) 2023-04-28 20:06:57 +02:00
301fe6628c on: is expected to be an object 2023-04-02 19:45:46 +02:00
5ff2d53602 Items in on: are expected to be objects 2023-04-02 19:44:51 +02:00
cddd1fdcea Prevent duplicate builds on pull request 2023-04-02 19:41:49 +02:00
c177202ac1 Multi platform build requires explicit buildx setup 2023-04-02 11:51:35 +02:00
27c2201161 Branches filter is a glob pattern, not a regex 2023-04-02 11:46:06 +02:00
2ac1f0cea4 Also trigger test runs on Pull Request 2023-03-29 07:57:09 +02:00
aee802cb09
Migrate CI setup to GitHub Actions, also publish to GHCR (#199)
* Run tests in GitHub actions

* Do not try to allocate a pseudo TTY when running compose commands

* Try hard disabling TTY allocation

* Use compose plugin

* Test scripts shall not try to allocate a TTY

* Pass correct base version

* Check whether env var is even needed

* Stop running tests in CircleCI

* Run releases from GitHub actions as well

* Manually construct tags to be pushed on release
2023-03-16 19:32:44 +01:00
e93a74dd48 Instructions in issue templates are not supposed to be shown after submission 2023-01-12 18:02:46 +01:00
97e975a535 Add FUNDING.yml 2022-09-02 09:39:55 +02:00
695a94d479 Add template for support request issue 2022-09-01 14:30:42 +02:00
4ec88d14dd
Update issue templates (#145) 2022-08-18 10:59:34 +02:00
760cc9cebc Add issue template 2021-12-29 13:10:43 +01:00