Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add units to team (#947) | Lunny Xiao | 2017-05-18 | 2 | -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 Koenig | 2017-05-11 | 1 | -0/+1 | |
| | ||||||
* | Do not allow commiting to protected branch from online editor (#1502) | Lauris BH | 2017-05-02 | 1 | -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 Koenig | 2017-04-30 | 2 | -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 Xiao | 2017-04-29 | 1 | -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äcker | 2017-04-21 | 1 | -0/+54 | |
| | ||||||
* | feat: add download count field and unit testing for attachment. (#1512) | Bo-Yi Wu | 2017-04-20 | 1 | -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_watch | Andrey Nering | 2017-03-30 | 1 | -0/+15 | |
| | ||||||
* | Show user OpenID URIs in their profile (#1314) | Sandro Santilli | 2017-03-20 | 1 | -0/+17 | |
| | ||||||
* | Send notifications to partecipants in issue comments (#1217) | Sandro Santilli | 2017-03-16 | 2 | -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 Koenig | 2017-03-11 | 2 | -0/+7 | |
| | | | Also add unit tests | |||||
* | Consistency checks for action unit tests (#1079) | Ethan Koenig | 2017-02-28 | 1 | -2/+2 | |
| | ||||||
* | Move push update to post-receive and protected branch check to pre-receive ↵ | Lunny Xiao | 2017-02-25 | 1 | -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 Koenig | 2017-02-24 | 1 | -1/+1 | |
| | ||||||
* | Bug fixes and unit tests for org_team (#1016) | Ethan Koenig | 2017-02-23 | 2 | -3/+4 | |
| | ||||||
* | fix: Wrong repo list on Explore page if user already loggin. (#1009) | Bo-Yi Wu | 2017-02-22 | 2 | -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 Koenig | 2017-02-17 | 1 | -0/+1 | |
| | ||||||
* | Unit tests for repo redirects (#961) | Ethan Koenig | 2017-02-17 | 1 | -0/+5 | |
| | ||||||
* | test: Add testing for GetUserFork function (#944) | Bo-Yi Wu | 2017-02-15 | 2 | -0/+56 | |
| | ||||||
* | Fix public activity showing private repos (#892) | Morgan Bazalgette | 2017-02-11 | 3 | -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 Koenig | 2017-02-09 | 3 | -0/+17 | |
| | ||||||
* | Fix consistency check (#866) | Ethan Koenig | 2017-02-08 | 2 | -2/+2 | |
| | ||||||
* | Fix broken test fixture (#859) | Ethan Koenig | 2017-02-07 | 1 | -4/+4 | |
| | ||||||
* | fix: wrong pages number which includes private repository count. (#844) | Bo-Yi Wu | 2017-02-06 | 1 | -0/+36 | |
| | ||||||
* | Fix inconsistencies in unit test fixtures | Ethan Koenig | 2017-02-05 | 3 | -4/+8 | |
| | ||||||
* | Fix inconsistencies in test fixtures | Ethan Koenig | 2017-02-04 | 2 | -4/+5 | |
| | ||||||
* | Move IssueUser code to separate file (#836) | Ethan Koenig | 2017-02-04 | 2 | -0/+24 | |
| | | | Also add unit tests | |||||
* | test: Add user mail testing. (#833) | Bo-Yi Wu | 2017-02-04 | 2 | -0/+51 | |
| | ||||||
* | fix: ignore email notifications if user is not active. (#820) | Bo-Yi Wu | 2017-02-02 | 1 | -1/+34 | |
| | ||||||
* | Bug fixes and unit tests for models/issue_label (#802) | Ethan Koenig | 2017-02-01 | 4 | -0/+46 | |
| | ||||||
* | Unit tests and remove unused functions in models/notification (#796) | Ethan Koenig | 2017-01-30 | 2 | -0/+30 | |
| | | | | | | * Unit tests and remove unused functions in models/notification * Read -> Unread | |||||
* | Unit tests and bug fix for models/org | Ethan Koenig | 2017-01-27 | 6 | -3/+135 | |
| | ||||||
* | Bug fixes and unit tests for models/webhook (#751) | Ethan Koenig | 2017-01-25 | 2 | -0/+29 | |
| | ||||||
* | Unit tests for models/star (#752) | Ethan Koenig | 2017-01-25 | 1 | -0/+9 | |
| | ||||||
* | Unit tests for models/admin | Ethan Koenig | 2017-01-09 | 1 | -0/+14 | |
| | ||||||
* | Unit tests for models/action (#619) | Ethan Koenig | 2017-01-09 | 2 | -0/+27 | |
| | ||||||
* | Unit tests for models/access.go (#606) | Ethan Koenig | 2017-01-08 | 8 | -0/+107 | |
| | ||||||
* | Unit tests for models/pull.go | Ethan Koenig | 2017-01-06 | 4 | -0/+120 | |
| | ||||||
* | Unit tests for token and update models | Ethan Koenig | 2016-12-31 | 2 | -0/+43 | |