dmarkey / kube-lookout

A utility to post changes to kubernetes deployments to Slack
MIT License
36 stars 9 forks source link

WIP: Support flowdock, team-based routing, small fixes #6

Closed nabadger closed 5 years ago

nabadger commented 5 years ago

Hey,

This is a bit of a huge PR so I understand if you don't want it :)

It might be of use to you still, so any comments welcome, or just take any bits you are interested in.

Essentially it:

I still need to add tests for flowdock.

nabadger commented 5 years ago

Haha yeah no worries

dmarkey commented 5 years ago

The build doesnt pass :(

nabadger commented 5 years ago

I'll take a look at that :)

antonblr commented 5 years ago

The build doesnt pass :(

Perhaps need to update .travis.yml with:

install:
  - 'pip install pipenv'
  - 'pipenv install'
nabadger commented 5 years ago

I think these changes are too big for a PR at the moment.

I'll close this and think about creating a smaller set of PR's which should be easier to pull in if required.