Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-9880 Add ANALYSIS_UUID on WEBHOOK_DELIVERIES | Eric Hartmann | 2017-10-17 | 25 | -33/+542 |
| | |||||
* | SONAR-9871 move WebhookPayloadFactory to share it with web | Sébastien Lesaint | 2017-10-17 | 19 | -208/+1097 |
| | |||||
* | SONAR-9871 add WebHooks#isEnabled | Sébastien Lesaint | 2017-10-17 | 3 | -19/+113 |
| | |||||
* | SONAR-9870 add status of short living branche as hardcoded QG | Sébastien Lesaint | 2017-10-17 | 7 | -22/+113 |
| | |||||
* | SONAR-9871 move webhook code to use it in web | Sébastien Lesaint | 2017-10-17 | 25 | -220/+418 |
| | | | | as well as we use it in CE report processing | ||||
* | SONAR-9869 add project.url and branch.url to webhook payload | Sébastien Lesaint | 2017-10-17 | 2 | -20/+78 |
| | |||||
* | SONAR-9869 add changedAt to webhook payload | Sébastien Lesaint | 2017-10-17 | 6 | -109/+147 |
| | |||||
* | SONAR-9828 add jaxb-api to server | Simon Brandhof | 2017-10-17 | 2 | -0/+9 |
| | | | | | | JAXB requires to depend on Java 9 module java.xml.bind. To keep things simple, providing the library at runtime allows to use default minimal Java 9 runtime. | ||||
* | SONAR-9828 fix failure in CPD on Java 9 | Simon Brandhof | 2017-10-17 | 1 | -1/+10 |
| | |||||
* | SONAR-9264 Rounding issue in line charts | Stas Vilchik | 2017-10-17 | 1 | -2/+14 |
| | |||||
* | SONAR-8146 Upgrade form does not fail if server stops | Stas Vilchik | 2017-10-17 | 5 | -47/+76 |
| | |||||
* | SONAR-8587 do not put auto focus search field on code page | Stas Vilchik | 2017-10-17 | 1 | -1/+0 |
| | |||||
* | SONAR-9850 Remove scrollbar from the "Similar Issues" filter popup | Stas Vilchik | 2017-10-17 | 3 | -14/+29 |
| | |||||
* | SONAR-9544 Long words in issue box breaks the display | Stas Vilchik | 2017-10-17 | 4 | -258/+249 |
| | |||||
* | avoid displaying too long branch names | Stas Vilchik | 2017-10-17 | 3 | -169/+191 |
| | |||||
* | SONAR-9647 Issue box is not displayed for not file level issues | Stas Vilchik | 2017-10-17 | 2 | -3/+9 |
| | |||||
* | SONAR-9782 Permissions are not correctly checked for a file permalink | Stas Vilchik | 2017-10-17 | 1 | -7/+15 |
| | |||||
* | SONAR-9981 Upgrade Elasticsearch to 5.6.3 | Daniel Schwarz | 2017-10-17 | 33 | -31/+31 |
| | |||||
* | SONAR-9931 warn if sonar.cpd.cross_project is used in the compute engine | Daniel Schwarz | 2017-10-17 | 2 | -0/+13 |
| | |||||
* | SONAR-9931 deprecate sonar.cpd.cross_project property | Daniel Schwarz | 2017-10-17 | 2 | -2/+6 |
| | |||||
* | fix description of api/qualityprofiles/search | Daniel Schwarz | 2017-10-17 | 1 | -1/+1 |
| | |||||
* | SONAR-9905 Notification daemon must not be started twice | Eric Hartmann | 2017-10-17 | 3 | -8/+9 |
| | |||||
* | SONAR-8303 Create new rule from template with custom rule type | Stas Vilchik | 2017-10-17 | 2 | -1/+21 |
| | |||||
* | SONAR-8303 Add type parameter to WS api/rules/create | Teryk Bellahsene | 2017-10-17 | 4 | -5/+27 |
| | |||||
* | Fix quality flaws | Daniel Schwarz | 2017-10-17 | 1 | -3/+6 |
| | |||||
* | Travis - support analysis of PR based on PR | Simon Brandhof | 2017-10-16 | 1 | -13/+9 |
| | |||||
* | Automatic merge from branch-6.6 | ssjenka | 2017-10-16 | 3 | -11/+13 |
|\ | | | | | | | | | * origin/branch-6.6: SONAR-9986 Add back id to WS api/components/search_projects | ||||
| * | SONAR-9986 Add back id to WS api/components/search_projects | Teryk Bellahsene | 2017-10-16 | 3 | -11/+13 |
| | | |||||
* | | Fix Quality flaws | Simon Brandhof | 2017-10-16 | 1 | -1/+0 |
| | | |||||
* | | SONAR-9263 log warning once when OAuth URL is http but not https | Simon Brandhof | 2017-10-16 | 5 | -28/+154 |
| | | |||||
* | | Remove unused dependency on commons-beanutils | Simon Brandhof | 2017-10-16 | 3 | -20/+0 |
| | | |||||
* | | Drop OldRestoreAction (api/profiles/restore) | Janos Gyerik | 2017-10-16 | 4 | -143/+2 |
| | | |||||
* | | SONAR-9982 Upgrade to Hazelcast 3.8.6 | Eric Hartmann | 2017-10-16 | 1 | -1/+1 |
| | | |||||
* | | Fix warning at startup regarding JVmStateSection | Simon Brandhof | 2017-10-16 | 3 | -10/+8 |
| | | | | | | | | | | | | Two same instances of JvmStateSection are defined in pico. It generates the warning log: "WARN ce[][o.s.c.p.ComponentKeys] Bad component key: org.sonar.process.systeminfo.JvmStateSection@13078cb2. Please implement toString() method on class org.sonar.process.systeminfo.JvmStateSection" | ||||
* | | Delete deprecated and unused Server#getDeployDir() | Simon Brandhof | 2017-10-16 | 8 | -43/+1 |
| | | |||||
* | | Fix package of class CopyDeprecatedServerId | Simon Brandhof | 2017-10-16 | 3 | -3/+1 |
| | | |||||
* | | SONAR-9980 allow to search for words >15 chars in rule descriptions | Daniel Schwarz | 2017-10-16 | 2 | -5/+10 |
| | | |||||
* | | SONAR-9965 add test for html content in the rule description | Daniel Schwarz | 2017-10-16 | 1 | -0/+12 |
| | | |||||
* | | SONAR-8516 Improve UI of quality gate section on the project dashboard | Stas Vilchik | 2017-10-16 | 1 | -12/+10 |
| | | |||||
* | | SONAR-9691 Align size badges on project cards | Stas Vilchik | 2017-10-16 | 2 | -17/+17 |
| | | |||||
* | | SONAR-9822 Quality Gate cannot be displayed directly if it includes a custom ↵ | Stas Vilchik | 2017-10-16 | 1 | -4/+9 |
| | | | | | | | | metric that was deleted | ||||
* | | SONAR-9780 Add keyboard shortcuts help on the Rules page | Stas Vilchik | 2017-10-16 | 4 | -15/+19 |
| | | |||||
* | | SONAR-9756 update wording for branch life time | Stas Vilchik | 2017-10-16 | 1 | -2/+2 |
| | | |||||
* | | fix incorrect characther in core.properties | Stas Vilchik | 2017-10-16 | 1 | -1/+1 |
| | | |||||
* | | SONAR-8497 Increase size of input on Encryption page | Stas Vilchik | 2017-10-16 | 1 | -6/+8 |
| | | |||||
* | | SONAR-9790 Add project context to a file permalink | Stas Vilchik | 2017-10-16 | 4 | -31/+29 |
| | | |||||
* | | SONAR-9938 Hide histogram in creation date facet on issues page when there ↵ | Stas Vilchik | 2017-10-16 | 1 | -1/+1 |
| | | | | | | | | is no results | ||||
* | | SONAR-9473 Differentiate between selected issues and hovered issues | Stas Vilchik | 2017-10-16 | 2 | -0/+2 |
| | | |||||
* | | SONAR-9579 No redirect when browsing my new issues without authentication | Stas Vilchik | 2017-10-16 | 2 | -0/+11 |
| | | |||||
* | | SONAR-9966 Page extensions are shown for branches | Stas Vilchik | 2017-10-16 | 2 | -3/+14 |
| | |