aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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-0911-55/+165
| | |
* | | SONAR-8351 Send JSON payload over HTTP when project analysis is completeSimon Brandhof2016-11-0922-3/+1132
| | |
* | | SONAR-8351 share OkHttpClient utilitiesSimon Brandhof2016-11-0910-168/+485
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sonar-ws correctly configures OkHttpClient for the support of HTTPS, proxy (incl. authentication), timeouts and user agent. This code should be reused by web server and compute engine, for example when sending webhook payloads. The new class OkHttpClientProvider allows web server/CE to instantiate and configure a single instance of OkHttpClient.
* | | SONAR-8351 Configure HTTP proxy URL from bootstrap processSimon Brandhof2016-11-095-109/+116
| | | | | | | | | | | | | | | | | | | | | Proxy is configured in conf/sonar.properties. The related properties are propagated to system properties by the first call to DefaultHttpDownloader. The correct approach is to directly configure the JVM properties when the bootstrap process creates web server and CE processes.
* | | SONAR-8351 Clean-up AppTestSimon Brandhof2016-11-091-33/+21
| | |
* | | SONAR-8354 Complete javadoc on deprecated class related to dashboardsJulien Lancelot2016-11-0912-12/+12
| | |
* | | Improve stability of IssueSearch#redirect_to_search_url_after_wrong_loginJulien Lancelot2016-11-091-1/+1
| | |
* | | SONAR-8355 Fix IT using all_projects pageJulien Lancelot2016-11-091-2/+2
| | |
* | | SONAR-8381 Remove links to All Views and All Developers from the searchStas Vilchik2016-11-091-10/+1
| | |
* | | SONAR-8355 Fix IT using /all_projects pageJulien Lancelot2016-11-094-94/+12
| | |
* | | SONAR-8355 Drop tables "measure_filters" and "measure_filter_favourites"Julien Lancelot2016-11-099-27/+174
| | |
* | | SONAR-8355 Remove property 'supportsMeasureFilters' from ResourceType APIJulien Lancelot2016-11-094-47/+10
| | |
* | | SONAR-8355 Remove measure filters DaoJulien Lancelot2016-11-0943-3683/+2
| | |
* | | SONAR-8355 Remove rails code related to measure filtersJulien Lancelot2016-11-0913-1298/+0
| | |
* | | SONAR-8354 Drop tables "active_dashboards", "dashboards", "widgets", ↵Julien Lancelot2016-11-0913-56/+419
| | | | | | | | | | | | "widget_properties"
* | | SONAR-8354 Remove dao related to dashboardsJulien Lancelot2016-11-0941-1875/+4
| | |
* | | 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 ITs related to dashboardsJulien Lancelot2016-11-0911-243/+4
| | |
* | | SONAR-8354 Deprecate API related to dashboardsJulien Lancelot2016-11-0912-0/+31
| | |
* | | SONAR-8354 Remove widgetsJulien Lancelot2016-11-0970-4592/+6
| | |
* | | SONAR-8354 Clean rails code related to dashboardsJulien Lancelot2016-11-0913-1188/+1
| | |
* | | redirect from /issues/search to /issuesStas Vilchik2016-11-093-3/+3
| | |
* | | SONAR-8376 Do not display issue filters and drop management pageStas Vilchik2016-11-0923-838/+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 ↵Teryk Bellahsene2016-11-092-7/+37
| | | | | | | | | | | | anonymous user
* | | Fix some Quality flaws about nullability of variablesSimon Brandhof2016-11-0910-46/+37
| | |
* | | Improve qualityDuarte Meneses2016-11-093-6/+4
| | |
* | | SONAR-8172 make all args of api/organizations/update optional but keySébastien Lesaint2016-11-085-27/+100
| | | | | | | | | | | | all but key
* | | SONAR-8172 fix support for empty parameter in WsClient's RequestSébastien Lesaint2016-11-081-2/+2
| | |
* | | SONAR-8172 add steroid support for optional parameters in RequestSébastien Lesaint2016-11-082-1/+456
| | | | | | | | | | | | | | | also adds support for validation of parameter parameter value when it is retrieved from request also adds support for customized extraction and validation parameter value from the request
* | | SONAR-8361 WS api/components/search_projects return isFavoriteTeryk Bellahsene2016-11-0811-102/+103
| | |
* | | 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 flawsJulien HENRY2016-11-088-27/+21
| | |
* | | Fix quality flawsJulien Lancelot2016-11-082-1/+14
| | |
* | | fix quality flawsStas Vilchik2016-11-086-7/+7
| | |
* | | SONAR-8300 change wordingStas Vilchik2016-11-082-1/+2
| | |
* | | SONAR-8089 Cleanup ComponentTreeQueryJulien Lancelot2016-11-081-92/+0
| | |
* | | SONAR-8089 Load all measures at onceJulien Lancelot2016-11-085-174/+125
| | |
* | | SONAR-8089 Create new MeasureDao#selectTreeByQueryJulien Lancelot2016-11-0813-42/+462
| | |
* | | SONAR-8089 Merge ComponentDao#selectChildren and selectDescendantsJulien Lancelot2016-11-0810-339/+170
| | |