Commit Graph
6152 Commits
Author SHA1 Message Date
Jongho Moon b08c6d64da Fixed syntax error 2015-06-05 18:16:44 +09:00
Jongho Moon a65c368831 Added support to Jackson 1.x 2015-06-05 18:16:43 +09:00
SkkeemandJongho Moon af7383a1b5 fixed jackson plugin errors
this includes integration test, objectmapper execution policies, readvalue interceptors
2015-06-05 18:16:42 +09:00
SkkeemandJongho Moon a0ba3c147f add jackson plugin
refined the plugin to match the conventions
2015-06-05 18:16:41 +09:00
SkkeemandJongho Moon e55f00bf1e add jackson plugin 2015-06-05 18:16:41 +09:00
HyoJong cc0626c6a0 Merge pull request #554 from denzelsN/master
Update goJS
2015-06-05 17:29:08 +09:00
denz 8a27b35afe Update goJS
1.3.9 -> 1.4.27
2015-06-05 17:28:15 +09:00
HyunGil Jeong 333361ab9f Merge pull request #551 from Xylus/feature/issue-329
#329 refactored Thrift trace headers
2015-06-05 16:32:00 +09:00
Woonduk Kang 070c2fd3b2 Merge pull request #552 from emeroad/#377_support_depth-limited-search
#377 support depth limited search
2015-06-05 16:31:54 +09:00
Woonduk Kang 04fd8272e1 Merge branch 'master' of https://github.com/naver/pinpoint into #377_support_depth-limited-search 2015-06-05 16:29:50 +09:00
Woonduk Kang dc84358492 #377 support depth-limited search
- add testcase
2015-06-05 16:29:14 +09:00
HyunGil Jeong fa35b1c3b3 #329 refactored Thrift trace headers
This was done to ease up future refactoring that would pull up trace
headers used for tracing various RPC calls into a single common class.
2015-06-05 16:19:33 +09:00
Jaehong Kim 84c8ad8c32 Merge pull request #550 from jaehong-kim/filtered-map-service
if not found destination id then set default value of Unknown
2015-06-05 14:52:47 +09:00
Jaehong Kim 7d0ac14349 if not found destination id then set default value of Unknown 2015-06-05 14:50:53 +09:00
Jongho Moon 5e8d6a72a0 Merge pull request #546 from lioolli/master
makes pinpoint-web builds jar too
2015-06-05 11:49:49 +09:00
Jaehong Kim 62ce7fe5b3 Merge pull request #549 from jaehong-kim/user_include
User include
2015-06-05 11:30:35 +09:00
Jaehong Kim 1d0c4cace2 Merge branch 'master' of https://github.com/naver/pinpoint into user_include
Conflicts:
	plugins/pom.xml
2015-06-05 11:15:22 +09:00
Jaehong Kim 0c3b528574 refactoring 2015-06-05 11:11:18 +09:00
Jaehong Kim 5935b74ddd add USER_INCLUDE ServiceType 2015-06-04 17:53:54 +09:00
Jaehong Kim bff4efdb7e add user include plugin 2015-06-04 15:27:03 +09:00
Jongho Moon 7c283079d6 makes pinpoint-web builds jar too 2015-06-04 14:50:50 +09:00
HyoJong b622926846 Merge pull request #545 from denzelsN/master
bug fix.
2015-06-04 14:34:48 +09:00
denz 42f7093172 bug fix. 2015-06-04 14:33:49 +09:00
HyoJong 30a225f757 Merge pull request #544 from denzelsN/master
Bug fix.
2015-06-04 11:52:31 +09:00
denz 303a32fecc Bug fix.
Update error display format
2015-06-04 11:51:18 +09:00
HyoJong 90eadc063e Merge pull request #542 from denzelsN/master
Update error display format (2)
2015-06-04 11:47:36 +09:00
denz afa6715203 Update error display format (2) 2015-06-04 11:46:57 +09:00
Woonduk Kang 0182ecce54 Merge branch 'master' of https://github.com/naver/pinpoint into #377_support_depth-limited-search 2015-06-04 11:20:38 +09:00
HyoJong 05d8183659 Merge pull request #541 from denzelsN/master
Update error display format
2015-06-04 11:13:51 +09:00
denz 136da734f0 Update error display format 2015-06-04 11:12:31 +09:00
Woonduk Kang 3b518f2513 Merge pull request #540 from emeroad/master
fix compile error
2015-06-04 11:09:25 +09:00
Woonduk Kang 8cd9429be0 fix compile error 2015-06-04 11:08:55 +09:00
Woonduk Kang 7c544bedd1 Merge branch 'master' of https://github.com/naver/pinpoint into #377_support_depth-limited-search 2015-06-04 11:02:02 +09:00
Woonduk Kang 212dfb2f5b #377 support depth-limited search
- add testcase
2015-06-04 11:01:23 +09:00
Jongho Moon 621db33806 Merge pull request #539 from lioolli/master
Restored AtomicMaxUpdater.maxIndex
2015-06-03 18:06:28 +09:00
Jongho Moon ba8d348252 Restored AtomicMaxUpdater.maxIndex 2015-06-03 18:05:17 +09:00
Jongho Moon 141256f75f Merge pull request #538 from lioolli/master
Merge 'pavian/remove_complie_warning'
2015-06-03 18:03:12 +09:00
Jongho Moon 1223deef45 Removed unused fields 2015-06-03 16:38:37 +09:00
Jongho Moon eecaa773d3 Merge remote-tracking branch 'pavian/remove_complie_warning' 2015-06-03 16:23:58 +09:00
koo-taejin 84aa49c2de Merge pull request #537 from koo-taejin/#535
#535 Shows detail error message when web controller meets any exception.
2015-06-03 15:43:42 +09:00
koo.taejin 9b80041899 #535 Shows detail error message when web controller meets any exception. 2015-06-03 15:39:32 +09:00
HyunGil Jeong e0f962de87 Merge pull request #534 from Xylus/feature/issue-195
#195 changed logging to use binded logger and added debug logs
2015-06-03 14:31:57 +09:00
HyunGil Jeong cec3be63e0 #195 changed logging to use binded logger and added debug logs 2015-06-03 14:20:29 +09:00
Eunchan 6ac6ca130e Remove compile warning.
Remove unused imports, Add suppress warnings, close resources not closed.
2015-06-03 13:27:42 +09:00
HyunGil Jeong bf4be4cce5 Merge pull request #529 from Xylus/static-analysis-fix
resolved static analysis warnings
2015-06-02 18:39:13 +09:00
HyunGil Jeong 3b5ed69db5 resolved static analysis warnings 2015-06-02 16:38:38 +09:00
Woonduk Kang f90fff941a Merge pull request #528 from emeroad/#377_support_depth-limited-search
#377 support depth-limited search
2015-06-02 16:09:51 +09:00
Woonduk Kang b9df65cb5a #377 support depth-limited search
- DEFAULT_SEARCH_DEPTH = "8"
2015-06-02 16:09:28 +09:00
HyunGil Jeong 96f210f776 Merge pull request #524 from Xylus/master
modified hbase compatibility table
2015-06-02 11:34:26 +09:00
HyunGil Jeong 0c953309f8 modified hbase compatibility table 2015-06-02 11:33:41 +09:00