aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-11904 Create API endpoint to get snippetsDuarte Meneses2019-05-0617-226/+1382
|
* SONAR-11969 Make Edition available for analyzers in the Scanner APIDuarte Meneses2019-05-063-5/+11
|
* Upgrade jjwt to v0.10.5 for compatibility with Java 11Duarte Meneses2019-04-301-1/+4
|
* Upgrade assertj-core to 3.12.2 and assertj-guava to 3.2.1 for compatibility ↵Duarte Meneses2019-04-3012-24/+32
| | | | with Java 11
* SONAR-12000 add secret to response of WS api/webhooks/listSimon Brandhof2019-04-293-15/+11
|
* SONAR-12000 add secret to WS api/webhooks/create and api/webhooks/updateSimon Brandhof2019-04-297-139/+162
|
* SONAR-12000 fix Quality flawsSimon Brandhof2019-04-296-9/+48
|
* SONAR-10730 Produce Portfolio PDF based on template, only headerJulien HENRY2019-04-261-9/+9
|
* SONAR-11793 Rename GA tracking property to 'sonar.analytics.ga.trackingId'Wouter Admiraal2019-04-251-2/+2
|
* SONARCLOUD-582 load descendant profiles only if changesSimon Brandhof2019-04-242-30/+76
|
* SONARCLOUD-582 split loading of profiles in rule activationSimon Brandhof2019-04-243-25/+121
|
* SONARCLOUD-582 refactor context of rule activationSimon Brandhof2019-04-243-81/+84
|
* SONARCLOUD-582 fix Quality flawsSimon Brandhof2019-04-246-61/+108
|
* SONAR-11885 Fix computation of security_hotspots measuresJulien Lancelot2019-04-233-17/+57
| | | | | | * SONAR-11892 Reorganize ITs * SONAR-11892 Do not include resolved security hotspots in measure * SONAR-11892 Update security_hotspots measures in live
* SONAR-11925 Includes hotspots by default in the response of api/issues/searchJulien Lancelot2019-04-235-35/+44
|
* SONAR-11886 Highlight Hotspots in issues pageGrégoire Aubert2019-04-232-3/+10
| | | | | | | | | | | | | * Update see rule button style in issues * Update selected and hover styling of concise issues * Update issues selected and hover styling * Issues type facet don't filter out hotspots by default anymore * Update issue box styling for hotspots * Automatically open severity & standard facet based on the issue type * Add security hotspots newsbox on issues page * Update clear icon and close buttons * Allow to dismiss hotspots newsbox on issues page * Display help tooltip on hotspots entry of the types facet
* SONAR-11886 Allow to assign/bulk assign security hotspotsJulien Lancelot2019-04-234-23/+39
|
* SONAR-11886 Ignore Hotspots in Issues facets / filtersJulien Lancelot2019-04-236-47/+261
| | | | | * SONAR-11886 Ignore Hotspots in Issues facets / filters * SONAR-11886 Do not return severity on Security Hotspots
* SONAR-11858 Fix quality issuesDuarte Meneses2019-04-231-0/+1
|
* SONAR-11856 Store the "true" target branch in the scanner report to display ↵Duarte Meneses2019-04-232-1/+10
| | | | it properly
* SONAR-11757 single notification for FPs and changes on my issuesSébastien Lesaint2019-04-2321-168/+333
|
* SONAR-11753 EmailNotificationChannel ignore empty recipient requestsSébastien Lesaint2019-04-232-3/+148
|
* SONAR-11753 fix DB incompatibility in EmailSubscriberDtoSimon Brandhof2019-04-231-1/+1
|
* SONAR-11929 do not send issue notifications on PRs and short branchesSébastien Lesaint2019-04-238-26/+129
|
* SONAR-11916 replace class EmailTemplate by interfaceSimon Brandhof2019-04-231-1/+1
|
* SONAR-11916 Drop unused Java API EmailTemplateSimon Brandhof2019-04-233-4/+4
|
* SONAR-11752 remove SonarCloud-specific codeSimon Brandhof2019-04-232-10/+6
|
* SONAR-11753 factor code in email NotificationHandler implementationsSébastien Lesaint2019-04-231-16/+5
|
* SONAR-11753 move "failed analysis" notification to email specific algoSébastien Lesaint2019-04-233-18/+13
|
* SONAR-11753 move built-in qp change notification to email specific algoSébastien Lesaint2019-04-2311-150/+255
|
* SONAR-11753 move license notifications to email specific algoSébastien Lesaint2019-04-231-2/+2
|
* SONAR-11753 move "QP change" notification to email specific algoSébastien Lesaint2019-04-233-10/+10
|
* SONAR-11753 move "QG change" notification classes to single packageSébastien Lesaint2019-04-234-214/+3
|
* SONAR-11753 move issue change notifications to email specific algoSébastien Lesaint2019-04-234-15/+15
|
* SONAR-11753 NotificationDaemon supports email specific algoSébastien Lesaint2019-04-233-204/+312
|
* SONAR-11753 NewIssuesNotificationFactory is not used in WebSébastien Lesaint2019-04-231-2/+0
|
* SONAR-11753 move "New Issues" notification to email specific algoSébastien Lesaint2019-04-233-8/+8
|
* SONAR-11753 move "My new issues" notification to email specific algoSébastien Lesaint2019-04-235-13/+35
|
* SONAR-11876 Remove ws deprecated in SonarQube 5.XJulien Lancelot2019-04-1530-707/+116
|
* SONAR-11883 Remove redirection that was kept for old scannersJulien Lancelot2019-04-152-79/+5
| | | | This reverts commit 0aec163be2b086d38a26ab83a470c2d54e453906.
* SONARCLOUD-520 change location of homepage data fileSimon Brandhof2019-04-112-3/+7
|
* Revert "SONAR-11876 Remove ws deprecated in SonarQube 5.X"Julien Lancelot2019-04-0430-116/+707
| | | | This reverts commit e1559e763aa1d3b436b46044a352a43e16aaa38a.
* SONAR-11876 Remove ws deprecated in SonarQube 5.XJulien Lancelot2019-04-0430-707/+116
| | | | | | | | | | | | | | | * Remove api/profiles WS * Remove api/resources WS * Remove api/tests WS * Remove api/ce/activity?componentQuery parameter * Remove api/ce/activity?p parameter * Remove api/issues/assign?me parameter * Remove api/issues/bulk_change?plan parameter * Remove 'actionsPlans' and 'reporters' values from api/issues/search?facets * Remove 'components', 'componentRoots' and 'componentRootUuids' from api/issues/search * Remove api/rules/create?manual_key parameter * Remove api/rules/update?debt_XXX parameters * Remove api/users/search?f parameter
* Revert "SONAR-11883 Remove redirection that was kept for old scanners"Julien Lancelot2019-04-032-5/+79
| | | | This reverts commit 91e2ea646539462d22d5064adf47af8b3fbd5705.
* SONAR-11883 Remove redirection that was kept for old scannersJulien Lancelot2019-04-032-79/+5
|
* Delete useless String#format in measures/component_tree wsJulien Lancelot2019-04-011-5/+5
|
* Remove no more used org.sonar.core.timemachine.Periods classJulien Lancelot2019-03-271-2/+0
|
* SONAR-11812 Restore ability to set unit tests as favoriteJulien Lancelot2019-03-192-2/+8
|
* SONAR-11631 Replace codePeriodVersion with buildStringJanos Gyerik2019-03-1912-22/+21
|
* SONAR-11631 Add sonar.buildString to api/project_analyses/search responseJanos Gyerik2019-03-193-15/+16
|