Tags: tcprbs/echo
Tags
fix(plugins): add an option for strict plugin loading (spinnaker#833)
fix(front50): Add SpinnakerRequestInterceptor to Front50 OkHttpClient (… …spinnaker#816) (spinnaker#822) * fix(front50): Add SpinnakerRequestInterceptor to Front50 OkHttpClient Currently, Front50 OkHttpClient in Echo does not propagate the AuthenticationRequest Headers to Front50 on API calls. Reason for the above behaviour is due to Front50 Client created without SpinnakerRequestInterceptor. This interceptor ensures Auth Headers are propagated as part of request headers on Http calls. * fix(igor): Use SpinnakerRequestInterceptor in Igor OkHttpClient Co-authored-by: Deepak <deepak.ramakrishna@grabtaxi.com> Co-authored-by: Deepak <mailtodeepakr@gmail.com> Co-authored-by: Deepak <deepak.ramakrishna@grabtaxi.com>
fix(front50): Add SpinnakerRequestInterceptor to Front50 OkHttpClient (… …spinnaker#816) (spinnaker#823) * fix(front50): Add SpinnakerRequestInterceptor to Front50 OkHttpClient Currently, Front50 OkHttpClient in Echo does not propagate the AuthenticationRequest Headers to Front50 on API calls. Reason for the above behaviour is due to Front50 Client created without SpinnakerRequestInterceptor. This interceptor ensures Auth Headers are propagated as part of request headers on Http calls. * fix(igor): Use SpinnakerRequestInterceptor in Igor OkHttpClient Co-authored-by: Deepak <deepak.ramakrishna@grabtaxi.com> Co-authored-by: Deepak <mailtodeepakr@gmail.com> Co-authored-by: Deepak <deepak.ramakrishna@grabtaxi.com>
chore(stats): Rename Spring config props from telemetry to stats (spi… …nnaker#804) (spinnaker#805) Co-authored-by: Travis Tomsu <ttomsu@google.com>
Parameters in cron triggers (spinnaker#801) * feat(cron): pass along cron trigger parameters to orca Triggers support a parameters map, but for cron triggers it gets lost along the way and never makes it to orca, meaning that only default parameter values can be used for cron triggers. To work around this, users have been duplicating pipelines with different default values and different triggers. This does not scale for obvious reasons and is just generally cumbersome.
fix(pubsub): Default NodeIdentity to 'UnknownHost' to prevent NPE (sp… …innaker#781) (spinnaker#785) Co-authored-by: Travis Tomsu <ttomsu@google.com>
chore(logs): Improve logging of failed event processing (spinnaker#775)
fix(slack): Left-over fixes from interactive notifications (spinnaker… …#774) * fix(slack): Fix and enable signature verification for Slack callbacks * fix(slack): Remove token verification in favor of signature verification * fix(slack): Fix left-over refactored method call * chore(log): More debug logs * fix(test): Fix interactive notification tests
PreviousNext