summaryrefslogtreecommitdiffstats
path: root/sonar-server/src
Commit message (Expand)AuthorAgeFilesLines
* SONAR-4535 Reindex active rule note updateJulien Lancelot2013-12-238-209/+327
* SONAR-4535 Add update and delete rule note in QProfileOperationsJulien Lancelot2013-12-203-5/+94
* Fix HTTP failure during server startupSimon Brandhof2013-12-204-7/+12
* Reindex on parameter change, severity change; push result up to the UIJean-Baptiste Lievremont2013-12-204-29/+49
* Update ES index on active rule deactivationJean-Baptiste Lievremont2013-12-203-7/+8
* SONAR-4535 update and delete active rule note now uses Java facadeJulien Lancelot2013-12-205-28/+166
* Use info collected by inheritance algo to update ES indexJean-Baptiste Lievremont2013-12-204-12/+39
* Track changes to active rules through profile inheritance, for ES to index af...Jean-Baptiste Lievremont2013-12-205-16/+140
* Fix issue when displaying rule parameter on not active rulesJulien Lancelot2013-12-202-2/+7
* SONAR-4535 Split activateRule into two actions : create active rule and updat...Julien Lancelot2013-12-204-51/+67
* SONAR-4535 Replace rule id type from long to int in dtosJulien Lancelot2013-12-2010-90/+89
* SONAR-4953 Provide a new Bubble Chart widget to display a measure filterStas Vilchik2013-12-201-37/+79
* Fix chart when no measure is providedStas Vilchik2013-12-202-2/+10
* SONAR-3762 Provide a new Histogram widget to display a measure filterStas Vilchik2013-12-201-6/+23
* SONAR-4535 ui actions update parameter now uses Java facadeJulien Lancelot2013-12-2010-99/+308
* SONAR-4535 Restore rails code in profiles search pageJulien Lancelot2013-12-191-16/+36
* Have newly activated rules refresh the ES indexJean-Baptiste Lievremont2013-12-199-40/+108
* SONAR-3762 Provide a new Histogram widget to display a measure filterStas Vilchik2013-12-192-5/+13
* SONAR-4535 Use java facade to activate / deactivate a rule in Coding rule rel...Julien Lancelot2013-12-192-36/+15
* SONAR-4950 add unique index on GROUP_ROLESSimon Brandhof2013-12-191-0/+2
* Add worst / best values params to measure filter WSJulien Lancelot2013-12-191-0/+2
* Focus search field in list componentStas Vilchik2013-12-191-2/+5
* SONAR-3762 Provide a new Histogram widget to display a measure filterStas Vilchik2013-12-192-3/+1
* Fix headerJulien Lancelot2013-12-191-7/+7
* SONAR-3762 Provide a new Histogram widget to display a measure filterStas Vilchik2013-12-192-26/+56
* Fix last details of rules search (profiling logs, activation checkbox)Jean-Baptiste Lievremont2013-12-185-34/+53
* SONAR-4535 Remove from comment actions implementedJulien Lancelot2013-12-181-2/+0
* SONAR-4535 ui actions activate / deactivate / update severity now uses Java f...Julien Lancelot2013-12-185-47/+93
* SONAR-4535 create activate / deactivate / update severity actions in QProfilesJulien Lancelot2013-12-1816-57/+417
* Add inactive rule search page, allow switching b/w active/inactive through li...Jean-Baptiste Lievremont2013-12-189-32/+91
* Fix filtering of rules in active profile rules formJean-Baptiste Lievremont2013-12-184-21/+13
* SONAR-4543 Make it possible to flag local/technical accountsJulien HENRY2013-12-181-33/+39
* SONAR-3113 Provide a new Cloud widget and remove the legacy 'Clouds' pageStas Vilchik2013-12-182-0/+427
* SONAR-3113 Provide a new Cloud widget and remove the legacy 'Clouds' pageStas Vilchik2013-12-182-0/+208
* Display active rules (with rule notes) in new profile rule search pageJean-Baptiste Lievremont2013-12-1816-69/+254
* Fix column type for rule/active rule notesJean-Baptiste Lievremont2013-12-181-2/+2
* SONAR-4535 Access to profiles from a project should be reserved to profile ad...Julien Lancelot2013-12-184-11/+16
* SONAR-4535 Add commentJulien Lancelot2013-12-181-0/+1
* SONAR-4535 Improve profile list WSJulien Lancelot2013-12-181-5/+10
* SONAR-4535 Use project.id to get the project instead of using the param id th...Julien Lancelot2013-12-183-3/+4
* SONAR-4950 Create an unique constraint on the "group_roles" table to prevent ...Simon Brandhof2013-12-171-0/+44
* SONAR-4961 Sort of the domain list in manual metric should not be case-sensitiveSimon Brandhof2013-12-171-1/+1
* SONAR-4965 Remove rules csv download in quality profilesSimon Brandhof2013-12-172-34/+6
* SONAR-4535 Use Java service when loading form to rename a profileJulien Lancelot2013-12-173-3/+17
* SONAR-4535 Remove all projects to a quality profile now uses MyBatisJulien Lancelot2013-12-175-7/+31
* SONAR-4535 List of profiles by project now uses MybatisJulien Lancelot2013-12-1710-38/+105
* Fix quality flawsJean-Baptiste Lievremont2013-12-172-8/+10
* Start migrating extended descriptions and active rule notes to parent tablesJean-Baptiste Lievremont2013-12-1712-32/+159
* SONAR-4535 BadRequestException is now immutableJulien Lancelot2013-12-174-29/+39
* SONAR-4535 Remove useless check due to usage of primitifJulien Lancelot2013-12-171-4/+0