aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/java/org/sonar/server/platform
Commit message (Expand)AuthorAgeFilesLines
* SONAR-4764 Rename "Restore Default Profiles" by "Recreate Built-in Profiles"Julien Lancelot2014-05-061-2/+2
* Add some javadocs on ProfilesWSJulien Lancelot2014-05-061-2/+3
* Add missing QualityProfiles to ServerComponentsJulien Lancelot2014-05-061-116/+13
* Draft of RuleActivationServiceSimon Brandhof2014-05-061-11/+118
* Using BaseDao and NestedIndex for ActiveRules in ActiveRuleIndexStephane Gamard2014-05-051-1/+2
* SONAR-5111 Add api/tests WS documentationsJulien Lancelot2014-05-051-0/+4
* SONAR-5111 Add api/components WS documentationsJulien Lancelot2014-05-051-2/+4
* SONAR-5111 Replace setPossibleValues("true", "false") by setBooleanPossibleVa...Julien Lancelot2014-05-051-1/+1
* Add template code for api/rules2/tagsSimon Brandhof2014-05-051-0/+2
* SONAR-5111 Complete api/users WS documentationsJulien Lancelot2014-05-051-0/+2
* SONAR-5111 Split quality profiles WS into old style Rails description and new...Jean-Baptiste Lievremont2014-05-051-2/+2
* SONAR-5111 Add api/resources WS documentationsJulien Lancelot2014-05-051-0/+4
* SONAR-5111 Add api/server, api/updatecenter, api/timemachine WS documentationsJulien Lancelot2014-05-053-2/+66
* SONAR-5111 Complete "api/qualitygates" WS documentation and do some refactori...Julien Lancelot2014-05-021-4/+18
* SONAR-5111 Add missing ProjectsWs to ServerComponentsJulien Lancelot2014-05-021-0/+2
* SONAR-5111 Complete documentation for "api/profiles" WSJulien Lancelot2014-05-021-100/+12
* Add ServerTester#addPluginJar()Simon Brandhof2014-04-302-4/+6
* Add ServerTester#clearDataStores()Simon Brandhof2014-04-302-19/+113
* Fix quality flawsJulien Lancelot2014-04-301-75/+0
* SONAR-5111 Refactored some ws to add response examplesJulien Lancelot2014-04-301-11/+19
* SONAR-5237 - Moved Latching into Queue. Defaults to SYNCHStephane Gamard2014-04-301-1/+1
* SONAR-5237 - Moved Dao Back to server and Using ThreadPool for QueueWorkerStephane Gamard2014-04-301-2/+9
* SONAR-5254 New WS /api/sources/scmSimon Brandhof2014-04-291-0/+4
* SONAR-4764 Create a DefaultProfilesCache component to store default profile n...Julien Lancelot2014-04-291-0/+1
* Improve /api/sources/showSimon Brandhof2014-04-291-2/+2
* SONAR-5111 Declare "api/authentication" WS with org.sonar.api.server.WebServiceJulien Lancelot2014-04-291-100/+15
* SONAR-5237 - Fixed Load order in ServerComponentsStephane Gamard2014-04-291-2/+3
* SONAR-5237 - Added worker for queueStephane Gamard2014-04-291-11/+102
* SONAR-5111 Declare "api/action_plans" WS with org.sonar.api.server.WebServiceJulien Lancelot2014-04-281-2/+3
* SONAR-5237 - fixed with IT tests for batch and serverStephane Gamard2014-04-281-0/+3
* SONAR-4764 Add Java WS Client to restore default profilesJulien Lancelot2014-04-251-0/+4
* Rename addExtensions by addComponentsJulien Lancelot2014-04-252-8/+8
* SONAR-4764 Restore default profiles for a language (Server side, no ui)Julien Lancelot2014-04-242-0/+15
* When using H2, database migration is now automatically doneJulien Lancelot2014-04-181-1/+2
* SONAR-4969 Do not mix batch and server classpathsSimon Brandhof2014-04-172-6/+4
* SONAR-5226 Remove extensions/jdbc-driver/h2Julien Lancelot2014-04-171-0/+10
* Replacement injection of ServletContext by Properties in PlatformJulien Lancelot2014-04-166-88/+82
* Fix some quality flawsSimon Brandhof2014-04-041-12/+2
* Fix some quality flawsSimon Brandhof2014-04-042-5/+9
* SONAR-4843 complete documentation of wsSimon Brandhof2014-04-031-1/+1
* SONAR-5056 When reseting debt model, restore rules from rule definitions in o...Julien Lancelot2014-04-021-2/+2
* SONAR-4908 extract RulesDefinitionAnnotationLoaderSimon Brandhof2014-03-251-5/+5
* SONAR-5056 Backup debt modelJulien Lancelot2014-03-251-8/+4
* SONAR-4843 disable restart on Windows + Java 6 (UrlClassloader locks JAR files)Simon Brandhof2014-03-251-3/+16
* Improve org.sonar.api.utils.System2 :Simon Brandhof2014-03-251-1/+3
* Fix CISimon Brandhof2014-03-241-3/+1
* SONAR-4908 extract RulesDefinitionXmlLoaderSimon Brandhof2014-03-241-0/+4
* SONAR-5056 Use restore to populate debt model at startupJulien Lancelot2014-03-241-2/+1
* SONAR-4843 move URL to /api/system/restart and complete ws-clientSimon Brandhof2014-03-213-8/+8
* SONAR-4843 do not fail if filenames between source and dest dirs are equalSimon Brandhof2014-03-211-1/+1