Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-7429 Should be possible to specify "https.proxyHost" and ↵ | Simon Brandhof | 2016-03-11 | 1 | -3/+7 |
| | | | | "https.proxyPort" in "conf/sonar.properties" | ||||
* | SONAR-7465 Support encryption of HTTP proxy properties | Simon Brandhof | 2016-03-11 | 1 | -1/+47 |
| | | | | | Removing the calls to Settings.getProperties() as it keeps encrypted properties values. | ||||
* | SONAR-7345 Rename Issue debt to effort in API | Julien Lancelot | 2016-03-10 | 1 | -3/+3 |
| | |||||
* | SONAR-7353 Move RuleType to API | Julien Lancelot | 2016-03-02 | 1 | -56/+0 |
| | |||||
* | SONAR-7329 Rename IssueType to RuleType | Julien Lancelot | 2016-03-02 | 1 | -8/+8 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2016-02-29 | 1 | -0/+6 |
| | |||||
* | SONAR-7333 DB migration to set ISSUES.ISSUE_TYPE | Simon Brandhof | 2016-02-26 | 1 | -0/+50 |
| | |||||
* | Move IssueUpdater from sonar-core to sonar-server | Simon Brandhof | 2016-02-25 | 1 | -574/+0 |
| | |||||
* | Move issue workflow from sonar-core to sonar-server | Simon Brandhof | 2016-02-25 | 11 | -983/+0 |
| | |||||
* | Move org.sonar.core.rule to org.sonar.server.rule | Simon Brandhof | 2016-02-25 | 1 | -46/+0 |
| | |||||
* | SONAR-5772 New executable_lines_data metric | Julien HENRY | 2016-02-22 | 1 | -5/+4 |
| | |||||
* | SONAR-7125 add FileUtils in sonar-core with efficient delete methods | Sébastien Lesaint | 2016-02-12 | 1 | -0/+245 |
| | | | | methods delete from Commons IO FileUtils class reimplemented with Java NIO API | ||||
* | Fix shutdown of server after DB migration | Simon Brandhof | 2016-02-11 | 1 | -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 logs | Simon Brandhof | 2016-02-01 | 1 | -7/+7 |
| | | | | That makes Travis crash (too many logs) | ||||
* | SONAR-7219 Remove sonar.security.updateUserAttributes property | Julien Lancelot | 2016-01-27 | 1 | -1/+1 |
| | |||||
* | Fix project title in copyright headers | Simon Brandhof | 2016-01-13 | 60 | -60/+60 |
| | |||||
* | Upgrade to parent 26 and new copyright headers | Simon Brandhof | 2016-01-05 | 60 | -243/+240 |
| | |||||
* | SONAR-7098 Always feed issues authors | Julien Lancelot | 2015-12-07 | 1 | -0/+61 |
| | |||||
* | SONAR-7027 make DevCockpit run as a privileged plugin | Sébastien Lesaint | 2015-11-17 | 1 | -1/+10 |
| | |||||
* | SONAR-6976 Branch should not allow \n character | Duarte Meneses | 2015-11-16 | 1 | -0/+1 |
| | |||||
* | SONAR-7003 Refactor batch issue tracking | Duarte Meneses | 2015-11-11 | 1 | -0/+45 |
| | |||||
* | SONAR-6991 remove duplicated_lines_density from metrics allowed in report | Sébastien Lesaint | 2015-11-10 | 1 | -1/+1 |
| | |||||
* | SONAR-6211 Skip project key validation in issues mode | Duarte Meneses | 2015-11-03 | 1 | -0/+10 |
| | |||||
* | Execute Protocol Buffer compiler during build | Evgeny Mandrikov | 2015-10-29 | 1 | -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 issues | Julien Lancelot | 2015-10-21 | 1 | -1/+31 |
| | |||||
* | Add missing tests | Simon Brandhof | 2015-10-14 | 1 | -0/+43 |
| | |||||
* | SONAR-6397 read changeset from DB only if File is unmodified | Sébastien Lesaint | 2015-10-14 | 2 | -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 JAR | Simon Brandhof | 2015-10-13 | 1 | -0/+19 |
| | |||||
* | Revert "Fix the bad SQ version used by integration tests" | Simon Brandhof | 2015-10-13 | 2 | -2/+2 |
| | | | | This reverts commit 2d67d61504c354f3ebe5d9bedc54d66b1122bd75. | ||||
* | Fix the bad SQ version used by integration tests | Simon Brandhof | 2015-10-13 | 2 | -2/+2 |
| | |||||
* | Replace groupIds org.codehaus by org.sonarsource | Simon Brandhof | 2015-10-09 | 3 | -10/+10 |
| | |||||
* | SONAR-6835 Log scanner context when processing Compute Engine task | Simon Brandhof | 2015-09-29 | 1 | -0/+83 |
| | |||||
* | Add to sonar.log the beginning and end of CE tasks | Simon Brandhof | 2015-09-29 | 1 | -0/+1 |
| | |||||
* | add support for message arguments to Profiler | Sébastien Lesaint | 2015-09-28 | 1 | -7/+7 |
| | | | | also removed as much string building as possible internally | ||||
* | Improve protobuf to json converter | Simon Brandhof | 2015-09-17 | 3 | -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-1 | Simon Brandhof | 2015-09-11 | 3 | -830/+2032 |
| | |||||
* | Add CloseableIterator#wrap(CloseableIterator, AutoCloseable...) | Simon Brandhof | 2015-09-04 | 1 | -0/+32 |
| | |||||
* | SONAR-6746 Drop Plugin interface + batch cleanup | Julien HENRY | 2015-09-04 | 1 | -2/+1 |
| | |||||
* | Fix test false-positives when port is already in use | Simon Brandhof | 2015-09-04 | 1 | -3/+3 |
| | |||||
* | fix privileged plugin ClassLoader configuration | Sébastien Lesaint | 2015-08-29 | 2 | -20/+20 |
| | | | | | rename PluginClassloaderDef#serverExtension to PluginClassloaderDef#privileged to avoid confusion with the ServerExtension class and annotations rename PluginClassloaderDef to PluginClassLoaderDef (capital L) | ||||
* | SONAR-6812 Improve format of generated UUIDs for better usage of Lucene | Simon Brandhof | 2015-08-28 | 3 | -0/+134 |
| | |||||
* | fix incomplete assertions | Sébastien Lesaint | 2015-08-18 | 1 | -1/+1 |
| | |||||
* | SONAR-6749 add serverExtension support to Plugin class loaders | Sébastien Lesaint | 2015-08-06 | 2 | -0/+70 |
| | |||||
* | Support absent protobuf arrays in ProtobufJsonFormat | Simon Brandhof | 2015-08-05 | 4 | -578/+1844 |
| | | | | | | | | Protobuf does not support concept of absent arrays (repeated field). It does not distinguish empty arrays from absent arrays. ProtobufJsonFormat introduces a naming convention to mark an empty array field as absent. In this case the field is not output to JSON. | ||||
* | Prepare upgrade to protobuf 3 | Simon Brandhof | 2015-07-30 | 1 | -0/+1 |
| | | | | Files .proto must declare: syntax = "proto2"; | ||||
* | New WS api/rules/list for batch | Simon Brandhof | 2015-07-30 | 1 | -0/+14 |
| | |||||
* | Add ProtobufJsonFormat to convert protobuf messages to JSON | Simon Brandhof | 2015-07-30 | 4 | -89/+1532 |
| | |||||
* | fork Profiler into sonar-core to change return type of stop methods | Sébastien Lesaint | 2015-07-29 | 3 | -0/+306 |
| | |||||
* | Revert "SONAR-6746 Drop Plugin interface + batch cleanup" | Simon Brandhof | 2015-07-29 | 1 | -1/+2 |
| | | | | This reverts commit 70c24eb376e514098f228bef76194536995c4957. | ||||
* | SONAR-6746 Drop Plugin interface + batch cleanup | Julien HENRY | 2015-07-28 | 1 | -2/+1 |
| |