* pipeline runs on ubuntu instead of docker
* added Makefile to build zitadel core (backend) and console (frontend)
* pipeline runs in parallel where possible
* pipeline is split into multiple jobs
* removed goreleaser
* added command to check if zitadel instance is running
* fix: filter failed events and current sequence correctly
* fix failed events sorting column
* feat: save last occurrence of failed event
* fix failedEvents query and update sql statements
* change sql statement to only create index
* fix linting
* fix linting
* Update internal/query/failed_events.go
Co-authored-by: Silvan <silvan.reusser@gmail.com>
* update job name on test-docs to match the one from test-code
Co-authored-by: Silvan <silvan.reusser@gmail.com>
* chore(linting): add golang-ci lint config
* more linters
* document more linters
* describe more linters
* describe more linters
* add descriptions
* add descriptions
* config is now valid
* try in action
* add runs on
* dont change out format
* make a change
* make a change
* add timeout
* maybe this way?
* oupsi
* only new issues
* chore: linter settings
* chore: concurRency
* docs(contrib): add linter
* chore: rename github job
* chore: rename github job
* chore(linter): use latest
* chore(linter): version
* chore(action): add working directory
* chore(linting): remove generated files
* build cache
* docs(contrib): recommend golangci-lint as linter in IDE