aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/webapp/WEB-INF/app/models/api/utils.rb
Commit message (Expand)AuthorAgeFilesLines
* Move sonar-server, sonar-search and sonar-process into sub-dir server/Simon Brandhof2014-07-101-284/+0
* SONAR-5191 fix some usage of java list.sort in ruby codeSimon Brandhof2014-04-021-3/+7
* SONAR-5191 fix some usage of java list.sort in ruby codeSimon Brandhof2014-04-021-2/+6
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
* Override distance_of_time_in_words_to_now in order to have consistent age dat...Julien Lancelot2014-01-301-2/+5
* Add formatted date on action plan wsJulien Lancelot2014-01-281-2/+30
* Rename 18n methods to get age of dates, add age on Issues search WS, update a...Julien Lancelot2014-01-241-0/+5
* SONAR-4535 Access to profiles from a project should be reserved to profile ad...Julien Lancelot2013-12-181-0/+10
* Update copyright header of ruby sourcesSimon Brandhof2013-12-041-1/+1
* Refactor Ruby "x ? x.y : nil" to "x && x.y", which is more readable.Simon Brandhof2013-09-031-1/+1
* SONAR-4487 Fix web vulnerabilitiesSimon Brandhof2013-08-081-0/+9
* SONAR-3755 Improve action plan rightsJulien Lancelot2013-06-041-1/+12
* SONAR-4321 improve rendering of dates and html textSimon Brandhof2013-05-131-3/+14
* SONAR-3755 Add closed Action Plan listJulien Lancelot2013-05-061-0/+5
* Improve interactions between JRuby and Java componentsSimon Brandhof2013-04-271-2/+2
* Update copyright headersSimon Brandhof2013-04-221-4/+4
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-211-2/+2
* Sort languages in Api::Utils.languages()Simon Brandhof2012-12-141-1/+1
* SONAR-3825 use abbreviations of period labelsSimon Brandhof2012-12-111-0/+6
* Refactor way to load period labels in rubySimon Brandhof2012-12-061-1/+6
* Add breadcrumb to profiles consoleSimon Brandhof2012-11-281-1/+2
* SONAR-3841 In the "Description" widget we should display the the language nam...Julien Lancelot2012-11-271-0/+9
* SONAR-3896 The last empty line of source file is not displayed in the source ...Julien Lancelot2012-11-211-3/+2
* Use Api::Utils.java_facade in utils.rbSimon Brandhof2012-10-031-1/+1
* Shorter codeDavid Gageot2012-10-011-6/+4
* SONAR-2602 support project modules with different languagesSimon Brandhof2012-09-271-0/+4
* SONAR-3623 apply modal window to creation/restore Q profilesSimon Brandhof2012-09-241-0/+4
* SONAR-3432 Support Regular expressionsDavid Gageot2012-07-061-1/+1
* SONAR-3432 Fix and Improve rule param validationDavid Gageot2012-07-061-0/+13
* SONAR-2706 improve error handling on command executionSimon Brandhof2012-05-231-4/+12
* SONAR-3431 Complete the web service /api/profiles to backup and restore profileSimon Brandhof2012-04-251-1/+14
* Rename version 2.15 to 3.0Simon Brandhof2012-04-111-3/+3
* SONAR-3368 Error log "ActiveRecord::JDBCError: Unknown column 'project_measur...Fabrice Bellingard2012-04-021-0/+7
* Add ruby methods Api::Utils#insensitive_sort(arr) and Api::Utils#insensitive_...Simon Brandhof2012-03-271-0/+47
* SONAR-3003 Fix issue Fabrice Bellingard2012-03-131-3/+3
* SONAR-3003 Remove only the last empty line, not allFabrice Bellingard2012-03-131-1/+3
* SONAR-3003 Do not display last empty line in source viewerFabrice Bellingard2012-03-131-4/+5
* Update copyright header for this new yearSimon Brandhof2012-01-101-1/+1
* SONAR-1974 improve UI+error handlingsimonbrandhof2011-12-061-1/+1
* SONAR-2932 log exception stacktracesimonbrandhof2011-10-301-0/+8
* SONAR-75 fix some labelssimonbrandhof2011-08-071-4/+1
* SONAR-75 Improve i18n APISimon Brandhof2011-07-291-1/+1
* SONAR-2547 validate valuesSimon Brandhof2011-07-271-0/+12
* Add ruby method Api::Utils.is_integer?simonbrandhof2011-07-141-0/+4
* SONAR-2571 Fix convert_string_to_unix_newlinesEvgeny Mandrikov2011-07-011-1/+3
* Improve the web services 'violations' and 'reviews'simonbrandhof2011-05-051-0/+4
* SONAR-2249 Display Violation message with new lines in websimonbrandhof2011-05-041-0/+6
* SONAR-2382 Improve the web service 'reviews'simonbrandhof2011-04-291-0/+44