summaryrefslogtreecommitdiffstats
path: root/sonar-server
Commit message (Expand)AuthorAgeFilesLines
* Complete javadocSimon Brandhof2014-01-202-2/+7
* Add skeleton of new WS /api/rules/searchSimon Brandhof2014-01-204-0/+128
* SONAR-5010 allow Java web services to use an existing ruby controllerSimon Brandhof2014-01-203-3/+16
* SONAR-3024 No more support of deprecated keys in WS. No more leading slash in...Julien HENRY2014-01-202-5/+44
* SONAR-4326 Move tags to rules title bar, extract style to CSSJean-Baptiste Lievremont2014-01-202-12/+21
* Fix quality flawsJean-Baptiste Lievremont2014-01-201-3/+1
* New Issues Page: Show commentsStas Vilchik2014-01-201-3/+10
* SONAR-4997 Remove the "Display as Treemap" feature in Measures pageJulien Lancelot2014-01-201-6/+0
* Fix quality flawsJulien Lancelot2014-01-202-1/+25
* SONAR-4326 Add field to search for rules based on selected tagsJean-Baptiste Lievremont2014-01-2012-6/+150
* New Issues Page: Show details, rule, changelogStas Vilchik2014-01-205-32/+117
* Fix quality flawsJulien Lancelot2014-01-202-3/+28
* No more display issues on issues drilldownJulien Lancelot2014-01-201-1/+1
* SONAR-4908 add missing unit testSimon Brandhof2014-01-201-0/+1
* SONAR-4908 fix backward-compatibilitySimon Brandhof2014-01-201-0/+7
* Remove trailing commaStas Vilchik2014-01-201-1/+1
* New Issues Page: Show detailsStas Vilchik2014-01-207-107/+174
* Fix since version of issue_filters_controller.rbSimon Brandhof2014-01-191-1/+1
* SONAR-5010 public API for Java web servicesSimon Brandhof2014-01-1921-1300/+68
* Remove org.sonar.api.database.daos.MeasuresDao, deprecated since v2.3 and mov...Simon Brandhof2014-01-184-8/+9
* SONAR-5010 New API for implementing Java Web ServicesSimon Brandhof2014-01-177-40/+150
* SONAR-4326 Fix case when no tag is defined (i.e current state for most installs)Jean-Baptiste Lievremont2014-01-172-30/+58
* SONAR-5010 use Java HttpServletRequestSimon Brandhof2014-01-178-40/+144
* Fix quality flawsJulien Lancelot2014-01-173-6/+7
* SONAR-4326 Create dedicated ES type to store tags, index them at startupJean-Baptiste Lievremont2014-01-177-4/+233
* SONAR-5010 New Java API for implementing Web ServicesSimon Brandhof2014-01-1721-115/+1187
* SONAR-4887 Remove backup codeJulien Lancelot2014-01-1713-1509/+6
* SONAR-4923 Remove no more used copyProfile()Julien Lancelot2014-01-171-5/+0
* SONAR-4923 Copy profile now use Java facade and index new active rules in ESJulien Lancelot2014-01-178-30/+88
* SONAR-4326 Fix tag indexation at first activation of ruleJean-Baptiste Lievremont2014-01-171-18/+4
* SONAR-4923 Remove no more used ProfilesConsoleJulien Lancelot2014-01-173-187/+1
* SONAR-4923 Move getProfileExportersForLanguage and getProfileImportersForLan...Julien Lancelot2014-01-176-3/+90
* SONAR-4923 Delete useless methodJulien Lancelot2014-01-172-10/+0
* SONAR-4923 Backup from WS use Java facadeJulien Lancelot2014-01-171-5/+5
* SONAR-4923 Export profile for a given plugin key and backup now use Java facadeJulien Lancelot2014-01-1711-44/+82
* SONAR-4923 Export xml is now call from the Java facadeJulien Lancelot2014-01-175-46/+196
* SONAR-4923 When renaomg a profile, rename child profile and profile propertiesJulien Lancelot2014-01-174-10/+54
* SONAR-926 Add a DB migration script for package -> directoryJulien HENRY2014-01-171-0/+45
* SONAR-4923 Remove useless qProfileOperations dependencyJulien Lancelot2014-01-172-7/+2
* SONAR-4923 Use opened session when loading profileJulien Lancelot2014-01-174-10/+21
* SONAR-4923 Fix issue when deleting profile where PreviewCache.reportGlobalMod...Julien Lancelot2014-01-174-21/+33
* New Issues Page: Fix url for bulk change modelStas Vilchik2014-01-171-1/+1
* SONAR-4326 Move DB migrationJean-Baptiste Lievremont2014-01-171-0/+0
* Histogram: fix relative scale conditionStas Vilchik2014-01-171-1/+1
* New Issues Page: Reload results immediately after the sort has changedStas Vilchik2014-01-171-1/+1
* New Issues Page: Modal windows for management saved filtersStas Vilchik2014-01-1711-21/+150
* SONAR-4923 Create QProfileExporter used to import / export active rules from ...Julien Lancelot2014-01-166-222/+350
* SONAR-4326 Refactor tag management introducing relation tableJean-Baptiste Lievremont2014-01-1611-70/+138
* SONAR-4923 Fix hard coded profile idJulien Lancelot2014-01-161-1/+1
* SONAR-4923 Delete profile now uses Java facadeJulien Lancelot2014-01-1617-51/+253