Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Generate client for api/rules | Simon Brandhof | 2017-11-29 | 21 | -848/+142 |
| | |||||
* | Generate client for api/settings | Simon Brandhof | 2017-11-29 | 19 | -123/+146 |
| | |||||
* | Exclude some WS from code generation | Simon Brandhof | 2017-11-29 | 2 | -46/+44 |
| | |||||
* | Generate client of api/qualitygates and api/roots | Simon Brandhof | 2017-11-29 | 43 | -349/+232 |
| | |||||
* | Add generator of sonar-ws sources | Daniel Schwarz | 2017-11-29 | 31 | -909/+11381 |
| | |||||
* | Initial generation of sonar-ws client | Simon Brandhof | 2017-11-29 | 103 | -1878/+304 |
| | |||||
* | SONAR-9000 display all organizations a user is a member of | Stas Vilchik | 2017-11-29 | 13 | -52/+78 |
| | |||||
* | SONAR-9000 Regenerate WS client for api/organizations/search | Teryk Bellahsene | 2017-11-29 | 1 | -1/+22 |
| | |||||
* | SONAR-9000 Drop api/organizations/search_my_organizations | Teryk Bellahsene | 2017-11-29 | 4 | -260/+1 |
| | |||||
* | SONAR-9000 Add admin action to WS api/organizations/search | Teryk Bellahsene | 2017-11-29 | 5 | -74/+98 |
| | |||||
* | SONAR-9000 Filter on membership in WS api/organizations/search | Teryk Bellahsene | 2017-11-29 | 5 | -33/+135 |
| | |||||
* | SONAR-9000 Limit number of results for api/organizations/search to 500 | Teryk Bellahsene | 2017-11-29 | 2 | -16/+31 |
| | |||||
* | Use correct metric suffix | Grégoire Aubert | 2017-11-28 | 3 | -10/+10 |
| | |||||
* | Automatic merge from branch-6.7 | ssjenka | 2017-11-27 | 1 | -1/+3 |
|\ | | | | | | | | | | | | | * origin/branch-6.7: Fix Maven scanner incompatibility in UpgradeTest Silent cancelation of branch build on Travis if a PR is open SONAR-10057 upgrade PostgreSQL driver | ||||
| * | Fix Maven scanner incompatibility in UpgradeTest | Simon Brandhof | 2017-11-24 | 1 | -1/+3 |
| | | | | | | | | Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com> | ||||
| * | Silent cancelation of branch build on Travis if a PR is open | Stas Vilchik | 2017-11-24 | 1 | -4/+5 |
| | | |||||
| * | SONAR-10057 upgrade PostgreSQL driver | Simon Brandhof | 2017-11-24 | 2 | -2/+2 |
| | | | | | | | | to fix compatibility with PostgreSQL 10.0 | ||||
* | | fix assignee select in bulk change form | Stas Vilchik | 2017-11-24 | 3 | -9/+7 |
| | | |||||
* | | Add Unit tests for users permission page | Grégoire Aubert | 2017-11-24 | 12 | -0/+701 |
| | | |||||
* | | Update users permission IT's | Grégoire Aubert | 2017-11-24 | 8 | -373/+201 |
| | | |||||
* | | Remove old users page | Grégoire Aubert | 2017-11-24 | 29 | -1532/+1 |
| | | |||||
* | | Rewrite users page to TS and React | Grégoire Aubert | 2017-11-24 | 47 | -538/+2428 |
| | | |||||
* | | Move 'parseError' to request lib | Grégoire Aubert | 2017-11-24 | 22 | -40/+38 |
| | | |||||
* | | Silent cancellation of branch build on Travis if a PR is open | Stas Vilchik | 2017-11-24 | 1 | -4/+5 |
| | | |||||
* | | Revert "Do not compile Java tests in quick-build.sh" | Simon Brandhof | 2017-11-24 | 1 | -1/+1 |
| | | | | | | | | This reverts commit d7016491fb4bd7d1c19ba36499649ad6a6d6da8e. | ||||
* | | SONAR-10057 upgrade PostgreSQL driver | Simon Brandhof | 2017-11-24 | 2 | -2/+2 |
| | | | | | | | | to fix compatibility with PostgreSQL 10.0 | ||||
* | | fix logback configuration in UTs to drastically reduce build verbosity | Sébastien Lesaint | 2017-11-24 | 13 | -5/+151 |
| | | |||||
* | | fix unstable UT SharedHealthStateImplTest | Sébastien Lesaint | 2017-11-24 | 1 | -0/+3 |
| | | |||||
* | | SONAR-10104 use fixed ThreadPool with timeout on core threads | Sébastien Lesaint | 2017-11-24 | 1 | -14/+18 |
| | | | | | | | | this strategy really allows to use multiple threads when queue is growing and little to no workers when its small | ||||
* | | SONAR-10112 add MBean to monitor queue and workers of AsyncExecution | Sébastien Lesaint | 2017-11-24 | 8 | -19/+256 |
| | | |||||
* | | SONAR-10104 make webhooks run synchronously in the Compute Engine | Sébastien Lesaint | 2017-11-24 | 5 | -3/+86 |
| | | |||||
* | | SONAR-10104 update IT to support concurrent and async webhook calls | Sébastien Lesaint | 2017-11-24 | 2 | -3/+19 |
| | | |||||
* | | SONAR-10104 async webhooks with full in-memory implementation | Sébastien Lesaint | 2017-11-24 | 16 | -16/+454 |
| | | |||||
* | | SONAR-10085 include EvaluatedQualityGate in QGChangeEvent | Sébastien Lesaint | 2017-11-24 | 13 | -342/+707 |
| | | |||||
* | | SONAR-10065 persist properties sonar.pullRequest.* from analysis report | Sébastien Lesaint | 2017-11-24 | 2 | -13/+43 |
| | | |||||
* | | SONAR-10085 add Quality Gate Change event API | Sébastien Lesaint | 2017-11-24 | 22 | -1020/+1605 |
| | | | | | | | | and use it for webhook on issue changes | ||||
* | | SONAR-10085 BranchDto and SnapshotDto have equals hashCode & toString | Sébastien Lesaint | 2017-11-24 | 2 | -0/+69 |
| | | |||||
* | | SONAR-10085 webhook now use shared model of QualityGate | Sébastien Lesaint | 2017-11-24 | 11 | -435/+166 |
| | | |||||
* | | SONAR-10085 add QualityGate model to be shared accross server | Sébastien Lesaint | 2017-11-24 | 8 | -0/+1066 |
| | | |||||
* | | Support build of SonarQube with JDK 9 | Simon Brandhof | 2017-11-23 | 65 | -419/+319 |
| | | |||||
* | | Rename protobuf response of api/ce/component | Daniel Schwarz | 2017-11-23 | 4 | -26/+26 |
| | | | | | | | | The new name "ComponentResponse" will allow to autogenerate sonar-ws for this webservice | ||||
* | | SONAR-10119 Set default page size of api/organizations/search to 100 | Daniel Schwarz | 2017-11-23 | 2 | -4/+4 |
| | | |||||
* | | LICENSE-85 Add OfficialDistribution to the pico of the compute engine | Julien HENRY | 2017-11-22 | 2 | -1/+3 |
| | | |||||
* | | Add USER_PATCHES_HOME support and minor quality improvements (#2815) | Janos Gyerik | 2017-11-21 | 3 | -71/+85 |
| | | |||||
* | | Automatic merge from branch-6.7 | ssjenka | 2017-11-21 | 1 | -11/+12 |
|\| | | | | | | | | | * origin/branch-6.7: SONAR-10054 Fix error when changing rule severity for a quality profile | ||||
| * | SONAR-10054 Fix error when changing rule severity for a quality profile | Grégoire Aubert | 2017-11-20 | 1 | -11/+12 |
| | | |||||
* | | Fix search form in project permission page | Grégoire Aubert | 2017-11-20 | 1 | -1/+1 |
| | | |||||
* | | SONAR-10040 Fix usage of /api/rules/tags | Grégoire Aubert | 2017-11-20 | 1 | -1/+1 |
| | | |||||
* | | fix ActionsDropdown menu position | Stas Vilchik | 2017-11-20 | 2 | -3/+9 |
| | | |||||
* | | update wording in marketplace | Stas Vilchik | 2017-11-20 | 1 | -2/+2 |
| | |