Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-12449 fix code move issue tracking missing some random issues | Sébastien Lesaint | 2019-10-17 | 1 | -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 delegated | Wouter Admiraal | 2019-06-28 | 1 | -0/+1 |
| | |||||
* | SONAR-11923 resolve issue as fixed now requires "administer issue" | Sébastien Lesaint | 2019-06-28 | 1 | -2/+2 |
| | |||||
* | SONAR-10286 Deprecate Plugin-ChildFirstClassLoader | Duarte Meneses | 2019-06-28 | 2 | -2/+21 |
| | |||||
* | SONAR-11320 Update branding from VSTS/TFS to Azure DevOps | Julien HENRY | 2019-06-28 | 1 | -1/+1 |
| | |||||
* | Clean old remains of the preview mode | Julien HENRY | 2019-06-28 | 2 | -32/+0 |
| | |||||
* | Fix wording (#1709) | Siegfried Ehret | 2019-06-28 | 1 | -1/+1 |
| | |||||
* | Update configure analysis screen for GitHub on SonarCloud (#1728) | Siegfried Ehret | 2019-06-28 | 1 | -4/+75 |
| | |||||
* | SONAR-12003 Fix embedded docs page title | Wouter Admiraal | 2019-06-28 | 1 | -1/+2 |
| | |||||
* | SONAR-11772 Make project activity graph on Overview more accessible | Wouter Admiraal | 2019-06-28 | 1 | -0/+1 |
| | |||||
* | SONAR-12211 Add Security review to portfolios list | Jeremy Davis | 2019-06-28 | 1 | -2/+2 |
| | |||||
* | SONAR-12106 Add link to overall issues of a file in new slim header | Wouter Admiraal | 2019-06-28 | 1 | -0/+1 |
| | |||||
* | SONAR-12196 Fix SSF-79 | Jeremy Davis | 2019-06-28 | 1 | -17/+27 |
| | |||||
* | SONAR-11937 Update empty main branch message | Wouter Admiraal | 2019-06-28 | 1 | -1/+5 |
| | |||||
* | SONAR-11684 Make 'Set as homepage' link more accessible | Wouter Admiraal | 2019-06-28 | 1 | -1/+1 |
| | |||||
* | SONAR-11685 Make 'Add to favorites' link more accessible | Wouter Admiraal | 2019-06-28 | 1 | -0/+2 |
| | |||||
* | SONAR-11985 Use a confirmation modal for token revoking | Wouter Admiraal | 2019-06-28 | 1 | -1/+3 |
| | |||||
* | Add username to token modal | Wouter Admiraal | 2019-06-28 | 1 | -0/+1 |
| | |||||
* | SONAR-12219 Fix formatting of rounded short numbers | Grégoire Aubert | 2019-06-28 | 1 | -0/+1 |
| | |||||
* | SONAR-12178 Add a label to the issues bulk change checkbox | Wouter Admiraal | 2019-06-28 | 1 | -0/+1 |
| | |||||
* | SONAR-12156 Add security review rating to portfolio overview | Jeremy Davis | 2019-06-14 | 1 | -0/+26 |
| | |||||
* | SONAR-12131 Compute Security Review Rating measures on projects | Julien Lancelot | 2019-06-14 | 1 | -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 selected | Wouter Admiraal | 2019-06-13 | 1 | -0/+2 |
| | |||||
* | SONAR-12055 Display administration navbar notification when restarting the ↵ | Grégoire Aubert | 2019-06-03 | 1 | -2/+4 |
| | | | | server | ||||
* | SONAR-12040 Display pending time on system background task page | Grégoire Aubert | 2019-06-03 | 1 | -0/+2 |
| | |||||
* | Fix typos (GCC, Clang) | Siegfried Ehret | 2019-06-03 | 1 | -1/+1 |
| | |||||
* | SONAR-9898 Deprecate org.sonar.api.i18n.I18n | Julien Lancelot | 2019-05-29 | 2 | -1/+121 |
| | |||||
* | fix quality flaw | Sébastien Lesaint | 2019-05-23 | 1 | -3/+3 |
| | |||||
* | SONAR-10034 drop support of reflection-based Pico Container lifecycle management | Sébastien Lesaint | 2019-05-23 | 6 | -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 description | Julien Lancelot | 2019-05-22 | 1 | -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 Aubert | 2019-05-22 | 1 | -8/+13 |
| | | | | from a hotspot | ||||
* | SONAR-12026 add transition reset as to review | Pierre Guillot | 2019-05-22 | 1 | -14/+8 |
| | |||||
* | SONAR-12026 Update status labels in sercurity reports pages | Grégoire Aubert | 2019-05-22 | 1 | -2/+2 |
| | |||||
* | SONAR-12026 Add new hotspot status facet in issues page | Grégoire Aubert | 2019-05-22 | 1 | -9/+7 |
| | |||||
* | SONAR-12026 Security Hotspots are created with resolution "To Review" | Julien Lancelot | 2019-05-22 | 1 | -1/+2 |
| | |||||
* | SONAR-11720 Set different memory defaults for EE+ | Michal Duda | 2019-05-21 | 5 | -10/+91 |
| | |||||
* | Removed reference to dashboards in Global Permissions | colin-mueller-sonarsource | 2019-05-20 | 1 | -1/+1 |
| | |||||
* | SONARCLOUD-628 Allow UTF-8 characters in project key | Benoît Gianinetti | 2019-05-20 | 2 | -40/+31 |
| | |||||
* | SONARCLOUD-643 Fix select all repositories for import (#1617) | Siegfried Ehret | 2019-05-14 | 1 | -1/+1 |
| | |||||
* | SONAR-11938 Remove Server ID and Version from system information | Wouter Admiraal | 2019-05-09 | 1 | -0/+3 |
| | |||||
* | SONAR-11970 Move front-end implementation to extension | Wouter Admiraal | 2019-05-07 | 1 | -22/+0 |
| | |||||
* | SONAR-11982 Rename Standards facet group to Security Category | Wouter Admiraal | 2019-05-07 | 1 | -1/+1 |
| | |||||
* | SONAR-11973 Create a new SonarSource facet under the Standards facet group | Wouter Admiraal | 2019-05-07 | 1 | -1/+2 |
| | |||||
* | SONAR-11983 Create a new 'SonarSource' security report page | Wouter Admiraal | 2019-05-07 | 1 | -2/+4 |
| | |||||
* | SONARCLOUD-570 Add missing metrics and quality gates labels (#1533) | Siegfried Ehret | 2019-05-06 | 1 | -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 issues | Simon Brandhof | 2019-05-06 | 2 | -1/+14 |
| | |||||
* | SONAR-11898 New codeviewer for multi-location issues (#1466) | Jeremy | 2019-05-06 | 1 | -0/+2 |
| | | | | | Also includes SONAR-11901: Add slim header for the issues page | ||||
* | SONARCLOUD-568 Update label in admin panel | Siegfried Ehret | 2019-05-06 | 1 | -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 API | Duarte Meneses | 2019-05-06 | 1 | -0/+2 |
| | |||||
* | SONARCLOUD-578 import all checkbox | Siegfried Ehret | 2019-04-29 | 1 | -0/+1 |
| | | | | | * Fix redux devtools warning * Add checkbox to import all repositories |