Naoki Takezoe
dcf2f1dfdf
Create template of testcase for WebHook models JSON serialization
2018-12-24 23:59:14 +09:00
Naoki Takezoe
114de52434
Add tests for API models
2018-12-24 23:31:36 +09:00
Naoki Takezoe
468cab6982
Separate models from JSON serialization specs
2018-12-24 19:41:21 +09:00
shimamoto
f8013c0ec0
Use Scala wrapper for testcontainers-java
2018-12-19 19:45:11 +09:00
shimamoto
d6fff29a72
Run database tests in a Docker container
2018-12-19 17:07:13 +09:00
aadrian
ace583ecce
remove commented out parameter
2018-11-23 10:16:49 +01:00
aadrian
60592debe3
update some more dependencies
2018-11-22 19:14:57 +01:00
Ryo oki
43febc2f55
delete unused import
2018-11-11 14:34:04 +09:00
Ryo oki
36ce8701ef
add fail pattern for resolve warning
2018-11-11 14:30:40 +09:00
Uli Heller
e513a581e7
Fixes for apache-sshd-2.1.0: Fixed package for 'UnknownCommand' - closes #2161
2018-11-04 09:21:30 +01:00
Naoki Takezoe
4e65818a16
Merge pull request #2164 from kounoike/pr-call-hook-moveto-service
...
Move Plugin/Web Hook call to service layer
2018-10-14 23:03:16 +09:00
Naoki Takezoe
5aac99daf2
(refs #2168 ) Revert #2162
2018-10-14 01:08:09 +09:00
KOUNOIKE
78c7a4be0b
fix test's inheritances
2018-10-08 17:06:57 +09:00
KOUNOIKE
e961f54405
Merge remote-tracking branch 'upstream/master' into pr-call-hook-moveto-service
2018-10-08 16:53:55 +09:00
KOUNOIKE
bf5c1a98ed
fix test
2018-10-07 21:37:30 +09:00
Uli Heller
0cc42f3492
Fixes for apache-sshd-2.1.0: Fixed package for 'UnknownCommand' - closes #2161
2018-10-05 14:35:06 +02:00
Naoki Takezoe
4cb04e9cc3
Change configuration keys
2018-07-30 10:34:38 +09:00
Naoki Takezoe
3920dfb57e
Fix testcase
2018-07-15 13:03:04 +09:00
KOUNOIKE Yuusuke
fd6b658565
Merge remote-tracking branch 'upstream/master' into pr-editorconfig-for-repository
2018-07-01 12:04:38 +09:00
xuwei-k
563c69b4ef
fix typo
2018-06-30 16:14:49 +09:00
Naoki Takezoe
c93bbfca53
Fix testcase
2018-06-12 15:00:20 +09:00
KOUNOIKE Yuusuke
70dbee839a
Show mail address in profile page, It can be controlled by settings. closes #673 .
2018-04-29 19:05:45 +09:00
KOUNOIKE Yuusuke
58381c3d30
Handle .editorconfig parse error
2018-04-22 16:46:34 +09:00
KOUNOIKE Yuusuke
e350126794
Support EditorConfig for online browser/editor.
2018-04-22 12:24:28 +09:00
KOUNOIKE Yuusuke
6e31f19e9b
Improve webhook payload compatibility for discord. close #1888
2018-04-15 15:13:10 +09:00
xuwei-k
ac6fbd0bfa
add -Xfuture option. fix warnings
...
view bounds and procedure syntax are deprecated
2018-04-01 22:43:47 +09:00
kenji yoshida
4f92739d73
check scalafmt in travis ( #1936 )
...
format test and sbt files
2018-04-01 22:24:51 +09:00
KOUNOIKE Yuusuke
3a7581b391
Fix tests for add labels to ApiIssue/ApiPullRequest
2018-03-11 17:10:17 +09:00
Naoki Takezoe
02a8540875
Merge pull request #1864 from kounoike/pr-more-action-issuecomments
...
Save more actions as issue comments.
2018-02-27 18:17:46 +09:00
A Liu Ly
283baaed57
Fixed failing tests.
2018-02-07 08:05:21 +00:00
KOUNOIKE Yuusuke
95cd6b6e90
fix for build and test
2018-01-27 17:52:06 +09:00
Hidetake Iwata
4e7c10c0dc
Add a test
2018-01-25 14:41:59 +09:00
Hidetake Iwata
ab10b77c50
Add OpenID Connect authentication feature
2018-01-24 12:24:16 +09:00
Matthieu Brouillard
47489d9cb1
add 'state' attribute to ApiPullRequest object
...
fixes #1844
2018-01-19 11:37:13 +01:00
Naoki Takezoe
bbc817d86d
(refs #1823 ) Link submodule to the online repository viewer
...
Supports following services:
- GitBucket (need to set the base url at the system settings)
- GitHub
- BitBucket
- GitLab.com
If a repository url doesn't match above services, generate a link to the git repository as before.
2018-01-07 04:41:00 +09:00
Naoki Takezoe
8df30ef01b
Fix message
2017-12-12 13:06:04 +09:00
Naoki Takezoe
dd2e5bfedf
Fix testcase
2017-12-12 12:04:24 +09:00
Naoki Takezoe
902f7ef95f
Fix testcase
2017-10-22 21:33:42 +09:00
Naoki Takezoe
bb804f6597
Merge pull request #1696 from gitbucket/api_repository_ssh_url
...
Add ssh_url to web hook request and API response
2017-09-20 16:18:35 +09:00
Naoki Takezoe
7021942a6e
Merge branch 'add_assignee_to_pr_api'
2017-09-05 20:37:03 +09:00
Naoki Takezoe
9251d64de8
Avoid database access in model
...
Modified to pass assignee from outside of model instead.
2017-09-05 19:47:41 +09:00
Naoki Takezoe
d0c99727e9
Fix testcases
2017-09-05 16:06:06 +09:00
Naoki Takezoe
2e80e3baaf
Fix testcase
2017-09-03 03:52:00 +09:00
KOUNOIKE Yuusuke
e77045abe3
Merge remote-tracking branch 'upstream/master' into pr-handle-errors
...
# Conflicts:
# src/main/scala/gitbucket/core/controller/SystemSettingsController.scala
# src/main/scala/gitbucket/core/service/SystemSettingsService.scala
# src/test/scala/gitbucket/core/view/AvatarImageProviderSpec.scala
2017-08-20 21:50:34 +09:00
KOUNOIKE Yuusuke
040d812f2a
add debug option to SystemSettings. and error page shows stacktrace only for admin or debug settings.
2017-08-17 17:48:53 +09:00
KOUNOIKE Yuusuke
92fea3ff01
fix test.
2017-08-15 02:44:52 +09:00
HairyFotr
0149593272
Fix lint and typos
2017-08-08 21:37:35 +02:00
Naoki Takezoe
db88458a14
Remove unnecessary semicolon
2017-07-12 18:42:14 +09:00
Yasuhiro Takagi
884fc5318a
Add assignee entry for the result of pull request related api
2017-06-25 13:33:27 +09:00
Naoki Takezoe
880c6ac554
Merge branch 'master' into pr-add-account-webhook
2017-06-18 18:15:41 +09:00