summaryrefslogtreecommitdiff
path: root/lib/gitano/actions.lua
Commit message (Expand)AuthorAgeFilesLines
* ACTION: Correct mistake regarding HTTP clientDaniel Silverstone2013-06-241-1/+1
* ACTIONS: Ensure that if we fail to read cleanly we don't assert, in HTTP clientDaniel Silverstone2012-11-101-1/+6
* ACTIONS: Remove assert()s from the HTTP client to increase resilienceDaniel Silverstone2012-11-101-3/+11
* Remove dead codeDaniel Silverstone2012-11-101-173/+0
* GITANO: Migrate from gitano.git to gallDaniel Silverstone2012-09-081-2/+2
* ACTIONS: Transform connect errors into '500' errors insteadDaniel Silverstone2012-09-061-1/+4
* ACTIONS: Support hostname:port in the host argument to the HTTP methodsDaniel Silverstone2012-09-061-1/+5
* SANDBOX: Remove unused simplistic sandbox codeDaniel Silverstone2012-08-251-1/+0
* ACTIONS: Reinstate lost formatting for CIAhttp-updatesDaniel Silverstone2012-08-161-2/+3
* ACTIONS: Remove unnecessary debug since we show the requestDaniel Silverstone2012-08-161-1/+0
* ACTIONS: Actually use the method we get passed in http_txnDaniel Silverstone2012-08-161-2/+3
* ACTIONS: More debug for http methodsDaniel Silverstone2012-08-161-0/+3
* ACTIONS: Fix body-ful http actionsDaniel Silverstone2012-08-161-1/+4
* ACTIONS: Make send_to_cia use http_postDaniel Silverstone2012-08-151-33/+3
* ACTIONS: Add http.post support for post-receive hooksDaniel Silverstone2012-08-151-10/+27
* ACTIONS: Support rewind (as rebase) in cia reporting actionDaniel Silverstone2012-08-101-0/+3
* GITANO: Switch all current hooks (update, post-receive) to use SuppleDaniel Silverstone2012-08-101-0/+20
* Ensure that we don't pass non-shaish things to repo.git:rev-list()supple-integrationDaniel Silverstone2012-08-061-0/+3
* CIA: Report rebases and large pushes in a more controlled mannerDaniel Silverstone2012-08-051-2/+26
* ACTIONS: Fix double-reversal in CIA orderingDaniel Silverstone2012-07-011-1/+1
* Iterate the revlist backwards so CIA gets the oldest commit firstDaniel Silverstone2012-05-271-1/+1
* Ensure CIA only uses the first parent, so it doesn't blow up merge requestsDaniel Silverstone2012-05-271-1/+1
* ACTIONS: Fix ref access for builtin actionsDaniel Silverstone2012-05-161-6/+6
* ACTIONS: Initial CIA.vc report commit-notificationsDaniel Silverstone2012-05-071-0/+152
* ACTIONS: Move hook_globals into actions, add a simple http_get wrapperDaniel Silverstone2012-05-041-0/+48
* ACTIONS: Fix up update_actions and make it clear they're for updateDaniel Silverstone2012-05-011-3/+8
* ACTIONS: New hook actions with builtin support for gitano-admin::master and r...Daniel Silverstone2012-05-011-0/+40