aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Collapse)AuthorAgeFilesLines
* Fixes from reviewJeremy Davis2019-09-241-4/+4
|
* Fix conflicts after rebaseJacek2019-09-241-4/+4
|
* SONAR-12415 Fix Leak title in project overviewJeremy Davis2019-09-241-0/+6
|
* SONAR-11629 Add baseline marker to activity pageJeremy Davis2019-09-241-0/+2
|
* SONAR-11658 branch setting for the new code periodJeremy Davis2019-09-241-0/+3
|
* SONAR-11637 General setting for new code periodJeremy Davis2019-09-241-0/+38
|
* SONAR-12406 - remove 'sonar.leak.period' propertyJacek2019-09-243-35/+1
|
* SONAR-12460 Support GitLab AuthenticationJulien Lancelot2019-09-231-0/+1
|
* SONAR-10030 Improve project notifications managementWouter Admiraal2019-09-181-1/+3
|
* SONAR-12449 Tracking#toString() must return bound lenght stringSébastien Lesaint2019-09-181-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 issuesSébastien Lesaint2019-09-181-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 validationWouter Admiraal2019-09-101-1/+1
|
* SONAR-12285 Load issues until opened one is foundWouter Admiraal2019-09-101-0/+1
|
* SONAR-11448 Update closed issue changelog comment about line numberWouter Admiraal2019-08-271-1/+1
|
* SONAR-12197 completely drop "sonar.branch" codeMichal Duda2019-08-122-31/+0
|
* SONAR-11833 Make it clear that only On New Code conditions apply to PRsWouter Admiraal2019-08-091-2/+7
|
* SONAR-12351 list plugins with documentation (#1963)Jacek2019-08-073-6/+46
|
* SONAR-12199 Add Copy button to file header and update ClipboardButtonSiegfried Ehret2019-08-051-0/+1
| | | | usage
* SONAR-11007 Update buttons on rules listSiegfried Ehret2019-07-241-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 pluralizationSiegfried Ehret2019-07-221-2/+3
|
* Clean depsDuarte Meneses2019-07-171-1/+4
|
* MMF-769 User can close their account (#1861)Benoit2019-07-121-0/+17
|
* SONAR-11007 Add disabled "Deactivate" button to rules list (#1913)Siegfried Ehret2019-07-121-0/+1
|
* Wording fix in members search...Grégoire Aubert2019-07-121-0/+1
|
* Extract implementation from plugin API and create new module ↵Duarte Meneses2019-07-123-3/+3
| | | | sonar-plugin-api-impl
* Extract implementation from plugin API and create new module ↵Duarte Meneses2019-07-125-12/+14
| | | | sonar-plugin-api-impl
* Extract implementation from plugin API - Scanner FSDuarte Meneses2019-07-122-15/+0
|
* MMF-1737 Analyze Bitbucket repositories with Azure Pipelines (#1879)mickael-caro-sonarsource2019-07-101-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 pageGrégoire Aubert2019-07-051-5/+0
|
* SC-781 Remove special behavior to bind personal organizationGrégoire Aubert2019-07-051-1/+0
| | | | | * Update documentation talking about personal orgs * Drop unused organization/delete route
* 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
|