Lauris BH
d0c132552e
Add reactions to issues/PR and comments ( #2856 )
8 years ago
Ethan Koenig
d6b1f1fec3
Fix ref parsing in commit messages ( #3067 )
8 years ago
Lunny Xiao
9fb62a93c5
Remove GetRepositoryByRef and add GetRepositoryByOwnerAndName ( #3043 )
* remove GetRepositoryByRef and add GetRepositoryByOwnerAndName
* fix tests
* fix tests bug
* some improvements
8 years ago
Ethan Koenig
a186f896eb
Replace deprecated Id method with ID ( #2655 )
8 years ago
Lunny Xiao
c2b107fcb0
Use AfterLoad instead of AfterSet on Structs ( #2628 )
* use AfterLoad instead of AfterSet on Structs
* fix the comments on AfterLoad
* fix the comments on action AfterLoad
8 years ago
Morlinest
21208abd29
Remove redudant issue LoadAttributes() calls ( #2614 )
8 years ago
Ethan Koenig
2e41758ca3
Fix lint errors ( #2547 )
8 years ago
Ethan Koenig
734935d94f
Improve issue search ( #2387 )
* Improve issue indexer
* Fix new issue sqlite bug
* Different test indexer paths for each db
* Add integration indexer paths to make clean
8 years ago
David Schneiderbauer
6ef30d97e4
Prevent sending emails and notifications to inactive users ( #2384 )
* Filter inactive users before sending emails or creating browser notifications
Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com>
* fix formatting issues
Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com>
* included requested changes
Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com>
* optimized database queries
* rebasing new master and add tablenames for clarification in xorm queries
* remove escaped quotationmarks using backticks
Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com>
8 years ago
Lunny Xiao
d00b7dab75
Use created & updated instead BeforeInsert & BeforeUpdate ( #2482 )
* use created & updated instead BeforeInsert & BeforeUpdate
* fix vendor checksum
* only show generated SQL when development mode
* remove extra update column updated_unix
* remove trace config
8 years ago
Lunny Xiao
7935271b57
some refactors for issue and comments ( #2419 )
8 years ago
Zsombor
af78c757b7
Add possibility to record branch or tag information in an issue ( #780 )
8 years ago
Lunny Xiao
d1a3845b8c
fix 500 error when view an issue which's milestone deleted ( #2297 )
8 years ago
Ethan Koenig
1a50678894
Fix counts on issues dashboard ( #2215 )
* Fix counts on issues dashboard
* setupSess -> setupSession
* Unit test
* Load repo owners for issues
8 years ago
Ethan Koenig
ca37578060
Fix issue updated_unix bug ( #2204 )
8 years ago
Ethan Koenig
ab1c0d300c
Fix unclosed session bug ( #2214 )
8 years ago
Ethan Koenig
22b022b086
Fix PR nil-dereference bug ( #2195 )
* Fix PR nil-dereference bug
* Revert to original error format
8 years ago
Lauris BH
009d54b145
Ignore invalid issue numbers in commit messages. Fixes #2022 ( #2150 )
8 years ago
Ethan Koenig
b9c6d1e8a6
Fix default ghost assignee bug ( #2069 )
8 years ago
Győrvári Gábor
05ddfb6f18
Enable assignee e-mail notification ( #2003 )
* Enable assignee e-mail notification
* Check assignee and doer to avoid self made comment notifications.
* Assignee not always defined
* New method to avoid error when assignee deleted
* Assignee empty check
8 years ago
Lunny Xiao
ef60249ff3
Fix #2001 and fix issue comments hidden ( #2016 )
* revert #2001 and fix issue comments hidden
* fix #2001
* fix import
* improve comment type
* reduce unnecessary join
* fix comment on FindCommentsOptions
8 years ago
Lauris BH
625f482b25
Refactor session close as xorm already does everything needed internally ( #2020 )
8 years ago
Ethan Koenig
d1367598b1
Fix search by issue type ( #1914 )
* Fix search by issue type
8 years ago
Ethan Koenig
870ee442bd
Fix engine bug in getIssueByID ( #1934 )
8 years ago
Ethan Koenig
66ee05fd53
Fix activity feed ( #1779 )
* Fix activity feed
Preserve actions after user/repo name change
* Add missing comment
* Fix migration, and remove fields completely
* Tests
8 years ago
Sandro Santilli
3c004e37b3
Send notifications to partecipants in issue comments ( #1217 )
* 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
9 years ago
Ethan Koenig
1d8ae87655
Batch updates for issues ( #926 )
9 years ago
Ethan Koenig
9c781e8fd4
Fix typos in models/ and modules/ ( #1248 )
9 years ago
Ethan Koenig
c2ba9ca97b
Refactor and fix incorrect comment ( #1247 )
9 years ago
Bo-Yi Wu
a6f4a8c2f0
feat: expose url field on issue api. ( #982 )
* Add api url func.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* fix: Add unit testing.
* fix: conflicts
* fix: remove trim
* fix: revert test function name.
9 years ago
Ethan Koenig
f8e89a7034
LableIDs -> LabelIDs ( #1088 )
9 years ago
Ethan Koenig
8240cba2c2
Optimize and unit test Issue_ReplaceLabels ( #1080 )
9 years ago
Lunny Xiao
d4c55c54b2
Refactor for issues loadattributes of a repository ( #971 )
* refactor for issues loadattributes of a repository
* refactors
9 years ago
Lunny Xiao
49bec3eb86
Fix all the bugs in issues and pulls on dashboard ( #943 )
* fix all the bugs in issues and pulls on dashboard
* small fix and refactor
* add method getRepoIDs for IssueList
9 years ago
Lunny Xiao
0e3c632388
Fix assigned issues dashboard ( #920 )
* Fix assigned/created issues in dashboard. (#3560 )
* Fix assigned/created issues in dashboard.
* Use GetUserIssueStats for getting all Dashboard stats.
* Use gofmt to format the file properly.
* Replace &Issue{} with new(Issue).
* Check if user has access to given repository.
* Remove unnecessary filtering of issues.
* Return 404 error if invalid repository is given.
* Use correct number of issues in paginater.
* fix issues on dashboard
9 years ago
Ethan Koenig
79140f6ad7
Fix logging bug
Error logged everytime an assignee was removed
9 years ago
Lunny Xiao
efb41519b9
Add delete branch track on pull request comments ( #888 )
* add delete branch track on pull request comments
* don't change vendor
9 years ago
Lunny Xiao
16e3a07793
bug fixed for issue count ( #881 )
9 years ago
Ethan Koenig
065bf6fd52
Unit tests for issue_milestone ( #878 )
9 years ago
Ethan Koenig
3846bd7137
Fix bug in Issue.GetIsRead ( #876 )
9 years ago
Lunny Xiao
676cbacde7
track issue title changes ( #841 )
9 years ago
Ethan Koenig
4eefdf8765
Move IssueUser code to separate file ( #836 )
Also add unit tests
9 years ago
Lunny Xiao
0abfbb2040
Track assignee for issue ( #808 )
* track assignee for issue
* fix lint
* use getUserByID instead Get
9 years ago
Ethan Koenig
c956352005
Drop redundant columns from issue_user table ( #638 )
9 years ago
Lunny Xiao
c8ee0b9df0
add milestone changed traker on issue view ( #804 )
9 years ago
Ethan Koenig
e979cc5524
Bug fixes and unit tests for models/issue_label ( #802 )
9 years ago
Lunny Xiao
63db268036
Track labels changed on issue view & resolved #542 ( #788 )
* track labels changed on issue view & resolved #542
* add missing head comment & sort & fix refresh
9 years ago
Andrey Nering
773b983b99
Fix color: closed PR was showing as purple instead of red
9 years ago
Lunny Xiao
4683c3bebd
bug fixed issues 500 resolved #754 ( #756 )
9 years ago
Ethan Koenig
061fa12949
Search bar for issues/pulls ( #530 )
9 years ago