1
0
Fork 0
gitea/integrations
Lunny Xiao 1739e84ac0 improve protected branch to add whitelist support (#2451)
* improve protected branch to add whitelist support

* fix lint

* fix style check

* fix tests

* fix description on UI and import

* fix test

* bug fixed

* fix tests and languages

* move isSliceInt64Eq to util pkg; improve function names & typo
2017-09-14 16:16:22 +08:00
..
gitea-repositories-meta Fix some tests : make coverage -> test (#2492) 2017-09-12 13:51:12 +08:00
api_branch_test.go
api_comment_test.go
api_fork_test.go
api_gpg_keys_test.go Only check at least one email gpg key (#2266) 2017-09-05 21:45:18 +08:00
api_issue_label_test.go
api_issue_test.go
api_keys_test.go
api_pull_test.go
api_repo_test.go
api_team_test.go
bare_repo_test.go
change_default_branch_test.go
delete_user_test.go
editor_test.go improve protected branch to add whitelist support (#2451) 2017-09-14 16:16:22 +08:00
explore_repos_test.go
html_helper.go Feature: Timetracking (#2211) 2017-09-12 09:48:13 +03:00
integration_test.go improve protected branch to add whitelist support (#2451) 2017-09-14 16:16:22 +08:00
internal_test.go improve protected branch to add whitelist support (#2451) 2017-09-14 16:16:22 +08:00
issue_test.go
links_test.go
mysql.ini.tmpl Allow changing integration test database connection using env variables (#2484) 2017-09-13 14:03:20 +08:00
pgsql.ini.tmpl Allow changing integration test database connection using env variables (#2484) 2017-09-13 14:03:20 +08:00
pull_compare_test.go
pull_create_test.go
pull_merge_test.go
release_test.go
repo_commits_test.go
repo_fork_test.go
repo_migrate_test.go
repo_test.go
setting_test.go
signin_test.go
signup_test.go
sqlite.ini Fix some tests : make coverage -> test (#2492) 2017-09-12 13:51:12 +08:00
timetracking_test.go Add missing fixture to clean gpg_key table (#2494) 2017-09-12 13:54:45 +03:00
user_test.go
version_test.go
xss_test.go