aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src/test
Commit message (Collapse)AuthorAgeFilesLines
...
* Add definition of property sonar.jdbc.passwordSimon Brandhof2016-05-181-0/+27
| | | | so that its type is set to PropertyType.PASSWORD.
* SONAR-7532 Profiler can now put context before or after timeSébastien Lesaint2016-05-112-12/+185
|
* SONAR-7595 Issues are not closed in some block move conditionsSimon Brandhof2016-05-091-1/+34
|
* SONAR-7429 defaults of HTTPS proxy are values of HTTP proxySimon Brandhof2016-04-141-0/+30
|
* SONAR-7458 Expose SQ Version in SensorContextJulien HENRY2016-03-301-64/+0
|
* SONAR-7472 Drop manual issues in issue trackingJulien Lancelot2016-03-291-75/+6
|
* SONAR-7473 Drop 'reporter' field from backendJulien Lancelot2016-03-291-5/+3
|
* renamed BatchMetrics to ScannerMetricsSébastien Lesaint2016-03-291-3/+3
|
* SONAR-7467 Drop/deprecate action plan APITeryk Bellahsene2016-03-251-2/+0
|
* SONAR-7368 Deprecate quality_profiles measure and add data in scanner reportJulien HENRY2016-03-241-1/+1
|
* SONAR-7459 new interface org.sonar.api.PluginSimon Brandhof2016-03-181-5/+6
| | | | It allows to check version of SonarQube to filter extensions
* SONAR-7458 new component org.sonar.api.SonarQubeVersionSimon Brandhof2016-03-161-0/+64
|
* SONAR-7429 Should be possible to specify "https.proxyHost" and ↵Simon Brandhof2016-03-111-3/+7
| | | | "https.proxyPort" in "conf/sonar.properties"
* SONAR-7465 Support encryption of HTTP proxy propertiesSimon Brandhof2016-03-111-1/+47
| | | | | Removing the calls to Settings.getProperties() as it keeps encrypted properties values.
* SONAR-7345 Rename Issue debt to effort in APIJulien Lancelot2016-03-101-3/+3
|
* SONAR-7353 Move RuleType to APIJulien Lancelot2016-03-021-56/+0
|
* SONAR-7329 Rename IssueType to RuleTypeJulien Lancelot2016-03-021-8/+8
|
* Fix quality flawsSimon Brandhof2016-02-291-0/+6
|
* SONAR-7333 DB migration to set ISSUES.ISSUE_TYPESimon Brandhof2016-02-261-0/+50
|
* Move IssueUpdater from sonar-core to sonar-serverSimon Brandhof2016-02-251-574/+0
|
* Move issue workflow from sonar-core to sonar-serverSimon Brandhof2016-02-2511-983/+0
|
* Move org.sonar.core.rule to org.sonar.server.ruleSimon Brandhof2016-02-251-46/+0
|
* SONAR-5772 New executable_lines_data metricJulien HENRY2016-02-221-5/+4
|
* SONAR-7125 add FileUtils in sonar-core with efficient delete methodsSébastien Lesaint2016-02-121-0/+245
| | | | methods delete from Commons IO FileUtils class reimplemented with Java NIO API
* Fix shutdown of server after DB migrationSimon Brandhof2016-02-111-4/+22
| | | | | | When a DB migration is required, two containers are up at the same time ("safemode" and "level 2"). This is not handled by ComponentContainer, so one of the two children is badly dereferenced and can't be stopped.
* Reduce verbosity of unit test logsSimon Brandhof2016-02-011-7/+7
| | | | That makes Travis crash (too many logs)
* SONAR-7219 Remove sonar.security.updateUserAttributes propertyJulien Lancelot2016-01-271-1/+1
|
* Fix project title in copyright headersSimon Brandhof2016-01-1360-60/+60
|
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-0560-243/+240
|
* SONAR-7098 Always feed issues authorsJulien Lancelot2015-12-071-0/+61
|
* SONAR-7027 make DevCockpit run as a privileged pluginSébastien Lesaint2015-11-171-1/+10
|
* SONAR-6976 Branch should not allow \n characterDuarte Meneses2015-11-161-0/+1
|
* SONAR-7003 Refactor batch issue trackingDuarte Meneses2015-11-111-0/+45
|
* SONAR-6991 remove duplicated_lines_density from metrics allowed in reportSébastien Lesaint2015-11-101-1/+1
|
* SONAR-6211 Skip project key validation in issues modeDuarte Meneses2015-11-031-0/+10
|
* Execute Protocol Buffer compiler during buildEvgeny Mandrikov2015-10-291-8071/+0
| | | | | | | | | | | | Dependency for compiler selected based on platform. Supported platforms are Windows/Linux x86/64 and Mac OS. Configuration in root POM to avoid duplication. This also makes version of compiler consistent with version of library. Previously it was 3.0.0-a3 and 3.0.0-beta-1 respectively, now both are 3.0.0-beta-1. And removes all existing auto generated files and scripts for their creation as well as their traces (such as comments and exclusions for SonarQube).
* SONAR-4865 Keep issue locations on existing issuesJulien Lancelot2015-10-211-1/+31
|
* Add missing testsSimon Brandhof2015-10-141-0/+43
|
* SONAR-6397 read changeset from DB only if File is unmodifiedSébastien Lesaint2015-10-142-0/+143
| | | | | to achieve that, we compare the source hash stored in DB with hash of source in analysis report this also remove duplication of line hashing algorithm between core and Computation Engine and isolate source and line hashing into specific classes
* Improve message when trying to install a non-plugin JARSimon Brandhof2015-10-131-0/+19
|
* Revert "Fix the bad SQ version used by integration tests"Simon Brandhof2015-10-132-2/+2
| | | | This reverts commit 2d67d61504c354f3ebe5d9bedc54d66b1122bd75.
* Fix the bad SQ version used by integration testsSimon Brandhof2015-10-132-2/+2
|
* Replace groupIds org.codehaus by org.sonarsourceSimon Brandhof2015-10-093-10/+10
|
* SONAR-6835 Log scanner context when processing Compute Engine taskSimon Brandhof2015-09-291-0/+83
|
* Add to sonar.log the beginning and end of CE tasksSimon Brandhof2015-09-291-0/+1
|
* add support for message arguments to ProfilerSébastien Lesaint2015-09-281-7/+7
| | | | also removed as much string building as possible internally
* Improve protobuf to json converterSimon Brandhof2015-09-173-676/+4503
| | | | | - replace bool field *PresentIfEmpty by a wrapper of repeated fields - support arrays/maps in map values
* Upgrade protobuf lib to 3.0.0-beta-1Simon Brandhof2015-09-113-830/+2032
|
* Add CloseableIterator#wrap(CloseableIterator, AutoCloseable...)Simon Brandhof2015-09-041-0/+32
|
* SONAR-6746 Drop Plugin interface + batch cleanupJulien HENRY2015-09-041-2/+1
|