No description
Find a file
dependabot[bot] e0e4329f71 Bump github.com/stretchr/testify from 1.7.1 to 1.8.1 (#102)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.1 to 1.8.1.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.7.1...v1.8.1)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-26 20:32:28 -04:00
.github Better testing (#62) 2022-05-07 12:37:21 -04:00
cmd/apollo reorganize commands to keep things more consistent 2021-07-13 13:14:25 -04:00
docs add schema 2022-03-28 17:27:07 -04:00
internal make measurements more accurate in notifications worker 2022-10-26 20:26:38 -04:00
migrations tweak scheduler 2022-05-22 19:35:03 -04:00
.env.test Better testing (#62) 2022-05-07 12:37:21 -04:00
.gitignore ignore some other stuff 2021-07-15 20:51:05 -04:00
.golangci.yml Better testing (#62) 2022-05-07 12:37:21 -04:00
go.mod Bump github.com/stretchr/testify from 1.7.1 to 1.8.1 (#102) 2022-10-26 20:32:28 -04:00
go.sum Bump github.com/stretchr/testify from 1.7.1 to 1.8.1 (#102) 2022-10-26 20:32:28 -04:00
Makefile add request ids to logs 2022-07-15 12:19:27 -04:00
README.md fix up bootstrap things 2021-07-05 19:10:09 -04:00
render.yaml add live activities worker 2022-10-24 10:42:48 -04:00

Apollo API

Getting started

$ script/bootstrap
$ cp .env.example .env

Running the server

$ script/server