| Commit message (Expand) | Author | Age | Files | Lines |
* | SONAR-12366 New Code Period WebServices | Duarte Meneses | 2019-09-24 | 8 | -801/+0 |
* | Add ListAction to NewCodePeriod WS Module | Jacek | 2019-09-24 | 1 | -1/+2 |
* | Feature/dm/migrate new code period (#2017) | Duarte Meneses | 2019-09-24 | 4 | -16/+180 |
* | SONAR-12366 update endpoint ws urls (#2013) | Jacek | 2019-09-24 | 6 | -28/+131 |
* | SONAR-12366 Create WS to delete New Code Periods | Duarte Meneses | 2019-09-24 | 1 | -13/+0 |
* | SONAR-12366 Create WS to read/write New Code Periods | Duarte Meneses | 2019-09-24 | 1 | -1/+20 |
* | SONAR-12394 Load analysis new code period based on hierarchy of New Code Peri... | Duarte Meneses | 2019-09-24 | 2 | -1/+123 |
* | SONAR-12364 Fix update of values | Duarte Meneses | 2019-09-24 | 1 | -1/+1 |
* | SONAR-12366 Create WS to read/write New Code Periods | Duarte Meneses | 2019-09-24 | 3 | -74/+189 |
* | SONAR-12366 Create WS to read/write New Code Periods | Duarte Meneses | 2019-09-24 | 2 | -0/+290 |
* | rename sonar-server to sonar-webserver-core | Sébastien Lesaint | 2019-08-14 | 95 | -7055/+0 |
* | remove all other dependencies onto sonar-server | Sébastien Lesaint | 2019-08-14 | 3 | -122/+0 |
* | remove dependency from sonar-webserver-webapi to sonar-server | Sébastien Lesaint | 2019-08-14 | 179 | -15594/+94 |
* | make TelemetryDataLoader an interface | Sébastien Lesaint | 2019-08-14 | 3 | -107/+135 |
* | make MetricToDto upper level class and move it to metric package | Sébastien Lesaint | 2019-08-14 | 2 | -27/+52 |
* | create sonar-webserver-es from sonar-server | Sébastien Lesaint | 2019-08-14 | 23 | -4302/+0 |
* | create webserver-auth and webserver-common from sonar-server | Sébastien Lesaint | 2019-08-14 | 120 | -11529/+8 |
* | move some WSUtils methods to NotFoundException and ServerException | Sébastien Lesaint | 2019-08-14 | 21 | -24/+23 |
* | remove unused OrganizationUpdater from UserUpdater | Sébastien Lesaint | 2019-08-14 | 1 | -4/+1 |
* | delete old unused resources in sonar-server | Sébastien Lesaint | 2019-08-14 | 2 | -71/+0 |
* | create sonar-webserver-webapi from sonar-server | Sébastien Lesaint | 2019-08-14 | 540 | -58206/+36 |
* | create sonar-webserver from sonar-server | Sébastien Lesaint | 2019-08-14 | 30 | -3480/+6 |
* | create sonar-webserver-es from sonar-server | Sébastien Lesaint | 2019-08-14 | 28 | -1743/+42 |
* | remove dead code: RubyUtils | Sébastien Lesaint | 2019-08-14 | 1 | -176/+0 |
* | SONAR-12197 completely drop "sonar.branch" code | Michal Duda | 2019-08-12 | 6 | -85/+13 |
* | SONAR-8520 init H2 with Java code as with all other DBs | Sébastien Lesaint | 2019-08-09 | 1 | -126/+2 |
* | SONAR-8520 move H2 scripts to sonar-db-dao | Sébastien Lesaint | 2019-08-09 | 1 | -1/+1 |
* | SONAR-12351 list plugins with documentation (#1963) | Jacek | 2019-08-07 | 3 | -1/+6 |
* | SONAR-12370 Prevent potential vulnerability with web API api/l10n/index | Simon Brandhof | 2019-08-02 | 1 | -1/+1 |
* | SONAR-9882 column should be named ANALYSIS_PROPERTIES.ANALYSIS_UUID | Sébastien Lesaint | 2019-07-31 | 1 | -1/+1 |
* | SONAR-8115 storing project quality gate in table (#1919) | Jacek | 2019-07-31 | 3 | -16/+5 |
* | SONAR-10028 move CeQueueCleaner to Web to support clustering | Sébastien Lesaint | 2019-07-30 | 3 | -1/+172 |
* | SONAR-8776 remove deprecated params, fields from api/components (#1894) | Jacek | 2019-07-22 | 7 | -133/+42 |
* | SONAR-12259 - remove deprecated request params, response fields from api/proj... | Jacek | 2019-07-22 | 12 | -631/+41 |
* | SONAR-8115 Storing default qgate in table (blue green deploy safety) (#1925) | Jacek | 2019-07-19 | 4 | -16/+15 |
* | SONAR-12283 Don't stream response of qualityprofile/export WS | Duarte Meneses | 2019-07-12 | 1 | -3/+7 |
* | MMF-769 User can close their account (#1861) | Benoit | 2019-07-12 | 18 | -157/+141 |
* | Extract implementation from plugin API and create new module sonar-plugin-api... | Duarte Meneses | 2019-07-12 | 2 | -4/+4 |
* | Extract implementation from plugin API and create new module sonar-plugin-api... | Duarte Meneses | 2019-07-12 | 15 | -1174/+62 |
* | Extract implementation from plugin API - Server rule definition | Duarte Meneses | 2019-07-12 | 9 | -1/+1167 |
* | SONAR-12275 Add 'component' param to ce/activity endpoint (#1904) | Jacek | 2019-07-10 | 1 | -4/+45 |
* | SONAR-12246 remove MySQL dialect | Simon Brandhof | 2019-07-10 | 1 | -17/+2 |
* | SONAR-12246 Remove MySQL check for DCE | Simon Brandhof | 2019-07-10 | 2 | -54/+0 |
* | SC-799 improve migration WS | Simon Brandhof | 2019-07-10 | 1 | -2/+10 |
* | SC-799 Add temporary live migration to delete empty personal orgs | Janos Gyerik | 2019-07-05 | 2 | -0/+70 |
* | SC-799 Extract organization deletion to OrganizationDeleter | Janos Gyerik | 2019-07-05 | 3 | -97/+170 |
* | SC-764 Return alm organization type in /api/organizations/search | Benoît Gianinetti | 2019-07-05 | 1 | -6/+18 |
* | SC-764 Return alm ogranization type in /api/navigation/organization | Benoît Gianinetti | 2019-07-05 | 1 | -13/+35 |
* | SC-764 Users can remove their personal organization | Benoit | 2019-07-05 | 2 | -6/+2 |
* | SC-786 Drop warning when user login after renaming account | Benoit | 2019-07-05 | 10 | -150/+1 |