aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-8374 Make the "Me" option more visible on the "Issues" pageStas Vilchik2016-11-1012-88/+132
* SONAR-8377 Rename IssueFilterParameters to IssuesWsParametersJulien Lancelot2016-11-1010-160/+159
* SONAR-8377 Drop issue filters tablesJulien Lancelot2016-11-101-0/+29
* SONAR-8377 Remove issue filters daoJulien Lancelot2016-11-101-1/+1
* SONAR-8377 Remove WS / startup registration on issue filtersJulien Lancelot2016-11-1043-3356/+14
* SONAR-8377 Remove some code related to issue filters in railsJulien Lancelot2016-11-102-21/+0
* SONAR-8248 Fix SSF-51 Item 2 (#1376)Stas Vilchik2016-11-102-5/+5
* fix issues bulk changeStas Vilchik2016-11-102-1/+2
* Restore url_for_static method because it's used by Governance pluginJulien Lancelot2016-11-101-0/+18
* SONAR-8352 add the scanner properties sonar.analysis.* to payloadSimon Brandhof2016-11-096-15/+86
* SONAR-8351 Send JSON payload over HTTP when project analysis is completeSimon Brandhof2016-11-0918-2/+1052
* SONAR-8351 share OkHttpClient utilitiesSimon Brandhof2016-11-095-1/+161
* SONAR-8351 Configure HTTP proxy URL from bootstrap processSimon Brandhof2016-11-091-0/+7
* SONAR-8381 Remove links to All Views and All Developers from the searchStas Vilchik2016-11-091-10/+1
* SONAR-8355 Drop tables "measure_filters" and "measure_filter_favourites"Julien Lancelot2016-11-091-0/+29
* SONAR-8355 Remove measure filters DaoJulien Lancelot2016-11-0923-3008/+1
* SONAR-8355 Remove rails code related to measure filtersJulien Lancelot2016-11-0912-1216/+0
* SONAR-8354 Drop tables "active_dashboards", "dashboards", "widgets", "widget_...Julien Lancelot2016-11-091-0/+29
* SONAR-8354 Remove dao related to dashboardsJulien Lancelot2016-11-091-1/+1
* SONAR-8354 Remove dashboards from api/navigation/global WSJulien Lancelot2016-11-098-124/+10
* SONAR-8354 Remove dashboards startup registrationJulien Lancelot2016-11-097-849/+0
* SONAR-8354 Remove widgetsJulien Lancelot2016-11-0970-4592/+6
* SONAR-8354 Clean rails code related to dashboardsJulien Lancelot2016-11-0912-817/+0
* redirect from /issues/search to /issuesStas Vilchik2016-11-093-3/+3
* SONAR-8376 Do not display issue filters and drop management pageStas Vilchik2016-11-0920-791/+13
* SONAR-8119 apply feedbackStas Vilchik2016-11-092-31/+48
* SONAR-8379 Sort issues by date in api/issues/searchJulien Lancelot2016-11-092-2/+34
* SONAR-8321 Improve error handling when error is thrown by web serviceJulien Lancelot2016-11-092-6/+10
* move sidebar to the leftStas Vilchik2016-11-092-10/+5
* SONAR-8360 Add favorite projects filterStas Vilchik2016-11-0915-84/+62
* SONAR-8362 Display information of favorite projectsStas Vilchik2016-11-0913-107/+242
* delete widgets/ and dashboard/Stas Vilchik2016-11-0923-3425/+1
* disable eslint loader on fast buildStas Vilchik2016-11-091-0/+3
* SONAR-8361 WS api/components/search_projects no isFavorite in response when a...Teryk Bellahsene2016-11-092-7/+37
* Fix some Quality flaws about nullability of variablesSimon Brandhof2016-11-093-6/+3
* SONAR-8172 make all args of api/organizations/update optional but keySébastien Lesaint2016-11-084-27/+97
* SONAR-8361 WS api/components/search_projects return isFavoriteTeryk Bellahsene2016-11-0810-102/+102
* SONAR-8288 WS api/measures/search_projects DSL handle isFavoriteTeryk Bellahsene2016-11-0810-56/+180
* SONAR-8120 Fix project names to stabilize UTJulien Lancelot2016-11-081-3/+3
* fix quality flawsStas Vilchik2016-11-086-7/+7
* SONAR-8300 change wordingStas Vilchik2016-11-081-1/+1
* SONAR-8089 Load all measures at onceJulien Lancelot2016-11-085-174/+125
* SONAR-8089 Merge ComponentDao#selectChildren and selectDescendantsJulien Lancelot2016-11-084-39/+35
* SONAR-8300 display special message when use has no favorite projectsStas Vilchik2016-11-075-9/+74
* SONAR-8300 add ITsStas Vilchik2016-11-074-10/+10
* fix profiles comparisonStas Vilchik2016-11-071-1/+1
* open projects page by default (#1358)Stas Vilchik2016-11-0414-435/+12
* SONAR-8300 reverse option of quality gate facetStas Vilchik2016-11-041-1/+1
* SONAR-8300 Create new "Projects" page [5th iteration] (#1357)Stas Vilchik2016-11-0418-244/+165
* extend the main js app (#1345)Stas Vilchik2016-11-0426-185/+162