summaryrefslogtreecommitdiffstats
path: root/models/fixtures
Commit message (Collapse)AuthorAgeFilesLines
...
* Add units to team (#947)Lunny Xiao2017-05-182-0/+12
| | | | | | | | | | | | | | | | | | * add units to team * fix lint * finish team setting backend * finished permission controll on routes * fix import blank line * add unit check on ssh/http pull and push and fix test failed * fix fixtures data * remove unused code
* Don't recreate database in integration tests (#1697)Ethan Koenig2017-05-111-0/+1
|
* Do not allow commiting to protected branch from online editor (#1502)Lauris BH2017-05-021-2/+3
| | | | | | * Do not allow commiting to protected branch from online editor * Add editor integration tests for adding new file and not allowing to add new file to protected branch
* MySQL, Postgres integration tests in drone (#1638)Ethan Koenig2017-04-302-9/+9
| | | | | | | | | | * MySQL, Postgres integration tests in drone * Fix .drone.yml * sign drone * resign drone
* fix bug on issue view when not login (#1624)Lunny Xiao2017-04-291-0/+15
| | | | | | | | | | * fix bug on issue view when not login * hide issue watch when not login * update the tests * fix test on issue
* Status-API (#1332)Kim "BKC" Carlbäcker2017-04-211-0/+54
|
* feat: add download count field and unit testing for attachment. (#1512)Bo-Yi Wu2017-04-201-0/+71
| | | | | | | | | | | | | | * feat: add download count field and unit testing. * fix: unit testing * refactor: improve testing. * fix: update comment * add default value. Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* Add unit tests for issue_watchAndrey Nering2017-03-301-0/+15
|
* Show user OpenID URIs in their profile (#1314)Sandro Santilli2017-03-201-0/+17
|
* Send notifications to partecipants in issue comments (#1217)Sandro Santilli2017-03-162-2/+14
| | | | | | | | | | | | * Send notifications to partecipants in issue comments Closes #1216 Includes test (still failing) * Do not include "labelers" to participants Fix test to expect what GetParticipants return
* Move user_follow to separate file (#1210)Ethan Koenig2017-03-112-0/+7
| | | Also add unit tests
* Consistency checks for action unit tests (#1079)Ethan Koenig2017-02-281-2/+2
|
* Move push update to post-receive and protected branch check to pre-receive ↵Lunny Xiao2017-02-251-20/+0
| | | | | | | | | | | | (#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
* Unit tests for models/repo_collaboration (#1032)Ethan Koenig2017-02-241-1/+1
|
* Bug fixes and unit tests for org_team (#1016)Ethan Koenig2017-02-232-3/+4
|
* fix: Wrong repo list on Explore page if user already loggin. (#1009)Bo-Yi Wu2017-02-222-0/+51
| | | | | | | | * fix: Wrong repo list on Explore page if user already loggin. * fix: code readable. * fix: declare variable
* Unit tests for repo watching (#963)Ethan Koenig2017-02-171-0/+1
|
* Unit tests for repo redirects (#961)Ethan Koenig2017-02-171-0/+5
|
* test: Add testing for GetUserFork function (#944)Bo-Yi Wu2017-02-152-0/+56
|
* Fix public activity showing private repos (#892)Morgan Bazalgette2017-02-113-0/+38
| | | | | | | | | | * Fix public activity showing private repos (#811) Signed-off-by: Morgan Bazalgette <the@howl.moe> * error check after setting is_private to true * Add test for UpdateRepository w/ visibility change
* Unit tests for issue_milestone (#878)Ethan Koenig2017-02-093-0/+17
|
* Fix consistency check (#866)Ethan Koenig2017-02-082-2/+2
|
* Fix broken test fixture (#859)Ethan Koenig2017-02-071-4/+4
|
* fix: wrong pages number which includes private repository count. (#844)Bo-Yi Wu2017-02-061-0/+36
|
* Fix inconsistencies in unit test fixturesEthan Koenig2017-02-053-4/+8
|
* Fix inconsistencies in test fixturesEthan Koenig2017-02-042-4/+5
|
* Move IssueUser code to separate file (#836)Ethan Koenig2017-02-042-0/+24
| | | Also add unit tests
* test: Add user mail testing. (#833)Bo-Yi Wu2017-02-042-0/+51
|
* fix: ignore email notifications if user is not active. (#820)Bo-Yi Wu2017-02-021-1/+34
|
* Bug fixes and unit tests for models/issue_label (#802)Ethan Koenig2017-02-014-0/+46
|
* Unit tests and remove unused functions in models/notification (#796)Ethan Koenig2017-01-302-0/+30
| | | | | | * Unit tests and remove unused functions in models/notification * Read -> Unread
* Unit tests and bug fix for models/orgEthan Koenig2017-01-276-3/+135
|
* Bug fixes and unit tests for models/webhook (#751)Ethan Koenig2017-01-252-0/+29
|
* Unit tests for models/star (#752)Ethan Koenig2017-01-251-0/+9
|
* Unit tests for models/adminEthan Koenig2017-01-091-0/+14
|
* Unit tests for models/action (#619)Ethan Koenig2017-01-092-0/+27
|
* Unit tests for models/access.go (#606)Ethan Koenig2017-01-088-0/+107
|
* Unit tests for models/pull.goEthan Koenig2017-01-064-0/+120
|
* Unit tests for token and update modelsEthan Koenig2016-12-312-0/+43