aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-19784 Improve GitHub project lookup to disallow visibility updateAntoine Vigneau2023-07-185-95/+45
|
* SONAR-19784 Synchronize visibility from GitHubAurelien Poscia2023-07-185-103/+165
|
* SONAR-19784 Do not allow visibility update on managed projectsAntoine Vigneau2023-07-186-14/+165
|
* SONAR-19784 Add method ProjectAlmSettingDao.selectByAlmAurelien Poscia2023-07-184-0/+39
|
* SONAR-19880 Upgrade Spring to 5.3.28Dimitris Kavvathas2023-07-171-1/+1
|
* NO-JIRA remove unused importsPierre2023-07-17115-153/+10
|
* NO-JIRA replace guava copy uniqueIndex to Collectors.toMap and simplify lambdasPierre2023-07-1770-498/+177
|
* NO-JIRA replace toEnumSet with simple SetPierre2023-07-174-32/+7
|
* NO-JIRA replace Collectors.toList to Stream.toListPierre2023-07-17190-354/+305
|
* NO-JIRA replace MoreCollectors.join with String.join or Collectors.joiningPierre2023-07-175-75/+6
|
* NO-JIRA replace MoreCollectors.toOneElement with Optional.findFirstPierre2023-07-174-27/+9
|
* NO-JIRA replace MoreCollectors.toHashSet(size) with Collectors.toSetPierre2023-07-179-35/+12
|
* NO-JIRA replace MoreCollectors.toHashSet with Collectors.toSetPierre2023-07-179-31/+12
|
* NO-JIRA replace MoreCollectors.toArrayList(size) with Collectors.toListPierre2023-07-1712-42/+24
|
* NO-JIRA replace MoreCollectors.toArrayList with Collectors.toListPierre2023-07-1713-63/+21
|
* NO-JIRA replace MoreCollectors.toImmutableSet with ↵Pierre2023-07-174-25/+4
| | | | ImmutableSet.toImmutableSet from guava
* NO-JIRA replace MoreCollectors.toImmutableList with ↵Pierre2023-07-174-25/+6
| | | | ImmutableList.toImmutableList from guava
* NO-JIRA replace MoreCollectors.toSet(size) with Collectors.toSetPierre2023-07-1735-85/+61
|
* NO-JIRA replace MoreCollectors.toSet with Collectors.toSetPierre2023-07-1753-136/+104
|
* NO-JIRA replace MoreCollectors.toList with Collectors.toListPierre2023-07-1789-205/+187
|
* NO-JIRA replace MoreCollectors.toList(size) with Collectors.toListPierre2023-07-1742-94/+83
|
* NO-JIRA replace MoreCollectors operations to JDK or guava implementationsPierre2023-07-176-68/+29
|
* [NO JIRA] Fix project's disabled menuJeremy Davis2023-07-141-5/+5
|
* SONAR-19613 Remove 'set as homepage' checkbox from Project Information pageWouter Admiraal2023-07-145-230/+4
|
* SONAR-19899 - Onboarding Tutorial - Change TutorialSelection to new UIKevin Silva2023-07-138-165/+438
|
* SONAR-19919 Preserve Code snippet line breaksJeremy Davis2023-07-132-2/+6
|
* SONAR-19650 Upgrade to Java 17 for Maven and Gradle imagesDimitris Kavvathas2023-07-132-4/+4
|
* SONAR-19653 improve tests (on private projects)Pierre2023-07-131-2/+8
|
* SONAR-19903 - add FlagVisual into design-systemKevin Silva2023-07-123-1/+80
|
* SONAR-19901 Adding TutorialStep component from SC for tutorialsRevanshu Paliwal2023-07-124-0/+154
|
* SONAR-19900 new Numbered List componentJeremy Davis2023-07-125-0/+117
|
* [NO JIRA] Move SCIM bbts to core-extension-scimWouter Admiraal2023-07-112-5/+66
|
* [NO JIRA] Improve test for extension.Mathieu Suen2023-07-112-34/+102
|
* SONAR-19709 Fixes from validationJeremy Davis2023-07-113-19/+25
|
* SONAR-19709 Migrating empty project page to MIUI and some UX fixesRevanshu Paliwal2023-07-1126-425/+282
|
* SONAR-19709 Fix projects page layoutJeremy Davis2023-07-117-361/+215
|
* SONAR-19709 Migrate projects facets to the new UIJay2023-07-1182-3469/+992
|
* SONAR-19709 - Change project list card to MIUIKevin Silva2023-07-1128-1349/+655
|
* SONAR-19709 Migrating project list header to MIUIRevanshu Paliwal2023-07-1136-1742/+612
|
* SONAR-19850 Fix permissions on testsLéo Geoffroy2023-07-1012-189/+279
|
* SONAR-19889 enable profiler only at debug for project deletionPierre2023-07-106-40/+95
|
* SONAR-19590 Fix project code page breadcrumb and link underline decoration7PH2023-07-103-4/+21
|
* SONAR-19613 Small UI and design-system improvementsViktor Vorona2023-07-108-28/+30
|
* SONAR-18943 Project menu height changing on dropdown selectstanislavh2023-07-102-1/+2
|
* SONAR-19488 Remove 'View' select in measures page for Applicationstanislavh2023-07-072-10/+34
|
* SONAR-18427 RTL Migration MarketplaceViktor Vorona2023-07-0744-2781/+649
|
* NO-JIRA bumped bouncycastle to 1.74lukasz-jarocki-sonarsource2023-07-072-2/+3
|
* SONAR-19850 Fix constructors for DbTester.createLéo Geoffroy2023-07-071-14/+8
|
* SONAR-19850 Switch all tests with different uuids by defaultLéo Geoffroy2023-07-07557-722/+602
|
* SONAR-19596 Fix code viewer UI glitches in complex scenarios7PH2023-07-072-1/+1
|