aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/webapp/WEB-INF/app/models/issue.rb
Commit message (Expand)AuthorAgeFilesLines
* Move sonar-server, sonar-search and sonar-process into sub-dir server/Simon Brandhof2014-07-101-98/+0
* Add 'userName' field in /api/issues/changelog WSJulien Lancelot2014-06-021-0/+1
* SONAR-5286 Add parameter "extra_fields" to display actions and transitions in...Julien Lancelot2014-05-221-1/+5
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
* Fix wrong renaming of issue.debt in the Issue search WSJulien Lancelot2014-03-071-1/+2
* SONAR-926 improve perf of the db migration 497Simon Brandhof2014-03-061-1/+1
* Rename packages of Java db migrationsSimon Brandhof2014-03-061-1/+1
* SONAR-5056 Create new Durations API to format Duration and convert String to ...Julien Lancelot2014-03-061-20/+3
* SONAR-5056 Update Issue.debt from Long to DurationJulien Lancelot2014-03-051-2/+7
* Return information on groupId and rootId on issue WSJulien Lancelot2014-02-271-0/+1
* SONAR-4996 Fix display of issue changelogJulien Lancelot2014-02-251-1/+1
* SONAR-4996 Update issue changelog debt to seconds (backend + display)Julien Lancelot2014-02-251-6/+3
* Fix bad mergeJulien Lancelot2014-02-251-8/+15
* SONAR-4996 Update issue debt to seconds (backend + display)Julien Lancelot2014-02-251-15/+8
* SONAR-4996 Fix display of debt on issue changelogJulien Lancelot2014-02-251-8/+15
* SONAR-4996 Update issue debt to seconds (backend + display)Julien Lancelot2014-02-251-1/+1
* SONAR-4785 Revert display of rule name if no issue message by migration of is...Julien Lancelot2014-02-091-1/+1
* Revert "Revert SONAR-4785"Julien Lancelot2014-02-061-2/+2
* Revert SONAR-4785Julien Lancelot2014-02-041-2/+2
* SONAR-4785 Display issue properly when it has no messageJulien Lancelot2014-01-311-2/+2
* Rename 18n methods to get age of dates, add age on Issues search WS, update a...Julien Lancelot2014-01-241-0/+1
* SONAR-4776 Fix WS and UI due to introduction of issue change creation dateJulien Lancelot2014-01-031-2/+1
* Update copyright header of ruby sourcesSimon Brandhof2013-12-041-1/+1
* SONAR-4834 Add technical debt in issues changelogJulien Lancelot2013-11-031-2/+7
* SONAR-4836 Create Web Service to get changelog on an IssueJulien Lancelot2013-10-311-9/+36
* SONAR-4716 Replace remediation cost by technical debt in issueJulien Lancelot2013-10-071-1/+9
* SONAR-4716 Add remediation cost when creating issuesJulien Lancelot2013-10-011-1/+2
* SONAR-3755 add author to issue ws responseSimon Brandhof2013-06-031-0/+1
* SONAR-4301 Update IssueFinder to first retreive authorized root projects for ...Julien Lancelot2013-05-221-0/+1
* SONAR-4310 set updated_at only on changesSimon Brandhof2013-05-201-1/+1
* SONAR-3755 rename ISSUES.DESCRIPTION to MESSAGESimon Brandhof2013-05-141-1/+1
* SONAR-3755 rename ISSUES.USER_LOGIN to REPORTERSimon Brandhof2013-05-141-2/+1
* SONAR-4323 new web service /api/users/searchSimon Brandhof2013-05-131-0/+57