Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-11904 Create API endpoint to get snippets | Duarte Meneses | 2019-05-06 | 17 | -226/+1382 | |
| | ||||||
* | SONAR-11969 Make Edition available for analyzers in the Scanner API | Duarte Meneses | 2019-05-06 | 3 | -5/+11 | |
| | ||||||
* | Upgrade jjwt to v0.10.5 for compatibility with Java 11 | Duarte Meneses | 2019-04-30 | 1 | -1/+4 | |
| | ||||||
* | Upgrade assertj-core to 3.12.2 and assertj-guava to 3.2.1 for compatibility ↵ | Duarte Meneses | 2019-04-30 | 12 | -24/+32 | |
| | | | | with Java 11 | |||||
* | SONAR-12000 add secret to response of WS api/webhooks/list | Simon Brandhof | 2019-04-29 | 3 | -15/+11 | |
| | ||||||
* | SONAR-12000 add secret to WS api/webhooks/create and api/webhooks/update | Simon Brandhof | 2019-04-29 | 7 | -139/+162 | |
| | ||||||
* | SONAR-12000 fix Quality flaws | Simon Brandhof | 2019-04-29 | 6 | -9/+48 | |
| | ||||||
* | SONAR-10730 Produce Portfolio PDF based on template, only header | Julien HENRY | 2019-04-26 | 1 | -9/+9 | |
| | ||||||
* | SONAR-11793 Rename GA tracking property to 'sonar.analytics.ga.trackingId' | Wouter Admiraal | 2019-04-25 | 1 | -2/+2 | |
| | ||||||
* | SONARCLOUD-582 load descendant profiles only if changes | Simon Brandhof | 2019-04-24 | 2 | -30/+76 | |
| | ||||||
* | SONARCLOUD-582 split loading of profiles in rule activation | Simon Brandhof | 2019-04-24 | 3 | -25/+121 | |
| | ||||||
* | SONARCLOUD-582 refactor context of rule activation | Simon Brandhof | 2019-04-24 | 3 | -81/+84 | |
| | ||||||
* | SONARCLOUD-582 fix Quality flaws | Simon Brandhof | 2019-04-24 | 6 | -61/+108 | |
| | ||||||
* | SONAR-11885 Fix computation of security_hotspots measures | Julien Lancelot | 2019-04-23 | 3 | -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/search | Julien Lancelot | 2019-04-23 | 5 | -35/+44 | |
| | ||||||
* | SONAR-11886 Highlight Hotspots in issues page | Grégoire Aubert | 2019-04-23 | 2 | -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 hotspots | Julien Lancelot | 2019-04-23 | 4 | -23/+39 | |
| | ||||||
* | SONAR-11886 Ignore Hotspots in Issues facets / filters | Julien Lancelot | 2019-04-23 | 6 | -47/+261 | |
| | | | | | * SONAR-11886 Ignore Hotspots in Issues facets / filters * SONAR-11886 Do not return severity on Security Hotspots | |||||
* | SONAR-11858 Fix quality issues | Duarte Meneses | 2019-04-23 | 1 | -0/+1 | |
| | ||||||
* | SONAR-11856 Store the "true" target branch in the scanner report to display ↵ | Duarte Meneses | 2019-04-23 | 2 | -1/+10 | |
| | | | | it properly | |||||
* | SONAR-11757 single notification for FPs and changes on my issues | Sébastien Lesaint | 2019-04-23 | 21 | -168/+333 | |
| | ||||||
* | SONAR-11753 EmailNotificationChannel ignore empty recipient requests | Sébastien Lesaint | 2019-04-23 | 2 | -3/+148 | |
| | ||||||
* | SONAR-11753 fix DB incompatibility in EmailSubscriberDto | Simon Brandhof | 2019-04-23 | 1 | -1/+1 | |
| | ||||||
* | SONAR-11929 do not send issue notifications on PRs and short branches | Sébastien Lesaint | 2019-04-23 | 8 | -26/+129 | |
| | ||||||
* | SONAR-11916 replace class EmailTemplate by interface | Simon Brandhof | 2019-04-23 | 1 | -1/+1 | |
| | ||||||
* | SONAR-11916 Drop unused Java API EmailTemplate | Simon Brandhof | 2019-04-23 | 3 | -4/+4 | |
| | ||||||
* | SONAR-11752 remove SonarCloud-specific code | Simon Brandhof | 2019-04-23 | 2 | -10/+6 | |
| | ||||||
* | SONAR-11753 factor code in email NotificationHandler implementations | Sébastien Lesaint | 2019-04-23 | 1 | -16/+5 | |
| | ||||||
* | SONAR-11753 move "failed analysis" notification to email specific algo | Sébastien Lesaint | 2019-04-23 | 3 | -18/+13 | |
| | ||||||
* | SONAR-11753 move built-in qp change notification to email specific algo | Sébastien Lesaint | 2019-04-23 | 11 | -150/+255 | |
| | ||||||
* | SONAR-11753 move license notifications to email specific algo | Sébastien Lesaint | 2019-04-23 | 1 | -2/+2 | |
| | ||||||
* | SONAR-11753 move "QP change" notification to email specific algo | Sébastien Lesaint | 2019-04-23 | 3 | -10/+10 | |
| | ||||||
* | SONAR-11753 move "QG change" notification classes to single package | Sébastien Lesaint | 2019-04-23 | 4 | -214/+3 | |
| | ||||||
* | SONAR-11753 move issue change notifications to email specific algo | Sébastien Lesaint | 2019-04-23 | 4 | -15/+15 | |
| | ||||||
* | SONAR-11753 NotificationDaemon supports email specific algo | Sébastien Lesaint | 2019-04-23 | 3 | -204/+312 | |
| | ||||||
* | SONAR-11753 NewIssuesNotificationFactory is not used in Web | Sébastien Lesaint | 2019-04-23 | 1 | -2/+0 | |
| | ||||||
* | SONAR-11753 move "New Issues" notification to email specific algo | Sébastien Lesaint | 2019-04-23 | 3 | -8/+8 | |
| | ||||||
* | SONAR-11753 move "My new issues" notification to email specific algo | Sébastien Lesaint | 2019-04-23 | 5 | -13/+35 | |
| | ||||||
* | SONAR-11876 Remove ws deprecated in SonarQube 5.X | Julien Lancelot | 2019-04-15 | 30 | -707/+116 | |
| | ||||||
* | SONAR-11883 Remove redirection that was kept for old scanners | Julien Lancelot | 2019-04-15 | 2 | -79/+5 | |
| | | | | This reverts commit 0aec163be2b086d38a26ab83a470c2d54e453906. | |||||
* | SONARCLOUD-520 change location of homepage data file | Simon Brandhof | 2019-04-11 | 2 | -3/+7 | |
| | ||||||
* | Revert "SONAR-11876 Remove ws deprecated in SonarQube 5.X" | Julien Lancelot | 2019-04-04 | 30 | -116/+707 | |
| | | | | This reverts commit e1559e763aa1d3b436b46044a352a43e16aaa38a. | |||||
* | SONAR-11876 Remove ws deprecated in SonarQube 5.X | Julien Lancelot | 2019-04-04 | 30 | -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 Lancelot | 2019-04-03 | 2 | -5/+79 | |
| | | | | This reverts commit 91e2ea646539462d22d5064adf47af8b3fbd5705. | |||||
* | SONAR-11883 Remove redirection that was kept for old scanners | Julien Lancelot | 2019-04-03 | 2 | -79/+5 | |
| | ||||||
* | Delete useless String#format in measures/component_tree ws | Julien Lancelot | 2019-04-01 | 1 | -5/+5 | |
| | ||||||
* | Remove no more used org.sonar.core.timemachine.Periods class | Julien Lancelot | 2019-03-27 | 1 | -2/+0 | |
| | ||||||
* | SONAR-11812 Restore ability to set unit tests as favorite | Julien Lancelot | 2019-03-19 | 2 | -2/+8 | |
| | ||||||
* | SONAR-11631 Replace codePeriodVersion with buildString | Janos Gyerik | 2019-03-19 | 12 | -22/+21 | |
| | ||||||
* | SONAR-11631 Add sonar.buildString to api/project_analyses/search response | Janos Gyerik | 2019-03-19 | 3 | -15/+16 | |
| |