Andrew
48135bb80a
Implement archive cleanup ( #885 )
...
* Implement archive cleanup
Fixes #769
Signed-off-by: Andrew <write@imaginarycode.com >
* Make sure to close the directory file
* Resolve issues noted by @strk
* edit cheatsheet app.ini [ci skip]
* oops [ci skip]
2017-02-11 12:00:46 +08:00
Lunny Xiao
f8329a44d8
Add delete branch track on pull request comments ( #888 )
...
* add delete branch track on pull request comments
* don't change vendor
2017-02-11 12:00:29 +08:00
Lunny Xiao
46bd561e22
bug fixed for issue count ( #881 )
2017-02-09 17:59:57 +08:00
Ethan Koenig
0cafed6d5c
Unit tests for issue_milestone ( #878 )
2017-02-09 14:39:26 +08:00
Ethan Koenig
0c10ac9876
Gogs -> Gitea ( #877 )
2017-02-09 13:44:18 +08:00
Ethan Koenig
952a946684
Fix bug in Issue.GetIsRead ( #876 )
2017-02-09 11:47:24 +08:00
Ethan Koenig
84ea4b1cac
Fix consistency check ( #866 )
2017-02-08 14:29:21 +08:00
Ethan Koenig
8ec023cb81
Use assert in legacy unit tests ( #867 )
2017-02-08 14:29:07 +08:00
Ethan Koenig
1394bc755c
Fix broken test fixture ( #859 )
2017-02-07 22:49:37 +08:00
Bo-Yi Wu
d9de919011
feat: support paginater on star tab of user profile. ( #845 )
2017-02-07 19:54:16 +08:00
Ethan Koenig
4cb8fcbe6a
Consistency checks for unit tests ( #853 )
2017-02-07 19:47:55 +08:00
Bo-Yi Wu
8aae40e229
fix: wrong pages number which includes private repository count. ( #844 )
2017-02-06 23:18:36 +08:00
Ethan Koenig
8223e03ff5
Fix inconsistencies in unit test fixtures
2017-02-05 22:43:31 -05:00
Lunny Xiao
6ee2930b16
track issue title changes ( #841 )
2017-02-05 22:36:00 +08:00
Ethan Koenig
d93ad53a2c
Redirects for renamed repos ( #807 )
...
* Redirects for renamed repos
* Remove unused phrase from locales
2017-02-05 22:35:03 +08:00
Bwko
d32bb47b09
Check for manual merging of a pull request ( #719 )
...
When an open pull request got manually merged mark the pull request as
merged
2017-02-05 21:07:44 +08:00
Andrey Nering
2cf0cfcd7d
Merge pull request #839 from ethantkoenig/fix/remove_org_repo
...
Fix bug in removeOrgRepo
2017-02-04 14:55:02 -02:00
Ethan Koenig
abc037be29
Fix bug in removeOrgRepo
2017-02-04 11:01:21 -05:00
Ethan Koenig
1a7be65f1d
Fix inconsistencies in test fixtures
2017-02-04 11:01:06 -05:00
Lunny Xiao
3f446a0c9c
Add units concept for modulable functions of a repository ( #742 )
...
* Add units concept for modulable functions of a repository
* remove unused comment codes & fix lints and tests
* remove unused comment codes
* use struct config instead of map
* fix lint
* rm wrong files
* fix tests
2017-02-04 23:53:46 +08:00
Ethan Koenig
d7acd31325
Move IssueUser code to separate file ( #836 )
...
Also add unit tests
2017-02-04 20:37:26 +08:00
Andrey Nering
d5d30508ac
Merge pull request #830 from appleboy/patch-2001
...
refactor: set default order by recently star on start tab
2017-02-04 10:32:55 -02:00
Bo-Yi Wu
e31f423fd9
feat: Add search bar on user profile page. ( #787 )
2017-02-04 20:20:20 +08:00
Bo-Yi Wu
1a784735a4
test: Add user mail testing. ( #833 )
2017-02-04 09:20:56 +08:00
Lunny Xiao
0bc54931c3
Track assignee for issue ( #808 )
...
* track assignee for issue
* fix lint
* use getUserByID instead Get
2017-02-03 23:09:10 +08:00
Ethan Koenig
e899ed9b5e
Drop redundant columns from issue_user table ( #638 )
2017-02-03 15:22:39 +08:00
Bo-Yi Wu
b44c5925c2
refactor: set default order by recently star.
2017-02-03 12:03:49 +08:00
Gabriel Jackson
e8c47d9765
Cleanup log messaging
...
This change corrects a few logging issues:
* Standardized formatting errors with '%v'.
* Standardized failure warning word usage.
* Corrected an instance of using the standard log library when
the gitea log library should be used instead.
2017-02-02 15:24:18 +01:00
Bo-Yi Wu
44389a7efd
fix: ignore email notifications if user is not active. ( #820 )
2017-02-02 20:33:36 +08:00
Anton Skorokhod
f5fa2c3438
Add X-GitHub-* headers for webhook to get clubhouse.io integration working ( #809 )
2017-02-02 11:51:19 +08:00
Lunny Xiao
daf375540f
add milestone changed traker on issue view ( #804 )
2017-02-01 10:36:08 +08:00
Ethan Koenig
75c73ce6c7
Bug fixes and unit tests for models/issue_label ( #802 )
2017-02-01 09:31:35 +08:00
Ethan Koenig
e4055d78f1
Windows compatibility for unit tests ( #800 )
2017-01-30 22:22:04 +08:00
Ethan Koenig
434ddf9e74
Unit tests and remove unused functions in models/notification ( #796 )
...
* Unit tests and remove unused functions in models/notification
* Read -> Unread
2017-01-30 22:21:49 +08:00
Lunny Xiao
7b8f94e246
Track labels changed on issue view & resolved #542 ( #788 )
...
* track labels changed on issue view & resolved #542
* add missing head comment & sort & fix refresh
2017-01-30 20:46:45 +08:00
Ethan Koenig
92c60c2563
Better settings for unit tests ( #795 )
2017-01-30 13:17:43 +08:00
Thomas Boerger
5662fe4edf
Allow custom public files ( #782 )
...
* Allow custom public files
* Gofmt code, lots of places not related to this pr
2017-01-28 23:14:56 +01:00
Andrey Nering
de5ddd76e0
Merge pull request #781 from andreynering/notifications-step-5
...
Notifications step 5
2017-01-28 17:54:37 -02:00
Andrey Nering
d508f8b86f
Fix color: closed PR was showing as purple instead of red
2017-01-28 14:01:07 -02:00
Andrey Nering
a480cea018
Merge pull request #777 from ethantkoenig/tests/wiki
...
Unit tests for models/wiki
2017-01-28 11:27:45 -02:00
Ethan Koenig
0a069ded9a
Unit tests for models/wiki
2017-01-27 13:08:17 -05:00
Ethan Koenig
b5e6873610
Unit tests and bug fix for models/org
2017-01-27 12:24:06 -05:00
Lunny Xiao
4fde6d10a3
fix xorm NewSession uncorrected usages ( #774 )
2017-01-28 00:11:41 +08:00
Bo-Yi Wu
b467f58a14
refactor: Remove unnecessary type conversions ( #772 )
2017-01-27 23:03:32 +08:00
Ethan Koenig
b3cb289119
Fix FIXME and remove superfluous queries in models/org ( #749 )
2017-01-25 23:41:38 +08:00
Bo-Yi Wu
7cb00f287f
fix: delete attachment after remove comment.
2017-01-25 16:40:43 +01:00
Ethan Koenig
d5fae572ac
Bug fixes and unit tests for models/webhook ( #751 )
2017-01-25 18:37:35 +08:00
Ethan Koenig
6716242fea
Unit tests for models/star ( #752 )
2017-01-25 18:37:10 +08:00
Lunny Xiao
8baf005a78
bug fixed issues 500 resolved #754 ( #756 )
2017-01-25 16:28:03 +08:00
Ethan Koenig
b97823be47
Less boilerplate in models/ unit tests ( #725 )
2017-01-25 10:49:51 +08:00