aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server-common
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-13221 change USER_ROLES user_id FK to user_uuidJacek2020-05-255-28/+23
|
* SONAR-13221 change PROPERTIES user_id FK to user_uuidJacek2020-05-252-23/+23
|
* SONAR-13221 change ORGANIZATION_MEMBERS user_id FK to user_uuidJacek2020-05-251-4/+9
|
* SONAR-13221 change PK of quality gates from id to uuid, update FKs, update APIPierre2020-05-251-2/+2
|
* SONAR-13221 change PK of GROUPS and update FKsDuarte Meneses2020-05-255-24/+24
|
* SONAR-13221 MetricsDuarte Meneses2020-05-254-7/+5
|
* SONAR-13240 Change PK of ACTIVE_RULES and update FKDuarte Meneses2020-05-253-13/+13
|
* SONAR-13221 Feedback from review and fix testsDuarte Meneses2020-05-251-1/+5
|
* SONAR-13221 replace auto-incremented ID by UUID for notificationsPierre2020-05-252-4/+13
|
* SONAR-13128 Add security review rating to security reportJeremy Davis2020-05-071-1/+5
|
* SONAR-13305 NPE when several issues with same external rule in notificationJacek2020-04-153-1/+604
|
* SONAR-13190 Support tags to applicationJacek2020-04-151-1/+1
|
* SONAR-13188 store qualifier in project measure indexJacek2020-04-155-4/+107
| | | | - return applications in api/components/search_projects
* SONAR-13193 Stop using legacy project ID and use project UUID insteadDuarte Meneses2020-04-143-9/+9
|
* SONAR-13272 fix issue with setting some properties through env variablesMichal Duda2020-04-146-69/+62
|
* SONAR-13204 remove global() aggr in project_measure ES search queriesJacek2020-03-302-21/+25
|
* SONAR-13204 support filters on nested field in RequestFiltersComputerJacek2020-03-3015-274/+994
|
* SONAR-13204 drop TermTopAggregationDefJacek2020-03-305-89/+44
|
* SONAR-13104 drop global aggregation from issues ES searchesJacek2020-03-3015-5/+1552
|
* SONAR-13214 Remove org.sonar.api.config.Settings from the APIJulien HENRY2020-03-233-4/+4
|
* Minimize dependenciesJulien HENRY2020-03-191-2/+2
|
* SONAR-13078 enable configuring the server by environment variablesMichal Duda2020-02-222-49/+57
|
* SONAR-12718 Improve rule description split in security hotspot page.Mathieu Suen2020-02-213-282/+181
|
* SONAR-12960 Do not compute Security Hotspots Reviewed when 0 hotspotsJulien Lancelot2020-02-212-10/+13
|
* SONAR-12960 Make Security Review Rating more intuitive on PortfoliosJulien Lancelot2020-02-112-41/+27
|
* SONAR-12962 Compute Security Review measures on ApplicationsJulien Lancelot2020-02-111-1/+1
|
* SONAR-12962 Compute new Security Review measures on ProjectsJulien Lancelot2020-02-112-8/+39
|
* SONAR-12689 change WS to use ProjectDtoDuarte Meneses2020-01-312-12/+4
|
* SONAR-12689 migrated tags, updated test frameworkMichal Duda2020-01-314-9/+19
|
* SONAR-12689 Separate storage of projects/apps from their components and branchesDuarte Meneses2020-01-3111-47/+77
|
* fix quality flawsSébastien Lesaint2020-01-131-1/+1
|
* SONAR-12723 api/issues/tags and component_tags ignore HotspotsSébastien Lesaint2020-01-131-4/+7
|
* SONAR-12723 Filter hotspots in api/issues/bulk_changeJacek2020-01-131-16/+16
|
* SONAR-12726 add startup warning when hotspot rule desc can't be parsedSébastien Lesaint2020-01-134-2/+596
|
* SONAR-12745 Adjust `changes on my issue` email notification for Security ↵Jacek2020-01-1312-136/+548
| | | | Hotspots
* SONAR-12719 add WS api/hotspots/change_statusSébastien Lesaint2020-01-132-81/+217
|
* SONAR-12725 drop manual vulnerabilitiesJacek2020-01-134-206/+23
| | | | | * drop manual vulnerabilities * remove issues `from_hotspot` column usage
* SONAR-12717 add sort and paging to api/hotspots/searchSébastien Lesaint2020-01-135-8/+46
|
* SONAR-12717 store ruleId padded with 0s to fix sorting on this fieldSébastien Lesaint2020-01-131-2/+15
|
* SONAR-12717 small computation optimization in SecurityStandardsSébastien Lesaint2020-01-131-16/+11
| | | | | do not cache owaspTop10 and sansTop25 they are not used all the time when used, they are called only once per constructor
* SONAR-12717 a rule must map to a single SQ Security CategorySébastien Lesaint2020-01-138-43/+252
| | | | | if it's not the case, only one is taken into account a WARN log is displayed at startup to indicate rules wich do not comply
* SONAR-12717 add SQ category and VulnerabilityProbability to responseSébastien Lesaint2020-01-131-22/+38
| | | | also removed Rule fields from common proto which are useless in our case (status, lang and langName)
* SONAR-12717 use enum for SQ categories in SecurityStandardsSébastien Lesaint2020-01-134-35/+71
|
* SONAR-12717 refactor SecurityStandardHelper into SecurityStandardsSébastien Lesaint2020-01-136-75/+88
| | | | and cleanup responsibility for parsing serialized tags and security standards into table RULES
* SONAR-12722 drop `in_review` statusJacek2020-01-134-136/+5
|
* Format all headers for 2020Wouter Admiraal2020-01-07500-502/+500
|
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-1028-68/+54
|
* SONAR-12512 SONAR-12514 SONAR-515 Add multipleAlmEnabled in the payloadPierre Guillot2019-12-092-0/+107
|
* SONAR-12673 Fix issue managementDuarte Meneses2019-12-093-5/+4
|
* SONAR-12679 Use single branch typeDuarte Meneses2019-12-094-12/+12
|