summaryrefslogtreecommitdiffstats
path: root/models/fixtures/action.yml
diff options
context:
space:
mode:
authorEthan Koenig <etk39@cornell.edu>2017-05-25 21:38:18 -0400
committerLunny Xiao <xiaolunwen@gmail.com>2017-05-26 09:38:18 +0800
commit0c332f0480e9aa72454641afe53aebb3b9ab6e57 (patch)
treea13b29de28b8f61b9017316d2b5433e2c5ebda96 /models/fixtures/action.yml
parent03912ce0142039022481ccf3798ab937e9cf4f0b (diff)
downloadgitea-0c332f0480e9aa72454641afe53aebb3b9ab6e57.tar.gz
gitea-0c332f0480e9aa72454641afe53aebb3b9ab6e57.zip
Fix activity feed (#1779)
* Fix activity feed Preserve actions after user/repo name change * Add missing comment * Fix migration, and remove fields completely * Tests
Diffstat (limited to 'models/fixtures/action.yml')
-rw-r--r--models/fixtures/action.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/models/fixtures/action.yml b/models/fixtures/action.yml
index 94d8e5759c..10c0dc1298 100644
--- a/models/fixtures/action.yml
+++ b/models/fixtures/action.yml
@@ -3,10 +3,7 @@
user_id: 2
op_type: 12 # close issue
act_user_id: 2
- act_user_name: user2
repo_id: 2
- repo_user_name: user2
- repo_name: repo2
is_private: true
-
@@ -14,10 +11,7 @@
user_id: 3
op_type: 2 # rename repo
act_user_id: 3
- act_user_name: user3
repo_id: 3
- repo_user_name: user3
- repo_name: repo3
is_private: true
content: oldRepoName
@@ -26,8 +20,5 @@
user_id: 11
op_type: 1 # create repo
act_user_id: 11
- act_user_name: user11
repo_id: 9
- repo_user_name: user11
- repo_name: repo9
is_private: false