aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-10266 Add ITs for project badges wsJulien Lancelot2018-01-251-6/+23
|
* SONAR-10266 Add SonarCloud icon on measure badgesGrégoire Aubert2018-01-253-19/+24
|
* SONAR-10264 Add ITs for project badges pageGrégoire Aubert2018-01-256-2/+159
|
* SONAR-10266 Generate quality gate cardJulien Lancelot2018-01-259-20/+896
|
* SONAR-10266 Generate measure badgeJulien Lancelot2018-01-2513-71/+919
|
* SONAR-10263 Add list of possible metrics for api/stickers/measure WSGrégoire Aubert2018-01-251-0/+14
|
* SONAR-10264 Create the project badges page for SonarCloudGrégoire Aubert2018-01-2527-26/+1019
| | | | | | | | - SONAR-10268 Create the badges page with the Scanned on SonarCloud badge - SONAR-10272 Allow user to choose the color of the badge - SONAR-10268 Add the "Scanned on SonarCloud" svg files - SONAR-10264 SONAR-10271 Add standard measure badges - SONAR-10264 Allow user to choose a metric for the standard badge
* SONAR-10266 Create stub for api/project_badges WSJulien Lancelot2018-01-2512-0/+466
|
* Fix styling issue on some commands in the project creation tutorialGrégoire Aubert2018-01-2510-36/+36
|
* Create a Clipboard buttonGrégoire Aubert2018-01-257-135/+186
|
* Create a getHostUrl function in the urls helperGrégoire Aubert2018-01-252-8/+11
|
* Remove unused router from overview Meta componentGrégoire Aubert2018-01-252-9/+10
|
* Mark InputFileFilter as @SonarLintSideJulien HENRY2018-01-251-0/+2
|
* Automatic merge from branch-7.0ssjenka2018-01-250-0/+0
|\ | | | | | | | | | | * origin/branch-7.0: Set version 7.0-SNAPSHOT Release 7.0-RC1
| * Set version 7.0-SNAPSHOTSimon Brandhof2018-01-2459-59/+59
| |
| * Release 7.0-RC17.0-RC1Simon Brandhof2018-01-2459-59/+59
| |
* | Set version 7.1-SNAPSHOTSimon Brandhof2018-01-2459-59/+59
|/
* SONAR-10117 minimize risk of deadlock on MySQLSimon Brandhof2018-01-242-3/+30
|
* SLCORE-167 Introduce a parameter to control SonarLint component lifecycleJulien HENRY2018-01-231-0/+17
|
* SONAR-10247 do not call webhooks when QG status has not changedSébastien Lesaint2018-01-235-29/+146
|
* SONAR-10247 add and populate QGChangeEvent#getPreviousStatusSébastien Lesaint2018-01-235-48/+186
|
* SONAR-10247 add OrganizationDto#equals & hashcodeSébastien Lesaint2018-01-231-0/+18
| | | | usefull in unit tests
* Merge branch 'branch-6.7'Sébastien Lesaint2018-01-232-19/+10
|\
| * fix Upgrade JDK to 1.8u161 in travis.shSébastien Lesaint2018-01-231-1/+1
| |
| * Upgrade JDK to 1.8u161 in travis.shJulien Lancelot2018-01-231-5/+5
| |
| * SONAR-10297 ce task run at most onceSébastien Lesaint2018-01-182-30/+18
| |
* | fix jdk installation on travisStas Vilchik2018-01-221-1/+1
| |
* | update gradle version in tutorialStas Vilchik2018-01-222-3/+3
| |
* | Merge branch 'branch-6.7'Sébastien Lesaint2018-01-172-11/+47
|\|
| * SONAR-10215 clean corrupted view default perm template in 6.4Sébastien Lesaint2018-01-162-11/+47
| | | | | | | | done in migration affected by the bug: SupportPrivateProjectInDefaultPermissionTemplate
* | Upgrade JDK to 1.8u161 in travis.shJulien Lancelot2018-01-171-5/+5
| |
* | SONAR-10120 Add server id and date in the system info json nameGrégoire Aubert2018-01-1511-42/+55
| |
* | SONAR-10284 Retreive onSonarCloud param in SimpleContainerGrégoire Aubert2018-01-158-106/+154
| |
* | update parent pom to v44Stas Vilchik2018-01-151-1/+1
| |
* | fix file headersStas Vilchik2018-01-15773-3726/+1143
| |
* | do not check file headers for src/main/webappStas Vilchik2018-01-151-0/+9
| |
* | Upgrade assertJ from 3.4.1 to 3.9.0Simon Brandhof2018-01-1415-28/+25
| |
* | Cleanup code based on Intellij inspectionsSimon Brandhof2018-01-14620-2419/+2385
| |
* | Upgrade Mockito from 1.10.19 to 2.13.0Simon Brandhof2018-01-145-50/+20
| |
* | SONAR-10138 remove deprecated API AbstractSumChildrenDecoratorSimon Brandhof2018-01-142-177/+0
| |
* | GOV-289 Porfolio deletion should redirect to Portfolios pageStas Vilchik2018-01-121-1/+1
| |
* | update jest & enzymeStas Vilchik2018-01-1270-523/+778
| |
* | update prettierStas Vilchik2018-01-122-4/+4
| |
* | fix scrolling of the issues sidebar on the Explore pageStas Vilchik2018-01-121-1/+1
| |
* | SONAR-10239 Stop using "External link" iconStas Vilchik2018-01-125-38/+28
| |
* | SONAR-10244 Warning message should disappear when first analysis is in progressStas Vilchik2018-01-129-128/+128
| |
* | SONAR-10255 Add possibility to clear fields in Quality Gate configurationStas Vilchik2018-01-121-1/+2
| |
* | Fix quoting issues causing a failure in OSX, and other quality issues (#2851)Janos Gyerik2018-01-121-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Avoid useless cat * Properly quote command line arguments * Use [ \t] instead of \s for BSD sed * Do not delete commented out property settings, by matching strictly at start of line * Add forgotten double-quotes * Explicitly escape \t (advice by shellcheck.net)
* | SONAR-10280 Update Twitter account for SonarCloudGrégoire Aubert2018-01-112-2/+2
| |
* | SONAR-10281 Update year in the footer for SonarCloudGrégoire Aubert2018-01-112-2/+2
| |