Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-16567 add the field isExpired to the response of the token search API. | Matteo Mara | 2022-07-07 | 1 | -0/+1 | |
| | ||||||
* | SONAR-16567 add an analysis warning when using a token expiring in less than ↵ | Matteo Mara | 2022-07-06 | 1 | -0/+6 | |
| | | | | 7 days. | |||||
* | SONAR-16567 update API api/user_tokens/search for returning the expiration date | Matteo Mara | 2022-07-01 | 3 | -1/+13 | |
| | ||||||
* | SONAR-16565 update the API api/user_tokens/generate for accepting the token ↵ | Matteo Mara | 2022-07-01 | 1 | -0/+1 | |
| | | | | expiration date | |||||
* | SONAR-16518 support contextual section descriptions in /api/rules/search and ↵ | Aurelien Poscia | 2022-06-30 | 1 | -0/+5 | |
| | | | | | | | | /api/rules/show + adapt ES indexation SONAR-16518 update api/rules/search, api/rules/show documentation Update /api/rules/search and /api/rules/show to put change log in change logs entries rather than description | |||||
* | SONAR-11599 drop module_uuid from ES index, api/issues/search and issueDto. | Aurelien Poscia | 2022-06-15 | 3 | -6/+4 | |
| | ||||||
* | SONAR-16364 Do not return rule descriptions in case the field is not requested | Aurelien Poscia | 2022-06-09 | 1 | -1/+5 | |
| | ||||||
* | SONAR-16449 remove SonarCloud references in SonarQube codebase | Pierre Guillot | 2022-06-07 | 3 | -15/+1 | |
| | ||||||
* | SONAR-16079: Use `sinceLeakPeriod` in generated hotpots URLs used for PR ↵ | Dimitris Kavvathas | 2022-06-07 | 2 | -6/+6 | |
| | | | | | | | | | | | | | | decoration. Frontend still recognizes `sinceLeakPeriod` and translates it to `inNewCodePeriod` when it calls the WS. Therefore, the generated links should still use the old parameter name until the frontend is updated. SONAR-16079: Update test with 'inNewCodePeriod' parameter SONAR-16079: Revert usage of "inNewCodePeriod" from the frontend SONAR-16079: Continue using "sinceLeakPeriod" on the frontend and send the new "inNewCodePeriod" param to the backend SONAR-16079: Update description for "inNewCodePeriod" parameter SONAR-16079: Extract static fields for String literals SONAR-16079: Replace "sinceLeakPeriod" parameter with "inNewCodePeriod" for "api/hotspots/search" internal endpoint | |||||
* | SONAR-16423 - License Usage endpoint should be standard API | Belen Pruvost | 2022-06-03 | 1 | -0/+14 | |
| | ||||||
* | SONAR-16423 - Project license API changes | Belen Pruvost | 2022-06-02 | 1 | -4/+3 | |
| | ||||||
* | SONAR-16370 Added integration test for new endpoint api/issues/pull | Lukasz Jarocki | 2022-06-01 | 2 | -0/+106 | |
| | ||||||
* | SONAR-16316 Add IT | Duarte Meneses | 2022-06-01 | 5 | -0/+152 | |
| | ||||||
* | SONAR-16370 added new endpoint api/issues/pull | Lukasz Jarocki | 2022-06-01 | 2 | -0/+32 | |
| | ||||||
* | SONAR-16177 fix SSF-206 | Aurelien Poscia | 2022-05-30 | 1 | -0/+1 | |
| | ||||||
* | SONAR-16397 update hotspot API to handle advanced rule descriptions | Aurelien Poscia | 2022-05-11 | 1 | -3/+3 | |
| | ||||||
* | SONAR-16364 Update Rule API to support multiple description sections | Zipeng WU | 2022-05-09 | 1 | -1/+7 | |
| | ||||||
* | SONAR-16263 Added integration tests | Lukasz Jarocki | 2022-04-29 | 2 | -1/+24 | |
| | ||||||
* | SONAR-16264 - Search Tokens endpoint update | Belen Pruvost | 2022-04-29 | 1 | -0/+7 | |
| | ||||||
* | SONAR-16263 Update API endpoint for token generation | Matteo Mara | 2022-04-29 | 1 | -0/+1 | |
| | ||||||
* | SONAR-16260 - Add token type to user_tokens | belen-pruvost-sonarsource | 2022-04-29 | 1 | -0/+1 | |
| | ||||||
* | SONAR-16261 - Endpoint to search for Projects a user can scan | Belen Pruvost | 2022-04-29 | 2 | -0/+11 | |
| | ||||||
* | SONAR-16232 Add dependencies to new sonar-plugin-api | Duarte Meneses | 2022-04-21 | 1 | -1/+1 | |
| | | | | | - fix tests - use plugin api from artifactory | |||||
* | SONAR-16139 Drop api/users/set_setting and related db table | Duarte Meneses | 2022-04-01 | 7 | -171/+1 | |
| | ||||||
* | SONAR-16182 Migrate remaining modules from java 8 to java 11 | Duarte Meneses | 2022-03-28 | 1 | -2/+0 | |
| | ||||||
* | SONAR-16129 Handle Owasp Top 10 2021 facet in issue search | Matteo Mara | 2022-03-21 | 1 | -1/+1 | |
| | ||||||
* | SONAR-16123 Update security_reports endpoint | Matteo Mara | 2022-03-18 | 1 | -0/+1 | |
| | ||||||
* | SONAR-16128 SONAR-16126 Update Security PDF Report with OWASP Top 10 and CWE ↵ | Lukasz Jarocki | 2022-03-17 | 1 | -0/+1 | |
| | | | | | | 2021 data Co-authored-by: Belén Pruvost <belen.pruvost@sonarsource.com> | |||||
* | SONAR-13672 fixed bibucket -> bitbucket typo | Aurelien Poscia | 2022-03-16 | 4 | -6/+6 | |
| | ||||||
* | Revert "SONAR-13672 fixed bibucket -> bitbucket typo" | Aurelien Poscia | 2022-03-16 | 4 | -6/+6 | |
| | | | | This reverts commit a9902e75b917f3007b8226afe6d2dc51c9a7b519. | |||||
* | SONAR-13672 fixed typo bibucket -> bitbucket typo | --replace-all | 2022-03-16 | 4 | -6/+6 | |
| | ||||||
* | SONAR-16073 add integration test for new endpoint | Léo Geoffroy | 2022-03-09 | 1 | -0/+14 | |
| | ||||||
* | SONAR-16013 export database results to CSV | Matteo Mara | 2022-03-09 | 1 | -1/+1 | |
| | ||||||
* | SONAR-16058 replace sinceLeakPeriod with inNewCodePeriod | Matteo Mara | 2022-03-01 | 1 | -0/+2 | |
| | ||||||
* | SONAR-16009 Extend response of `api/hotspots/search` to include secondary ↵ | Klaudio Sinani | 2022-02-25 | 1 | -0/+2 | |
| | | | | locations data | |||||
* | SONAR-16007 Add flows response field to `api/hotspots/show` | Jacek | 2022-02-25 | 1 | -0/+1 | |
| | ||||||
* | SONAR-10930 add pagination in activity API | Matteo Mara | 2022-02-25 | 3 | -2/+16 | |
| | ||||||
* | SONAR-16029 integration test for push endpoint | Lukasz Jarocki | 2022-02-18 | 3 | -0/+50 | |
| | ||||||
* | Update license headers for 2022 [update headers] | Pierre | 2022-01-28 | 456 | -456/+456 | |
| | ||||||
* | SONAR-15688 add prometheus web API endpoint | Pierre | 2021-12-07 | 3 | -0/+69 | |
| | ||||||
* | SONAR-15725 ITs should use new WSs | Duarte Meneses | 2021-12-05 | 29 | -16/+462 | |
| | ||||||
* | SONAR-15702 - Backend Integration Tests | Belen Pruvost | 2021-12-03 | 2 | -6/+76 | |
| | ||||||
* | Improve code quality | Duarte Meneses | 2021-11-20 | 2 | -4/+3 | |
| | ||||||
* | SONAR-15631 - Refactor UTs to stop using ExpectedException | Klaudio Sinani | 2021-11-19 | 3 | -44/+36 | |
| | ||||||
* | SONAR-13427 implement ITs | Lukasz Jarocki | 2021-11-16 | 5 | -0/+152 | |
| | ||||||
* | SONAR-13426 add api/project_badges/token endpoint | Pierre | 2021-11-15 | 1 | -0/+13 | |
| | ||||||
* | SONAR-15498 add IT and Purge should delete selected project if it only ↵ | Duarte Meneses | 2021-11-09 | 8 | -26/+240 | |
| | | | | selects a branch being deleted | |||||
* | SONAR-14658 Show additional security-related rules are available in security ↵ | Zipeng WU | 2021-11-09 | 1 | -0/+2 | |
| | | | | reports | |||||
* | SONAR-15570 Added integration test for export and import between editions | Lukasz Jarocki | 2021-11-04 | 1 | -0/+15 | |
| | ||||||
* | SONAR-15587 Sonarlint Promotion | Jeremy Davis | 2021-11-03 | 1 | -0/+14 | |
| |