Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DOCS make "don't run as root" more explicit | G. Ann Campbell | 2019-02-15 | 3 | -4/+8 |
| | |||||
* | Fix testMocks file | Grégoire Aubert | 2019-02-15 | 1 | -28/+0 |
| | |||||
* | Document AutoScan for SonarCloud (#1245) | Fabrice Bellingard | 2019-02-14 | 3 | -11/+124 |
| | |||||
* | SONAR-11609 Update the Issues bulkchange action | Wouter Admiraal | 2019-02-14 | 9 | -168/+278 |
| | |||||
* | DOCS document `sonar.analysis.*` param stub | G. Ann Campbell | 2019-02-13 | 1 | -0/+1 |
| | |||||
* | SONAR-11683 Do not resolve version for SLB and PR | Janos Gyerik | 2019-02-13 | 2 | -1/+13 |
| | |||||
* | SONAR-11650 Drop DATA_TYPE column from FILE_SOURCES table | Julien Lancelot | 2019-02-13 | 6 | -5/+141 |
| | |||||
* | Add missing 7.6 release notes link & bootstrap 7.7 | G. Ann Campbell | 2019-02-13 | 1 | -0/+6 |
| | |||||
* | SONAR-11717 Fix searchbox focus | Jeremy Davis | 2019-02-12 | 4 | -4/+9 |
| | |||||
* | SONAR-11625 Fix project search field resize glitch | Jeremy Davis | 2019-02-12 | 1 | -4/+0 |
| | |||||
* | SONAR-11721 Fix example of web API api/user_groups/users | Simon Brandhof | 2019-02-12 | 2 | -7/+23 |
| | |||||
* | SONAR-11631 add missing @SupportsBlueGreen on DB migration | Sébastien Lesaint | 2019-02-11 | 1 | -0/+2 |
| | |||||
* | Remove wildcard imports in tests | Janos Gyerik | 2019-02-11 | 3 | -3/+3 |
| | |||||
* | SONAR-11626 Make set/unset_baseline internal | Janos Gyerik | 2019-02-11 | 5 | -3/+4 |
| | |||||
* | DOCS revert param changes | G. Ann Campbell | 2019-02-11 | 1 | -3/+1 |
| | |||||
* | SONAR-11653 add ITs | Sébastien Lesaint | 2019-02-11 | 1 | -8/+27 |
| | |||||
* | SONAR-11653 Use the manual baseline in analysis when defined | Janos Gyerik | 2019-02-11 | 4 | -35/+388 |
| | | | | and populates the period fields of the analysis when baseline is manual | ||||
* | SONAR-11678 Don't delete analysis if it's the baseline | Wouter Admiraal | 2019-02-11 | 2 | -1/+3 |
| | |||||
* | SONAR-11662 Display projectVersion on activity page | Wouter Admiraal | 2019-02-11 | 8 | -159/+204 |
| | |||||
* | SONAR-11653 Update New Code Period display for manual baselines | Wouter Admiraal | 2019-02-11 | 4 | -4/+39 |
| | |||||
* | SONAR-11628 add api/project_analyses/unset_baseline | Sébastien Lesaint | 2019-02-11 | 5 | -2/+420 |
| | |||||
* | SONAR-11665 api/project_analyses/delete prevents deletion of baseline | Sébastien Lesaint | 2019-02-11 | 2 | -5/+37 |
| | |||||
* | SONAR-11666 add baseline flag to api/project_analyses/search response | Sébastien Lesaint | 2019-02-11 | 6 | -1/+35 |
| | |||||
* | SONAR-11659 add analysis's versions to api/project_analyses/search | Sébastien Lesaint | 2019-02-11 | 4 | -8/+51 |
| | |||||
* | SONAR-11626 baseline analysis can not be deleted by PeriodCleaner | Sébastien Lesaint | 2019-02-11 | 6 | -181/+159 |
| | |||||
* | SONAR-11626 clarify what SNAPSHOTS.purge_status is used for | Sébastien Lesaint | 2019-02-11 | 5 | -22/+8 |
| | |||||
* | SONAR-11626 make explicit uuid is mandatory in PurgeSnapshotQuery | Sébastien Lesaint | 2019-02-11 | 4 | -25/+25 |
| | |||||
* | fix Request.mandatoryParam not failing on blank parameter value | Sébastien Lesaint | 2019-02-11 | 25 | -131/+134 |
| | |||||
* | SONAR-11631 document `sonar.codePeriodVersion` | G. Ann Campbell | 2019-02-11 | 1 | -1/+2 |
| | | | | and expand slightly on `sonar.projectVersion` | ||||
* | SONAR-11631 rename constants to codePeriodVersion in notifications | Sébastien Lesaint | 2019-02-11 | 11 | -25/+25 |
| | |||||
* | SONAR-11631 read and persist codePeriodVersion from report | Sébastien Lesaint | 2019-02-11 | 17 | -127/+357 |
| | |||||
* | SONAR-11631 add sonar.codePeriodVersion scanner property | Sébastien Lesaint | 2019-02-11 | 11 | -47/+151 |
| | | | | and pass it in scanner report as Metadata.codePeriodVersion property | ||||
* | SONAR-11631 add SnapshotDto.projectVersion | Sébastien Lesaint | 2019-02-11 | 7 | -30/+85 |
| | |||||
* | SONAR-11631 move version event data validation to UI code | Sébastien Lesaint | 2019-02-11 | 6 | -12/+23 |
| | |||||
* | SONAR-11631 add SNAPSHOTS.PROJECT_VERSION | Sébastien Lesaint | 2019-02-11 | 23 | -2/+173 |
| | |||||
* | SONAR-11631 rename snapshot's version to codePeriodVersion | Sébastien Lesaint | 2019-02-11 | 22 | -89/+89 |
| | |||||
* | SONAR-11631 replace Component.version by Metadata.projectVersion | Sébastien Lesaint | 2019-02-11 | 23 | -245/+296 |
| | | | | in scanner report | ||||
* | Drop unused method | Janos Gyerik | 2019-02-11 | 1 | -10/+0 |
| | |||||
* | SONAR-11626 Add new WS project_analyses/set_baseline | Janos Gyerik | 2019-02-11 | 5 | -2/+507 |
| | |||||
* | SONAR-11626 Add a note to New Code Period description about manual baseline | Janos Gyerik | 2019-02-11 | 1 | -0/+1 |
| | |||||
* | SONAR-11626 Add BranchDao.updateManualBaseline | Janos Gyerik | 2019-02-11 | 5 | -132/+74 |
| | |||||
* | SONAR-11626 Add BranchDao.updateBaseline | Sébastien Lesaint | 2019-02-11 | 5 | -9/+215 |
| | |||||
* | SONAR-11626 Add manual baseline column to project_branches | Janos Gyerik | 2019-02-11 | 6 | -3/+131 |
| | |||||
* | Bugfixing (#1227) | Jeremy | 2019-02-11 | 3 | -3/+25 |
| | | | | | | * SONAR-11656 Fix Quality Profile changelog order * SONAR-11715 Fix license threshold modal close button * Fix account tokens header label | ||||
* | SONAR-11611 comment prompt button label (#1219) | Jeremy | 2019-02-11 | 9 | -45/+1071 |
| | | | | SONAR-11611 Change cancel button label when comment prompt is auto triggered | ||||
* | DOCS Add note not to run as root on Unix (#1228) | brian-cipollone-sonarsource | 2019-02-11 | 1 | -1/+1 |
| | | | | | | | | * DOCS Add note not to run as root on Unix We are seeing this a bit in presales... * use backtick | ||||
* | DOCS drop jacoco from main analysis params list | G. Ann Campbell | 2019-02-11 | 1 | -1/+0 |
| | | | Now that we have a dedicated page to list all the coverage import parameters, let's drop the single one that had made it into the main list. | ||||
* | SONAR-11439 Analysis of long branch doesn't trigger purge of dependent short ↵ | Duarte Meneses | 2019-02-11 | 13 | -91/+121 |
| | | | | branches and pull requests | ||||
* | DOC add new parameters pages to SC | G. Ann Campbell | 2019-02-11 | 1 | -0/+2 |
| | | | Add new pages about language-specific parameters to the SC nav tree | ||||
* | DOC bootstrap consolidated external issues page | G. Ann Campbell | 2019-02-11 | 4 | -4/+58 |
| |