woodpecker/server
Daniel Oliveira 4edf385d1c About this commit:
1. server/builds.go:92 used SetStatus(). Replaced with SetBuildStatus().
2. Added a index check in SetBuildTask() and return an error in case the tasks number is > than build.tasks size.
2015-04-23 12:15:17 -06:00
..
session fixed token expiration calculation 2015-04-13 19:11:33 -07:00
static preparation for parsing build output to ansi format 2015-04-21 15:48:26 -07:00
badge.go REST cleanup. Idiomatic naming of datastore funcs 2015-04-14 22:04:38 -07:00
builds.go About this commit: 2015-04-23 12:15:17 -06:00
hooks.go code to inject private params 2015-04-21 15:48:48 -07:00
login.go using gravatar library instead of our own built-in func 2015-04-16 00:31:17 -07:00
queue.go added code for remote queue plugin 2015-04-22 01:00:15 -07:00
repos.go embedded task and status in build struct 2015-04-16 14:45:05 -07:00
server.go added code for remote queue plugin 2015-04-22 01:00:15 -07:00
token.go REST cleanup. Idiomatic naming of datastore funcs 2015-04-14 22:04:38 -07:00
user.go using gravatar library instead of our own built-in func 2015-04-16 00:31:17 -07:00
users.go using gravatar library instead of our own built-in func 2015-04-16 00:31:17 -07:00
ws.go added handlers, rest, angular skeleton 2015-04-08 15:43:59 -07:00