aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-webapi
Commit message (Expand)AuthorAgeFilesLines
* SONAR-13297 Add new tutorials.jenkins.skipBitbucketPreReqs user setting keyWouter Admiraal2020-05-042-1/+6
* SONAR-13199 Interpret markdown in hotspot descriptionJeremy Davis2020-04-245-20/+196
* SONAR-13146 Restore home select for portfolio.Mathieu Suen2020-04-238-338/+126
* SONAR-13304 Make 'branch' and 'pullRequest' parameters in Web Services publicDuarte Meneses2020-04-1711-35/+21
* SONAR-13196 Search issues since leak period returns all issues if no leak per...Duarte Meneses2020-04-177-36/+349
* SONAR-12664 Set api/system/info as publicDuarte Meneses2020-04-172-3/+3
* SONAR-13190 Support tags to applicationJacek2020-04-156-85/+137
* SONAR-13189 Add qualifier facet to projectsJeremy Davis2020-04-151-17/+4
* SONAR-13189 add 'qualifiers' filter and facet to WSJacek2020-04-154-18/+220
* SONAR-13188 store qualifier in project measure indexJacek2020-04-154-10/+274
* SONAR-13193 Stop using legacy project ID and use project UUID insteadDuarte Meneses2020-04-141-1/+1
* SONAR-13193 Stop using legacy project ID and use project UUID insteadDuarte Meneses2020-04-1451-429/+343
* SONAR-13272 fix issue with setting some properties through env variablesMichal Duda2020-04-149-12/+13
* SONAR-13204 remove global() aggr in project_measure ES search queriesJacek2020-03-301-6/+9
* Remove deprecated APIs since at least 6.7Julien HENRY2020-03-234-256/+0
* SONAR-13214 Remove org.sonar.api.config.Settings from the APIJulien HENRY2020-03-236-7/+7
* SONAR-13155 upgrade gson from 2.8.5 to 2.8.6Simon Brandhof2020-03-211-1/+1
* SONAR-13155 upgrade testing dependenciesSimon Brandhof2020-03-213-17/+3
* SONAR-13205 Default QG should fail if Security Hotspots Reviewed on New Code ...Duarte Meneses2020-03-192-3/+12
* SONAR-13160 Fix display of Portfolio Admin page when project contains UTF-8 c...Julien Lancelot2020-03-126-28/+23
* SONAR-13117 Fix SSF-103Julien Lancelot2020-02-262-9/+15
* SONAR-12922 add edit hotspot comment wsJacek2020-02-217-1/+339
* SONAR-12922 add delete hotspot comment WSJacek2020-02-215-1/+284
* SONAR-12960 Do not compute Security Hotspots Reviewed when 0 hotspotsJulien Lancelot2020-02-212-12/+24
* SONAR-13001 create endpoint alm_integrations/import_bitbucketserver_projectPierre Guillot2020-02-201-1/+1
* cleanup unused sonarcloud codePierre Guillot2020-02-202-60/+10
* SONAR-13001 apply review feedbackPierre Guillot2020-02-202-1/+20
* SONAR-13089 Fix permission template issue when lot of groupsJulien Lancelot2020-02-183-16/+63
* SONAR-12962 Compute Security Review measures on ApplicationsJulien Lancelot2020-02-112-1/+61
* SONAR-12966 Allow usage of new Security Review measures in Quality GateJacek2020-02-113-14/+20
* SONAR-12961 add facets for new code period: new_security_hotspots_reviewed, n...Jacek2020-02-111-1/+3
* SONAR-12961 add facets for: security_hotspots_reviewed, security_review_ratingJacek2020-02-111-1/+4
* SONAR-12962 Compute Security Review measures on new codeJulien Lancelot2020-02-112-1/+39
* SONAR-12962 Compute new Security Review measures on ProjectsJulien Lancelot2020-02-113-11/+38
* SONAR-12912 tags should not misleadingly be associated to branchesMichal Duda2020-01-316-18/+56
* SONAR-12689 change WS to use ProjectDtoDuarte Meneses2020-01-3117-50/+80
* SONAR-12689 migrated tags, updated test frameworkMichal Duda2020-01-3121-110/+186
* SONAR-12689 Separate storage of projects/apps from their components and branchesDuarte Meneses2020-01-31170-1824/+1467
* fix quality flawsSébastien Lesaint2020-01-133-5/+7
* SONAR-12753 add canChangeStatus to api/hotspots/show responseSébastien Lesaint2020-01-134-2/+130
* SONAR-12890 add response example to 'api/hotspot/show'Jacek2020-01-133-2/+172
* SONAR-12723 remove 'newsbox.dismiss.hotspots' user propertyJacek2020-01-132-10/+3
* SONAR-12723 api/issues/tags and component_tags ignore HotspotsSébastien Lesaint2020-01-137-62/+201
* SONAR-12723 Filter hotspots in api/issues/bulk_changeJacek2020-01-1325-537/+695
* SONAR-12723 Issue/hotspots IT fixesJacek2020-01-131-6/+10
* SONAR-12723 remove hotspots from issues APIJacek2020-01-138-300/+140
* SONAR-12723 text fixtures enforce split of issue from secu hotspotSébastien Lesaint2020-01-1310-139/+108
* SONAR-12778 add response example to 'api/hotspot/search'Jacek2020-01-133-3/+112
* SONAR-12718 api/hotspots/* WS fail on closed hotspotsSébastien Lesaint2020-01-135-17/+87
* SONAR-12717 api/hotspots/search does not return closed hotspotsSébastien Lesaint2020-01-132-39/+82