aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Sort categories on security reports by the order from the standards.json fileWouter Admiraal2019-05-073-230/+257
|
* SONAR-11180 add security facet to api/rules/searchMichal Duda2019-05-0720-40/+366
|
* SONAR-11180 Add Standards facet to the Rules pageWouter Admiraal2019-05-076-19/+261
|
* SONAR-11180 Open standards facet by default for hotspots and vulnerabilitiesWouter Admiraal2019-05-076-54/+278
|
* SONAR-11982 Rename Standards facet group to Security CategoryWouter Admiraal2019-05-071-1/+1
|
* SONAR-11973 Create a new SonarSource facet under the Standards facet groupWouter Admiraal2019-05-079-60/+238
|
* SONAR-11983 Create a new 'SonarSource' security report pageWouter Admiraal2019-05-079-28/+385
|
* SONAR-11983 Move Standards type to the global scope, and add the new ↵Wouter Admiraal2019-05-078-42/+53
| | | | sonarsource type
* SONAR-11973 add SonarSource security facet to issues searchMichal Duda2019-05-076-4/+42
|
* SONAR-11983 new "sonarsource" security reportMichal Duda2019-05-0719-115/+768
|
* SONARCLOUD-570 Add missing metrics and quality gates labels (#1533)Siegfried Ehret2019-05-065-5/+5
| | | | | | * SONARCLOUD-570 Add missing metrics and quality gates labels * Fix typo in l10n properties
* SONAR-12078 out of memory in CE if file has too many issuesSimon Brandhof2019-05-062-1/+14
|
* SONARCLOUD-572 Remove email from permissions panel (frontend) (#1550)Siegfried Ehret2019-05-063-6/+78
|
* DOC Update cluster installation guide (#1527)brian-cipollone-sonarsource2019-05-061-51/+82
| | | | | | | | * DOC Update cluster installation guide * Update install-cluster.md * Incorporated suggestions and improvements
* SONAR-11955 Fix travis error 'lodash/flatten' doesn't existGrégoire Aubert2019-05-065-8/+102
|
* SONARCLOUD-302 Rename owners group description (#1552)Siegfried Ehret2019-05-064-4/+4
|
* SONAR-11898 Fix quality issues and improve coverageGrégoire Aubert2019-05-0621-122/+796
|
* SONAR-11898 New codeviewer for multi-location issues (#1466)Jeremy2019-05-0637-488/+2139
| | | | | Also includes SONAR-11901: Add slim header for the issues page
* SONAR-11904 Create API endpoint to get snippetsDuarte Meneses2019-05-0618-226/+1400
|
* SONAR-11940 Fix overlapping issue locationsWouter Admiraal2019-05-061-2/+11
|
* SONAR-11900 Remove location counter from issues in the code viewer and issue ↵Wouter Admiraal2019-05-0613-90/+1
| | | | list
* SONAR-11897 Increase sidebar issue box usabilityJeremy Davis2019-05-0622-112/+989
|
* SONAR-11966 Add security hotspot to Github ChecksBenoît Gianinetti2019-05-064-84/+23
|
* SONAR-11968 Display Hotspots on the PR overview dashboardGrégoire Aubert2019-05-0613-162/+702
|
* DOCS update and reorganize PR analysisMikeBirnstiehl2019-05-062-37/+52
|
* Revert "SONAR-11792 use dedicated temp directory for ES"Sébastien Lesaint2019-05-0610-337/+205
| | | | This reverts commit 0257bd131f74ec031f19171869cc9e8cedd45dd2.
* SONARCLOUD-568 Update label in admin panelSiegfried Ehret2019-05-064-5/+98
| | | | | | | | | | | | * SONARCLOUD-568 Update label in admin panel * Fix react error about missing key * SONARCLOUD-568 Rename parameter * fixup! SONARCLOUD-568 Update label in admin panel * fixup! SONARCLOUD-568 Rename parameter
* SONARCLOUD-517 Hide organization binding link for non admin usersSiegfried Ehret2019-05-063-14/+95
| | | | | | * SONARCLOUD-517 Hide organization binding link for non admin users * SONARCLOUD-517 Update tests
* SONAR-11969 Make Edition available for analyzers in the Scanner APIDuarte Meneses2019-05-0622-82/+210
|
* DOC tidy nav treesG. Ann Campbell2019-05-013-27/+27
| | | | Now we can have multiple nav levels, so let's move Branches under Analyzing where it belongs
* Remove relative date in front end unit test snapshotGrégoire Aubert2019-05-0111-441/+889
|
* Fix instability of Junit report uploads on CirrusSimon Brandhof2019-05-011-41/+30
|
* Adjust max package sizeDuarte Meneses2019-04-301-1/+1
|
* Upgrade gradle wrapper to 5.4.1Duarte Meneses2019-04-301-1/+1
|
* SONAR-12016 Upgrade SQL Server JDBC Driver v7.2.2Duarte Meneses2019-04-301-1/+1
|
* SONAR-11941 Support Oracle 18cDuarte Meneses2019-04-301-1/+1
|
* Upgrade jjwt to v0.10.5 for compatibility with Java 11Duarte Meneses2019-04-302-2/+7
|
* Upgrade shadow plugin to v5.0.0Duarte Meneses2019-04-301-1/+1
|
* Upgrade assertj-core to 3.12.2 and assertj-guava to 3.2.1 for compatibility ↵Duarte Meneses2019-04-3028-81/+95
| | | | with Java 11
* Fix babel input files for yarnDuarte Meneses2019-04-302-2/+2
|
* Update mybatis to v3.5.1 and mockito to v2.22Duarte Meneses2019-04-301-2/+2
|
* Add missing dependency 'javax.annotation-api' with Java 11Duarte Meneses2019-04-302-0/+2
|
* Publish test results on Github Checks from CirrusSimon Brandhof2019-04-301-0/+40
|
* Publish screenshots of IT failures on CirrusSimon Brandhof2019-04-301-0/+2
|
* SONAR-12000 Accept links with anchors in the brokenlink safety net of the docGrégoire Aubert2019-04-291-2/+3
|
* SONARCLOUD-578 import all checkboxSiegfried Ehret2019-04-296-17/+153
| | | | | * Fix redux devtools warning * Add checkbox to import all repositories
* SONAR-12000 update Webhook IP deprecation noteMikeBirnstiehl2019-04-291-1/+2
|
* SONAR-12000 add doc on securing webhooksmichaelbirnstiehl2019-04-292-0/+30
|
* SONAR-12000 Fix migration testSiegfried Ehret2019-04-291-1/+1
|
* SONAR-12000 Update frontend for webhooks secretSiegfried Ehret2019-04-2912-14/+90
|