Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes from review | Jeremy Davis | 2019-09-24 | 1 | -4/+4 |
| | |||||
* | Fix conflicts after rebase | Jacek | 2019-09-24 | 1 | -4/+4 |
| | |||||
* | SONAR-12415 Fix Leak title in project overview | Jeremy Davis | 2019-09-24 | 1 | -0/+6 |
| | |||||
* | SONAR-11629 Add baseline marker to activity page | Jeremy Davis | 2019-09-24 | 1 | -0/+2 |
| | |||||
* | SONAR-11658 branch setting for the new code period | Jeremy Davis | 2019-09-24 | 1 | -0/+3 |
| | |||||
* | SONAR-11637 General setting for new code period | Jeremy Davis | 2019-09-24 | 1 | -0/+38 |
| | |||||
* | SONAR-12406 - remove 'sonar.leak.period' property | Jacek | 2019-09-24 | 3 | -35/+1 |
| | |||||
* | SONAR-12460 Support GitLab Authentication | Julien Lancelot | 2019-09-23 | 1 | -0/+1 |
| | |||||
* | SONAR-10030 Improve project notifications management | Wouter Admiraal | 2019-09-18 | 1 | -1/+3 |
| | |||||
* | SONAR-12449 Tracking#toString() must return bound lenght string | Sébastien Lesaint | 2019-09-18 | 1 | -4/+4 |
| | | | | it kills the debugger as it performs toString of multiple collection made of DefaultIssue instance which have a very long toString() | ||||
* | SONAR-12449 fix code move issue tracking missing some random issues | Sébastien Lesaint | 2019-09-18 | 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-12360 Improve project creation validation | Wouter Admiraal | 2019-09-10 | 1 | -1/+1 |
| | |||||
* | SONAR-12285 Load issues until opened one is found | Wouter Admiraal | 2019-09-10 | 1 | -0/+1 |
| | |||||
* | SONAR-11448 Update closed issue changelog comment about line number | Wouter Admiraal | 2019-08-27 | 1 | -1/+1 |
| | |||||
* | SONAR-12197 completely drop "sonar.branch" code | Michal Duda | 2019-08-12 | 2 | -31/+0 |
| | |||||
* | SONAR-11833 Make it clear that only On New Code conditions apply to PRs | Wouter Admiraal | 2019-08-09 | 1 | -2/+7 |
| | |||||
* | SONAR-12351 list plugins with documentation (#1963) | Jacek | 2019-08-07 | 3 | -6/+46 |
| | |||||
* | SONAR-12199 Add Copy button to file header and update ClipboardButton | Siegfried Ehret | 2019-08-05 | 1 | -0/+1 |
| | | | | usage | ||||
* | SONAR-11007 Update buttons on rules list | Siegfried Ehret | 2019-07-24 | 1 | -0/+1 |
| | | | | | - Make Bulk Change available only to user who can use it. - Make «Deactivate» button available only to user who can use it. | ||||
* | SONAR-7878 Update pluralization | Siegfried Ehret | 2019-07-22 | 1 | -2/+3 |
| | |||||
* | Clean deps | Duarte Meneses | 2019-07-17 | 1 | -1/+4 |
| | |||||
* | MMF-769 User can close their account (#1861) | Benoit | 2019-07-12 | 1 | -0/+17 |
| | |||||
* | SONAR-11007 Add disabled "Deactivate" button to rules list (#1913) | Siegfried Ehret | 2019-07-12 | 1 | -0/+1 |
| | |||||
* | Wording fix in members search... | Grégoire Aubert | 2019-07-12 | 1 | -0/+1 |
| | |||||
* | Extract implementation from plugin API and create new module ↵ | Duarte Meneses | 2019-07-12 | 3 | -3/+3 |
| | | | | sonar-plugin-api-impl | ||||
* | Extract implementation from plugin API and create new module ↵ | Duarte Meneses | 2019-07-12 | 5 | -12/+14 |
| | | | | sonar-plugin-api-impl | ||||
* | Extract implementation from plugin API - Scanner FS | Duarte Meneses | 2019-07-12 | 2 | -15/+0 |
| | |||||
* | MMF-1737 Analyze Bitbucket repositories with Azure Pipelines (#1879) | mickael-caro-sonarsource | 2019-07-10 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * SC-762- Tutorial for new BbC projects should mention support of Azure Pipelines * Updated tutorial for bitbucketcloud * SC-801 - Organization and its eventual app install related entity are now mandatory while targeting a bound project on ALMs. * SC-801 --TEMP Added INFO logs * SC-801 - Added back return of alm binding if no project alm is present. * SC-801 - Fixed added log, failing unit tests before. * SC-801 - Added extra logs (TEMP) * SC-801 - Reverted unwanted imports. * SC-801 - Adaptation of UT following the add of logs TO BE REVERTED ONCE OK * SC-801 - Changed newly added log levels to debug to see if they are popping in the CE logs. * SC-801 - Add constant for Bitbucket API Version in its REST client. * SC-760 - Updated documentation to support Azure Pipelines. * SC-801 - Reverted all temporary logs * fixup! SC-760 - remove inside file links to avoid failing of unint tests. * SC-801 - Fixes after review * SC-760 - Splited documentation to 3 in total, with azure pipelines and bitbucket pipelines. * SC-762 - Updated Snapshot * SC-762 - Updated onboarding tutorial + documentation * SC-762 - Updated formating of .tsx following yarn validate. * SC-801 - Added unit tests + removed codesmell * SC-760 - Updated documentation markdowns for Bitbucket. * SC-801 - Removed unused import. * SC-801 - Updated failing unit tests. * SC-801 - Fix typo * SC-801 - Resolving issues following analysis by SQ | ||||
* | SC-786 Drop update login warning page | Grégoire Aubert | 2019-07-05 | 1 | -5/+0 |
| | |||||
* | SC-781 Remove special behavior to bind personal organization | Grégoire Aubert | 2019-07-05 | 1 | -1/+0 |
| | | | | | * Update documentation talking about personal orgs * Drop unused organization/delete route | ||||
* | 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 |
| |