Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make web services api/webhooks/* public | Simon Brandhof | 2017-03-09 | 4 | -4/+2 |
| | |||||
* | SONAR-8623 Fix regression with project level measures | Julien HENRY | 2017-03-09 | 4 | -42/+81 |
| | |||||
* | fix styles on landing page | Stas Vilchik | 2017-03-08 | 1 | -2/+2 |
| | |||||
* | SONAR-8623 Index all source files, even the ones with no supported language | Duarte Meneses | 2017-03-08 | 2 | -12/+23 |
| | |||||
* | Fix PROJECT_VERSION on Travis for SNAPSHOT versions | Simon Brandhof | 2017-03-06 | 1 | -1/+1 |
| | |||||
* | Back to development version 6.3-SNAPSHOT | Simon Brandhof | 2017-03-06 | 53 | -53/+53 |
| | |||||
* | Upgrade to parent 406.3-RC4 | Simon Brandhof | 2017-03-04 | 1 | -1/+1 |
| | |||||
* | Support RELEASE versions in IssueJsonReportTest | Simon Brandhof | 2017-03-04 | 1 | -3/+10 |
| | |||||
* | Fix build version of RC to not have "x.y-RCz.0.<build>" | Simon Brandhof | 2017-03-03 | 1 | -6/+6 |
| | | | | The correct format is "x.y.0.<build>" | ||||
* | No need to change project version on Travis when not SNAPSHOT | Simon Brandhof | 2017-03-03 | 1 | -2/+1 |
| | |||||
* | Publish 6.3-RC4 | Simon Brandhof | 2017-03-03 | 53 | -53/+53 |
| | |||||
* | Support release versions on 2 or 3 fields | Simon Brandhof | 2017-03-03 | 1 | -10/+29 |
| | |||||
* | SONAR-8883 Fix Server::getVersion() on scanner side, and reenable ↵ | Julien HENRY | 2017-03-02 | 4 | -26/+23 |
| | | | | IssueJsonReportTest IT | ||||
* | SONAR-8622 Fix preview mode/JSON report on branches | Julien HENRY | 2017-03-02 | 7 | -51/+100 |
| | |||||
* | Remove javaProperties plugin from PluginsTest | Julien Lancelot | 2017-03-02 | 1 | -1/+1 |
| | |||||
* | Remove JSON plugin | Julien Lancelot | 2017-03-02 | 1 | -1/+1 |
| | |||||
* | SONAR-8460 Do not fail to write response when profile not found | Julien Lancelot | 2017-03-02 | 2 | -11/+15 |
| | |||||
* | SONAR-8460 Remove Errors | Julien Lancelot | 2017-03-02 | 13 | -112/+37 |
| | |||||
* | SONAR-8460 Remove creation BadRequestException with Errors | Julien Lancelot | 2017-03-02 | 6 | -63/+45 |
| | |||||
* | SONAR-8460 Fix bundled error messages | Julien Lancelot | 2017-03-02 | 3 | -31/+24 |
| | |||||
* | SONAR-8460 Simplify creation of BadRequestException with one message | Julien Lancelot | 2017-03-02 | 43 | -218/+136 |
| | |||||
* | SONAR-8460 Remove isEmpty from Errors | Julien Lancelot | 2017-03-02 | 5 | -8/+4 |
| | |||||
* | SONAR-8460 Remove check from Errors | Julien Lancelot | 2017-03-02 | 4 | -15/+19 |
| | |||||
* | SONAR-8460 Remove writeJson from Errors | Julien Lancelot | 2017-03-02 | 4 | -25/+37 |
| | |||||
* | fix quality flaw | Stas Vilchik | 2017-03-02 | 1 | -2/+0 |
| | |||||
* | SONAR-8835 support NULL in column file_sources.line_hashes | Simon Brandhof | 2017-03-01 | 7 | -33/+49 |
| | | | | | The column can be null on Oracle if source content is empty. Other databases do not store NULL but empty string. | ||||
* | SONAR-8835 file move detection does not need to compute source hash | Simon Brandhof | 2017-03-01 | 4 | -19/+5 |
| | |||||
* | SONAR-8451 fix bad state on measures page | Stas Vilchik | 2017-03-01 | 2 | -3/+6 |
| | |||||
* | SONAR-8659 Bring back "Edit Permissions" to system administrators | Simon Brandhof | 2017-03-01 | 2 | -47/+76 |
| | |||||
* | BUILD-384 Replace usage of groovy-maven-plugin (not compliant with Maven ↵ | David Rautureau | 2017-02-24 | 2 | -29/+33 |
| | | | | paraller execution) by beanshell-maven-plugin | ||||
* | Always public artifacts with full build version6.3.0.18800 | Simon Brandhof | 2017-02-22 | 1 | -13/+8 |
| | |||||
* | Set version 6.3-SNAPSHOT | Simon Brandhof | 2017-02-22 | 53 | -53/+53 |
| | |||||
* | Fix deployment of RCs | Simon Brandhof | 2017-02-22 | 1 | -1/+1 |
| | | | | | Technical version of RC must not be replaced by the build version on 4 fields. | ||||
* | Publish version 6.3-RC3 | Simon Brandhof | 2017-02-22 | 53 | -53/+53 |
| | |||||
* | SONAR-8831 increase performance of bulk issue storage | Daniel Schwarz | 2017-02-22 | 1 | -1/+2 |
| | |||||
* | SONAR-8704 allow roots to see all projects and measures | Simon Brandhof | 2017-02-21 | 8 | -24/+112 |
| | | | | even if they don't have the expected permissions | ||||
* | SONAR-8704 update indices authorization if browse permission is fully removed | Simon Brandhof | 2017-02-21 | 2 | -22/+36 |
| | | | | | | The types "authorization" of ES indices should be updated when all the groups and users loose the projet permission "browse". Currently this change was silently ignored and old permissions were still used. | ||||
* | SONAR-8823 Deprecate API org.sonar.api.web.Footer | Teryk Bellahsene | 2017-02-21 | 1 | -0/+2 |
| | |||||
* | Add logs when Travis downloads phantomjs and JDK8 | Simon Brandhof | 2017-02-21 | 1 | -0/+2 |
| | |||||
* | Ability to release versions without build number in artifact filenames | Simon Brandhof | 2017-02-21 | 5 | -38/+102 |
| | |||||
* | SONAR-8658 display "Apply Template" button for org admin | Stas Vilchik | 2017-02-20 | 1 | -2/+4 |
| | |||||
* | SONAR-8658 add field configuration.canApplyPermissionTemplate to response of ↵ | Simon Brandhof | 2017-02-20 | 2 | -13/+34 |
| | | | | api/navigation/component | ||||
* | change wording in organization form | Stas Vilchik | 2017-02-20 | 2 | -2/+4 |
| | |||||
* | return `isDefault` in /api/navigation/organization | Stas Vilchik | 2017-02-20 | 2 | -2/+9 |
| | |||||
* | SONAR-8658 fix applying of permission template | Stas Vilchik | 2017-02-20 | 1 | -1/+2 |
| | |||||
* | fix ui glitch on settings page on safari | Stas Vilchik | 2017-02-20 | 1 | -1/+1 |
| | |||||
* | SONAR-8710 add SCAN permission to template of new organizations6.3.0.18587 | Sébastien Lesaint | 2017-02-17 | 4 | -37/+43 |
| | |||||
* | SONAR-8751 drop Owners group for personal organizations | Sébastien Lesaint | 2017-02-17 | 3 | -48/+141 |
| | | | | user permissions replace group permissions in the default template and also SCAN permission is added to the template | ||||
* | Disable authorization for roots in ES indices | Simon Brandhof | 2017-02-17 | 5 | -0/+185 |
| | |||||
* | SONAR-8769 Display project and organization keys in the analysis logs | Duarte Meneses | 2017-02-17 | 2 | -1/+28 |
| |