summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | SONAR-5936 remove ES CPU usage which is most of times nullSimon Brandhof2015-02-233-8/+90
| |
* | Fix quality flawSimon Brandhof2015-02-231-1/+1
| |
* | SONAR-5936 improve Elasticsearch information displayed in System InfoSimon Brandhof2015-02-2320-959/+180
| |
* | fix quality flawsStas Vilchik2015-02-231-130/+0
| |
* | fix quality flawsStas Vilchik2015-02-231-139/+97
| |
* | Merge pull request #112 from SonarSource/feature/fast_gruntStas Vilchik2015-02-232-18/+8
|\ \ | | | | | | speed up uglify js step
| * | add static mapping for expressStas Vilchik2015-02-201-1/+3
| | |
| * | speed up uglify js stepStas Vilchik2015-02-202-18/+6
| | |
* | | fix issues bulk change on contextualized pages, part 2Stas Vilchik2015-02-232-3/+3
| | |
* | | fix issues bulk change on contextualized pagesStas Vilchik2015-02-231-0/+9
| | |
* | | SONAR-6009 Return only needed rule fieldsJulien Lancelot2015-02-232-6/+45
| | |
* | | SONAR-6009 Use filter instead of query for activation filter of rule searchJean-Baptiste Lievremont2015-02-231-27/+7
| | |
* | | Revert change on equals on Category since it is breaking UIJulien HENRY2015-02-232-1/+35
| | |
* | | Revert "Fix quality flaws"Julien Lancelot2015-02-2310-19/+24
| | | | | | | | | | | | This reverts commit 7efdaa4a6e4f2ce8cbcc024e74407ccb13a413d3.
* | | Revert "Add missing null check on equals"Julien Lancelot2015-02-239-37/+25
| | | | | | | | | | | | This reverts commit 3c5fec7277657389960231c8ee650256028a1d7a.
* | | Add missing null check on equalsJulien Lancelot2015-02-239-25/+37
| | |
* | | Fix quality flawsJulien Lancelot2015-02-2310-24/+19
| | |
* | | add shortcuts help for rules pageStas Vilchik2015-02-232-1/+15
| | |
* | | improve modal windowsStas Vilchik2015-02-237-5/+19
| | |
* | | Fix some quality flawsJulien HENRY2015-02-232-3/+4
| | |
* | | fix quality flawsStas Vilchik2015-02-233-99/+120
| | |
* | | Fix some quality flawsJulien HENRY2015-02-233-3/+4
| | |
* | | Fix quality flawsSimon Brandhof2015-02-232-7/+1
| | |
* | | Fix quality flawsSimon Brandhof2015-02-233-6/+9
| | |
* | | missing package-info.javaSimon Brandhof2015-02-231-0/+24
| | |
* | | SONAR-5936 improve displaySimon Brandhof2015-02-2315-403/+86
| | |
* | | Fix some quality flawsSimon Brandhof2015-02-239-21/+58
| | |
* | | Technical monitoring of web server - SONAR-4318 SONAR-5936Teryk Bellahsene2015-02-2236-239/+1685
| | |
* | | Fix cleaning of shared memoryEric Hartmann2015-02-211-2/+2
| | |
* | | SONAR-6036 : Remove KnownJavaCommand and clean the memory at the startup of ↵Eric Hartmann2015-02-216-72/+11
| | | | | | | | | | | | the ProcessCommand
* | | Update the test, we are expecting that search is started before web.Eric Hartmann2015-02-211-1/+1
| | |
* | | Revert "SONAR-6036 Try deleting the memory mapped file at JVM termination"Eric Hartmann2015-02-211-4/+1
| | | | | | | | | | | | This reverts commit 5bea5d7c5dfddf7f824977dd8e3bf93faac66be8.
* | | SONAR-6036 Try deleting the memory mapped file at JVM terminationEric Hartmann2015-02-211-1/+4
| | |
* | | SONAR-6036 Close the shared memory soonerEric Hartmann2015-02-203-10/+21
| | |
* | | SONAR-6036 use IPC (Inter Process Communication) for monitoringEric Hartmann2015-02-2014-111/+213
| | | | | | | | | | | | processes
* | | Do not copy META-INF from sonarsource-brandingSimon Brandhof2015-02-201-0/+3
| | |
* | | Fix links to documentation of plugins: ↵Simon Brandhof2015-02-204-5/+5
| | | | | | | | | | | | http://redirect.sonarsource.com/doc/plugin-library.html
* | | Remove constraints on ISSUES.COMPONENT_UUID and PROJECT_UUID -> keep them ↵Simon Brandhof2015-02-202-5/+3
| | | | | | | | | | | | NULLABLE meanwhile https://jira.codehaus.org/browse/SONAR-5503
* | | Try to fix some false positive failure on a unit testJulien HENRY2015-02-201-1/+2
| | |
* | | update link from file to issues pageStas Vilchik2015-02-201-1/+1
| | |
* | | fix quality flawsStas Vilchik2015-02-201-102/+134
| | |
* | | Fix some quality flawsJulien HENRY2015-02-2016-107/+111
| | |
* | | update restore profiles messageStas Vilchik2015-02-201-1/+1
| | |
* | | SONAR-6175 Validate that offsets provided for highlighting and symbol ↵Julien HENRY2015-02-2012-13/+88
| | | | | | | | | | | | reference are val
* | | SONAR-6116 Validate line is correct when creating issue on fileJulien HENRY2015-02-202-6/+49
| | |
* | | SONAR-5931 Remove deprecation on IssuableJulien HENRY2015-02-201-9/+0
| | |
* | | Disable automatic refresh of ES index "sourcelines"Simon Brandhof2015-02-202-1/+4
| | | | | | | | | | | | Index is manually refreshed by BulkIndexer
* | | Incremental indexing of activitiesSimon Brandhof2015-02-203-6/+25
| | |
* | | Remove useless debug logsSimon Brandhof2015-02-201-15/+4
| | |
* | | apply web service api feedbackStas Vilchik2015-02-206-6/+41
| | |