Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove coupling of sonar-plugin-api on Guava 10 | Simon Brandhof | 2015-04-16 | 33 | -853/+104 |
| | | | | in order to prepare upgrade to Guava 18 in core codebase | ||||
* | Fix some quality flaws | Julien HENRY | 2015-04-16 | 1 | -0/+21 |
| | |||||
* | SONAR-6408 Restore PostJob execution in preview mode | Julien HENRY | 2015-04-14 | 13 | -12/+394 |
| | |||||
* | Deprecate CoverageExtension | Julien HENRY | 2015-04-13 | 1 | -3/+2 |
| | |||||
* | Restore old behavior for InputFile::lines() -> returns 1 for empty files | Julien HENRY | 2015-04-13 | 4 | -16/+25 |
| | |||||
* | 'Days since last commit' metric in platform out of the box - SONAR-6353 | Teryk Bellahsene | 2015-04-08 | 1 | -0/+12 |
| | |||||
* | Fix regression during local issue tracking on empty files | Julien HENRY | 2015-04-08 | 2 | -2/+29 |
| | |||||
* | SONAR-6277 Feed file sources in compute report | Julien HENRY | 2015-04-07 | 1 | -19/+19 |
| | |||||
* | SONAR-6339 Feed Coverage in compute report | Julien HENRY | 2015-04-07 | 1 | -0/+52 |
| | |||||
* | SONAR-6253 Add lines count in report | Julien HENRY | 2015-04-07 | 3 | -28/+8 |
| | |||||
* | Fix quality flaws in API | Simon Brandhof | 2015-04-03 | 28 | -74/+32 |
| | |||||
* | Pull define(...) method into a dedicated interface | Jean-Baptiste Lievremont | 2015-04-03 | 2 | -6/+27 |
| | |||||
* | Add more details when there is a failure to store highlighting | Julien HENRY | 2015-04-03 | 1 | -1/+8 |
| | |||||
* | Use random timezone when executing tests from maven | Simon Brandhof | 2015-04-02 | 1 | -1/+1 |
| | | | | This allows to fail-fast if a test is heavily coupled with local timezone. | ||||
* | SONAR-6319 Fix perf regression for highlighting | Julien HENRY | 2015-04-01 | 2 | -21/+22 |
| | |||||
* | SONAR-6319 SONAR-6321 Feed highlighting and symbols in compute report | Julien HENRY | 2015-03-31 | 20 | -94/+1162 |
| | |||||
* | Revert "Remove all deprecated Violation APIs" | Julien Lancelot | 2015-03-27 | 7 | -4/+556 |
| | | | | This reverts commit 5446d877b4e67f2f32ac869e76d9ad02ca226773. | ||||
* | Remove all deprecated Violation APIs | Julien HENRY | 2015-03-27 | 7 | -556/+4 |
| | |||||
* | Fix quality flaw | Simon Brandhof | 2015-03-27 | 1 | -1/+3 |
| | |||||
* | SONAR-6317 Feed SCM in compute report - batch side | Julien HENRY | 2015-03-26 | 1 | -1/+1 |
| | |||||
* | Automatic merge from branch-5.1 | Jenkins CI | 2015-03-26 | 1 | -23/+84 |
|\ | | | | | | | | | | | * origin/branch-5.1: Improve javadoc of org.sonar.api.utils.log.Logger apply rules feedback | ||||
| * | Improve javadoc of org.sonar.api.utils.log.Logger | Simon Brandhof | 2015-03-25 | 1 | -23/+84 |
| | | |||||
| * | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2015-03-23 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare release 5.1-RC25.1-RC2 | Eric Hartmann | 2015-03-23 | 1 | -1/+1 |
| | | |||||
* | | Improve HttpDownloaderTest for travis environment | Simon Brandhof | 2015-03-25 | 1 | -1/+1 |
| | | | | | | | | Replace localhost by 0.0.0.0 | ||||
* | | Increase timeout of HttpDownloaderTest | Simon Brandhof | 2015-03-25 | 1 | -2/+2 |
| | | |||||
* | | SONAR-6275 Feed measures in compute report | Julien HENRY | 2015-03-23 | 6 | -87/+15 |
| | | |||||
* | | Fix some quality flaws | Simon Brandhof | 2015-03-20 | 2 | -0/+11 |
| | | |||||
* | | fix quality flaws (2nd edition) | Teryk Bellahsene | 2015-03-20 | 1 | -2/+0 |
| | | |||||
* | | Merge branch-5.1 | Julien Lancelot | 2015-03-18 | 4 | -45/+23 |
|\| | |||||
| * | Improve db migration from 5.0 and indexing step at server startup | Simon Brandhof | 2015-03-17 | 4 | -47/+29 |
| | | | | | | | | | | | | | | | | * Parallel bulk indexing of documents into Elasticsearch * reduce memory consumption when building JSON requests * no need to change type of column PROJECT_MEASURES.MEASURE_DATE as it is not used * fix created_at/updated_at fields of manual_measure when saved from Rails * remove usage of deprecated delete-by-query | ||||
* | | SONAR-6276 SONAR-6288 Feed events and version in analysis report and drop ↵ | Julien HENRY | 2015-03-17 | 4 | -237/+0 |
| | | | | | | | | ability to create custom event on batch side | ||||
* | | SONAR-6261 Persist events in compute stack | Julien Lancelot | 2015-03-17 | 2 | -10/+24 |
| | | |||||
* | | Revert "Remove use of DateUtils.truncate since it is not efficient" | Julien HENRY | 2015-03-17 | 1 | -3/+5 |
| | | | | | | | | This reverts commit 46e1d76cc3814518f23b65132e5a8f083bb707a5. | ||||
* | | Manual merge from branch-5.1 | Jean-Baptiste Lievremont | 2015-03-17 | 1 | -0/+9 |
|\| | |||||
| * | Fix an issue with TimeZone ID of UTC | Jean-Baptiste Lievremont | 2015-03-16 | 1 | -0/+9 |
| | | | | | | | | | | Conflicts: server/sonar-server/src/test/java/org/sonar/server/issue/index/IssueIndexTest.java | ||||
* | | SONAR-6262 Fix NPE in link publisher on Views | Julien HENRY | 2015-03-16 | 1 | -1/+1 |
| | | |||||
* | | Remove use of DateUtils.truncate since it is not efficient | Julien HENRY | 2015-03-16 | 1 | -5/+3 |
| | | |||||
* | | SONAR-6273 SONAR-6274 Feed links in compute report and remove links sensor API | Julien HENRY | 2015-03-12 | 5 | -245/+0 |
| | | |||||
* | | SONAR-6262 Add project_links.component_uuid column | Julien Lancelot | 2015-03-12 | 2 | -9/+3 |
| | | |||||
* | | update new issues formatting | Teryk Bellahsene | 2015-03-11 | 1 | -1/+13 |
| | | | | | | | | | | | | - formatted debt - cleaner hasNextIssues() check - update MyNewIssues property definition | ||||
* | | Merge branch 'master' into branch-5.2 | Stas Vilchik | 2015-03-09 | 1 | -5/+13 |
|\| | | | | | | | | | | | Conflicts: server/sonar-server/src/main/java/org/sonar/server/platform/ServerComponents.java server/sonar-web/src/main/less/components.less | ||||
| * | SONAR-6250 Fix use of sonar.branch on dotnet projects | Julien HENRY | 2015-03-09 | 1 | -5/+13 |
| | | |||||
| * | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2015-03-06 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare release 5.1-RC15.1-RC1 | Eric Hartmann | 2015-03-06 | 1 | -1/+1 |
| | | |||||
* | | Automatic merge from master | Jenkins CI | 2015-03-04 | 1 | -11/+13 |
|\| | | | | | | | | | | | | | | | * origin/master: SONAR-5945 close issues on deleted components Fix error margin of SourceDbBenchmarkTest Fix error margin of server benchmark Fix Javadoc and add useful method using Charset for RulesDefinitionXmlLoader | ||||
| * | Fix Javadoc and add useful method using Charset for RulesDefinitionXmlLoader | Julien HENRY | 2015-03-04 | 1 | -11/+13 |
| | | |||||
* | | Automatic merge from master | Jenkins CI | 2015-03-03 | 1 | -54/+15 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/master: fix source viewer test Add search the ability to search for rules by profiles in RubyRuleService Needed to fix SQALE-269 SONAR-5884 show ut and it coverage separately SONAR-5884 show ut and it coverage separately SONAR-5884 Apply feedback on unit test and field names SONAR-5884 Replace overall coverage with UT coverage, add IT coverage info Revert "SONAR-6202 Compute overall coverage on all files" SONAR-5077 Display ncloc of files with no language in size widget SONAR-6233 Searching for rules without debt characteristic is not working fix bug with extra duplicated line in the popup fix bug with extra duplicated line Fix quality flaws update events widget Update version of Git and SVN plugins to 1.0 | ||||
| * | Revert "SONAR-6202 Compute overall coverage on all files" | Julien HENRY | 2015-03-02 | 1 | -54/+15 |
| | | | | | | | | | | | | | | This reverts commit eac465bea9f5bf89a7beb8036e4d8eea4723f421. Conflicts: plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/CorePlugin.java | ||||
* | | Merge remote-tracking branch 'origin/master' into branch-5.2 | Teryk Bellahsene | 2015-03-02 | 9 | -46/+236 |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: server/sonar-server/src/main/java/org/sonar/server/computation/ComputationContext.java server/sonar-server/src/main/java/org/sonar/server/computation/ComputationService.java server/sonar-server/src/test/java/org/sonar/server/computation/ComputationServiceTest.java server/sonar-server/src/test/java/org/sonar/server/computation/step/ParseReportStepTest.java server/sonar-server/src/test/java/org/sonar/server/computation/step/PurgeDatastoresStepMediumTest.java server/sonar-server/src/test/java/org/sonar/server/computation/step/PurgeDatastoresStepTest.java |