gitea/modules
David Schneiderbauer 1eedd983ea Complete push webhooks (#2530)
* implemented missing 'delete' push webhooks

moreover created ActionDeleteBranch and ActionDeleteTag

* add CommitRepoAction tests for tag/branch creation/deletion

* fixed error where push webhook not called if is new branch or tag
removed unnecessary code

* moved prepare unit test environment into separate method to be used across unit tests

* add missing if clause in pushUpdate

Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com>
2017-09-21 10:43:26 +03:00
..
auth improve protected branch to add whitelist support (#2451) 2017-09-14 16:16:22 +08:00
avatar Use assert in legacy unit tests (#867) 2017-02-08 14:29:07 +08:00
base Sort repository tree entries in natural way (#2506) 2017-09-19 11:37:03 +03:00
context Sync releases table with tags on push and for mirrors (#2459) 2017-09-20 13:26:49 +08:00
cron LDAP user synchronization (#1478) 2017-05-10 15:10:18 +02:00
highlight No highlighting for .txt files (#1922) 2017-06-09 19:39:16 -05:00
httplib Add internal routes for ssh hook comands (#1471) 2017-04-19 11:45:01 +08:00
indexer Improve issue search (#2387) 2017-09-16 23:16:21 +03:00
lfs Fix lint errors (#2547) 2017-09-19 11:08:30 +03:00
log Fix lint errors (#2547) 2017-09-19 11:08:30 +03:00
mailer Fix sending mail with a non-latin display name. #2102 (#2559) 2017-09-21 12:29:45 +08:00
markup Add init support of orgmode document type on file view and readme (#2525) 2017-09-21 13:20:14 +08:00
minwinsvc Fix Git hooks not being executed on Windows when running as a service (#1149) 2017-03-09 09:27:43 +08:00
notification Notification - Step 1 (#523) 2016-12-31 00:44:54 +08:00
options Fix typos in models/ and modules/ (#1248) 2017-03-15 08:52:01 +08:00
private improve protected branch to add whitelist support (#2451) 2017-09-14 16:16:22 +08:00
process Refactor process package and introduce ProcessManager{} with tests (#75) 2017-01-17 13:58:58 +08:00
public Allow custom public files (#782) 2017-01-28 23:14:56 +01:00
setting Fix sending mail with a non-latin display name. #2102 (#2559) 2017-09-21 12:29:45 +08:00
ssh Cleanup log messaging 2017-02-02 15:24:18 +01:00
sync Fix status table race condition (#1835) 2017-05-31 16:57:17 +08:00
templates Complete push webhooks (#2530) 2017-09-21 10:43:26 +03:00
test Fix counts on issues dashboard (#2215) 2017-08-03 13:09:16 +08:00
user golint fixed for modules/user 2016-11-24 17:37:11 +08:00
util improve protected branch to add whitelist support (#2451) 2017-09-14 16:16:22 +08:00
validation Better URL validation (#1507) 2017-04-19 11:02:20 +08:00