aboutsummaryrefslogtreecommitdiff
path: root/models/issue_comment.go
Commit message (Collapse)AuthorAge
* Some file refactoringUnknwon2017-02-10
|
* log: start using gopkg.in/clog.v1Unknwon2017-02-09
|
* Minor fix for PR #3822Unknwon2016-12-21
|
* Fix database write context interleaving bug (#3822)stroucki2016-12-21
| | | | | | | | | | | | | | * UpdateIssueUsersByMentions was calling database write operations while a transaction session was in progress. MailParticipants was failing silently because of the SQLITE_LOCKED error. Make sure failures in MailParticipants enter the log, and pass on the transaction context. issue: let caller pass in database context, and use it issue_comment: obtain database context to pass to UpdateIssueMentions issue_comment: log any error from call to MailParticipants issue_mail: pass on database context to UpdateIssueMentions * issue: forgot debug statement
* Minor fix for PR #3624Unknwon2016-12-21
|
* More Issue-Comments API-endpoints (#3624)Kim "BKC" Carlbäcker2016-12-21
| | | | | | * ListAllInRepo & Delete Issue-Comments * Moar data in issue-comments
* migrations: set comment updated as createdUnknwon2016-08-26
|
* #2966 code cleanupUnknwon2016-08-26
|
* issues comment API : list, create, edit (#2966)Iwan Budi Kusnanto2016-08-26
| | | add `since` query string support to list issue comment
* General code quality improvementUnknwon2016-08-16
|
* #2246 fully support of webhooks for pull requestUnknwon2016-08-14
|
* #1601 support delete issue commentUnknwon2016-07-26
|
* Refactor User.Id to User.IDUnknwon2016-07-24
|
* Remove redundant Unix timestamp method callUnknwon2016-07-23
| | | | Unix() already uses UTC as timezone
* #2854 fix no mail notification when issue is closed/reopenedUnknwon2016-07-16
|
* Updated and created were appended with _unix. Fresh databases have only the ↵Marin Jankovski2016-03-11
| | | | newly named fields.
* Fix ref comment from commit create empty feedUnknwon2016-03-11
|
* #2302 Replace time.Time with Unix Timestamp (int64)Unknwon2016-03-09
|
* #1146 finish new access rights for collaboratorsUnknwon2016-03-05
|
* #1146 finsih UI work for access mode of collaboratorsUnknwon2016-03-05
| | | | | Collaborators have write access as default, and can be changed via repository collaboration settings page to change between read, write and admin.
* #1597 fix activitity feeds for pull requestsUnknwon2016-03-05