Commit Graph

16 Commits (1b90692844c1b714d9c03cf7c96e7f62923236c0)

Author SHA1 Message Date
Harshit Bansal 9f476b8d1e Don't close issues via commits on non-default branch. ()
Adds a small check to close the issues only if the referencing commits
are on the default branch.

Fixes: .
Bo-Yi Wu 78b54b49fa
fix: Add feed for organization ()
* feat: Add feed for organization

* fix: testing

* fix: testing

* fix: testing

* fix: testing
Ethan Koenig f48680888c Remove IsOwner, NumTeams from OrgUser ()
Ethan Koenig 3163abedd6 Fix ref parsing in commit messages ()
Ethan Koenig 91f3d77ceb Unit tests for wiki routers ()
harry 81d1e54a49 Use identicon image for default gravatar. ()
* Use identicon image for default gravatar.

* Fixed tests.
Ethan Koenig aa962deec0 Replace deprecated Id method with ID ()
David Schneiderbauer 1eedd983ea Complete push webhooks ()
* 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>
Morlinest 8e61823ec4 Fix tests code to prevent some runtime errors ()
* Fix tests code to prevent some runtime errors

* Reduce nesting
Lauris BH b639fa1648 Ignore invalid issue numbers in commit messages. Fixes ()
Jonas Franz 441986a473 Fix "Dashboard shows deleted comments" ()
Ethan Koenig 4e5ee2b67a Fix user profile activity feed ()
* Fix user profile activity feed

* gofmt, and avoid overlapping database connections
Ethan Koenig 0c332f0480 Fix activity feed ()
* Fix activity feed

Preserve actions after user/repo name change

* Add missing comment

* Fix migration, and remove fields completely

* Tests
Ethan Koenig 4b286f282a Consistency checks for action unit tests ()
Ethan Koenig 8093b3372e Less boilerplate in models/ unit tests ()
Ethan Koenig 4b23e6a694 Unit tests for models/action ()