aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/java/org
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-5329 - Added medium test for QProfile#findActivityStephane Gamard2014-06-191-3/+5
* SONAR-5329 - Added findActivity method to QProfileServiceStephane Gamard2014-06-192-2/+51
* SONAR-5403 Migrations that convert technical debt from hours to minutes are t...Julien Lancelot2014-06-195-8/+24
* SONAR-5329 - Added pagination for ActivityIndexStephane Gamard2014-06-191-0/+4
* SONAR-5329 - ActivityIndex can use additional FiltersStephane Gamard2014-06-192-5/+16
* SONAR-5329 - Consolidated with UUID idStephane Gamard2014-06-193-17/+15
* SONAR-5329 - Renaming for QProfile Activity TypeStephane Gamard2014-06-192-3/+3
* SONAR-5329 - Updated Base Activity beanStephane Gamard2014-06-193-3/+9
* Improve naming of migration IssueMigrationSimon Brandhof2014-06-192-5/+5
* SONAR-5329 - Added To date and bracket filterStephane Gamard2014-06-191-12/+3
* SONAR-5329 - Added Since date filterStephane Gamard2014-06-191-3/+23
* SONAR-5329 - Added Type filter to ActivityServiceStephane Gamard2014-06-192-4/+17
* Add project key and sub project key in /api/components/app WSJulien Lancelot2014-06-191-3/+5
* SONAR-5329 - Fixed broken SQLStephane Gamard2014-06-191-3/+3
* SONAR-5329 - Removed concatenation in Migration ScriptsStephane Gamard2014-06-191-9/+17
* SONAR-5007 Fix display of active rules in Profile inheritance pageJulien Lancelot2014-06-181-13/+1
* SONAR-5356 Now fail when updating a custom rule with an empty name or descrip...Julien Lancelot2014-06-181-6/+5
* Replace MessageException by IllegalStateExceptionJulien Lancelot2014-06-181-5/+2
* SONAR-5329 Fix migration when no changelogJulien Lancelot2014-06-181-24/+29
* SONAR-5329 - Fixing Test isolationStephane Gamard2014-06-182-8/+17
* SONAR-5329 - Integrate ChangeLog (Activity) into SynchronizerStephane Gamard2014-06-181-1/+6
* SONAR-5007 - Updated synchronization of BaseIndexer to rely on latest updatedAtStephane Gamard2014-06-186-24/+30
* SONAR-5007 - Using date instead of timestamp to synchronize indexesStephane Gamard2014-06-186-14/+33
* Add extra fields "reporterName" to /api/issues/searchJulien Lancelot2014-06-181-7/+22
* SONAR-5209 Add manual rules in /api/components/appJulien Lancelot2014-06-182-15/+41
* SONAR-5329 - added ChangeLog Migration scriptsStephane Gamard2014-06-188-6/+337
* Fix display of debt in /api/issues/showJulien Lancelot2014-06-181-1/+1
* Fix quality flawsJulien Lancelot2014-06-181-21/+22
* SONAR-5007 - Added REMOVED filter for count and stats methodsStephane Gamard2014-06-171-0/+4
* SONAR-5007 - Added REMOVED filter for count and stats methodsStephane Gamard2014-06-173-14/+32
* SONAR-5149 Display some stats on the "Coding Rules" page of Quality ProfilesJulien Lancelot2014-06-171-7/+17
* SONAR-4514 Add unit testsJulien Lancelot2014-06-171-2/+2
* SONAR-4514 Settings -> Manual Rules page now uses Java service for searching ...Julien Lancelot2014-06-171-3/+14
* Fix some quality flawsSimon Brandhof2014-06-172-54/+53
* Update some WS descriptionJulien Lancelot2014-06-171-2/+2
* SONAR-4514 Update ruby service to manage manual rulesJulien Lancelot2014-06-171-6/+32
* SONAR-5329 - removed logStephane Gamard2014-06-161-1/+0
* SONAR-5329 - Added countActiveRules to getStatsStephane Gamard2014-06-162-6/+17
* SONAR-5007 optimize changes of rule activationSimon Brandhof2014-06-164-11/+41
* Add missing package-info.java filesSimon Brandhof2014-06-164-0/+92
* SONAR-5007 display (in a crappy way) some facets on profile pageSimon Brandhof2014-06-162-5/+3
* SONAR-5360 Add a parameter "prevent_reactivation" in order to not reactivate ...Julien Lancelot2014-06-164-47/+171
* SONAR-5329 -Removed Key and ExecutionTime fields from ActivityStephane Gamard2014-06-164-16/+0
* SONAR-5393 Fail to upgrade to SQ 4.3 + MySQL when millions of issuesSimon Brandhof2014-06-162-6/+19
* SONAR-4514 Add the possibility to delete a manual ruleJulien Lancelot2014-06-161-3/+8
* Improve logs of DatabaseServerCompatibilitySimon Brandhof2014-06-161-1/+1
* SONAR-5007 improve l10n of server exception handlingSimon Brandhof2014-06-1627-457/+267
* SONAR-5329 - Updated getProfileStatsStephane Gamard2014-06-161-3/+3
* SONAR-5329 - Updated getProfileStatsStephane Gamard2014-06-161-13/+18
* SONAR-4514 New web service to manage manual rulesJulien Lancelot2014-06-168-60/+186