boxuk / albot

Albot is a small command line tool built as an attempt to help us with our Development process
http://boxuk.github.io/albot/
MIT License
6 stars 1 forks source link

Make albot show new PRs #2

Closed rjwaring closed 11 years ago

rjwaring commented 11 years ago

Make albot show new PR details, either by listening to the jenkins API, or looking for a particular string in Hipchat, e.g.

PR:

athieriot commented 11 years ago

What do you mean?

rjwaring commented 11 years ago

So when someone links to a PR in HipChat, albot shows one of it's information blocks about current status, whether it needs a rebase, etc.

athieriot commented 11 years ago

Hm...

athieriot commented 11 years ago

Do you find it acceptable to have to type "albot pull 156 repo" (Or something equivalent) ?

Or would you make it an automatic discovery?

jenkoian commented 11 years ago

can you just allow albot pulls recent to take a number for number of recents? So then you can just do albot pulls recent 1 to get the PR you just submitted..?

athieriot commented 11 years ago

In fact, using albot instead of copying the URL

rjwaring commented 11 years ago

I like jenko's idea. If it could be automatic that would be awesome, but could be looked at as a future thing.

athieriot commented 11 years ago

would you be interested in having more details?

athieriot commented 11 years ago

What do you think about:

  albot pulls last

and

  albot pulls last jenkoian

maybe

  albot pulls last 5
jenkoian commented 11 years ago

is nice

rjwaring commented 11 years ago

:+1: