Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow dogfood on other destination than next | Tom | 2018-02-05 | 1 | -1/+1 |
| | |||||
* | Enable build and QA for dogfood branch | Tom | 2018-02-05 | 2 | -1/+12 |
| | |||||
* | Automatic merge from branch-7.0 | ssjenka | 2018-02-05 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | * origin/branch-7.0: Prepare version 7.0-SNAPSHOT Release 7.0 SONAR-10384 No more possible to remove an email of a user SONAR-10296 Connection to PostgreSQL database fails if SOCKS proxy is enabled | ||||
| * | Prepare version 7.0-SNAPSHOTbranch-7.0 | Simon Brandhof | 2018-02-02 | 59 | -59/+59 |
| | | |||||
| * | Release 7.07.0 | Simon Brandhof | 2018-02-02 | 59 | -59/+59 |
| | | |||||
| * | SONAR-10384 No more possible to remove an email of a user | Stas Vilchik | 2018-02-02 | 1 | -1/+1 |
| | | |||||
| * | SONAR-10296 Connection to PostgreSQL database fails if SOCKS proxy is enabled | Simon Brandhof | 2018-02-02 | 1 | -1/+1 |
| | | |||||
* | | Automatic merge from branch-7.0 | ssjenka | 2018-02-02 | 1 | -4/+4 |
|\| | | | | | | | | | * origin/branch-7.0: SONAR-10329 Upgrade packaged analyzers to latest versions | ||||
| * | SONAR-10329 Upgrade packaged analyzers to latest versions | Simon Brandhof | 2018-02-02 | 1 | -4/+4 |
| | | |||||
* | | fix flacky test in RegisterQualityProfilesNotificationTest | Sébastien Lesaint | 2018-02-02 | 1 | -1/+1 |
| | | |||||
* | | fix rendering of secondary measures on the Measures page | Stas Vilchik | 2018-02-01 | 2 | -8/+58 |
| | | |||||
* | | SONAR-10300 Forbid system properties in api/settings | Julien Lancelot | 2018-02-01 | 104 | -979/+1428 |
| | | |||||
* | | Merge remote-tracking branch 'origin/branch-7.0' | Grégoire Aubert | 2018-02-01 | 6 | -67/+64 |
|\| | |||||
| * | Add back missing action to bulk unassign issues | Grégoire Aubert | 2018-01-31 | 6 | -102/+89 |
| | | |||||
* | | fix rule workspace permalink | Stas Vilchik | 2018-01-31 | 1 | -1/+1 |
| | | |||||
* | | add min length requirement for rules search | Stas Vilchik | 2018-01-31 | 1 | -0/+1 |
| | | |||||
* | | Add new sonar.pullrequest.id property to build script | Janos Gyerik | 2018-01-31 | 1 | -0/+2 |
| | | |||||
* | | Automatic merge from branch-7.0 | ssjenka | 2018-01-30 | 1 | -5/+5 |
|\| | | | | | | | | | * origin/branch-7.0: SONAR-10329 Upgrade packaged analyzers to latest versions | ||||
| * | SONAR-10329 Upgrade packaged analyzers to latest versions | Simon Brandhof | 2018-01-29 | 1 | -5/+5 |
| | | |||||
* | | SONAR-10052 support profiles with more than 1'000 active rules | Simon Brandhof | 2018-01-29 | 1 | -5/+3 |
| | | |||||
* | | SONAR-10052 fix N+1 syndrome when loading profile descendants | Simon Brandhof | 2018-01-29 | 8 | -33/+89 |
| | | |||||
* | | SONAR-10052 fix Quality flaws | Simon Brandhof | 2018-01-29 | 3 | -7/+4 |
| | | |||||
* | | SONAR-10052 optimize data loading for (de)activation of rules | Simon Brandhof | 2018-01-29 | 47 | -1188/+1681 |
| | | |||||
* | | SONAR-10052 minor refactoring to better understand rule activation | Simon Brandhof | 2018-01-29 | 5 | -90/+96 |
| | | |||||
* | | SONAR-10052 Improve documentation of quality profile DTOs | Simon Brandhof | 2018-01-29 | 2 | -2/+54 |
| | | |||||
* | | drop getCurrentUserFromStore (#2993) | Stas Vilchik | 2018-01-29 | 3 | -41/+20 |
| | | |||||
* | | fix coverage of MultivalueProperty#parseAsCsv | Sébastien Lesaint | 2018-01-29 | 1 | -6/+48 |
| | | |||||
* | | Add missing test for ProjectBadgesWs | Julien Lancelot | 2018-01-29 | 1 | -0/+60 |
| | | |||||
* | | rewrite rules app with react (#2982) | Stas Vilchik | 2018-01-29 | 227 | -5954/+6635 |
| | | |||||
* | | Minor clean-up in some tests | Simon Brandhof | 2018-01-29 | 22 | -161/+123 |
| | | |||||
* | | Fix bad imports of Java6Assertions | Simon Brandhof | 2018-01-29 | 6 | -10/+10 |
| | | |||||
* | | Remove unused and conflicting dependency on securemock in unit tests | Simon Brandhof | 2018-01-29 | 16 | -194/+113 |
| | | | | | | | | | | | | | | | | | | | | securemock is a fork of an old version of mockito. By removing it some tests must be fixed to correctly support the latest version of mockito: - signature of ArgumentMatcher implementations (Object -> T). That's the reason why they have been fixed and replaced by lambda - any(Class) supports null values in securemock but not in mockito. Replacing calls by any() fixes the issue. | ||||
* | | SONAR-10296 Connection to PostgreSQL database fails if SOCKS proxy is enabled | Simon Brandhof | 2018-01-26 | 1 | -1/+1 |
| | | |||||
* | | SONAR-10288 Configuration supports empty fields and quotes in CE/Web | Sébastien Lesaint | 2018-01-25 | 3 | -2/+354 |
| | | |||||
* | | SONAR-10288 move multivalue property parsing to sonar-core | Sébastien Lesaint | 2018-01-25 | 7 | -82/+93 |
| | | |||||
* | | SONAR-10288 move ConfigurationProvider from sonar-core to sonar-server | Sébastien Lesaint | 2018-01-25 | 5 | -6/+52 |
| | | | | | | | | because this class is server and ce specific | ||||
* | | SONAR-10122 remove dead code in DefaultInputModule | Sébastien Lesaint | 2018-01-25 | 2 | -20/+0 |
| | | |||||
* | | SONAR-10122 fix misleading error message for multivalue properties | Sébastien Lesaint | 2018-01-25 | 1 | -1/+1 |
| | | | | | | | | | | when parsing fails in ProjectReactor it concerns only sonar.sources, sonar.tests and sonar.modules | ||||
* | | SONAR-10288 scanner multivalue property parsing ignore empty fields | Sébastien Lesaint | 2018-01-25 | 7 | -8/+372 |
| | | |||||
* | | SONAR-10266 Update svg templates and metrics list | Grégoire Aubert | 2018-01-25 | 10 | -447/+59 |
| | | |||||
* | | Fetch metrics with redux on project dashboard pages | Grégoire Aubert | 2018-01-25 | 20 | -185/+202 |
| | | |||||
* | | Migrate parts of overview app to TS | Grégoire Aubert | 2018-01-25 | 81 | -1478/+1007 |
| | | |||||
* | | Migrate App to tsx and clean up measures related types | Grégoire Aubert | 2018-01-25 | 12 | -215/+64 |
| | | |||||
* | | Make branch parameter optional in some helper functions | Grégoire Aubert | 2018-01-25 | 8 | -48/+39 |
| | | |||||
* | | SONAR-10266 Add ITs for project badges ws | Julien Lancelot | 2018-01-25 | 1 | -6/+23 |
| | | |||||
* | | SONAR-10266 Add SonarCloud icon on measure badges | Grégoire Aubert | 2018-01-25 | 3 | -19/+24 |
| | | |||||
* | | SONAR-10264 Add ITs for project badges page | Grégoire Aubert | 2018-01-25 | 6 | -2/+159 |
| | | |||||
* | | SONAR-10266 Generate quality gate card | Julien Lancelot | 2018-01-25 | 9 | -20/+896 |
| | | |||||
* | | SONAR-10266 Generate measure badge | Julien Lancelot | 2018-01-25 | 13 | -71/+919 |
| | | |||||
* | | SONAR-10263 Add list of possible metrics for api/stickers/measure WS | Grégoire Aubert | 2018-01-25 | 1 | -0/+14 |
| | |