aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-7286 Add docs on removed api/favourites WSJulien Lancelot2017-01-303-1/+44
* SONAR-8684 Update response examples for removed WSJulien Lancelot2017-01-3012-187/+26
* Remove UserSession#localeJulien Lancelot2017-01-3020-127/+56
* Remove useless TODOJulien Lancelot2017-01-301-1/+0
* SONAR-7300 Display a proper message when id is missingJulien Lancelot2017-01-303-12/+48
* SONAR-8644 Do not fail with error 500 on unknown componentJulien Lancelot2017-01-302-18/+35
* SONAR-8644 Refactor UTJulien Lancelot2017-01-302-212/+205
* SONAR-8574 Fix typoJulien Lancelot2017-01-302-2/+2
* SONAR-8413 Take into account context path during authentication errorJulien Lancelot2017-01-308-8/+70
* SONAR-8684 Clean up rails filesJulien Lancelot2017-01-301-1/+0
* Remove error-prone params Organization in UserDbTesterSimon Brandhof2017-01-2914-83/+77
* SONAR-8694 use only one component search request for all qualifiersDaniel Schwarz2017-01-278-61/+148
* SONAR-8694 separate the concerns of ComponentIndexTestsDaniel Schwarz2017-01-278-314/+495
* SONAR-8694 make search query features independent from each otherDaniel Schwarz2017-01-276-33/+143
* SONAR-8694 put elasticsearch default settings in one placeDaniel Schwarz2017-01-2712-140/+445
* SONAR-8710 create org's default perm template in api/organizations/createSébastien Lesaint2017-01-272-22/+95
* SONAR-8690 read and write default templates from ORGANIZATIONS tableSébastien Lesaint2017-01-2738-1103/+1067
* 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