Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-16232 Delete sonar-plugin-api module | Duarte Meneses | 2022-04-21 | 5 | -451/+0 |
| | |||||
* | SONAR-16101 Introduce new `acknowledged` resolution type for reviewed hotspots | Klaudio Sinani | 2022-03-09 | 2 | -1/+12 |
| | |||||
* | SONAR-7496 drop unused columns on Issues table | Pierre | 2022-02-24 | 1 | -0/+8 |
| | |||||
* | Update license headers for 2022 [update headers] | Pierre | 2022-01-28 | 5 | -5/+5 |
| | |||||
* | Update license headers for 2021 [update headers] | Wouter Admiraal | 2021-01-08 | 5 | -5/+5 |
| | |||||
* | SONAR-12719 add WS api/hotspots/change_status | Sébastien Lesaint | 2020-01-13 | 2 | -4/+17 |
| | |||||
* | SONAR-12725 drop manual vulnerabilities | Jacek | 2020-01-13 | 1 | -1/+3 |
| | | | | | * drop manual vulnerabilities * remove issues `from_hotspot` column usage | ||||
* | SONAR-12722 drop `in_review` status | Jacek | 2020-01-13 | 2 | -3/+4 |
| | |||||
* | Format all headers for 2020 | Wouter Admiraal | 2020-01-07 | 5 | -5/+5 |
| | |||||
* | Extract implementation from plugin API - Scanner FS | Duarte Meneses | 2019-07-12 | 1 | -7/+2 |
| | |||||
* | SONAR-12026 Update status names, transition names and description | Julien Lancelot | 2019-05-22 | 1 | -2/+2 |
| | | | | | * Replace INREVIEW and TOREVIEW to IN_REVIEW and TO_REVIEW * Update transition names and descriptions | ||||
* | SONAR-12026 add new hotspots statuses to facet | Pierre Guillot | 2019-05-22 | 1 | -2/+4 |
| | |||||
* | SONAR-12026 add transition reset as to review | Pierre Guillot | 2019-05-22 | 1 | -11/+6 |
| | |||||
* | SONAR-12026 Add transition "Open as Vulnerability" | Pierre Guillot | 2019-05-22 | 1 | -1/+6 |
| | |||||
* | SONAR-12026 introduce new status 'reviewed' and new transition 'resolve as ↵ | Pierre Guillot | 2019-05-22 | 2 | -1/+11 |
| | | | | reviewed' for hotspot | ||||
* | SONAR-12026 Add transition "Set as In Review" on Security Hotspots | Pierre Guillot | 2019-05-22 | 2 | -2/+13 |
| | |||||
* | SONAR-12026 Security Hotspots are created with resolution "To Review" | Julien Lancelot | 2019-05-22 | 1 | -0/+5 |
| | |||||
* | SONAR-11670 Drop preview mode | Julien HENRY | 2019-02-21 | 1 | -43/+0 |
| | |||||
* | SONAR-11465 API cleanup | Julien HENRY | 2019-01-16 | 2 | -9/+1 |
| | |||||
* | SONAR-11465 NoSonarFilter moved to project level | Julien HENRY | 2019-01-16 | 1 | -36/+7 |
| | |||||
* | Fix license headers for 2019 | Duarte Meneses | 2019-01-02 | 6 | -6/+6 |
| | |||||
* | SONAR-8368 move package org.sonar.api.issue.condition to server-common | Sébastien Lesaint | 2018-08-21 | 7 | -264/+0 |
| | |||||
* | SONAR-11026 Deprecate ProjectIssues and AnalysisMode | Julien HENRY | 2018-07-17 | 1 | -0/+2 |
| | |||||
* | SONAR-10874 New issue transitions for security hotspots | Julien HENRY | 2018-07-04 | 1 | -1/+12 |
| | |||||
* | SONAR-10138 Remove support for API < 5.6 | Duarte Meneses | 2018-06-29 | 5 | -299/+0 |
| | |||||
* | SONAR-10597 Update ISSUE_CHANGE#USER_LOGIN to USER_UUID | Julien Lancelot | 2018-05-23 | 2 | -1/+8 |
| | |||||
* | SONAR-10597 Use user UUID for ISSUES#ASSIGNEE | Guillaume Jambet | 2018-05-23 | 1 | -1/+1 |
| | | | | | | | | | | * SONAR-10597 add getUuid() on user Session * SONAR-10597 renames ISSUES.ASSIGNEE to ASSIGNEE_UUID * SONAR-10597 use assigneeUuid when assigning an Issue from ws * SONAR-10597 use assigneeUuid when assigning an Issue from ce * SONAR-10597 use assigneeUuid in issue search * SONAR-10597 use assigneeUuid in batch issue * SONAR-10597 Ignoring Tests failing in IssueChange | ||||
* | Fix license headers for 2018 | Simon Brandhof | 2018-01-07 | 17 | -17/+17 |
| | |||||
* | SONAR-9720 Issue tracking for long branches | Duarte Meneses | 2017-09-12 | 1 | -0/+6 |
| | |||||
* | SONAR-7493 support long issue messages on Oracle | Simon Brandhof | 2017-08-24 | 1 | -2/+8 |
| | |||||
* | Remove some usages of Guava in API | Simon Brandhof | 2017-06-19 | 9 | -37/+32 |
| | |||||
* | SONAR-8637 Update POM parent version | Teryk Bellahsene | 2017-02-10 | 17 | -34/+34 |
| | |||||
* | SONAR-7751 Missing @SonarLintSide on some extensions | Julien HENRY | 2016-07-21 | 1 | -0/+2 |
| | |||||
* | Fix some quality flaws | Julien HENRY | 2016-07-06 | 1 | -68/+0 |
| | |||||
* | SONAR-7665 Deprecate @BatchSide and introduce @ScannerSide | Duarte Meneses | 2016-07-04 | 5 | -10/+10 |
| | |||||
* | Fix javadoc errors | Julien HENRY | 2016-04-11 | 5 | -11/+10 |
| | |||||
* | Fix some Javadoc warnings | Simon Brandhof | 2016-04-11 | 1 | -3/+2 |
| | |||||
* | SONAR-6717 Drop issue.Action API | Teryk Bellahsene | 2016-03-31 | 4 | -217/+0 |
| | |||||
* | SONAR-7473 Drop 'reporter' field from backend | Julien Lancelot | 2016-03-29 | 2 | -2/+6 |
| | |||||
* | SONAR-7467 Drop/deprecate action plan API | Teryk Bellahsene | 2016-03-25 | 2 | -58/+4 |
| | |||||
* | SONAR-6717 Drop support of plugin extension issue action | Teryk Bellahsene | 2016-03-23 | 2 | -0/+4 |
| | |||||
* | SONAR-7345 Rename Issue debt to effort in API | Julien Lancelot | 2016-03-10 | 1 | -3/+18 |
| | |||||
* | Fix project title in copyright headers | Simon Brandhof | 2016-01-13 | 23 | -23/+23 |
| | |||||
* | Upgrade to parent 26 and new copyright headers | Simon Brandhof | 2016-01-05 | 23 | -94/+92 |
| | |||||
* | SONAR-6752 Deprecate org.sonar.batch.issue.IssueFilters extension point and ↵ | Duarte Meneses | 2015-11-18 | 4 | -39/+10 |
| | | | | add new one | ||||
* | SONAR-6717 Restore issues actions API | Julien Lancelot | 2015-10-09 | 2 | -7/+3 |
| | |||||
* | SONAR-6913 Stop support of issue attributes on batch side | Julien HENRY | 2015-10-07 | 1 | -0/+3 |
| | |||||
* | Remove issue attributes from batch | Simon Brandhof | 2015-10-07 | 1 | -0/+4 |
| | |||||
* | Create a shortcut to add secondary issue locations | Julien HENRY | 2015-10-07 | 1 | -0/+6 |
| | |||||
* | SONAR-6052 Drop secondary locations and rename execution flow -> flow | Julien HENRY | 2015-09-10 | 1 | -9/+3 |
| |