gitea/models
Philippe Kueck fe94032f74 rewrite pre-commit, post-commit and options hooks (fixes #1250) (#1257)
* issue #1250, replace {pre,post}-receive and update hooks with a single shell script that does not require custom hooks to be a sh-script

* issue #1250, make script posix compilant

* v23, add migration script to update {pre,post}-receive and update hooks

* migration: use a more common name and rename v23 to v26 to avoid conflicts

* gofmt'ed and added copyright header

* fix SyncRepositoryHooks to also sync wiki repos
2017-03-23 09:12:51 +08:00
..
fixtures Show user OpenID URIs in their profile (#1314) 2017-03-20 09:31:08 +01:00
migrations rewrite pre-commit, post-commit and options hooks (fixes #1250) (#1257) 2017-03-23 09:12:51 +08:00
access.go
access_test.go
action.go
action_test.go
admin.go
admin_test.go
attachment.go
branches.go Fix typos in models/ and modules/ (#1248) 2017-03-15 08:52:01 +08:00
consistency_test.go
error.go Login via OpenID-2.0 (#618) 2017-03-17 15:16:08 +01:00
external_login_user.go
git_diff.go
git_diff_test.go fix gofmt error 2016-12-30 20:41:10 +01:00
gpg_key.go
gpg_key_test.go
graph.go
graph_test.go Fix benchmarktests (#557) 2017-01-03 10:52:09 +08:00
helper.go
issue.go Send notifications to partecipants in issue comments (#1217) 2017-03-16 09:34:24 +08:00
issue_comment.go
issue_indexer.go
issue_label.go
issue_label_test.go
issue_list.go
issue_list_test.go
issue_mail.go
issue_milestone.go
issue_milestone_test.go
issue_test.go
issue_user.go
issue_user_test.go
lfs.go
login_source.go
mail.go
models.go Login via OpenID-2.0 (#618) 2017-03-17 15:16:08 +01:00
models_sqlite.go go vet 2014-04-13 03:14:43 -04:00
models_test.go
models_tidb.go
notification.go
notification_test.go
org.go fix random avatars (#1147) 2017-03-08 23:05:15 +08:00
org_team.go
org_team_test.go
org_test.go Consistency checks for unit tests (#853) 2017-02-07 19:47:55 +08:00
pull.go
pull_test.go Consistency checks for unit tests (#853) 2017-02-07 19:47:55 +08:00
release.go
repo.go rewrite pre-commit, post-commit and options hooks (fixes #1250) (#1257) 2017-03-23 09:12:51 +08:00
repo_branch.go Lint models/repo_branch.go 2016-11-26 11:20:37 +01:00
repo_collaboration.go
repo_collaboration_test.go Unit tests for models/repo_collaboration (#1032) 2017-02-24 09:37:38 +08:00
repo_editor.go
repo_list.go
repo_list_test.go
repo_mirror.go
repo_redirect.go
repo_redirect_test.go
repo_test.go
repo_unit.go
repo_watch.go
repo_watch_test.go Unit tests for repo watching (#963) 2017-02-17 16:02:11 +08:00
setup_for_test.go Optimize and unit test Issue_ReplaceLabels (#1080) 2017-02-28 09:35:55 +08:00
ssh_key.go
ssh_key_test.go
star.go refactor: small optimize for sql query (#940) 2017-02-15 14:01:50 +08:00
star_test.go
token.go
token_test.go Less boilerplate in models/ unit tests (#725) 2017-01-25 10:49:51 +08:00
twofactor.go
unit.go
update.go
update_test.go
user.go fix delete user failed on sqlite (#1321) 2017-03-20 22:13:52 +08:00
user_follow.go
user_follow_test.go
user_mail.go
user_mail_test.go
user_openid.go
user_openid_test.go Run "make fmt" with go-1.6 (#1333) 2017-03-21 08:55:00 +08:00
user_test.go
webhook.go
webhook_slack.go
webhook_test.go
wiki.go fix wiki bugs (#1294) 2017-03-20 21:36:19 +08:00
wiki_test.go Better settings for unit tests (#795) 2017-01-30 13:17:43 +08:00