Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-12773 add gitlab alm settings | Pierre Guillot | 2019-12-16 | 3 | -3/+28 |
| | |||||
* | Fix code quality issues and reduce dependency on Guava | Duarte Meneses | 2019-12-10 | 24 | -39/+38 |
| | |||||
* | SONAR-12673 Fix issue management | Duarte Meneses | 2019-12-09 | 9 | -30/+20 |
| | |||||
* | SONAR-12636 set `excludeFromPurge` on branch creation based on global settings | Michal Duda | 2019-12-09 | 3 | -2/+4 |
| | |||||
* | SONAR-12679 Use single branch type | Duarte Meneses | 2019-12-09 | 13 | -59/+53 |
| | |||||
* | SONAR-12636 add a global setting that defines default list of branches to keep | Michal Duda | 2019-12-09 | 13 | -59/+106 |
| | |||||
* | SONAR-12626 remove references to SLB | Duarte Meneses | 2019-12-09 | 14 | -29/+19 |
| | |||||
* | SONAR-12626 CE and Web no longer support SLBs | Duarte Meneses | 2019-12-09 | 5 | -31/+17 |
| | |||||
* | SONAR-12666 Fix groups sorting when high number of groups | Julien Lancelot | 2019-12-02 | 6 | -41/+147 |
| | |||||
* | SONAR-12701 upgrade H2 from 1.3 to 1.4 | Sébastien Lesaint | 2019-11-18 | 2 | -978/+978 |
| | |||||
* | SONAR-12512 Fix SQL queries on MsSQL | Julien Lancelot | 2019-11-06 | 1 | -9/+9 |
| | |||||
* | SONAR-12512 SONAR-12514 SONAR-12515 Fix ordering of lists WS | Julien Lancelot | 2019-11-06 | 1 | -1/+1 |
| | |||||
* | SONAR-12512 SONAR-12514 SONAR-12515 Increase ALM key from 80 to 200 | Julien Lancelot | 2019-11-06 | 2 | -4/+4 |
| | |||||
* | SONAR-12515 Allow binding of projects on Bitbucket ALM | Julien Lancelot | 2019-11-06 | 2 | -3/+16 |
| | |||||
* | SONAR-12515 Decorate Azure PR using new settings | Julien Lancelot | 2019-11-06 | 1 | -1/+2 |
| | |||||
* | SONAR-12515 Allow binding of projects on Azure ALM | Julien Lancelot | 2019-11-06 | 2 | -3/+15 |
| | |||||
* | SONAR-12512 Decorate PR using configuration from new ALM_SETTINGS tables | Pierre Guillot | 2019-11-06 | 5 | -2/+36 |
| | |||||
* | SONAR-12512 Allow project binding on multiple GitHub instances | Julien Lancelot | 2019-11-06 | 14 | -4/+530 |
| | |||||
* | SONAR-12576 Allow configuration of multiple Bitbucket instances | Pierre Guillot | 2019-11-06 | 2 | -8/+19 |
| | |||||
* | SONAR-12515 Allow configuration of multiple Azure instances | Pierre Guillot | 2019-11-06 | 2 | -2/+20 |
| | |||||
* | SONAR-12512 Allow configuration of multiple GitHub instances | Julien Lancelot | 2019-11-06 | 15 | -1/+644 |
| | |||||
* | SONAR-10408 Web service api/qualityprofiles/copy is too slow | Duarte Meneses | 2019-10-21 | 1 | -7/+3 |
| | |||||
* | SONAR-12531 drop usage of UserIdentity#getLogin and UserIdentity#setLogin ↵ | Jacek | 2019-10-17 | 1 | -5/+12 |
| | | | | | | | | (#2139) * remove login generation strategy * add migration to remove gh login strategy + code review fixes * support same login for new user and update login for SQ authority | ||||
* | Fix some code smell debt (#2143) | Jacek | 2019-10-15 | 3 | -26/+49 |
| | |||||
* | fix missing class constructor (mostly GSon serialized classes) | Sébastien Lesaint | 2019-10-14 | 1 | -7/+7 |
| | |||||
* | SONAR-12510 do not fail in views/define when app branch already exist | Sébastien Lesaint | 2019-10-11 | 1 | -1/+5 |
| | |||||
* | SONAR-12513 last used date is never set on new Quality Profiles | Sébastien Lesaint | 2019-10-09 | 2 | -2/+15 |
| | | | | | | | | | all QP start with no last used date in the Database, which is represented by a null value in the column, the update method ensures no update is done if new date is older than the current one it does so by comparing the new date with the current value, however, this test always returns false if the current value is null this way of updating the last used date was introduced to fix SONAR-10462 (Update of last used date on Quality Profile can fail with Deadlock on Postgres) since then, last used date of new QP (which includes any new install of SQ since 7.8, including the LTS) is never set | ||||
* | fix some quality flaws on the new code period | Sébastien Lesaint | 2019-10-09 | 2 | -4/+1 |
| | |||||
* | Fixing SonarQube analysis issues (#2084) | Jacek | 2019-09-24 | 1 | -1/+0 |
| | |||||
* | Fix UT for components count | Jacek | 2019-09-24 | 1 | -1/+1 |
| | |||||
* | SONAR-12390 Prevent analysis deletion when it is a baseline | Duarte Meneses | 2019-09-24 | 7 | -54/+31 |
| | |||||
* | Fix conflicts after rebase | Jacek | 2019-09-24 | 1 | -0/+0 |
| | |||||
* | SONAR-12412 - support import/export of new code periods for projects (#2024) | Jacek | 2019-09-24 | 1 | -4/+5 |
| | | | * SONAR-12412 - support import/export of new code periods for projects | ||||
* | Improve code quality and test coverage | Duarte Meneses | 2019-09-24 | 4 | -8/+67 |
| | |||||
* | New Code Period table | Duarte Meneses | 2019-09-24 | 1 | -0/+12 |
| | |||||
* | Feature/dm/migrate new code period (#2017) | Duarte Meneses | 2019-09-24 | 7 | -8/+28 |
| | | | | | | * SONAR-12396 List new code periods for all branches with effective current values * SONAR-12347 Migrate old definitions of leak period | ||||
* | SONAR-12393 - support remove new code period on branch, project removal (#2002) | Jacek | 2019-09-24 | 5 | -0/+90 |
| | | | * SONAR-12393 - support remove new code period on branch, project removal | ||||
* | SONAR-12366 Create WS to read/write New Code Periods | Duarte Meneses | 2019-09-24 | 4 | -9/+56 |
| | |||||
* | SONAR-12394 Load analysis new code period based on hierarchy of New Code ↵ | Duarte Meneses | 2019-09-24 | 4 | -28/+36 |
| | | | | Period settings | ||||
* | SONAR-12364 Fix update of values | Duarte Meneses | 2019-09-24 | 9 | -25/+36 |
| | |||||
* | SONAR-12364 - SonarQube analysis fixes | Jacek | 2019-09-24 | 2 | -0/+46 |
| | |||||
* | SONAR-12364 - IT fixes, add uniq new code period table constraint | Jacek | 2019-09-24 | 1 | -0/+4 |
| | |||||
* | SONAR-12364 - remove manual baseline column from usage | Jacek | 2019-09-24 | 6 | -154/+49 |
| | |||||
* | SONAR-12364 - migrate project analysis delete action to new concept | Jacek | 2019-09-24 | 4 | -0/+36 |
| | |||||
* | SONAR-12364 - switch from manual baseline to New Code Period concept | Jacek | 2019-09-24 | 7 | -37/+121 |
| | |||||
* | SONAR-12366 Create WS to read/write New Code Periods | Duarte Meneses | 2019-09-24 | 2 | -38/+5 |
| | |||||
* | Create UUID for new_code_periods | Duarte Meneses | 2019-09-24 | 2 | -14/+26 |
| | |||||
* | add Upsert to NewCodePeriodDao | Duarte Meneses | 2019-09-24 | 3 | -1/+64 |
| | |||||
* | SONAR-12366 Create WS to read/write New Code Periods | Duarte Meneses | 2019-09-24 | 1 | -0/+32 |
| | |||||
* | SONAR-12365 create new_code_period table (#1986) | Jacek | 2019-09-24 | 12 | -0/+602 |
| | | | * Create new_code_periods table along with dto and dao |