aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-8690 populate DEFAULT_PERM_TEMPLATE_* columns from PROPERTIESSébastien Lesaint2017-01-278-4/+403
* SONAR-8690 add columns ORGANIZATIONS.default_perm_template_*Sébastien Lesaint2017-01-275-2/+122
* SONAR-8608 consistent organization on permission/group/componentSébastien Lesaint2017-01-2726-101/+103
* SONAR-8701 Lines measures are computed using lines from CE ComponentJulien Lancelot2017-01-277-152/+275
* SONAR-8701 Read lines from Component instead of reportJulien Lancelot2017-01-274-34/+22
* SONAR-8701 Store number of lines of files in compute engine ComponentJulien Lancelot2017-01-2727-89/+124
* SONAR-8676 add ws api/navigation/organizationSébastien Lesaint2017-01-275-1/+266
* SONAR-8647 add organization param to api/components/search_projectsSébastien Lesaint2017-01-275-90/+276
* SONAR-8684 Always create cookie with web contextJulien Lancelot2017-01-269-168/+251
* SONAR-8684 Cleanup code related to railsJulien Lancelot2017-01-2621-509/+9
* SONAR-6506 Rewrite internal WS api/updatecenter/installed_plugins in JavaJulien Lancelot2017-01-265-3/+178
* fix color of coverage rating on projects pageStas Vilchik2017-01-261-1/+1
* fix quality gate badge location on project dashboardStas Vilchik2017-01-261-0/+1
* SONAR-7931 Show hierarchy of profiles in rule activationStas Vilchik2017-01-263-14/+31
* SONAR-8539 Avoid useless WS call when adding/editing/deleting a comment to re...Stas Vilchik2017-01-263-21/+13
* SONAR-8202 Add links to quality profiles from rule descriptionStas Vilchik2017-01-261-2/+6
* SONAR-7887 Group bulk changes when browsing quality profile changelogStas Vilchik2017-01-261-26/+48
* SONAR-7305 Improve performances of WS api/measures/search_historyTeryk Bellahsene2017-01-252-15/+29
* SONAR-8679 fix race condition when fetching languagesStas Vilchik2017-01-251-2/+1
* SONAR-8393 display size rating on project pageStas Vilchik2017-01-253-6/+11
* SONAR-8397 Exploring a failed quality condition on rating is not usable (#1562)Stas Vilchik2017-01-255-61/+550
* Fix Quality flaws in BackendCleanupSimon Brandhof2017-01-251-47/+24
* SONAR-8675 drop table resource_indexSimon Brandhof2017-01-256-3/+120
* SONAR-8675 drop usage of table resource_indexSimon Brandhof2017-01-2511-49/+8
* SONAR-8675 drop unused internal WS api/components/search_view_componentsSimon Brandhof2017-01-2515-636/+10
* use different qualifiers for search on code pageStas Vilchik2017-01-251-2/+4
* explicitly provide list of qualifiers to WS /api/components/treeStas Vilchik2017-01-251-1/+3
* use WS /api/components/search for projects facetStas Vilchik2017-01-251-40/+21
* SONAR-8675 drop unused param "q" in api/projects/search_my_projectsSimon Brandhof2017-01-253-90/+23
* Drop unused exceptions in org.sonar.server.authenticationSimon Brandhof2017-01-252-72/+0
* SONAR-8700 Missing redirect of codingrules to coding_rulesStas Vilchik2017-01-251-0/+3
* SONAR-8684 Add missing ServerSide annotationsJulien Lancelot2017-01-241-0/+2
* SONAR-8684 Remove RailsHandlerJulien Lancelot2017-01-242-11/+5
* SONAR-7305 Deprecate api/timemachine WSJulien Lancelot2017-01-242-36/+8
* SONAR-7298 Deprecate and rewrite WS api/projects/index in JavaJulien Lancelot2017-01-2417-124/+473
* SONAR-7299 Move code related to project creation to ComponentUpdaterJulien Lancelot2017-01-2414-456/+563
* SONAR-7299 Remove UserSession dependency from FavoriteUpdaterJulien Lancelot2017-01-2412-45/+43
* SONAR-7299 Replace Ruby WS api/projects/create by javaJulien Lancelot2017-01-2411-55/+497
* SONAR-7299 Remove ComponentFinder from ComponentServiceJulien Lancelot2017-01-2410-53/+28
* SONAR-8684 Redirect /api to /api/webservices/listJulien Lancelot2017-01-242-1/+31
* SONAR-8684 Remove Java classes related to railsJulien Lancelot2017-01-2437-1588/+21
* SONAR-8684 Remove Rails filesJulien Lancelot2017-01-24990-138757/+0
* SONAR-7298 replace usage of /api/projects/index by /api/components/searchStas Vilchik2017-01-242-10/+3
* SONAR-7303 replace usage of /api/resources/search by /api/components/searchStas Vilchik2017-01-241-1/+18
* SONAR-6506 Delete internal WS api/updatecenter/installed_pluginsJulien Lancelot2017-01-243-104/+4
* SONAR-6309 Delete WS api/profiles/listJulien Lancelot2017-01-243-178/+8
* SONAR-6310 Delete WS api/profiles/indexJulien Lancelot2017-01-243-39/+8
* SONAR-7303 Delete WS api/resources/searchJulien Lancelot2017-01-244-155/+2
* SONAR-5270 Delete WS api/user_propertiesJulien Lancelot2017-01-243-128/+6
* SONAR-7277 Create a route to redirect profiles/export to api/qualityprofiles/...Julien Lancelot2017-01-243-3/+30