aboutsummaryrefslogtreecommitdiffstats
path: root/models/fixtures
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2017-02-25 22:54:40 +0800
committerGitHub <noreply@github.com>2017-02-25 22:54:40 +0800
commitcd1821a7e292b05e04fcc2a969b42d06ab512849 (patch)
tree084f97bfb24a37ec3028d15fdacb51e86cfcc368 /models/fixtures
parente8e56da9ac321aacb3c06968997a45c2f133cd4e (diff)
downloadgitea-cd1821a7e292b05e04fcc2a969b42d06ab512849.tar.gz
gitea-cd1821a7e292b05e04fcc2a969b42d06ab512849.zip
Move push update to post-receive and protected branch check to pre-receive (#1030)
* move all push update to git hook post-receive and protected branch check to git hook pre-receive * add SSH_ORIGINAL_COMMAND check back * remove all unused codes * fix the import
Diffstat (limited to 'models/fixtures')
-rw-r--r--models/fixtures/update_task.yml20
1 files changed, 0 insertions, 20 deletions
diff --git a/models/fixtures/update_task.yml b/models/fixtures/update_task.yml
deleted file mode 100644
index ffcd5fd6fa..0000000000
--- a/models/fixtures/update_task.yml
+++ /dev/null
@@ -1,20 +0,0 @@
--
- id: 1
- uuid: uuid1
- ref_name: refName1
- old_commit_id: oldCommitId1
- new_commit_id: newCommitId1
-
--
- id: 2
- uuid: uuid2
- ref_name: refName2
- old_commit_id: oldCommitId2
- new_commit_id: newCommitId2
-
--
- id: 3
- uuid: uuid3
- ref_name: refName3
- old_commit_id: oldCommitId3
- new_commit_id: newCommitId3