diff options
author | David Schneiderbauer <daviian@users.noreply.github.com> | 2017-09-21 09:43:26 +0200 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2017-09-21 10:43:26 +0300 |
commit | 1eedd983ea0f387b6e72264b1cd195a4d3ea1253 (patch) | |
tree | d4bbb070df7df0d6f38e2f20a8baf52598623a6a /integrations/gitea-repositories-meta | |
parent | 0d80af649a50c4b9e5e4ba764399872fc92f70f2 (diff) | |
download | gitea-1eedd983ea0f387b6e72264b1cd195a4d3ea1253.tar.gz gitea-1eedd983ea0f387b6e72264b1cd195a4d3ea1253.zip |
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>
Diffstat (limited to 'integrations/gitea-repositories-meta')
-rw-r--r-- | integrations/gitea-repositories-meta/user2/repo1.git/refs/tags/v1.1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/integrations/gitea-repositories-meta/user2/repo1.git/refs/tags/v1.1 b/integrations/gitea-repositories-meta/user2/repo1.git/refs/tags/v1.1 new file mode 100644 index 0000000000..f98a263be6 --- /dev/null +++ b/integrations/gitea-repositories-meta/user2/repo1.git/refs/tags/v1.1 @@ -0,0 +1 @@ +65f1bf27bc3bf70f64657658635e66094edbcb4d |