Naoki Takezoe
0fae2dac35
Merge pull request #1097 from ritschwumm/patch-3
...
Java 8 is a new requirement
2016-02-13 10:23:47 +09:00
Naoki Takezoe
4db4fe28b4
Merge pull request #1102 from ritschwumm/wip/name
...
rename file to the name of the type within
2016-02-13 10:19:08 +09:00
Naoki Takezoe
5b87efa032
(refs #1084 )Remove RepositoryUrls
2016-02-13 10:16:11 +09:00
Herr Ritschwumm
3ad609bad7
rename file to the name of the type within
2016-02-13 01:24:04 +01:00
Naoki Takezoe
8145cba111
Merge branch 'wip/baseurl' of https://github.com/ritschwumm/gitbucket into ritschwumm-wip/baseurl
2016-02-12 23:15:59 +09:00
Herr Ritschwumm
24b9a9a12c
remove RepoBase by moving RepositoryUrls construction into Context
2016-02-11 23:24:09 +01:00
Herr Ritschwumm
ee7220ebd2
move SshAddress into the SystemSettingsService object
2016-02-11 22:55:22 +01:00
Naoki Takezoe
8fb72fd55e
(refs #982 )Provide fixed url for pull request tabs
2016-02-09 18:14:03 +09:00
Naoki Takezoe
a1eded2d9a
Merge pull request #1091 from oohira/fix/review-comment-box-border
...
Fix bug that border of review comment box is not shown
2016-02-09 13:58:18 +09:00
Naoki Takezoe
7f184e1126
Merge pull request #1100 from oohira/fix/label-duplicate-error
...
Fix bug that label duplicate check is wrong
2016-02-09 13:43:47 +09:00
oohira
09aafbcce1
Fix wrong query to find the specified label
2016-02-08 23:40:17 +09:00
Naoki Takezoe
7f5024a746
Change javac option to require Java8
2016-02-08 01:11:54 +09:00
Naoki Takezoe
8fec0870a8
Merge pull request #1098 from nus/fix-hidden-pull-requests
...
Fix some hidden pull requests
2016-02-08 01:03:41 +09:00
Naoki Takezoe
a8d2afaff7
Merge pull request #1099 from gitbucket/scalatest
...
Move to ScalaTest from Specs2
2016-02-07 00:02:46 +09:00
Naoki Takezoe
8fd92f1c2f
Fix compilation error in testcase
2016-02-06 23:39:57 +09:00
Naoki Takezoe
419ea16ead
Remove Specs2 dependency
2016-02-06 22:27:23 +09:00
Naoki Takezoe
e72d808a3c
Migrating testcase to ScalaTest
2016-02-06 22:10:20 +09:00
Naoki Takezoe
44e8c0a9be
Migrating testcase to ScalaTest
2016-02-05 23:00:35 +09:00
Naoki Takezoe
e2c39d7815
Merged branch master into scalatest
2016-02-04 01:51:29 +09:00
Yota Ichino
687cd54f9a
Fix some hidden pull requests
...
IssuesService.IssueLimit value is equalized with
PullRequestService.PullRequestLimit value by this commit.
If without this, some pull requests are hidden.
For example, inspite of 30 pull requests are exists,
pull request page shows 25.
2016-02-03 16:43:49 +00:00
Naoki Takezoe
911754e1dc
Migrating testcase to ScalaTest
2016-02-04 00:40:58 +09:00
Naoki Takezoe
0067cbce6f
Fix failed test
2016-02-04 00:37:50 +09:00
Naoki Takezoe
f40f8427aa
Replace === with ==
2016-02-04 00:27:00 +09:00
oohira
98ceff2391
Fix bug that border of review comment box is not shown
2016-02-04 00:04:07 +09:00
Naoki Takezoe
642a51a208
Merge pull request #1096 from nus/fix-invisible-closed-label
...
Fix invisible closed label
2016-02-03 23:41:37 +09:00
Naoki Takezoe
9ec7c321d8
Merge pull request #1095 from oohira/link-avatar-image-to-profile-page
...
Link avatar image to the user's profile page
2016-02-03 23:33:57 +09:00
Naoki Takezoe
a3c419b6f5
Merge pull request #1086 from oohira/fix/invalid-repos-owner-url
...
Fix repository owner link URL
2016-02-03 23:08:55 +09:00
Naoki Takezoe
15c28cffa4
Merge branch 'ritschwumm-patch-1'
2016-02-03 22:37:40 +09:00
Naoki Takezoe
f4d0f16481
(refs #1083 )Bump sbt launcher
2016-02-03 22:37:09 +09:00
Naoki Takezoe
45535e4fdf
Merge branch 'patch-1' of https://github.com/ritschwumm/gitbucket into ritschwumm-patch-1
2016-02-03 22:34:30 +09:00
ritschwumm
64635c5dc6
Java 8 is a new requirement
2016-02-03 01:19:29 +01:00
Yota Ichino
2fd95c7f1a
Fix invisible closed label
...
Closed label has label-important attribute which
was not defined in gitbucket.css, so that define
the attribute.
2016-02-02 15:35:45 +00:00
oohira
eb6da85183
Link avatar image to the user's profile page
2016-02-02 23:24:05 +09:00
Naoki Takezoe
bcc05f021c
Migrating testcases to ScalaTest from Specs2
2016-02-02 00:36:08 +09:00
Naoki Takezoe
d58ed55c3a
Merged branch ritschwumm-wip/escape into master
2016-01-31 12:26:37 +09:00
Naoki Takezoe
057f029c80
(refs #1085 )Remove var by replacing for expression with foldLeft
2016-01-31 12:26:09 +09:00
Naoki Takezoe
c9a12ff913
Fix version extraction
2016-01-31 10:33:07 +09:00
oohira
66bf00b5d3
Fix repository owner link URL
2016-01-31 08:32:59 +09:00
Herr Ritschwumm
7ba3ca6f15
properly escape html characters in a description
2016-01-30 16:25:50 +01:00
Herr Ritschwumm
a1bacccc09
add tests, failing right now
2016-01-30 16:25:44 +01:00
ritschwumm
333eeb4bad
update sbt to newest version
2016-01-30 11:24:23 +01:00
Herr Ritschwumm
3f2935612d
feature: add settings for the ssh host
2016-01-30 11:15:07 +01:00
Herr Ritschwumm
4c87bdd959
refactor: make the settings alone responsible for ssh server location
2016-01-30 11:14:13 +01:00
Herr Ritschwumm
3543073150
cleanup: wiki urls could have been simpler
2016-01-30 11:12:11 +01:00
Herr Ritschwumm
e50fe604c2
cleanup: ... which in turns lets us avoid passing around the base url where we shouldn't need to know about it at all
2016-01-30 11:12:11 +01:00
Herr Ritschwumm
63369258bd
preparation: move url generation from RepositoryInfo towards the gui
2016-01-30 11:12:07 +01:00
Herr Ritschwumm
e7c3376303
cleanup: baseUrl is not used here at all
2016-01-30 07:31:40 +01:00
Herr Ritschwumm
86163f66ce
cleanup: jgit repo info does not have to know about urls in the gui
2016-01-30 07:31:26 +01:00
Herr Ritschwumm
518f0bfc28
cleanup: derive baseUrl from http request outside the SettingsService
2016-01-30 07:29:57 +01:00
Herr Ritschwumm
0a759f6127
cleanup: don't repeat yourself, calculate effective ssh port in one place only
2016-01-30 07:29:21 +01:00