woodpecker/pkg/handler
Alex Suraci 2d837cc3db query and show commits by branch
This allows the same SHA to have different builds on different branches, each
separately viewable. This is useful for expressing a "pipeline" in terms of
branches, e.g. a commit starts on branch A and progress through B and C to
master, with the build script switching on branch name.

Previously viewing each build would arbitrarily choose which branch's commit
to show.
2014-03-14 12:13:34 -07:00
..
testing fix handler/testing test imports 2014-02-24 14:55:05 -08:00
admin.go fixed issue updating team member roles 2014-02-21 13:26:50 -07:00
app.go added code to prevent panic if /login is reached but no settings exist 2014-02-15 18:56:48 -07:00
auth.go fixed issue updating team member roles 2014-02-21 13:26:50 -07:00
badges.go ability to use custom badges. standard badges now using shields.io 2014-03-01 20:25:10 -07:00
builds.go query and show commits by branch 2014-03-14 12:13:34 -07:00
commits.go query and show commits by branch 2014-03-14 12:13:34 -07:00
handler.go ability to view public repos without authentication 2014-02-25 17:13:59 -07:00
hooks.go query and show commits by branch 2014-03-14 12:13:34 -07:00
members.go Fix team invites 2014-02-10 15:22:32 -06:00
repos.go Format go code. 2014-03-06 10:45:21 -08:00
teams.go initial public commit 2014-02-07 03:10:01 -07:00
users.go initial public commit 2014-02-07 03:10:01 -07:00
util.go initial public commit 2014-02-07 03:10:01 -07:00