Merge lp:~salgado/offspring/builds-view into lp:offspring

Proposed by Guilherme Salgado
Status: Merged
Approved by: Kevin McDermott
Approved revision: 102
Merged at revision: 104
Proposed branch: lp:~salgado/offspring/builds-view
Merge into: lp:offspring
Prerequisite: lp:~salgado/offspring/acl-editor
Diff against target: 0 lines
To merge this branch: bzr merge lp:~salgado/offspring/builds-view
Reviewer Review Type Date Requested Status
Kevin McDermott Approve
Review via email: mp+84292@code.launchpad.net

Description of the change

Change the builds() view to show private builds if the user is allowed to see them

To post a comment you must log in.
lp:~salgado/offspring/builds-view updated
102. By Guilherme Salgado

Add docstrings to test methods

Revision history for this message
Kevin McDermott (bigkevmcd) wrote :

Looks ok to me...

Some trailing whitespace...and

+ if p is not None and p.is_private:

How about fixing this to project rather than "p"

If you use vim...

highlight SpecialKey ctermbg=red ctermfg=black guibg=red guifg=black
set list
set listchars=trail:\ ,tab:>-,nbsp:%

Will highlight trailing whitespace

review: Approve
lp:~salgado/offspring/builds-view updated
103. By Guilherme Salgado

merge trunk

104. By Guilherme Salgado

A few cosmetic fixes suggested by Kevin

Revision history for this message
Guilherme Salgado (salgado) wrote :

On Wed, 2011-12-14 at 11:34 +0000, Kevin McDermott wrote:
> Review: Approve
>
> Looks ok to me...
>
> Some trailing whitespace...and

I've fixed only the ones in the view I touched to avoid conflicts with
the other branches that are still pending.

>
> + if p is not None and p.is_private:
>
> How about fixing this to project rather than "p"

Yep, fixed.

>
> If you use vim...
>
> highlight SpecialKey ctermbg=red ctermfg=black guibg=red guifg=black
> set list
> set listchars=trail:\ ,tab:>-,nbsp:%
>
> Will highlight trailing whitespace

That's very handy, thanks! And thanks for the review as well.

Preview Diff

Empty

Subscribers

People subscribed via source and target branches