aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-5010 improve WS APISimon Brandhof2014-01-2413-39/+109
* Fix issue when plugin add some action that contains dash in the keyJulien Lancelot2014-01-241-3/+3
* SONAR-4326 Fix ES test cleanupJean-Baptiste Lievremont2014-01-241-2/+8
* New Issues Page: update templatesStas Vilchik2014-01-244-16/+59
* Move Rule WebServices to package wsJulien Lancelot2014-01-248-7/+10
* SONAR-5010 improve testability of web service and fix media type of responseSimon Brandhof2014-01-2413-202/+209
* Sanitize sonar-testing-harnessSimon Brandhof2014-01-231-0/+10
* SONAR-4326 Tags link to tag search, UI improvementsJean-Baptiste Lievremont2014-01-237-26/+29
* IssueShowWS : Add formatted datesJulien Lancelot2014-01-2310-68/+110
* Add missing license headerJean-Baptiste Lievremont2014-01-231-0/+19
* SONAR-4326 Add web service to list and create rule tagsJean-Baptiste Lievremont2014-01-235-0/+174
* SONAR-4326 Move rule-related actions to dedicated classJean-Baptiste Lievremont2014-01-239-302/+383
* SONAR-4326 Continue separating .rule from .qualityprofileJean-Baptiste Lievremont2014-01-2312-26/+26
* SONAR-4326 Refactor ESActiveRule out of RuleRegistryJean-Baptiste Lievremont2014-01-2324-482/+778
* SONAR-4326 Move profile related rule/active rule queries to proper packageJean-Baptiste Lievremont2014-01-2327-19/+24
* New Issues Page: add "assigned" parameter supportStas Vilchik2014-01-231-2/+35
* IssueShowWS : Add component long name and qualifier, add project long nameJulien Lancelot2014-01-2315-2/+52
* IssueShowWS : Add assign to me actionJulien Lancelot2014-01-2315-10/+161
* New Issues Page: update templates, add comment, transitionsStas Vilchik2014-01-234-35/+101
* New Issues Page: update templates, add actionsStas Vilchik2014-01-238-50/+213
* New Issues Page: add "actionsPlans" and "resolved" query parametersStas Vilchik2014-01-234-0/+96
* IssueShowWS : Update changelog, comments and technical debtJulien Lancelot2014-01-239-92/+94
* IssueShowWS : Add technical debt unformatted valueJulien Lancelot2014-01-232-2/+21
* Fix some quality flawsSimon Brandhof2014-01-233-4/+4
* Fix unit testJulien Lancelot2014-01-233-5/+4
* IssueShowWS : Add changelog (without formatted label) and fix issue with NPE ...Julien Lancelot2014-01-2312-16/+131
* New Issues Page: Fix default sortingStas Vilchik2014-01-234-3/+39
* IssueShowWS : Complte commentsJulien Lancelot2014-01-223-6/+24
* IssueShowWS : Add dates (only unformated value)Julien Lancelot2014-01-2211-57/+145
* SONAR-4326 Delete unused tags at startupJean-Baptiste Lievremont2014-01-223-7/+12
* SONAR-4326 Delete unused tags when updating tags on a ruleJean-Baptiste Lievremont2014-01-226-4/+77
* SONAR-4326 UI tuning for rule tag managementJean-Baptiste Lievremont2014-01-221-20/+25
* IssueShowWS : Add technical debtJulien Lancelot2014-01-223-4/+47
* Issue WS -> Add some issue fields and actionsJulien Lancelot2014-01-228-30/+324
* SONAR-4923 Fix issue on rule displayJulien Lancelot2014-01-221-2/+2
* SONAR-4923 Fix issue on rule modal displayJulien Lancelot2014-01-221-2/+2
* New Issues Page: Some adjustmentsStas Vilchik2014-01-2213-76/+145
* SONAR-4923 Remove remaining usage of rule_notes and active_rule_notesJulien Lancelot2014-01-224-6/+6
* SONAR-4326 Allow creation of new tags from coding rules pageJean-Baptiste Lievremont2014-01-224-22/+55
* SONAR-4326 Create dedicated facade for rule tag managementJean-Baptiste Lievremont2014-01-2210-36/+312
* SONAR-4923 Remove rule_notes and active_rule_notes table and correctly displa...Julien Lancelot2014-01-227-68/+33
* Add some commentsSimon Brandhof2014-01-221-2/+3
* Fix conflict of Java web services with RoR development modeSimon Brandhof2014-01-221-2/+8
* Refactor WS apiSimon Brandhof2014-01-2218-70/+410
* Fix complexity issue in tag sync methodJean-Baptiste Lievremont2014-01-221-33/+44
* Fix conflict of Java web services with RoR development modeSimon Brandhof2014-01-224-15/+20
* Remove no more used code on active rulesJulien Lancelot2014-01-214-114/+0
* SONAR-4923 Do not allow space in rule values on single select listJulien Lancelot2014-01-212-3/+3
* SONAR-4923 Fix rule parameter validation on single select list type -> multip...Julien Lancelot2014-01-215-11/+40
* SONAR-4326 Allow to add and remove tags on a ruleJean-Baptiste Lievremont2014-01-218-23/+250