Omar

Results 11 issues of Omar

Currently, keel supports post deploy actions. Expose this field in the Gate API. Similar to https://github.com/spinnaker/gate/pull/1435

After upgrading deploy-agent, add a call to `deploy-restarter` which will restart the deploy-agent process. This is preferred to the restart in the `RESTARTING` script due to several reasons: - Restarting...

deploy-agent

For a minor optimization, check if debug logging is enabled before processing and logging a `Map`

deploy-service

Some methods were passing a `host` tag. However, it was being popped off in the metrics class. Also, the pinstatsd library is already expected to handle the hostname tag

deploy-agent

## Summary The mock [`ServerlessClient`](https://github.com/pinterest/teletraan/blob/master/deploy-agent/deployd/client/serverless_client.py) was added long ago. Instead of maintaining the `ServerlessClient` (e.g. a mock server), the Teletraan API can be set up for local development now. Remove...

deploy-agent

## Summary Add a `use_entitlements` flag to mark the environment as opted into the entitlements feature. Initially, this feature is opt in, but in the long term, will be the...

deploy-service

## Summary This allows new cmp clusters to be created for dev1

deploy-board

Batch of work in progress changes

deploy-service
deploy-board

## Summary Similar to other host binaries (e.g. TCM), raise a PR check error if the source code changes without a version bump ## Testing Done * Create a PR...

deploy-agent

## Summary Add default metric tags for deploy-agent including: `deploy-agent version`, `telefig version`, `first_run` These are low cardinality metrics which should avoid impact on the metric system performance. Also: *...

deploy-agent