summaryrefslogtreecommitdiffstats
path: root/models/action_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Remove IsOwner, NumTeams from OrgUser (#3269)Ethan Koenig2018-01-081-1/+1
|
* Fix ref parsing in commit messages (#3067)Ethan Koenig2017-12-031-0/+30
|
* Unit tests for wiki routers (#3022)Ethan Koenig2017-11-301-1/+1
|
* Use identicon image for default gravatar. (#2767)harry2017-10-231-2/+2
| | | | | | * Use identicon image for default gravatar. * Fixed tests.
* Replace deprecated Id method with ID (#2655)Ethan Koenig2017-10-051-2/+2
|
* Complete push webhooks (#2530)David Schneiderbauer2017-09-211-41/+103
| | | | | | | | | | | | | | | | | * implemented missing 'delete' push webhooks moreover created ActionDeleteBranch and ActionDeleteTag * add CommitRepoAction tests for tag/branch creation/deletion * fixed error where push webhook not called if is new branch or tag removed unnecessary code * moved prepare unit test environment into separate method to be used across unit tests * add missing if clause in pushUpdate Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com>
* Fix tests code to prevent some runtime errors (#2381)Morlinest2017-08-281-21/+25
| | | | | | * Fix tests code to prevent some runtime errors * Reduce nesting
* Ignore invalid issue numbers in commit messages. Fixes #2022 (#2150)Lauris BH2017-07-121-1/+1
|
* Fix "Dashboard shows deleted comments" (#1995)Jonas Franz2017-06-251-0/+3
|
* Fix user profile activity feed (#1848)Ethan Koenig2017-06-021-12/+33
| | | | | | * Fix user profile activity feed * gofmt, and avoid overlapping database connections
* Fix activity feed (#1779)Ethan Koenig2017-05-261-48/+44
| | | | | | | | | | | | * Fix activity feed Preserve actions after user/repo name change * Add missing comment * Fix migration, and remove fields completely * Tests
* Consistency checks for action unit tests (#1079)Ethan Koenig2017-02-281-3/+16
|
* Less boilerplate in models/ unit tests (#725)Ethan Koenig2017-01-251-32/+16
|
* Unit tests for models/action (#619)Ethan Koenig2017-01-091-0/+340