aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/java/org/sonar/server/ui
Commit message (Expand)AuthorAgeFilesLines
* When using H2, database migration is now automatically doneJulien Lancelot2014-04-181-10/+4
* Revert "When using H2, database migration is now automatically done"Julien Lancelot2014-04-181-4/+10
* When using H2, database migration is now automatically doneJulien Lancelot2014-04-181-10/+4
* SONAR-4969 Do not mix batch and server classpathsSimon Brandhof2014-04-171-8/+14
* SONAR-5214 Remove references to deprecated violations_density metricJean-Baptiste Lievremont2014-04-101-1/+1
* Fix some quality flawsSimon Brandhof2014-04-041-0/+3
* SONAR-4843 restart most of componentsSimon Brandhof2014-03-161-5/+1
* Refactor plugin management for better maintainabilitySimon Brandhof2014-03-161-5/+4
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-117-7/+7
* SONAR-5056 Create new Durations API to format Duration and convert String to ...Julien Lancelot2014-03-061-5/+8
* SONAR-5056 Update Issue.debt from Long to DurationJulien Lancelot2014-03-051-1/+6
* SONAR-4996 Update work duration message and move code to i18n APIJulien Lancelot2014-03-032-92/+4
* SONAR-5106 Remove HTTP redirect on /batch_bootstrap/indexSimon Brandhof2014-02-281-4/+7
* SONAR-4996 Save debt on issues and measures in minutes (instead of seconds)Julien Lancelot2014-02-251-1/+1
* SONAR-4996 Update debt display in technical debt pyramid widgetJulien Lancelot2014-02-251-5/+21
* SONAR-4996 Update debt on measures sqale_indexJulien Lancelot2014-02-251-0/+76
* Revert JRubyFacade#getRuleRepository(String)Simon Brandhof2014-02-041-0/+8
* Fix some quality flawsSimon Brandhof2014-02-013-217/+0
* Remove dead codeSimon Brandhof2014-02-012-91/+1
* Move all QProfile related classes to org.sonar.server.qualityprofileSimon Brandhof2014-02-011-1/+1
* Override distance_of_time_in_words_to_now in order to have consistent age dat...Julien Lancelot2014-01-301-0/+7
* SONAR-4887 Remove backup codeJulien Lancelot2014-01-171-10/+5
* SONAR-4923 Remove no more used copyProfile()Julien Lancelot2014-01-171-5/+0
* SONAR-4923 Remove no more used ProfilesConsoleJulien Lancelot2014-01-171-35/+1
* SONAR-4908 enable extension point RuleDefinitionsSimon Brandhof2014-01-151-15/+16
* SONAR-4923 Restore profile now uses Java facadeJulien Lancelot2014-01-151-0/+5
* SONAR-4923 Update profile parent use Java facadeJulien Lancelot2014-01-091-4/+0
* Fix HTTP failure during server startupSimon Brandhof2013-12-201-1/+1
* SONAR-4535 Quality profile creation is now done in JavaJulien Lancelot2013-12-131-4/+0
* Fix some quality flawsSimon Brandhof2013-12-091-2/+2
* Fix quality flawsJean-Baptiste Lievremont2013-12-091-18/+4
* SONAR-4773 Fix issue for Design componentJulien Lancelot2013-12-091-2/+1
* Fix some quality flawJulien Lancelot2013-12-091-1/+0
* SONAR-4688 remove loading of rule bundlesSimon Brandhof2013-12-092-27/+1
* Fix quality flawsJean-Baptiste Lievremont2013-12-031-1/+1
* SONAR-4756 Define a JRuby facade for profiling, use it in rules searchJean-Baptiste Lievremont2013-12-021-0/+51
* SONAR-4885 Stop supporting the internationalization of rule descriptions and ...Simon Brandhof2013-11-292-20/+12
* SONAR-4887 Restore backup controller as it is used by ITsJulien HENRY2013-11-271-1/+7
* SONAR-4887 Remove "Backup" page from the "Settings > System" admin spaceJulien HENRY2013-11-261-7/+1
* SONAR-4776 Set link from the added technical debt to the measures drilldown.Julien Lancelot2013-11-111-1/+1
* SONAR-3677 Rename dryRun -> preview and introduce sonar.analysis.modeJulien HENRY2013-10-141-3/+4
* Revert SONAR-4753Julien Lancelot2013-10-111-1/+1
* SONAR-4717 Drilling down on technical debt metrics should display issues view...Julien Lancelot2013-10-101-1/+2
* SONAR-4690 improve codeSimon Brandhof2013-09-211-1/+1
* SONAR-4537 Code Viewer permission should only prevent users from seeing the c...Julien Lancelot2013-09-201-4/+4
* Revert "Add missing package-info files on sonar-server module"Julien Lancelot2013-09-161-24/+0
* Add missing package-info files on sonar-server moduleJulien Lancelot2013-09-161-0/+24
* SONAR-4602 Fix concurrent access issues with dryRun cacheJulien HENRY2013-09-061-2/+2
* SONAR-4602 Revert eviction of dryRun cache on settings changeJulien HENRY2013-09-041-5/+3
* SONAR-4602 Invalidate dryRun cache when changing settingsJulien HENRY2013-09-021-8/+26