Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Extract implementation from plugin API and create new module ↵ | Duarte Meneses | 2019-07-12 | 11 | -110/+24 | |
| | | | | sonar-plugin-api-impl | |||||
* | Extract implementation from plugin API and create new module ↵ | Duarte Meneses | 2019-07-12 | 24 | -1749/+106 | |
| | | | | sonar-plugin-api-impl | |||||
* | Extract implementation from plugin API - Server rule definition | Duarte Meneses | 2019-07-12 | 4 | -9/+14 | |
| | ||||||
* | Extract implementation from plugin API - Scanner FS | Duarte Meneses | 2019-07-12 | 11 | -1089/+4 | |
| | ||||||
* | Extract implementation from plugin API - fix tests | Duarte Meneses | 2019-07-12 | 30 | -2745/+15 | |
| | ||||||
* | Remove use of Guava in main sources of sonar-plugin-api | Duarte Meneses | 2019-07-12 | 10 | -35/+162 | |
| | ||||||
* | SONAR-12188 Density of duplications is calculated with number of lines of ↵ | Duarte Meneses | 2019-06-13 | 1 | -4/+21 | |
| | | | | test files | |||||
* | SONAR-11969 Make Edition available for analyzers in the Scanner API | Duarte Meneses | 2019-05-06 | 3 | -12/+33 | |
| | ||||||
* | Upgrade assertj-core to 3.12.2 and assertj-guava to 3.2.1 for compatibility ↵ | Duarte Meneses | 2019-04-30 | 1 | -1/+3 | |
| | | | | with Java 11 | |||||
* | SONAR-10725 fix EmailSettings.getServerBaseURL() | Sébastien Lesaint | 2019-04-26 | 1 | -13/+7 | |
| | ||||||
* | SONAR-11757 single notification for FPs and changes on my issues | Sébastien Lesaint | 2019-04-23 | 1 | -0/+12 | |
| | ||||||
* | Drop unused Java API org.sonar.api.web.Criterion | Simon Brandhof | 2019-04-03 | 1 | -46/+0 | |
| | ||||||
* | SONAR-11795 Drop persistit and move coverage measures computation to CE side | Julien HENRY | 2019-03-08 | 1 | -1/+1 | |
| | ||||||
* | SONAR-11670 Drop preview mode | Julien HENRY | 2019-02-21 | 2 | -55/+0 | |
| | ||||||
* | SONAR-11558 Index basedir by default when sonar.sources is not provided | Julien HENRY | 2019-02-18 | 1 | -2/+30 | |
| | ||||||
* | SONAR-11631 replace Component.version by Metadata.projectVersion | Sébastien Lesaint | 2019-02-11 | 3 | -8/+5 | |
| | | | | in scanner report | |||||
* | SONAR-11620 Add scm based file exclusion method to plugin api | Benoît Gianinetti | 2019-01-22 | 1 | -0/+6 | |
| | ||||||
* | SONAR-11606 Stop excluding directories starting with a dot | Duarte Meneses | 2019-01-16 | 1 | -1/+12 | |
| | ||||||
* | change year in file headers | Stas Vilchik | 2019-01-16 | 1 | -1/+1 | |
| | ||||||
* | SONAR-11598 Rework CPD exclusions | Julien HENRY | 2019-01-16 | 1 | -29/+26 | |
| | ||||||
* | Fix quality flaws | Julien HENRY | 2019-01-16 | 2 | -14/+106 | |
| | ||||||
* | SONAR-11465 Move post-job at project level | Julien HENRY | 2019-01-16 | 1 | -0/+1 | |
| | ||||||
* | SONAR-11459 Stop publishing modules and folders in the scanner report | Julien HENRY | 2019-01-16 | 1 | -12/+12 | |
| | ||||||
* | SONAR-11459 Remove ModuleFileSystemInitializer | Julien HENRY | 2019-01-16 | 1 | -0/+265 | |
| | ||||||
* | SONAR-11465 Deprecate InputModule and introduce InputProject | Julien HENRY | 2019-01-16 | 5 | -25/+27 | |
| | ||||||
* | SONAR-11459 move dir and module issues to root | Michal Duda | 2019-01-16 | 2 | -13/+75 | |
| | ||||||
* | SONAR-11465 NoSonarFilter moved to project level | Julien HENRY | 2019-01-16 | 1 | -59/+10 | |
| | ||||||
* | SONAR-11225 NPE when using RelativePathPredicate with a path starting by .. | Duarte Meneses | 2019-01-10 | 3 | -7/+65 | |
| | ||||||
* | SONAR-11571 Drop warning treshold from QG web services | Benoît Gianinetti | 2019-01-08 | 1 | -44/+13 | |
| | ||||||
* | SONAR-11570 Drop period from web services | Janos Gyerik | 2019-01-08 | 1 | -25/+2 | |
| | ||||||
* | Fix license headers for 2019 | Duarte Meneses | 2019-01-02 | 173 | -173/+173 | |
| | ||||||
* | SONAR-11515 Add QProfileKey to ActiveRule in scanner report | Benoît Gianinetti | 2018-12-03 | 1 | -0/+2 | |
| | ||||||
* | SONAR-11514 Backdate issue when rule parameter is updated (#971) | Benoit | 2018-12-03 | 4 | -17/+157 | |
| | ||||||
* | Move scan test resources outside IDE classpath | Simon Brandhof | 2018-11-30 | 1 | -2/+2 | |
| | | | | That fixes the compatibility with Idea 2018.3 | |||||
* | SONARCLOUD-45 Advertise featured projects on SonarCloud | Pascal Mugnier | 2018-11-01 | 1 | -6/+5 | |
| | | | | | | | | | | | | * Update code to use the new homepage.json file * Update fields name * Add business metric project_public_projects * Add business metric project_public_loc * generator of JSON input for SonarCloud homepage * add generator zip to burgr * add integration test * rename "7dNewPullRequests" to "newPullRequests7d" * Use new 'newPullRequests7d' field | |||||
* | SONAR-11271 Introduce two new rights | Eric Hartmann | 2018-10-10 | 1 | -0/+7 | |
| | | | | | APPLICATION_CREATOR to allow creation of Applications PORTFOLIO_CREATOR to allow creation of Portfolios | |||||
* | SONAR-11302 Generate random login when identity login is null | Julien Lancelot | 2018-10-10 | 1 | -15/+2 | |
| | ||||||
* | SONAR-11209 remove space in ad hoc rule names | Julien HENRY | 2018-09-24 | 1 | -3/+11 | |
| | ||||||
* | SONAR-11209 Store ad hoc rules coming from scanner in rules_metadata | Julien HENRY | 2018-09-24 | 1 | -15/+15 | |
| | ||||||
* | SONAR-11209 Allow sensors to provide ad hoc rule metadata for external issues | Julien HENRY | 2018-09-24 | 2 | -1/+151 | |
| | ||||||
* | SONAR-11259 Improve source offset handling on Windows | Julien HENRY | 2018-09-24 | 6 | -39/+56 | |
| | | | | | | * Trying to create a range in the middle of a \r\n sequence will now automatically be adapted to exclude the eol * Fix a few other tests on Windows | |||||
* | Fix encoding of WebServiceTest | Simon Brandhof | 2018-09-19 | 1 | -2/+2 | |
| | ||||||
* | SONAR-11185 Allow portfolio to define projects by tags | Julien Lancelot | 2018-09-07 | 1 | -0/+23 | |
| | | | | | | | | * SONAR-11199 Allow selection of no project mode * Add tags in views definition * Create api/views/set_tags_mode * Return tags mode in api/views/show * Take into account tags during portfolio computation | |||||
* | SONAR-8368 move package org.sonar.api.issue.condition to server-common | Sébastien Lesaint | 2018-08-21 | 5 | -256/+0 | |
| | ||||||
* | SONAR-11169 add ability to verify log arguments | Sébastien Lesaint | 2018-08-21 | 1 | -1/+1 | |
| | ||||||
* | SONAR-11073 Remove trailing slash in "Server base URL" | Julien HENRY | 2018-08-02 | 1 | -1/+19 | |
| | | | | To fix Bitbucket/GitHub oauth, and probably many other places | |||||
* | SONAR-10986 Extend RulesDefinitions API to support security standards (API only) | Janos Gyerik | 2018-07-09 | 1 | -0/+7 | |
| | ||||||
* | SONAR-10867 Add security hotspot new issue type | Julien HENRY | 2018-07-04 | 1 | -3/+3 | |
| | ||||||
* | SONAR-10138 Remove support for API < 5.6 | Duarte Meneses | 2018-06-29 | 34 | -2253/+8 | |
| | ||||||
* | SONARCLOUD-62 Move /sq/* pages and terms.pdf (#382) | Stas Vilchik | 2018-06-21 | 1 | -3/+4 | |
| | | | | | | | | | * extract SonarCloudPage * add "As a Service" page * add "Branch analysis & PR decoration" page * add "SonarLint integration" page * add VSTS page * Move terms.pdf |