Open
Description
General
- cleanup the root of the repo: move dotfiles to subdirs
- configure nix-shell
Tests
- Add goleak
- Advanced goleak test
- Integrate
testman
andtestutil
- E2E Integration test that runs against commits and periodically against production
- E2E Integration test badge on README
- E2E Integration test notifications/alerting
- E2E Integration test statistics (monitor execution speed, etc)
CI/CD
- docker github actions (feat: add Docker GitHub actions #87)
- advanced docker github actions: multi arch
- make workflows compatible with both bin/lib projects automatically
- example of cron workflow
- cancel previous runs (https://github.com/marketplace/actions/cancel-workflow-action, https://github.com/marketplace/actions/skip-duplicate-actions)
- staled issues
- Datadog CI integration
- Setup concurrency
concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true
Doc
-
embedmd
integration
Integrations
- codespace configuration files (
.devcontainer/
) - configure dependabot (https://github.com/docker/build-push-action#keep-up-to-date-with-github-dependabot)
- configure GitHub environments