forgejo/models
Lunny Xiao 2b3e931cde Migrate reactions when migrating repository from github (#9599)
* Migrate reactions when migrating repository from github

* fix missed sleep

* fix tests

* update reactions when external user binding

* Fix test

* fix tests

* change the copy head

* fix test

* fix migrator add/delete reaction
2020-01-15 12:14:07 +01:00
..
fixtures Restricted users (#6274) 2020-01-13 18:33:46 +01:00
migrations Migrate reactions when migrating repository from github (#9599) 2020-01-15 12:14:07 +01:00
access.go Restricted users (#6274) 2020-01-13 18:33:46 +01:00
access_test.go Restricted users (#6274) 2020-01-13 18:33:46 +01:00
action.go Restricted users (#6274) 2020-01-13 18:33:46 +01:00
action_list.go
action_test.go Restricted users (#6274) 2020-01-13 18:33:46 +01:00
admin.go
admin_test.go
attachment.go
attachment_test.go
branches.go Add require signed commit for protected branch (#9708) 2020-01-15 09:32:57 +01:00
branches_test.go
commit_status.go
commit_status_test.go
consistency.go
context.go
convert.go
error.go Add require signed commit for protected branch (#9708) 2020-01-15 09:32:57 +01:00
error_oauth2.go
external_login_user.go Migrate reactions when migrating repository from github (#9599) 2020-01-15 12:14:07 +01:00
gpg_key.go
gpg_key_test.go
helper.go
helper_directory.go
helper_environment.go Add owner_name column for table repository for maintaince reason (#9717) 2020-01-12 17:36:21 +08:00
issue.go Migrate reactions when migrating repository from github (#9599) 2020-01-15 12:14:07 +01:00
issue_assignees.go
issue_assignees_test.go
issue_comment.go Migrate reactions when migrating repository from github (#9599) 2020-01-15 12:14:07 +01:00
issue_comment_list.go
issue_comment_test.go
issue_dependency.go
issue_dependency_test.go
issue_label.go Move create/fork repository from models to modules/repository (#9489) 2020-01-12 20:11:17 +08:00
issue_label_test.go Fix label count (#8267) 2019-09-24 21:22:39 +08:00
issue_list.go
issue_list_test.go
issue_lock.go
issue_milestone.go
issue_milestone_test.go
issue_reaction.go Migrate reactions when migrating repository from github (#9599) 2020-01-15 12:14:07 +01:00
issue_reaction_test.go Migrate reactions when migrating repository from github (#9599) 2020-01-15 12:14:07 +01:00
issue_stopwatch.go [API] extend StopWatch (#9196) 2019-12-11 23:23:05 -05:00
issue_stopwatch_test.go
issue_test.go
issue_tracked_time.go Move tracked time api convert to convert package (#9665) 2020-01-10 21:59:41 -05:00
issue_tracked_time_test.go
issue_user.go
issue_user_test.go
issue_watch.go
issue_watch_test.go
issue_xref.go
issue_xref_test.go
lfs.go Restricted users (#6274) 2020-01-13 18:33:46 +01:00
lfs_lock.go
log.go
login_source.go
main_test.go
migrate.go Migrate reactions when migrating repository from github (#9599) 2020-01-15 12:14:07 +01:00
models.go
models_test.go
notification.go [API] add endpoint to check notifications [Extend #9488] (#9595) 2020-01-14 16:37:19 +01:00
notification_test.go [API] Add notification endpoint (#9488) 2020-01-09 11:56:32 +00:00
oauth2.go migrate gplus to google oauth2 provider (#7885) 2019-09-14 12:02:39 +02:00
oauth2_application.go
oauth2_application_test.go
org.go Restricted users (#6274) 2020-01-13 18:33:46 +01:00
org_team.go [API] orgEditTeam make Fields optional (#9556) 2020-01-09 13:15:14 +00:00
org_team_test.go Move create/fork repository from models to modules/repository (#9489) 2020-01-12 20:11:17 +08:00
org_test.go
pull.go Add require signed commit for protected branch (#9708) 2020-01-15 09:32:57 +01:00
pull_list.go
pull_sign.go Add require signed commit for protected branch (#9708) 2020-01-15 09:32:57 +01:00
pull_test.go Move pull request api convert to convert package (#9664) 2020-01-10 15:53:53 +08:00
release.go
repo.go Move RepoWorkingPool to services/repository package (#9754) 2020-01-15 04:14:50 +01:00
repo_activity.go
repo_branch.go Move newbranch to standalone package (#9627) 2020-01-14 11:38:04 +08:00
repo_collaboration.go
repo_collaboration_test.go
repo_generate.go Move create/fork repository from models to modules/repository (#9489) 2020-01-12 20:11:17 +08:00
repo_generate_test.go
repo_indexer.go Add owner_name column for table repository for maintaince reason (#9717) 2020-01-12 17:36:21 +08:00
repo_issue.go Add EnableTimetracking option to app settings (#3719) 2018-04-09 23:15:32 +08:00
repo_list.go Restricted users (#6274) 2020-01-13 18:33:46 +01:00
repo_list_test.go
repo_mirror.go
repo_permission.go Restricted users (#6274) 2020-01-13 18:33:46 +01:00
repo_permission_test.go
repo_redirect.go
repo_redirect_test.go
repo_sign.go Add require signed commit for protected branch (#9708) 2020-01-15 09:32:57 +01:00
repo_test.go Move create/fork repository from models to modules/repository (#9489) 2020-01-12 20:11:17 +08:00
repo_unit.go
repo_watch.go
repo_watch_test.go
review.go Mark PR reviews as stale at push and allow to dismiss stale approvals (#9532) 2020-01-09 01:47:45 +00:00
review_test.go
ssh_key.go
ssh_key_test.go
star.go
star_test.go
task.go Move create/fork repository from models to modules/repository (#9489) 2020-01-12 20:11:17 +08:00
test_fixtures.go
token.go
token_test.go
topic.go
topic_test.go
twofactor.go
u2f.go
u2f_test.go
unit.go
unit_tests.go
update.go Move push commits from models to modules/repository (#9370) 2020-01-10 17:34:21 +08:00
upload.go
user.go Migrate reactions when migrating repository from github (#9599) 2020-01-15 12:14:07 +01:00
user_follow.go Refactor session close as xorm already does everything needed internally (#2020) 2017-06-21 08:57:05 +08:00
user_follow_test.go
user_heatmap.go
user_heatmap_test.go Restricted users (#6274) 2020-01-13 18:33:46 +01:00
user_mail.go
user_mail_test.go
user_openid.go Fix SQL quoting (#5117) 2018-10-20 18:19:21 -04:00
user_openid_test.go
user_test.go Restricted users (#6274) 2020-01-13 18:33:46 +01:00
userlist.go
userlist_test.go
webhook.go
webhook_test.go
wiki.go Add owner_name column for table repository for maintaince reason (#9717) 2020-01-12 17:36:21 +08:00
wiki_test.go Move wiki related funtions from models to services/wiki (#9355) 2020-01-07 18:27:36 +00:00