Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-18679 refactored sonar-db-core and sonar-db-dao to match testing strategy | Lukasz Jarocki | 2023-03-13 | 123 | -129/+107 | |
| | ||||||
* | SONAR-18679 refactored sonar-db-core and sonar-db-dao to match testing strategy | Lukasz Jarocki | 2023-03-13 | 127 | -197/+232 | |
| | ||||||
* | SONAR-18573 - Improve login validation for User creation | Benjamin Campomenosi | 2023-03-13 | 3 | -32/+102 | |
| | ||||||
* | Add "ts-check" script for `design-system/` | David Cho-Lerat | 2023-03-13 | 4 | -3/+7 | |
| | ||||||
* | SONAR-18629 Drop deprecated test utility methods in Issue and Rule testing | Zipeng WU | 2023-03-13 | 12 | -157/+93 | |
| | ||||||
* | SONAR-18524 New Main App bar | Jeremy Davis | 2023-03-13 | 125 | -2127/+10291 | |
| | ||||||
* | SONAR-18707 Drop and refactor BBTs for quality profile | stanislavh | 2023-03-13 | 1 | -2/+2 | |
| | ||||||
* | [SONAR-15839] add reversing of metric deprecation changelog. | Steve Marion | 2023-03-10 | 4 | -1/+10 | |
| | ||||||
* | SONAR-17705 update of the changelog of ce/activity_status | Matteo Mara | 2023-03-10 | 1 | -1/+2 | |
| | ||||||
* | SONAR-18647 Remove parameter period in api/measures endpoints | Zipeng WU | 2023-03-10 | 8 | -74/+53 | |
| | ||||||
* | [NO-JIRA] optimize slow ↵ | Thomas de Grenier de Latour | 2023-03-09 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | selectProjectUuidsAssociatedToDefaultQualityProfileByLanguage The project DAO `selectProjectUuidsAssociatedToDefaultQualityProfileByLanguage` SQL query implies scanning through many rows of the `live_measures` table . This takes several minutes to execute in some setups (Postgres 13, 200M rows in the table), making SonarQube upgrades painfully slow (this request is executed for each update of a bundled quality profile). A similar query can be achieved by joining the `projects` table, with a drastic improvement to the execution plan. The results are not the same though: this new version only returns uuids of actual projects, whereas the original one also returns uuids of other components (not existing in the projects table). But this is actually an improvement too: the only call sites for this DAO method (in `QualityProfileChangeEventServiceImpl`) uses the results as an input for the `ProjectDAO.selectByUuids()` method, which only looks at the `projects` table. | |||||
* | SONAR-18627 Drop overridden deprecated methods from DbTester | Dimitris Kavvathas | 2023-03-09 | 2 | -21/+1 | |
| | ||||||
* | SONAR-18600 Remove deprecated and unused function scrollHorizontally | Ambroise C | 2023-03-09 | 2 | -154/+1 | |
| | ||||||
* | SONAR-18675 Drop UI selenium tests for settings page | stanislavh | 2023-03-09 | 1 | -0/+8 | |
| | ||||||
* | SONAR-18649 Remove the deprecated SANS Top 25 Security report | Philippe Perrin | 2023-03-09 | 25 | -355/+21 | |
| | ||||||
* | NO-JIRA updated tutorial to use latest Scanner Gradle | Lukasz Jarocki | 2023-03-08 | 6 | -9/+9 | |
| | ||||||
* | SONAR-18628 Drop GlobalPermissions class and replace with GlobalPermission enum. | Dimitris Kavvathas | 2023-03-07 | 57 | -882/+768 | |
| | ||||||
* | SONAR-18600 Remove deprecated items that are not used anymore | Zipeng WU | 2023-03-07 | 5 | -20/+4 | |
| | ||||||
* | SONAR-18593 Migrate rtl for settings | stanislavh | 2023-03-06 | 68 | -1730/+858 | |
| | ||||||
* | SONAR-18536 Migrate enzyme to RTL for Project Overview | guillaume-peoch-sonarsource | 2023-03-06 | 51 | -13671/+596 | |
| | ||||||
* | SONAR-18214 Add documentation url to api/navigation/global | Eric Giffon | 2023-03-06 | 3 | -5/+27 | |
| | ||||||
* | SONAR-18600 Remove unused frontend deprecated functions | Ambroise C | 2023-03-06 | 2 | -17/+0 | |
| | ||||||
* | SONAR-18553 Migrate concise issues list components tests to RTL | 7PH | 2023-03-06 | 18 | -765/+337 | |
| | ||||||
* | SONAR-18565 - Improve IssueIndexer performance to use markAsUnchanged flag | Antoine Vinot | 2023-03-03 | 17 | -56/+363 | |
| | ||||||
* | SONAR-18431 Migrate activity tests to RTL | Wouter Admiraal | 2023-03-03 | 54 | -2190/+1347 | |
| | ||||||
* | SONAR-18580 add RTL for settings (part1) | stanislavh | 2023-03-02 | 42 | -3248/+530 | |
| | ||||||
* | SONAR-18552 Migrate issues app components to RTL | 7PH | 2023-03-02 | 25 | -2956/+1036 | |
| | ||||||
* | NO-JIRA Fix unit test on windows | Eric Giffon | 2023-03-02 | 1 | -4/+3 | |
| | ||||||
* | [NO JIRA] Revert NVARCHAR to VARCHAR conversion for MSSQL | Alain Kermis | 2023-03-02 | 6 | -11/+16 | |
| | ||||||
* | SONAR-18372 Display specific error message when failing password change | Ambroise C | 2023-03-01 | 7 | -40/+114 | |
| | | | Also remove some code smells | |||||
* | SONAR-18372 Return 400 Bad Request with message on changePasswordAction when ↵ | Dimitris Kavvathas | 2023-03-01 | 2 | -53/+152 | |
| | | | | user input is incorrect. | |||||
* | SONAR-18561 Add IT to document SonarLint URL access | Mathieu Suen | 2023-03-01 | 2 | -18/+110 | |
| | ||||||
* | SONAR-17525 MSSQL UUID column should use VARCHAR instead NVARCHAR | Alain Kermis | 2023-03-01 | 6 | -16/+11 | |
| | ||||||
* | SONAR-18535 SONAR-18547 Microfocus compilation constants for COBOL language ↵ | stanislavh | 2023-03-01 | 2 | -12/+17 | |
| | | | | is broken on ui | |||||
* | SONAR-18429 Migrate permission templates app tests to RTL | Wouter Admiraal | 2023-02-28 | 23 | -535/+736 | |
| | ||||||
* | SONAR-16198 removing the 6 built in common rules | Matteo Mara | 2023-02-27 | 31 | -1883/+9 | |
| | ||||||
* | SONAR-18444 RTL migration tutorials | stanislavh | 2023-02-24 | 146 | -12084/+2321 | |
| | ||||||
* | SONAR-18464 React Testing Library for Security Hotspot - As a user without ↵ | Kevin Silva | 2023-02-23 | 3 | -13/+100 | |
| | | | | edit permissions | |||||
* | [NO-JIRA] remove assumption on a random value that could fail | Steve Marion | 2023-02-23 | 1 | -1/+1 | |
| | ||||||
* | [SONAR-18502] add test for index drop change | Steve Marion | 2023-02-23 | 1 | -0/+10 | |
| | | | | explicitely test the case where actual index is different and longer than authorized | |||||
* | SONAR-18545 Report processing fails when a warning message is too long | Zipeng WU | 2023-02-23 | 2 | -10/+13 | |
| | ||||||
* | [SONAR-18476] fix measures/component changelog | Matteo Mara | 2023-02-23 | 1 | -0/+1 | |
| | ||||||
* | [SONAR-18502] move validation of drop index param | Steve Marion | 2023-02-23 | 4 | -173/+163 | |
| | | | | | This is done to allow to run query based on an actual index name than may not be valid instead of expected one. Refactor drop index structure to make it simpler and safer. | |||||
* | SONAR-18430 Migrate permissions app tests to RTL | Wouter Admiraal | 2023-02-23 | 22 | -770/+699 | |
| | ||||||
* | [NO-JIRA] Adjust our supported browser list | Philippe Perrin | 2023-02-22 | 1 | -6/+8 | |
| | ||||||
* | SONAR-18391 Improve layout landmark | Mathieu Suen | 2023-02-22 | 13 | -105/+142 | |
| | ||||||
* | [SONAR-18510] Fix typo in Administration page | Zipeng WU | 2023-02-22 | 2 | -2/+2 | |
| | ||||||
* | SONAR-18484 fix startup of Web API v2 in DCE mode | Aurelien Poscia | 2023-02-22 | 1 | -1/+2 | |
| | ||||||
* | SONAR-18491 Set up the build system for the new UI | David Cho-Lerat | 2023-02-21 | 19 | -26/+1825 | |
| | ||||||
* | SONAR-18458 React Testing Library for Security Hotspot - As any user | Kevin Silva | 2023-02-21 | 58 | -11248/+196 | |
| |