forgejo/integrations
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
..
gitea-repositories-meta Complete push webhooks (#2530) 2017-09-21 10:43:26 +03:00
api_branch_test.go
api_comment_test.go
api_fork_test.go
api_gpg_keys_test.go
api_issue_label_test.go
api_issue_test.go
api_keys_test.go
api_pull_test.go
api_repo_test.go Fix /api/repo/search integration tests (#2550) 2017-09-20 12:24:38 +03:00
api_team_test.go
bare_repo_test.go
change_default_branch_test.go
delete_user_test.go
editor_test.go improve protected branch to add whitelist support (#2451) 2017-09-14 16:16:22 +08:00
explore_repos_test.go
html_helper.go
integration_test.go Make integration tests more user-friendly (#2536) 2017-09-18 16:35:42 +08:00
internal_test.go improve protected branch to add whitelist support (#2451) 2017-09-14 16:16:22 +08:00
issue_test.go Improve issue search (#2387) 2017-09-16 23:16:21 +03:00
links_test.go
mysql.ini.tmpl Improve issue search (#2387) 2017-09-16 23:16:21 +03:00
pgsql.ini.tmpl Improve issue search (#2387) 2017-09-16 23:16:21 +03:00
pull_compare_test.go
pull_create_test.go
pull_merge_test.go
release_test.go
repo_commits_test.go
repo_fork_test.go
repo_migrate_test.go
repo_test.go
setting_test.go
signin_test.go
signup_test.go
sqlite.ini Improve issue search (#2387) 2017-09-16 23:16:21 +03:00
timetracking_test.go Add missing fixture to clean gpg_key table (#2494) 2017-09-12 13:54:45 +03:00
user_test.go
version_test.go
xss_test.go