summaryrefslogtreecommitdiffstats
path: root/sonar-core/src
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-12449 fix code move issue tracking missing some random issuesSébastien Lesaint2019-10-171-2/+5
| | | | | | | | | | an initial piece of code of code move heuristic would index issues by line in a MultiMap issues are DefaultIssue objects which hashCode method is based solely on DefaultIssue's key field Multimap implementation used in code move was Set based unfortunately, at this point in time, no DefaultIssue instance have a key set yet which implies that all of them have the same hashcode which implies when stored in the MultiMap for the same key, only one DefaultIssue instance was stored (the first added, which is unpredictable) this change make code move heuristic use List based Multimaps which do not use DefaultIssue's hashcode
* SONAR-11723 Prevent user update if authentication is delegatedWouter Admiraal2019-06-281-0/+1
|
* SONAR-11923 resolve issue as fixed now requires "administer issue"Sébastien Lesaint2019-06-281-2/+2
|
* SONAR-10286 Deprecate Plugin-ChildFirstClassLoaderDuarte Meneses2019-06-282-2/+21
|
* SONAR-11320 Update branding from VSTS/TFS to Azure DevOpsJulien HENRY2019-06-281-1/+1
|
* Clean old remains of the preview modeJulien HENRY2019-06-282-32/+0
|
* Fix wording (#1709)Siegfried Ehret2019-06-281-1/+1
|
* Update configure analysis screen for GitHub on SonarCloud (#1728)Siegfried Ehret2019-06-281-4/+75
|
* SONAR-12003 Fix embedded docs page titleWouter Admiraal2019-06-281-1/+2
|
* SONAR-11772 Make project activity graph on Overview more accessibleWouter Admiraal2019-06-281-0/+1
|
* SONAR-12211 Add Security review to portfolios listJeremy Davis2019-06-281-2/+2
|
* SONAR-12106 Add link to overall issues of a file in new slim headerWouter Admiraal2019-06-281-0/+1
|
* SONAR-12196 Fix SSF-79Jeremy Davis2019-06-281-17/+27
|
* SONAR-11937 Update empty main branch messageWouter Admiraal2019-06-281-1/+5
|
* SONAR-11684 Make 'Set as homepage' link more accessibleWouter Admiraal2019-06-281-1/+1
|
* SONAR-11685 Make 'Add to favorites' link more accessibleWouter Admiraal2019-06-281-0/+2
|
* SONAR-11985 Use a confirmation modal for token revokingWouter Admiraal2019-06-281-1/+3
|
* Add username to token modalWouter Admiraal2019-06-281-0/+1
|
* SONAR-12219 Fix formatting of rounded short numbersGrégoire Aubert2019-06-281-0/+1
|
* SONAR-12178 Add a label to the issues bulk change checkboxWouter Admiraal2019-06-281-0/+1
|
* SONAR-12156 Add security review rating to portfolio overviewJeremy Davis2019-06-141-0/+26
|
* SONAR-12131 Compute Security Review Rating measures on projectsJulien Lancelot2019-06-141-0/+3
| | | | * Compute Security Review Rating measures on projects * Live update Security Review Rating measures
* SONAR-12115 Disable delete button if no projects have been selectedWouter Admiraal2019-06-131-0/+2
|
* SONAR-12055 Display administration navbar notification when restarting the ↵Grégoire Aubert2019-06-031-2/+4
| | | | server
* SONAR-12040 Display pending time on system background task pageGrégoire Aubert2019-06-031-0/+2
|
* Fix typos (GCC, Clang)Siegfried Ehret2019-06-031-1/+1
|
* SONAR-9898 Deprecate org.sonar.api.i18n.I18nJulien Lancelot2019-05-292-1/+121
|
* fix quality flawSébastien Lesaint2019-05-231-3/+3
|
* SONAR-10034 drop support of reflection-based Pico Container lifecycle managementSébastien Lesaint2019-05-236-97/+489
| | | | one must now implement org.picocontainer.Startable, org.sonar.api.Startable, java.io.Closeable and/or java.lang.Closeable
* SONAR-12026 Update status names, transition names and descriptionJulien Lancelot2019-05-221-7/+7
| | | | | * Replace INREVIEW and TOREVIEW to IN_REVIEW and TO_REVIEW * Update transition names and descriptions
* SONAR-12026 Update transition names and description for Vulnerability coming ↵Grégoire Aubert2019-05-221-8/+13
| | | | from a hotspot
* SONAR-12026 add transition reset as to reviewPierre Guillot2019-05-221-14/+8
|
* SONAR-12026 Update status labels in sercurity reports pagesGrégoire Aubert2019-05-221-2/+2
|
* SONAR-12026 Add new hotspot status facet in issues pageGrégoire Aubert2019-05-221-9/+7
|
* SONAR-12026 Security Hotspots are created with resolution "To Review"Julien Lancelot2019-05-221-1/+2
|
* SONAR-11720 Set different memory defaults for EE+Michal Duda2019-05-215-10/+91
|
* Removed reference to dashboards in Global Permissionscolin-mueller-sonarsource2019-05-201-1/+1
|
* SONARCLOUD-628 Allow UTF-8 characters in project keyBenoît Gianinetti2019-05-202-40/+31
|
* SONARCLOUD-643 Fix select all repositories for import (#1617)Siegfried Ehret2019-05-141-1/+1
|
* SONAR-11938 Remove Server ID and Version from system informationWouter Admiraal2019-05-091-0/+3
|
* SONAR-11970 Move front-end implementation to extensionWouter Admiraal2019-05-071-22/+0
|
* 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-071-1/+2
|
* SONAR-11983 Create a new 'SonarSource' security report pageWouter Admiraal2019-05-071-2/+4
|
* SONARCLOUD-570 Add missing metrics and quality gates labels (#1533)Siegfried Ehret2019-05-061-1/+1
| | | | | | * 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
|
* SONAR-11898 New codeviewer for multi-location issues (#1466)Jeremy2019-05-061-0/+2
| | | | | Also includes SONAR-11901: Add slim header for the issues page
* SONARCLOUD-568 Update label in admin panelSiegfried Ehret2019-05-061-0/+2
| | | | | | | | | | | | * 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
* SONAR-11969 Make Edition available for analyzers in the Scanner APIDuarte Meneses2019-05-061-0/+2
|
* SONARCLOUD-578 import all checkboxSiegfried Ehret2019-04-291-0/+1
| | | | | * Fix redux devtools warning * Add checkbox to import all repositories