Commit Graph
61 Commits
Author SHA1 Message Date
emeroad 9ce4dfad2c polishing profiler-test
- add debug log
2016-11-16 14:18:18 +09:00
emeroadandHyunGil Jeong c8043f6151 refactoring bootstrap
- remove duplicated code
 - Cleanup & Simplification
2016-10-31 15:52:26 +09:00
koo.taejin ad6a467e0e #1595
support  for running method level tests in Pinpoint's TestRunner
2016-03-22 19:13:51 +09:00
Woonduk Kang 7696e6bdd4 code cleanup
- klockwork issue fix
2016-03-18 18:51:39 +09:00
Woonduk Kang 593810d1dd code cleanup
- remove unused import
2016-03-17 16:26:59 +09:00
Jaehong Kim cf311d3666 remove TraceType. 2015-12-01 16:46:04 +09:00
emeroad a911107051 fix findbug
- static inner class, static final
2015-11-17 18:27:32 +09:00
emeroad 0864c2bee0 fix findbug
- set default encoding=UTF-8
2015-11-17 17:19:40 +09:00
emeroad e178592ec3 code cleanup
- empty catch block
 - code style
2015-11-17 15:40:08 +09:00
emeroad 60806f420f refactoring
- extract interface from ProfilerConfig
2015-11-05 16:37:58 +09:00
Jongho Moon db102012dc Fix failing test 2015-09-18 16:24:52 +09:00
Jongho Moon 61c79016ac Remove modifier and old plugin api 2015-09-17 17:50:24 +09:00
Jongho Moon 3928fb2e10 Remove modifier api 2015-09-17 11:51:11 +09:00
Jongho Moon c4924b56ac Added interceptor exception handling code 2015-08-11 13:03:06 +09:00
Woonduk Kang 72e939ab08 #798 improve sql trace performance 2015-08-03 15:56:59 +09:00
Jongho Moon 539ab3981d Divide interceptor invoker methods to improve performance 2015-07-31 15:47:37 +09:00
Jongho Moon 7a75daf8d4 Test InterceptorInvoker 2015-07-31 15:47:36 +09:00
Jongho Moon db7e84f42e Fixed merge mistakes 2015-07-31 15:47:35 +09:00
Woonduk Kang 35b1e9f182 #751 activeThreadInfo refactoring
- extract class stats class (MetricTraceFactory)
2015-07-21 18:22:14 +09:00
Jaehong Kim b766bc49e1 add TraceType [DEFAULT, ASYNC, USER, DISABLE, METRIC, MOCK] 2015-07-06 17:41:04 +09:00
Jongho Moon ec3ffdd1c0 [#670] Enhanced plugin test apis 2015-06-25 18:10:11 +09:00
Woonduk Kang 9943fafcbc fix static analysis warning
- findbug, klocwork
2015-06-09 19:48:19 +09:00
HyunGil Jeong 3b5ed69db5 resolved static analysis warnings 2015-06-02 16:38:38 +09:00
Jongho Moon 009e0d658d Fixed plugin test tool bugs
- Cannot find jvm executable when @JvmVersion is not specified
- verifyTraceBlock() throws NPE when there is no trace
2015-05-29 18:18:49 +09:00
Jongho Moon b74effbf8e Merge pull request #458 from lioolli/master
[#457] Fixed Dependency not to ignore extension and classifier
2015-05-22 18:10:28 +09:00
Jongho Moon db0a24d0fa [#457] Fixed Dependency not to ignore extension and classifier 2015-05-22 18:09:24 +09:00
Jaehong Kim f85bb3afdb rename Trace.traceRootBlockEnt() to close() 2015-05-22 15:17:32 +09:00
Jaehong Kim db36f04a93 Merge branch 'master' of https://github.com/naver/pinpoint into storage-pool 2015-05-21 15:52:50 +09:00
Jongho Moon 5598c2089e Throw exception when dependency is not exist 2015-05-21 14:52:35 +09:00
Jaehong Kim a53ff87c5d refactoring 2015-05-20 18:09:17 +09:00
ChaYoung You 13a74d6ae6 Fix typos 2015-05-10 22:37:11 +09:00
Jongho Moon b1969b153b Created com.navercorp.pinpoint.common.trace package.
Renamed TypeProvider to TraceMetadataProvider.
2015-04-22 22:25:12 +09:00
Jongho Moon 6005a4e16e [#327] Extract CUBRID JDBC plugin 2015-04-17 18:32:45 +09:00
Jaehong Kim 12ee80b9f8 add async trace 2015-04-01 16:18:34 +09:00
Jaehong Kim 0caedcdfc7 Merge branch 'master' of https://github.com/naver/pinpoint into servlet-async2
Conflicts:
	plugins/tomcat/src/main/java/com/navercorp/pinpoint/plugin/tomcat/TomcatPlugin.java
2015-03-25 14:42:55 +09:00
Woonduk Kang 20ed01923f Merge branch 'master' of https://github.com/naver/pinpoint into #88_multiple_classLoader_support 2015-03-24 18:27:21 +09:00
Woonduk Kang 2609f153ae #88 support multiple classLoader 2015-03-24 18:26:54 +09:00
Jongho Moon 0384cc1103 Fixed plugin test library 2015-03-24 16:58:47 +09:00
Jongho Moon 1ffd0c6a6e [#117] Implemented JDK-HTTP plugin
- added attributes to Trace
- added trace block attachment to Trace
- changed ClassEditorBuilder.condition() to conditional()
2015-03-23 15:54:52 +09:00
Jongho Moon b09d8c0e11 Some tests require JDK8, but for now JDK8 is not mandatory to build
Pinpoint. So skip test if it cannot find required java installation.
2015-03-23 15:50:53 +09:00
Jongho Moon d75cd02d22 [#235] intercept not only connect() but also getInputStream() and
getOUtputStream()

- ConnectMethodInterceptor will check 'connected' before setting request
headers.
2015-03-23 15:50:53 +09:00
Jaehong Kim 0cbfae3a81 Merge branch 'master' of https://github.com/naver/pinpoint into servlet-async2 2015-03-13 11:05:45 +09:00
Jaehong Kim 404da53528 trace tomcat plugin 2015-03-13 11:05:32 +09:00
Jongho Moon e9053939fa [#117] Added ProfilerPluginSetupContext.addClassEditor().
Fixed test failures.
2015-03-12 15:29:56 +09:00
Jongho Moon 6660a4a2f8 [#117] Improved plugin test feature 2015-03-06 17:41:07 +09:00
Woonduk Kang 1e644184c8 code cleanup
- remove deprecated api. junit.framework.Assert -> org.junit.Assert;
 - fix klocwork : NullPointer dereference
2015-03-05 17:05:30 +09:00
Woonduk Kang d9428a45fd #208 Improvement sql cache logic 2015-03-05 15:32:29 +09:00
Jongho Moon fbb64324d4 [#117] Created Tomcat and Servlet plugins. 2015-02-20 15:03:41 +09:00
Woonduk Kang e3bb776376 Remove dependency of System.getProperty() 2015-02-10 18:44:22 +09:00
Jongho Moon 94a38e1f04 [#117] Improved ClassEditorBuilder API. 2015-02-10 10:55:43 +09:00