-
Notifications
You must be signed in to change notification settings - Fork 363
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancement/multi module with reactor #358
Enhancement/multi module with reactor #358
Commits on Jan 4, 2015
-
Configuration menu - View commit details
-
Copy full SHA for e714d3e - Browse repository at this point
Copy the full SHA e714d3eView commit details -
Jorge Costa committed
Jan 4, 2015 Configuration menu - View commit details
-
Copy full SHA for 32eca48 - Browse repository at this point
Copy the full SHA 32eca48View commit details -
add test data for multi module
Jorge Costa committedJan 4, 2015 Configuration menu - View commit details
-
Copy full SHA for 8b58164 - Browse repository at this point
Copy the full SHA 8b58164View commit details -
multi module test.. failing in current code
Jorge Costa committedJan 4, 2015 Configuration menu - View commit details
-
Copy full SHA for 318efc6 - Browse repository at this point
Copy the full SHA 318efc6View commit details
Commits on Jan 6, 2015
-
in multi module, run only at root level so that we dont duplicate data
Jorge Costa committedJan 6, 2015 Configuration menu - View commit details
-
Copy full SHA for c5125d6 - Browse repository at this point
Copy the full SHA c5125d6View commit details -
Merge branch 'bdd/multimodule-test' into enhancement/multi-module-wit…
…h-reactor
Jorge Costa committedJan 6, 2015 Configuration menu - View commit details
-
Copy full SHA for 858c328 - Browse repository at this point
Copy the full SHA 858c328View commit details -
Revert "in multi module, run only at root level so that we dont dupli…
…cate data" This reverts commit c5125d6.
Jorge Costa committedJan 6, 2015 Configuration menu - View commit details
-
Copy full SHA for d99bb46 - Browse repository at this point
Copy the full SHA d99bb46View commit details -
Merge branch 'master' into enhancement/multi-module-with-reactor
Jorge Costa committedJan 6, 2015 Configuration menu - View commit details
-
Copy full SHA for 8aaecc8 - Browse repository at this point
Copy the full SHA 8aaecc8View commit details -
prevent simple mode from running in all modules
Jorge Costa committedJan 6, 2015 Configuration menu - View commit details
-
Copy full SHA for f2cedf7 - Browse repository at this point
Copy the full SHA f2cedf7View commit details -
prevent simple mode from running in all modules
Jorge Costa committedJan 6, 2015 Configuration menu - View commit details
-
Copy full SHA for c2c0503 - Browse repository at this point
Copy the full SHA c2c0503View commit details -
prevent simple mode from running in all modules
Jorge Costa committedJan 6, 2015 Configuration menu - View commit details
-
Copy full SHA for 07de281 - Browse repository at this point
Copy the full SHA 07de281View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0efd310 - Browse repository at this point
Copy the full SHA 0efd310View commit details
Commits on Jan 19, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 29998ea - Browse repository at this point
Copy the full SHA 29998eaView commit details
Commits on Apr 12, 2015
-
Merge remote-tracking branch 'upstream/master' into enhancement/multi…
…-module-with-reactor Conflicts: sonar-cxx-plugin/src/main/java/org/sonar/plugins/cxx/compiler/CxxCompilerSensor.java sonar-cxx-plugin/src/main/java/org/sonar/plugins/cxx/coverage/CxxCoverageSensor.java sonar-cxx-plugin/src/main/java/org/sonar/plugins/cxx/cppcheck/CxxCppCheckSensor.java sonar-cxx-plugin/src/main/java/org/sonar/plugins/cxx/externalrules/CxxExternalRulesSensor.java sonar-cxx-plugin/src/main/java/org/sonar/plugins/cxx/pclint/CxxPCLintSensor.java sonar-cxx-plugin/src/main/java/org/sonar/plugins/cxx/rats/CxxRatsSensor.java sonar-cxx-plugin/src/main/java/org/sonar/plugins/cxx/utils/CxxReportSensor.java sonar-cxx-plugin/src/main/java/org/sonar/plugins/cxx/valgrind/CxxValgrindSensor.java sonar-cxx-plugin/src/main/java/org/sonar/plugins/cxx/veraxx/CxxVeraxxSensor.java sonar-cxx-plugin/src/main/java/org/sonar/plugins/cxx/xunit/CxxXunitSensor.java sonar-cxx-plugin/src/test/java/org/sonar/plugins/cxx/TestUtils.java sonar-cxx-plugin/src/test/java/org/sonar/plugins/cxx/compiler/CxxCompilerSensorTest.java sonar-cxx-plugin/src/test/java/org/sonar/plugins/cxx/coverage/CxxCoverageSensorTest.java sonar-cxx-plugin/src/test/java/org/sonar/plugins/cxx/cppcheck/CxxCppCheckSensorTest.java sonar-cxx-plugin/src/test/java/org/sonar/plugins/cxx/pclint/CxxPCLintSensorTest.java sonar-cxx-plugin/src/test/java/org/sonar/plugins/cxx/rats/CxxRatsSensorTest.java sonar-cxx-plugin/src/test/java/org/sonar/plugins/cxx/utils/CxxReportSensorTest.java sonar-cxx-plugin/src/test/java/org/sonar/plugins/cxx/utils/CxxReportSensor_getReports_Test.java sonar-cxx-plugin/src/test/java/org/sonar/plugins/cxx/valgrind/CxxValgrindSensorTest.java sonar-cxx-plugin/src/test/java/org/sonar/plugins/cxx/xunit/CxxXunitSensorTest.java
Jorge Costa authored and Jorge Costa committedApr 12, 2015 Configuration menu - View commit details
-
Copy full SHA for 569fec6 - Browse repository at this point
Copy the full SHA 569fec6View commit details -
Jorge Costa authored and Jorge Costa committed
Apr 12, 2015 Configuration menu - View commit details
-
Copy full SHA for 5358764 - Browse repository at this point
Copy the full SHA 5358764View commit details
Commits on Apr 13, 2015
-
Merge remote-tracking branch 'upstream/master' into enhancement/multi…
…-module-with-reactor Conflicts: sonar-cxx-plugin/src/test/java/org/sonar/plugins/cxx/compiler/CxxCompilerSensorTest.java
Jorge Costa authored and Jorge Costa committedApr 13, 2015 Configuration menu - View commit details
-
Copy full SHA for 7c7bca5 - Browse repository at this point
Copy the full SHA 7c7bca5View commit details
Commits on Apr 17, 2015
-
add AMD64 to list of allowed platforms - win8.1 64 bit
Jorge Costa authored and Jorge Costa committedApr 17, 2015 Configuration menu - View commit details
-
Copy full SHA for 84b99c0 - Browse repository at this point
Copy the full SHA 84b99c0View commit details -
Jorge Costa authored and Jorge Costa committed
Apr 17, 2015 Configuration menu - View commit details
-
Copy full SHA for 33c3dfd - Browse repository at this point
Copy the full SHA 33c3dfdView commit details -
Jorge Costa authored and Jorge Costa committed
Apr 17, 2015 Configuration menu - View commit details
-
Copy full SHA for df64b10 - Browse repository at this point
Copy the full SHA df64b10View commit details -
Jorge Costa authored and Jorge Costa committed
Apr 17, 2015 Configuration menu - View commit details
-
Copy full SHA for 3840fda - Browse repository at this point
Copy the full SHA 3840fdaView commit details -
Jorge Costa authored and Jorge Costa committed
Apr 17, 2015 Configuration menu - View commit details
-
Copy full SHA for 7beaab9 - Browse repository at this point
Copy the full SHA 7beaab9View commit details -
Jorge Costa authored and Jorge Costa committed
Apr 17, 2015 Configuration menu - View commit details
-
Copy full SHA for a2e6592 - Browse repository at this point
Copy the full SHA a2e6592View commit details
Commits on Apr 18, 2015
-
enabled test again, make paths relative in report to be able to run e…
…verywhere
Jorge Costa authored and Jorge Costa committedApr 18, 2015 Configuration menu - View commit details
-
Copy full SHA for 139f504 - Browse repository at this point
Copy the full SHA 139f504View commit details -
Merge branch 'master' into enhancement/multi-module-with-reactor
Jorge Costa authored and Jorge Costa committedApr 18, 2015 Configuration menu - View commit details
-
Copy full SHA for 61d0d8c - Browse repository at this point
Copy the full SHA 61d0d8cView commit details