aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/java/org/sonar/server/issue/InternalRubyIssueService.java
Commit message (Expand)AuthorAgeFilesLines
* Move sonar-server, sonar-search and sonar-process into sub-dir server/Simon Brandhof2014-07-101-622/+0
* SONAR-5007 improve l10n of server exception handlingSimon Brandhof2014-06-161-1/+1
* SONAR-5111 Refactored some ws to add response examplesJulien Lancelot2014-04-301-0/+1
* SONAR-5218 Once a module has been turned into a project, its issues are no mo...Julien Lancelot2014-04-181-13/+2
* SONAR-5179 Project administrator cannot create action plansJulien Lancelot2014-04-071-0/+2
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
* Fix quality flawsJulien Lancelot2014-01-311-1/+1
* IssueShowWS : Add assign to me actionJulien Lancelot2014-01-231-0/+13
* IssueShowWS : Update changelog, comments and technical debtJulien Lancelot2014-01-231-4/+3
* Refactor WS apiSimon Brandhof2014-01-221-4/+0
* SONAR-5010 refactor WebService frameworkSimon Brandhof2014-01-201-0/+3
* SONAR-4535 Add some check when creating new ruleJulien Lancelot2013-12-231-6/+5
* SONAR-4535 Quality profile creation is now done in JavaJulien Lancelot2013-12-131-9/+9
* SONAR-4535 Create service action to create new ProfileJulien Lancelot2013-12-131-23/+9
* SONAR-2447 Refactor permission check to work with resource key instead of idsJulien HENRY2013-11-281-4/+4
* SONAR-4834 Create a changelog formatter on java side to manage display of cha...Julien Lancelot2013-10-311-1/+8
* SONAR-4839 Permission user should be needed to see the changelog of an issueJulien Lancelot2013-10-311-2/+5
* SONAR-4606 Allow to skip notifications during issue bulk changeJulien HENRY2013-10-091-7/+7
* SONAR-4716 Replace remediation cost by technical debt in issueJulien Lancelot2013-10-071-16/+1
* SONAR-4716 Create a component to display remediation costJulien Lancelot2013-10-021-3/+18
* Fix quality flawsJulien Lancelot2013-08-291-15/+24
* Fix quality flawsJulien Lancelot2013-08-291-2/+3
* Fix some quality flawsDinesh Bolkensteyn2013-08-291-1/+1
* SONAR-4450 Prevent users from adding empty comments on issuesJean-Baptiste Vilain2013-08-071-2/+8
* Fix quality flawsJulien Lancelot2013-07-181-1/+1
* Use ajax instead of reloading the page when toggling issues favouriteJulien Lancelot2013-07-181-4/+2
* SONAR-2474 When sharing a filter, the owner (and not the current user or prev...Julien Lancelot2013-07-171-1/+1
* SONAR-4099 Issues & Measures filters should also be sharable only by users wh...Julien Lancelot2013-07-171-0/+4
* Fix quality flawsJulien Lancelot2013-07-111-3/+3
* Fix quality flawsJulien Lancelot2013-07-111-10/+14
* SONAR-4418 Add a way to bulk change issues from a resource viewerJulien Lancelot2013-07-041-4/+2
* SONAR-4383 Improve errors handlingJulien Lancelot2013-07-041-3/+3
* SONAR-4383 Improve errors handlingJulien Lancelot2013-07-041-79/+52
* SONAR-4469 Favourite issue filters still visible even if unsharedJulien Lancelot2013-07-021-5/+5
* SONAR-4394 Improve ui error handlingJulien Lancelot2013-06-271-6/+24
* SONAR-4394 Fixed issue filters problem when saving existing filterJulien Lancelot2013-06-271-7/+16
* SONAR-4399 Added support for issue filter ownership change (admins only)Jean-Baptiste Vilain2013-06-251-0/+2
* SONAR-3714 Add the comment in a separated parameterJulien Lancelot2013-06-251-17/+17
* SONAR-3714 Add check in plan action that all issues are related to the action...Julien Lancelot2013-06-251-2/+2
* SONAR-3714 Refactor the bulk change service in order to inject Actions instea...Julien Lancelot2013-06-241-12/+1
* Fix quality flawsJulien Lancelot2013-06-241-2/+2
* SONAR-3714 add first screen of bulk changeJulien Lancelot2013-06-211-1/+1
* SONAR-3714 add bulk change in ruby serviceJulien Lancelot2013-06-211-4/+31
* Fix quality flaws and add some sonar version in class commentsJulien Lancelot2013-06-211-0/+2
* SONAR-3557 Ability to configure/display some issue widgets based on Issues Fi...Julien Lancelot2013-06-201-11/+48
* Fi quality flawJulien Lancelot2013-06-201-1/+2
* SONAR-4394 shared issue filters name must be uniqueJulien Lancelot2013-06-191-4/+8
* SONAR-4394 Provide ability to share issue filtersJulien Lancelot2013-06-181-0/+4
* SONAR-4393 Manage favourite issue filtersJulien Lancelot2013-06-181-5/+19
* SONAR-4392 Add copy action on issue filtersJulien Lancelot2013-06-181-11/+39