aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* rename sonar-webserver-common to sonar-webserver-apiSébastien Lesaint2019-08-14155-8/+10
|
* clean up sonar-webserver content belonging to sonar-webserver-coreSébastien Lesaint2019-08-1433-13/+38
|
* rename sonar-server to sonar-webserver-coreSébastien Lesaint2019-08-14201-3/+3
|
* remove need to add H2 dependency when depending on sonar-db-testingSébastien Lesaint2019-08-1411-13/+2
|
* remove all other dependencies onto sonar-serverSébastien Lesaint2019-08-1420-22/+28
| | | | | | was causing funky dependency tree for tests (almost loop) dependency was sometimes added for transitive dependencies module was super large yet hardly a couple classes were used
* remove dependency from sonar-webserver-webapi to sonar-serverSébastien Lesaint2019-08-14388-395/+323
|
* move WrapInSingleElementArray to the single module where it's usedSébastien Lesaint2019-08-144-4/+4
|
* make TelemetryDataLoader an interfaceSébastien Lesaint2019-08-145-111/+139
| | | | this will easy later refactoring
* make MetricToDto upper level class and move it to metric packageSébastien Lesaint2019-08-143-29/+54
| | | | because it used in several unrelated packages
* separate Action from indirect dependencies in system WSSébastien Lesaint2019-08-1420-144/+295
|
* create sonar-webserver-es from sonar-serverSébastien Lesaint2019-08-1464-5/+102
|
* create webserver-auth and webserver-common from sonar-serverSébastien Lesaint2019-08-14222-17/+248
| | | | actual module names are sonar-webserver-auth and sonar-webserver-common
* move some WSUtils methods to NotFoundException and ServerExceptionSébastien Lesaint2019-08-1499-185/+177
|
* remove unused OrganizationUpdater from UserUpdaterSébastien Lesaint2019-08-1411-25/+8
|
* remove some SonarCloud specific codeSébastien Lesaint2019-08-147-131/+12
|
* delete old unused resources in sonar-serverSébastien Lesaint2019-08-1418-528/+1
| | | | most were probably forgotten when the class which used them was deleted
* create sonar-webserver-webapi from sonar-serverSébastien Lesaint2019-08-141297-276/+643
|
* create sonar-webserver from sonar-serverSébastien Lesaint2019-08-1460-432/+563
| | | | contains the Web Server "executable", the Pico Container definition (to allow building it up from multiple modules) and Tomcat/JEE specific code
* create sonar-webserver-es from sonar-serverSébastien Lesaint2019-08-1451-105/+144
| | | | ie. move WS engine to dedicated project
* update javax-servlet-api to 3.1.0Sébastien Lesaint2019-08-141-1/+1
| | | | this is a forgotten version upgrade. recent version of Tomcat support 3.1.0
* remove dead code: RubyUtilsSébastien Lesaint2019-08-142-336/+0
|
* SONAR-8520 Make schema dumper cross-platformphilippe-perrin-sonarsource2019-08-141-1/+1
|
* fix bad UT in RegisterMetricsTestSébastien Lesaint2019-08-141-2/+18
| | | | which caused it to be unstable
* DOCS update GH integration headings to enable TOC MikeBirnstiehl2019-08-131-8/+6
|
* SONAR-12334 Add primary location in snippetsJeremy2019-08-135-37/+713
|
* SONAR-12384 Update Gatsby build to include plugin documentationWouter Admiraal2019-08-122-2/+30
|
* SONAR-12384 update gradle buildMichal Duda2019-08-123-23/+109
|
* SONAR-12197 completely drop "sonar.branch" codeMichal Duda2019-08-1269-1119/+167
|
* SONAR-12325 Limit embedded documentation overrides to language pluginsWouter Admiraal2019-08-124-32/+68
|
* Bump sonar-ui-common versionphilippe-perrin-sonarsource2019-08-093-9/+9
|
* SONAR-12322 Project Mark/Unmark as favorite button is not refreshing ↵philippe-perrin-sonarsource2019-08-094-20/+61
| | | | properly when switching of project
* remove DBUnitSébastien Lesaint2019-08-09118-7786/+1874
|
* CreateDb initialize DB without starting full SQSébastien Lesaint2019-08-097-136/+178
| | | | + db-core & db-migration UTS are executed only on H2
* SONAR-8520 remove H2 specific way of creating database in Unit testsSébastien Lesaint2019-08-096-30/+79
|
* SONAR-8520 init H2 with Java code as with all other DBsSébastien Lesaint2019-08-0934-1601/+1386
| | | | | | | schema-h2.ddl file is replaced by autogenerated file schema-sq.ddl (and moved to module sonar-db-dao) files rows-h2.sql and schema_migrations-h2.ddl are dropped command "./gradlew :server:sonar-db-dao:dumpSchema" can be used to update schema-sq.ddl but this is optional as build will always ensure file is up-to-date with java changes and fail the build if it is not (required for CI builds)
* SONAR-8520 fix missing not null in schema-h2.ddl for table PROPERTIESSébastien Lesaint2019-08-092-2/+3
|
* SONAR-8520 move H2 scripts to sonar-db-daoSébastien Lesaint2019-08-0920-179/+436
|
* SONAR-12218 remove DB migrations before 8.0Sébastien Lesaint2019-08-091198-74426/+2927
|
* SONAR-11833 Make it clear that only On New Code conditions apply to PRsWouter Admiraal2019-08-0922-140/+1522
|
* JAR of sonar-xoo-plugin should not contain sonar-plugin-apiEvgeny Mandrikov2019-08-091-1/+1
| | | | | | | * Plugins should not embed sonar-plugin-api, unfortunately this happened due to typo in efad42ce25ddaa8083546859c6c05a635260b77d * And this was preventing caching of build task ":sonar-scanner-engine:test"
* SONAR-12363 upgrade jackson versionPierre Guillot2019-08-071-2/+2
|
* SONAR-12362 upgrade tomcat version for security patchesPierre Guillot2019-08-071-1/+1
|
* SONAR-12342 Align VB.Net documentation key with plugin keyWouter Admiraal2019-08-076-5/+9
|
* SONAR-12325 Include documentation from pluginsphilippe-perrin-sonarsource2019-08-0710-35/+366
|
* SONAR-12351 list plugins with documentation (#1963)Jacek2019-08-079-10/+61
|
* SONAR-12330 Don't filter content multiple timesWouter Admiraal2019-08-075-14/+12
|
* DOCS update 2 min guide and add troubleshooting link MikeBirnstiehl2019-08-051-13/+16
|
* SONAR-12199 Update testsSiegfried Ehret2019-08-056-0/+229
|
* SONAR-12245 Fix throwGlobalError and parseError for SonarCloudGrégoire Aubert2019-08-053-13/+5
|
* SONAR-12199 Add Copy button to file header and update ClipboardButtonSiegfried Ehret2019-08-0519-96/+150
| | | | usage