fourkeys
fourkeys copied to clipboard
Platform for monitoring the four key software delivery metrics of software delivery
HI, I believe we could have tfstate remote storage as an optional configuration. It can be with a configuration created but commented, and the README helping how to configure. What...
There is serious limitation of the service (imho): > NOTE: Make sure you don't use "Squash Merging" in Git when merging back into trunk. This breaks the link between the...
Writing new source adapters seems tedious and not always effective, especially when there is no web hook events in place, my proposal is to have direct insert API ( restish...
Hi, I was looking at the [issue](https://github.com/GoogleCloudPlatform/fourkeys/issues/397), and I realized that it would be easier if the cloud runs point to images by tag. So when new images were implanted...
After #416 is complete, let's move a basic version of setup instructions onto the main README. Any advanced setup info can be put in `/docs`
Let's move a lot of the details from /README.md into a /docs/ folder.
There's a build config specifically for the parsers (`bq-workers/parsers.cloudbuild.yaml`), which the terraform installer instructions reference. But the e2e test doesn't use this; it just build the containers directly. Let's rework...
Hey @rogerthatdev -- in `/terraform/example/variables.tf`, I see reference to a map variable called `parser_container_urls`. But as far as I can tell, that variable isn't actually used. Instead, each of the...
(#298 seems abandoned but we should still do it.) GitHub [now sends SHA256-encrypted webhooks](https://docs.github.com/en/developers/webhooks-and-events/webhooks/securing-your-webhooks#validating-payloads-from-github) ... let's validate those and sunset the SHA1 validation.
As our user base grows, and we continue to make improvements, the use case of updating an existing installation will become increasingly important. Let's add an e2e test that keeps...