Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename sonar-webserver-common to sonar-webserver-api | Sébastien Lesaint | 2019-08-14 | 155 | -8/+10 |
| | |||||
* | clean up sonar-webserver content belonging to sonar-webserver-core | Sébastien Lesaint | 2019-08-14 | 33 | -13/+38 |
| | |||||
* | rename sonar-server to sonar-webserver-core | Sébastien Lesaint | 2019-08-14 | 201 | -3/+3 |
| | |||||
* | remove need to add H2 dependency when depending on sonar-db-testing | Sébastien Lesaint | 2019-08-14 | 11 | -13/+2 |
| | |||||
* | remove all other dependencies onto sonar-server | Sébastien Lesaint | 2019-08-14 | 20 | -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-server | Sébastien Lesaint | 2019-08-14 | 388 | -395/+323 |
| | |||||
* | move WrapInSingleElementArray to the single module where it's used | Sébastien Lesaint | 2019-08-14 | 4 | -4/+4 |
| | |||||
* | make TelemetryDataLoader an interface | Sébastien Lesaint | 2019-08-14 | 5 | -111/+139 |
| | | | | this will easy later refactoring | ||||
* | make MetricToDto upper level class and move it to metric package | Sébastien Lesaint | 2019-08-14 | 3 | -29/+54 |
| | | | | because it used in several unrelated packages | ||||
* | separate Action from indirect dependencies in system WS | Sébastien Lesaint | 2019-08-14 | 20 | -144/+295 |
| | |||||
* | create sonar-webserver-es from sonar-server | Sébastien Lesaint | 2019-08-14 | 64 | -5/+102 |
| | |||||
* | create webserver-auth and webserver-common from sonar-server | Sébastien Lesaint | 2019-08-14 | 222 | -17/+248 |
| | | | | actual module names are sonar-webserver-auth and sonar-webserver-common | ||||
* | move some WSUtils methods to NotFoundException and ServerException | Sébastien Lesaint | 2019-08-14 | 99 | -185/+177 |
| | |||||
* | remove unused OrganizationUpdater from UserUpdater | Sébastien Lesaint | 2019-08-14 | 11 | -25/+8 |
| | |||||
* | remove some SonarCloud specific code | Sébastien Lesaint | 2019-08-14 | 7 | -131/+12 |
| | |||||
* | delete old unused resources in sonar-server | Sébastien Lesaint | 2019-08-14 | 18 | -528/+1 |
| | | | | most were probably forgotten when the class which used them was deleted | ||||
* | create sonar-webserver-webapi from sonar-server | Sébastien Lesaint | 2019-08-14 | 1297 | -276/+643 |
| | |||||
* | create sonar-webserver from sonar-server | Sébastien Lesaint | 2019-08-14 | 60 | -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-server | Sébastien Lesaint | 2019-08-14 | 51 | -105/+144 |
| | | | | ie. move WS engine to dedicated project | ||||
* | update javax-servlet-api to 3.1.0 | Sébastien Lesaint | 2019-08-14 | 1 | -1/+1 |
| | | | | this is a forgotten version upgrade. recent version of Tomcat support 3.1.0 | ||||
* | remove dead code: RubyUtils | Sébastien Lesaint | 2019-08-14 | 2 | -336/+0 |
| | |||||
* | SONAR-8520 Make schema dumper cross-platform | philippe-perrin-sonarsource | 2019-08-14 | 1 | -1/+1 |
| | |||||
* | fix bad UT in RegisterMetricsTest | Sébastien Lesaint | 2019-08-14 | 1 | -2/+18 |
| | | | | which caused it to be unstable | ||||
* | DOCS update GH integration headings to enable TOC | MikeBirnstiehl | 2019-08-13 | 1 | -8/+6 |
| | |||||
* | SONAR-12334 Add primary location in snippets | Jeremy | 2019-08-13 | 5 | -37/+713 |
| | |||||
* | SONAR-12384 Update Gatsby build to include plugin documentation | Wouter Admiraal | 2019-08-12 | 2 | -2/+30 |
| | |||||
* | SONAR-12384 update gradle build | Michal Duda | 2019-08-12 | 3 | -23/+109 |
| | |||||
* | SONAR-12197 completely drop "sonar.branch" code | Michal Duda | 2019-08-12 | 69 | -1119/+167 |
| | |||||
* | SONAR-12325 Limit embedded documentation overrides to language plugins | Wouter Admiraal | 2019-08-12 | 4 | -32/+68 |
| | |||||
* | Bump sonar-ui-common version | philippe-perrin-sonarsource | 2019-08-09 | 3 | -9/+9 |
| | |||||
* | SONAR-12322 Project Mark/Unmark as favorite button is not refreshing ↵ | philippe-perrin-sonarsource | 2019-08-09 | 4 | -20/+61 |
| | | | | properly when switching of project | ||||
* | remove DBUnit | Sébastien Lesaint | 2019-08-09 | 118 | -7786/+1874 |
| | |||||
* | CreateDb initialize DB without starting full SQ | Sébastien Lesaint | 2019-08-09 | 7 | -136/+178 |
| | | | | + db-core & db-migration UTS are executed only on H2 | ||||
* | SONAR-8520 remove H2 specific way of creating database in Unit tests | Sébastien Lesaint | 2019-08-09 | 6 | -30/+79 |
| | |||||
* | SONAR-8520 init H2 with Java code as with all other DBs | Sébastien Lesaint | 2019-08-09 | 34 | -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 PROPERTIES | Sébastien Lesaint | 2019-08-09 | 2 | -2/+3 |
| | |||||
* | SONAR-8520 move H2 scripts to sonar-db-dao | Sébastien Lesaint | 2019-08-09 | 20 | -179/+436 |
| | |||||
* | SONAR-12218 remove DB migrations before 8.0 | Sébastien Lesaint | 2019-08-09 | 1198 | -74426/+2927 |
| | |||||
* | SONAR-11833 Make it clear that only On New Code conditions apply to PRs | Wouter Admiraal | 2019-08-09 | 22 | -140/+1522 |
| | |||||
* | JAR of sonar-xoo-plugin should not contain sonar-plugin-api | Evgeny Mandrikov | 2019-08-09 | 1 | -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 version | Pierre Guillot | 2019-08-07 | 1 | -2/+2 |
| | |||||
* | SONAR-12362 upgrade tomcat version for security patches | Pierre Guillot | 2019-08-07 | 1 | -1/+1 |
| | |||||
* | SONAR-12342 Align VB.Net documentation key with plugin key | Wouter Admiraal | 2019-08-07 | 6 | -5/+9 |
| | |||||
* | SONAR-12325 Include documentation from plugins | philippe-perrin-sonarsource | 2019-08-07 | 10 | -35/+366 |
| | |||||
* | SONAR-12351 list plugins with documentation (#1963) | Jacek | 2019-08-07 | 9 | -10/+61 |
| | |||||
* | SONAR-12330 Don't filter content multiple times | Wouter Admiraal | 2019-08-07 | 5 | -14/+12 |
| | |||||
* | DOCS update 2 min guide and add troubleshooting link | MikeBirnstiehl | 2019-08-05 | 1 | -13/+16 |
| | |||||
* | SONAR-12199 Update tests | Siegfried Ehret | 2019-08-05 | 6 | -0/+229 |
| | |||||
* | SONAR-12245 Fix throwGlobalError and parseError for SonarCloud | Grégoire Aubert | 2019-08-05 | 3 | -13/+5 |
| | |||||
* | SONAR-12199 Add Copy button to file header and update ClipboardButton | Siegfried Ehret | 2019-08-05 | 19 | -96/+150 |
| | | | | usage |