Commit Graph
150 Commits
Author SHA1 Message Date
Woonduk Kang 47621775ba Merge pull request #631 from emeroad/master
cleanup dependency
2015-06-17 17:16:06 +09:00
Woonduk Kang 8676974764 cleanup dependency 2015-06-17 17:09:39 +09:00
HyunGil Jeong 9a97774838 #623 removed commons-lang3 dependency 2015-06-17 11:05:07 +09:00
Jaehong Kim 79faaac2ba add license 2015-06-17 10:21:32 +09:00
Jaehong Kim d251b16ae7 Merge branch 'master' of https://github.com/naver/pinpoint into arcus-memcached 2015-06-16 18:27:16 +09:00
Jaehong Kim 31e8ada621 add arcus-plugin 2015-06-16 16:21:55 +09:00
Woonduk Kang 3c4c5f986b cleanup dependency 2015-06-16 15:14:59 +09:00
Jaehong Kim 2b6eec2ee6 change to asyn trace close condition. 2015-06-15 11:21:31 +09:00
Jaehong Kim 3faf1dc68a remove unused traceBlockBegin/End 2015-06-10 16:37:42 +09:00
Jaehong Kim 0db7d286e6 Merge pull request #563 from jaehong-kim/user-include
User include
2015-06-08 17:27:24 +09:00
Jaehong Kim b7f97a80f4 fix span close condition 2015-06-08 15:43:32 +09:00
Jongho Moon 1686198973 Added clover.license 2015-06-08 14:32:04 +09:00
HyunGil Jeong 9a51005c0c removed .swp file 2015-06-05 19:10:11 +09:00
Jongho Moon 1b3141d22b Fixed test failures 2015-06-05 18:16:45 +09:00
Jongho Moon cc8db8b30c Fixed merge mistake 2015-06-05 18:16:45 +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
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 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 1223deef45 Removed unused fields 2015-06-03 16:38:37 +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
Jongho Moon aebeef15de Refined gson plugin 2015-06-01 17:56:53 +09:00
Jongho Moon 4d910a42b4 Refined gson plugin 2015-06-01 17:56:52 +09:00
Jongho Moon 534747db17 Refined json-lib plugin
- seperate interceptor
- refined test cases
- renamed package json.lib to json_lib
- intercept overloaded methods too
2015-06-01 15:47:14 +09:00
Jongho Moon 11af28a3ba renamed package json.lib to json_lib 2015-06-01 15:47:13 +09:00
leesangyoon 56b0d597e8 add json length check interceptor to toString && fromObject in JSONArray,JSONObject && toJSON in type String and add test json length check in agent/test 2015-06-01 11:55:49 +09:00
leesangyoon e334432f03 fix error in json-lib/JsonLibPlugin, agent/JsonLibJSONArrayIT 2015-05-31 17:53:42 +09:00
leesangyoon 4fad85b263 Merge https://github.com/naver/pinpoint into json-lib-plugin 2015-05-30 01:11:21 +09:00
HyunGil Jeong 537e541752 #329 add profiling support for Thrift services 2015-05-29 19:32:32 +09:00
Jongho Moon 3052f1513f Added clover license file 2015-05-29 18:39:01 +09:00
Woonduk Kang 747221acaa added clover license 2015-05-29 17:30:37 +09:00
leesangyoon af5a4ad09a fix annotationkey 9002 json-lib to json-lib.json.length 2015-05-28 23:13:17 +09:00
Jaehong Kim c8a4be816c Use common ServiceType.HTTP_CLIENT, ServiceType.HTTP_CLIENT_INTERNAL 2015-05-28 14:25:27 +09:00
Jaehong Kim f16a1dea7c add connection.open() & method.writeRequest() & method.readResponse() 2015-05-27 18:53:41 +09:00
leesangyoon a0222a1793 add json-lib length check interceptor to json-lib/interceptor/JsonLibMethodInterceptor 2015-05-27 16:27:35 +09:00
Jaehong Kim 617ca7181f Merge branch 'master' of https://github.com/naver/pinpoint into httpclient3 2015-05-27 15:47:00 +09:00
leesangyoon 5de3d53466 fix tab in JsonLibPlugin 2015-05-27 15:30:00 +09:00
leesangyoon 7baadf9a52 fix tab & space & .swap 2015-05-27 15:25:18 +09:00
leesangyoon 9ba016eff9 fix tab & space 2015-05-27 15:24:25 +09:00
leesangyoon ea0e0504ef add JSONObject toString method interceptor & test and JSONArray toString, toCollection toList method & test to plugins/json-lib & agent/test 2015-05-27 15:20:51 +09:00
Jaehong Kim 3ffacea4fc Merge branch 'master' of https://github.com/naver/pinpoint into httpclient3 2015-05-26 14:44:56 +09:00
Jaehong Kim f75607bab5 add httpclient3 plugin 2015-05-26 10:59:07 +09:00
Jongho Moon f51e9eb439 Modified json-lib ITs to cover more versions 2015-05-25 15:42:44 +09:00
Jongho Moon cc2e3f84c1 Merge pull request #461 from pinetree408/json-lib-plugin
add json-lib-plugin to plugins/json-lib & agent/test
2015-05-25 14:05:20 +09:00
leesangyoon d40f092f00 fix package name & delete dependency profiler & fix tab to space 2015-05-25 13:49:36 +09:00