Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove IsOwner, NumTeams from OrgUser (#3269) | Ethan Koenig | 2018-01-08 | 1 | -1/+1 |
| | |||||
* | Fix ref parsing in commit messages (#3067) | Ethan Koenig | 2017-12-03 | 1 | -0/+30 |
| | |||||
* | Unit tests for wiki routers (#3022) | Ethan Koenig | 2017-11-30 | 1 | -1/+1 |
| | |||||
* | Use identicon image for default gravatar. (#2767) | harry | 2017-10-23 | 1 | -2/+2 |
| | | | | | | * Use identicon image for default gravatar. * Fixed tests. | ||||
* | Replace deprecated Id method with ID (#2655) | Ethan Koenig | 2017-10-05 | 1 | -2/+2 |
| | |||||
* | Complete push webhooks (#2530) | David Schneiderbauer | 2017-09-21 | 1 | -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) | Morlinest | 2017-08-28 | 1 | -21/+25 |
| | | | | | | * Fix tests code to prevent some runtime errors * Reduce nesting | ||||
* | Ignore invalid issue numbers in commit messages. Fixes #2022 (#2150) | Lauris BH | 2017-07-12 | 1 | -1/+1 |
| | |||||
* | Fix "Dashboard shows deleted comments" (#1995) | Jonas Franz | 2017-06-25 | 1 | -0/+3 |
| | |||||
* | Fix user profile activity feed (#1848) | Ethan Koenig | 2017-06-02 | 1 | -12/+33 |
| | | | | | | * Fix user profile activity feed * gofmt, and avoid overlapping database connections | ||||
* | Fix activity feed (#1779) | Ethan Koenig | 2017-05-26 | 1 | -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 Koenig | 2017-02-28 | 1 | -3/+16 |
| | |||||
* | Less boilerplate in models/ unit tests (#725) | Ethan Koenig | 2017-01-25 | 1 | -32/+16 |
| | |||||
* | Unit tests for models/action (#619) | Ethan Koenig | 2017-01-09 | 1 | -0/+340 |