aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-12366 New Code Period WebServicesDuarte Meneses2019-09-248-801/+0
* Add ListAction to NewCodePeriod WS ModuleJacek2019-09-241-1/+2
* Feature/dm/migrate new code period (#2017)Duarte Meneses2019-09-244-16/+180
* SONAR-12366 update endpoint ws urls (#2013)Jacek2019-09-246-28/+131
* SONAR-12366 Create WS to delete New Code PeriodsDuarte Meneses2019-09-241-13/+0
* SONAR-12366 Create WS to read/write New Code PeriodsDuarte Meneses2019-09-241-1/+20
* SONAR-12394 Load analysis new code period based on hierarchy of New Code Peri...Duarte Meneses2019-09-242-1/+123
* SONAR-12364 Fix update of valuesDuarte Meneses2019-09-241-1/+1
* SONAR-12366 Create WS to read/write New Code PeriodsDuarte Meneses2019-09-243-74/+189
* SONAR-12366 Create WS to read/write New Code PeriodsDuarte Meneses2019-09-242-0/+290
* rename sonar-server to sonar-webserver-coreSébastien Lesaint2019-08-1495-7055/+0
* remove all other dependencies onto sonar-serverSébastien Lesaint2019-08-143-122/+0
* remove dependency from sonar-webserver-webapi to sonar-serverSébastien Lesaint2019-08-14179-15594/+94
* make TelemetryDataLoader an interfaceSébastien Lesaint2019-08-143-107/+135
* make MetricToDto upper level class and move it to metric packageSébastien Lesaint2019-08-142-27/+52
* create sonar-webserver-es from sonar-serverSébastien Lesaint2019-08-1423-4302/+0
* create webserver-auth and webserver-common from sonar-serverSébastien Lesaint2019-08-14120-11529/+8
* move some WSUtils methods to NotFoundException and ServerExceptionSébastien Lesaint2019-08-1421-24/+23
* remove unused OrganizationUpdater from UserUpdaterSébastien Lesaint2019-08-141-4/+1
* delete old unused resources in sonar-serverSébastien Lesaint2019-08-142-71/+0
* create sonar-webserver-webapi from sonar-serverSébastien Lesaint2019-08-14540-58206/+36
* create sonar-webserver from sonar-serverSébastien Lesaint2019-08-1430-3480/+6
* create sonar-webserver-es from sonar-serverSébastien Lesaint2019-08-1428-1743/+42
* remove dead code: RubyUtilsSébastien Lesaint2019-08-141-176/+0
* SONAR-12197 completely drop "sonar.branch" codeMichal Duda2019-08-126-85/+13
* SONAR-8520 init H2 with Java code as with all other DBsSébastien Lesaint2019-08-091-126/+2
* SONAR-8520 move H2 scripts to sonar-db-daoSébastien Lesaint2019-08-091-1/+1
* SONAR-12351 list plugins with documentation (#1963)Jacek2019-08-073-1/+6
* SONAR-12370 Prevent potential vulnerability with web API api/l10n/indexSimon Brandhof2019-08-021-1/+1
* SONAR-9882 column should be named ANALYSIS_PROPERTIES.ANALYSIS_UUIDSébastien Lesaint2019-07-311-1/+1
* SONAR-8115 storing project quality gate in table (#1919)Jacek2019-07-313-16/+5
* SONAR-10028 move CeQueueCleaner to Web to support clusteringSébastien Lesaint2019-07-303-1/+172
* SONAR-8776 remove deprecated params, fields from api/components (#1894)Jacek2019-07-227-133/+42
* SONAR-12259 - remove deprecated request params, response fields from api/proj...Jacek2019-07-2212-631/+41
* SONAR-8115 Storing default qgate in table (blue green deploy safety) (#1925)Jacek2019-07-194-16/+15
* SONAR-12283 Don't stream response of qualityprofile/export WSDuarte Meneses2019-07-121-3/+7
* MMF-769 User can close their account (#1861)Benoit2019-07-1218-157/+141
* Extract implementation from plugin API and create new module sonar-plugin-api...Duarte Meneses2019-07-122-4/+4
* Extract implementation from plugin API and create new module sonar-plugin-api...Duarte Meneses2019-07-1215-1174/+62
* Extract implementation from plugin API - Server rule definitionDuarte Meneses2019-07-129-1/+1167
* SONAR-12275 Add 'component' param to ce/activity endpoint (#1904)Jacek2019-07-101-4/+45
* SONAR-12246 remove MySQL dialectSimon Brandhof2019-07-101-17/+2
* SONAR-12246 Remove MySQL check for DCESimon Brandhof2019-07-102-54/+0
* SC-799 improve migration WSSimon Brandhof2019-07-101-2/+10
* SC-799 Add temporary live migration to delete empty personal orgsJanos Gyerik2019-07-052-0/+70
* SC-799 Extract organization deletion to OrganizationDeleterJanos Gyerik2019-07-053-97/+170
* SC-764 Return alm organization type in /api/organizations/searchBenoît Gianinetti2019-07-051-6/+18
* SC-764 Return alm ogranization type in /api/navigation/organizationBenoît Gianinetti2019-07-051-13/+35
* SC-764 Users can remove their personal organizationBenoit2019-07-052-6/+2
* SC-786 Drop warning when user login after renaming accountBenoit2019-07-0510-150/+1