summaryrefslogtreecommitdiffstats
path: root/sonar-core/src
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-11363 Display duplications on the measures pageStas Vilchik2018-11-071-1/+0
|
* SONAR-11362 Display duplications in the project headerStas Vilchik2018-11-071-1/+1
|
* SONAR-11204 Colorblind friendly banners (#899)Stas Vilchik2018-10-301-0/+6
|
* SONARCLOUD-158 Update message when system is startingPascal Mugnier2018-10-301-5/+5
|
* SONAR-11263 Add a confirmation modal when canceling background tasksStas Vilchik2018-10-261-0/+3
|
* Fix code flowsPascal Mugnier2018-10-251-3/+2
|
* SONAR-11371 Change the banner text with rules missing infoPascal Mugnier2018-10-251-2/+2
|
* SONAR-11397 Update UI using WS mockPascal Mugnier2018-10-251-0/+2
|
* SONAR-11228 Provide link to the security page when creating a tokenStas Vilchik2018-10-251-1/+2
|
* Fix bugs, mainly about type castsSimon Brandhof2018-10-181-1/+1
|
* SONARCLOUD-138 Make forms clearer when upgrading an organization (#761)Stas Vilchik2018-10-121-1/+0
|
* SONAR-11267 add missing l10n messageStas Vilchik2018-10-111-0/+1
|
* Fix translationPascal Mugnier2018-10-101-1/+1
|
* Apply feedbacksPascal Mugnier2018-10-101-2/+2
|
* Change permission template project creator explanationPascal Mugnier2018-10-101-1/+1
|
* SONAR-11271 Introduce two new rightsEric Hartmann2018-10-101-0/+4
| | | | | APPLICATION_CREATOR to allow creation of Applications PORTFOLIO_CREATOR to allow creation of Portfolios
* SONAR-11289 Make portfolio creation popup accessible to non global adminGrégoire Aubert2018-10-101-0/+4
|
* SONAR-11271 Add new permissions and update layout to group themGrégoire Aubert2018-10-101-5/+9
|
* Fix typo: bellow -> belowJanos Gyerik2018-10-101-1/+1
|
* SONAR-11279 Prevent null change to be added to DefaultIssue (#791)Benoit2018-10-102-1/+13
|
* SONAR-11302 Decrease ORGANIZATIONS#KEE from 300 to 255Julien Lancelot2018-10-101-4/+4
| | | | | As personal organizations are created from login, it was decided to increase the org key size to a round number (300) higher than the login size (255). Unfortunately, MySQL doesn't support to use more than 255 characters in a unique index.
* SONAR-11262 Add branch name in failed analysis notifGrégoire Aubert2018-10-101-0/+2
|
* SONAR-11207 Display analysis warnings in the web appStas Vilchik2018-10-101-0/+5
|
* SONARCLOUD-128 allow up to 300 characters for org name and keyStas Vilchik2018-10-101-4/+4
|
* SONAR-10555 fail analysis if leak period is invalidSébastien Lesaint2018-10-031-4/+0
|
* SONARCLOUD-120 update landing page of just created organizationStas Vilchik2018-09-251-0/+2
|
* SONARCLOUD-43 Allow users to select the plan when creating an org (#705)Stas Vilchik2018-09-251-0/+5
|
* SONARCLOUD-120 Add new "Create Organization" page (#691)Stas Vilchik2018-09-251-0/+19
|
* SONAR-10541, SONAR-10331 Drop compatibility mode and clean plugin classloaderJulien HENRY2018-09-195-111/+31
|
* SONAR-11164 improve display of empty measures pageStas Vilchik2018-09-191-0/+1
|
* SONAR-11159 SONAR-11160 Add new coverage and overall coverage next to branch ↵Grégoire Aubert2018-09-191-0/+2
| | | | status
* SONAR-11164 Add measures page for short-lived branches and PRGrégoire Aubert2018-09-191-0/+1
|
* SONAR-11184 Deprecate custom measure feature in the web appStas Vilchik2018-09-071-0/+2
|
* SONAR-11128 Add parameter metadata on the Web API pageStas Vilchik2018-08-271-0/+4
|
* SONAR-10678 Make global navigation links on the right side discernibleStas Vilchik2018-08-271-0/+1
|
* SONAR-8368 fix quality flaws in AbstractTracker inner classesSébastien Lesaint2018-08-211-4/+16
|
* SONAR-8368 restore resolution when reopening closed issuesSébastien Lesaint2018-08-212-7/+11
|
* SONAR-8368 reopen closed issues (restore status)Sébastien Lesaint2018-08-218-32/+232
| | | | but those from Hotspots rules and manual vulnerabilities
* SONAR-8368 use Stream instead of Iterable in Tracking classSébastien Lesaint2018-08-213-17/+12
|
* SONAR-8368 add line remove changelog when closing issueSébastien Lesaint2018-08-211-0/+1
|
* SONAR-8368 fix issue change log diff parsing for old value aloneSébastien Lesaint2018-08-212-20/+25
|
* SONAR-9369 Add search for module, directory, file and author facets (#606)Stas Vilchik2018-08-211-0/+4
|
* SONAR-6400 allow to show more items in a facet (#597)Stas Vilchik2018-08-211-0/+2
|
* SONAR-9693 Better display facets with long names (#586)Stas Vilchik2018-08-211-1/+1
|
* fixup! SONAR-10471 Improve leak period description for specific dateGrégoire Aubert2018-08-201-2/+2
|
* SONAR-10471 Improve leak period description for specific dateGrégoire Aubert2018-08-201-4/+4
|
* SONAR-10209 handle deleted Quality Profile on project pagePascal Mugnier2018-08-101-0/+1
|
* SONAR-11038 Add Configure Analysis button in projects pageGrégoire Aubert2018-08-101-0/+1
|
* SONAR-11029 Move the tutorial inside provisioned projects dashboardGrégoire Aubert2018-08-101-5/+16
| | | | | | | | | | | | * Move/Rename files of tutorials folder * SONAR-11049 Update tutorial UI and move it inside the project dashboard * SONAR-11050 Update tutorial to skip now useless steps * Remove unused style * SONAR-11030 Make dashboard tutorial work with already known project key * Better manage error messages when no analysis and analyzed branches * SONAR-11052 Refresh project status as long as there is no analysis * SONAR-11051 Add infos suggestions depending on the ALM of the project * Do no display tutorial when there is analyses in the pipe
* SONAR-11037 SONAR-11038 Show list of personal public repositories and allow ↵Grégoire Aubert2018-08-101-0/+1
| | | | | | | | | | to provision project * SONAR-11043 List repositories with their types * SONAR-11046 Check and disable already linked repositories * SONAR-11044 Provision project and redirect to project dashboard * SONAR-11048 Reload repositories after create failure * SONAR-11038 Use new project create page everywhere on SonarCloud