| Commit message (Expand) | Author | Age | Files | Lines |
* | Automatic merge from branch-7.0 | ssjenka | 2018-02-05 | 1 | -1/+1 |
|\ |
|
| * | Prepare version 7.0-SNAPSHOTbranch-7.0 | Simon Brandhof | 2018-02-02 | 12 | -12/+12 |
| * | Release 7.07.0 | Simon Brandhof | 2018-02-02 | 12 | -12/+12 |
| * | SONAR-10384 No more possible to remove an email of a user | Stas Vilchik | 2018-02-02 | 1 | -1/+1 |
* | | 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 | 94 | -828/+1388 |
* | | 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 |
| * | Set version 7.0-SNAPSHOT | Simon Brandhof | 2018-01-24 | 12 | -12/+12 |
| * | Release 7.0-RC17.0-RC1 | Simon Brandhof | 2018-01-24 | 12 | -12/+12 |
* | | 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 |
* | | 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 | 2 | -4/+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 |
* | | Add missing test for ProjectBadgesWs | Julien Lancelot | 2018-01-29 | 1 | -0/+60 |
* | | rewrite rules app with react (#2982) | Stas Vilchik | 2018-01-29 | 221 | -5945/+6291 |
* | | Minor clean-up in some tests | Simon Brandhof | 2018-01-29 | 22 | -161/+123 |
* | | Fix bad imports of Java6Assertions | Simon Brandhof | 2018-01-29 | 5 | -9/+9 |
* | | Remove unused and conflicting dependency on securemock in unit tests | Simon Brandhof | 2018-01-29 | 16 | -194/+113 |
* | | SONAR-10288 Configuration supports empty fields and quotes in CE/Web | Sébastien Lesaint | 2018-01-25 | 2 | -1/+350 |
* | | SONAR-10288 move ConfigurationProvider from sonar-core to sonar-server | Sébastien Lesaint | 2018-01-25 | 5 | -3/+87 |
* | | SONAR-10266 Update svg templates and metrics list | Grégoire Aubert | 2018-01-25 | 9 | -446/+58 |
* | | 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 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 | 4 | -2/+14 |
* | | SONAR-10266 Generate quality gate card | Julien Lancelot | 2018-01-25 | 9 | -20/+896 |
* | | SONAR-10266 Generate measure badge | Julien Lancelot | 2018-01-25 | 12 | -70/+917 |
* | | SONAR-10263 Add list of possible metrics for api/stickers/measure WS | Grégoire Aubert | 2018-01-25 | 1 | -0/+14 |
* | | SONAR-10264 Create the project badges page for SonarCloud | Grégoire Aubert | 2018-01-25 | 26 | -26/+1005 |
* | | SONAR-10266 Create stub for api/project_badges WS | Julien Lancelot | 2018-01-25 | 12 | -0/+466 |
* | | Fix styling issue on some commands in the project creation tutorial | Grégoire Aubert | 2018-01-25 | 10 | -36/+36 |
* | | Create a Clipboard button | Grégoire Aubert | 2018-01-25 | 6 | -134/+184 |
* | | Create a getHostUrl function in the urls helper | Grégoire Aubert | 2018-01-25 | 2 | -8/+11 |
* | | Remove unused router from overview Meta component | Grégoire Aubert | 2018-01-25 | 2 | -9/+10 |
* | | Set version 7.1-SNAPSHOT | Simon Brandhof | 2018-01-24 | 12 | -12/+12 |
|/ |
|
* | SONAR-10117 minimize risk of deadlock on MySQL | Simon Brandhof | 2018-01-24 | 2 | -3/+30 |
* | SONAR-10247 do not call webhooks when QG status has not changed | Sébastien Lesaint | 2018-01-23 | 3 | -27/+126 |
* | SONAR-10247 add and populate QGChangeEvent#getPreviousStatus | Sébastien Lesaint | 2018-01-23 | 5 | -48/+186 |
* | SONAR-10247 add OrganizationDto#equals & hashcode | Sébastien Lesaint | 2018-01-23 | 1 | -0/+18 |
* | Merge branch 'branch-6.7' | Sébastien Lesaint | 2018-01-23 | 2 | -19/+10 |
|\ |
|
| * | SONAR-10297 ce task run at most once | Sébastien Lesaint | 2018-01-18 | 2 | -30/+18 |