Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | | | | | 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-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 |
| | | | | because this class is server and ce specific | ||||
* | 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-10268 Create the badges page with the Scanned on SonarCloud badge - SONAR-10272 Allow user to choose the color of the badge - SONAR-10268 Add the "Scanned on SonarCloud" svg files - SONAR-10264 SONAR-10271 Add standard measure badges - SONAR-10264 Allow user to choose a metric for the standard badge | ||||
* | 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 |
| | | | | usefull in unit tests | ||||
* | 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 |
| | | |||||
* | | update gradle version in tutorial | Stas Vilchik | 2018-01-22 | 2 | -3/+3 |
| | | |||||
* | | Merge branch 'branch-6.7' | Sébastien Lesaint | 2018-01-17 | 2 | -11/+47 |
|\| | |||||
| * | SONAR-10215 clean corrupted view default perm template in 6.4 | Sébastien Lesaint | 2018-01-16 | 2 | -11/+47 |
| | | | | | | | | done in migration affected by the bug: SupportPrivateProjectInDefaultPermissionTemplate | ||||
| * | SONAR-10258 Missing information about uncovered conditions on a line | Stas Vilchik | 2018-01-10 | 1 | -7/+7 |
| | | |||||
| * | SONAR-10236 Cannot bulk activate/deactivate rules when using a web context | Stas Vilchik | 2018-01-10 | 1 | -1/+1 |
| | | |||||
* | | SONAR-10120 Add server id and date in the system info json name | Grégoire Aubert | 2018-01-15 | 11 | -42/+55 |
| | | |||||
* | | SONAR-10284 Retreive onSonarCloud param in SimpleContainer | Grégoire Aubert | 2018-01-15 | 8 | -106/+154 |
| | | |||||
* | | fix file headers | Stas Vilchik | 2018-01-15 | 773 | -3726/+1143 |
| | | |||||
* | | do not check file headers for src/main/webapp | Stas Vilchik | 2018-01-15 | 1 | -0/+9 |
| | | |||||
* | | Upgrade assertJ from 3.4.1 to 3.9.0 | Simon Brandhof | 2018-01-14 | 9 | -17/+15 |
| | | |||||
* | | Cleanup code based on Intellij inspections | Simon Brandhof | 2018-01-14 | 514 | -2192/+2162 |
| | | |||||
* | | GOV-289 Porfolio deletion should redirect to Portfolios page | Stas Vilchik | 2018-01-12 | 1 | -1/+1 |
| | | |||||
* | | update jest & enzyme | Stas Vilchik | 2018-01-12 | 70 | -523/+778 |
| | |