Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bad api call with organization members | Grégoire Aubert | 2017-05-09 | 4 | -15/+37 |
| | |||||
* | SONAR-8886 Collapse directory path in component header | Grégoire Aubert | 2017-05-09 | 2 | -2/+6 |
| | |||||
* | SONAR-9165 hide tooltips on permissions page, update message | Stas Vilchik | 2017-05-09 | 4 | -5/+11 |
| | |||||
* | use prettier-css (#2035) | Stas Vilchik | 2017-05-09 | 21 | -64/+69 |
| | |||||
* | SONAR-8908 Check permissions when displaying an issue permalink | Stas Vilchik | 2017-05-09 | 10 | -22/+31 |
| | |||||
* | SONAR-9045 Add a color legend to projects bubble charts | Stas Vilchik | 2017-05-09 | 4 | -2/+74 |
| | |||||
* | SONAR-8641 Update severity icons | Stas Vilchik | 2017-05-09 | 1 | -6/+6 |
| | |||||
* | SONAR-6315 fix missing rule caching in DefinedQProfileCreation | Sébastien Lesaint | 2017-05-09 | 3 | -0/+53 |
| | |||||
* | SONAR-9168 do not fail when indexing measure with unexpected text value | Simon Brandhof | 2017-05-09 | 2 | -6/+24 |
| | |||||
* | SONAR-9182 Add visibility to WS api/projects/search | Teryk Bellahsene | 2017-05-08 | 6 | -6/+103 |
| | |||||
* | SONAR-8894 Compute number of members by organization | Teryk Bellahsene | 2017-05-08 | 5 | -0/+93 |
| | |||||
* | pass organization when searching tags on rule page | Stas Vilchik | 2017-05-08 | 1 | -3/+5 |
| | |||||
* | SONAR-9135 Remove test with ip6-localhost | Eric Hartmann | 2017-05-05 | 1 | -2/+0 |
| | |||||
* | SONAR-8771 Display more languages on the Projects page | Grégoire Aubert | 2017-05-05 | 1 | -7/+7 |
| | |||||
* | SONAR-8870 Search by WS description | Grégoire Aubert | 2017-05-05 | 7 | -47/+255 |
| | |||||
* | SONAR-9173 Hide some elements of the footer when the user is not logged | Grégoire Aubert | 2017-05-05 | 6 | -27/+92 |
| | |||||
* | SONAR-8903 drop issues filter by last week | Stas Vilchik | 2017-05-05 | 1 | -1/+1 |
| | |||||
* | SONAR-9135 Add safety checks in Cluster configuration | Eric Hartmann | 2017-05-05 | 5 | -25/+375 |
| | |||||
* | SONAR-9166 allow to change default project visibility on-premise (#2022) | Stas Vilchik | 2017-05-05 | 5 | -55/+69 |
| | |||||
* | Adjust scanner 2.8 perf timings | Duarte Meneses | 2017-05-05 | 1 | -1/+1 |
| | |||||
* | Fix quality issues | Duarte Meneses | 2017-05-05 | 1 | -4/+4 |
| | |||||
* | SONAR-9054 Revert WS api/navigation/organization filter out billing pages ↵ | Teryk Bellahsene | 2017-05-05 | 2 | -39/+2 |
| | | | | for personal organization | ||||
* | Improve reliability of SupportPrivateProjectInDefaultPermissionTemplateTest | Simon Brandhof | 2017-05-05 | 1 | -5/+5 |
| | | | | | There were some false-positives due to generated random values that are not unique. | ||||
* | display tooltip on permission template page | Stas Vilchik | 2017-05-05 | 1 | -24/+30 |
| | |||||
* | SONAR-8924 update api documentation of api/qualityprofiles/search | Daniel Schwarz | 2017-05-04 | 3 | -13/+26 |
| | |||||
* | SONAR-8924 let api/qualityprofiles/search use project’s organization | Daniel Schwarz | 2017-05-04 | 6 | -120/+110 |
| | |||||
* | SONAR-6135 Upgrade MySQL driver to 5.1.42 | Eric Hartmann | 2017-05-04 | 2 | -2/+2 |
| | | | | Add useSSL=false to default configuration | ||||
* | SONAR-7511 AbstractStoppableExecutorService produce warn logs | Sébastien Lesaint | 2017-05-04 | 1 | -2/+2 |
| | | | | rather than error logs | ||||
* | allow chaning "administer quality profiles" permission for organizations | Stas Vilchik | 2017-05-04 | 1 | -1/+1 |
| | |||||
* | sort my organizations by name | Stas Vilchik | 2017-05-04 | 1 | -1/+4 |
| | |||||
* | Cancel the Travis build of a branch when a pull request exists | Tom | 2017-05-04 | 1 | -1/+6 |
| | | | | | | It allows to not use slaves for nothing by executing twice (more or less) the same job. Building the pull request is enough in most cases. | ||||
* | SONAR-9122 prevent setting a project as private (#2015) | Stas Vilchik | 2017-05-04 | 15 | -35/+181 |
| | |||||
* | SONAR-9134 Define the minimum number of ES master nodes | Eric Hartmann | 2017-05-04 | 6 | -41/+152 |
| | | | | | | | In cluster mode, there'll be 2 master nodes by default. In standalone mode, only 1 master node by default A new property sonar.search.initialStateTimeout allows to handle the startup timeout. | ||||
* | SONAR-9133 Define the number of ES replicas | Eric Hartmann | 2017-05-04 | 5 | -16/+91 |
| | | | | | | New property added sonar.search.replicas to define the number of ES replicas When this property is not set, in standalone mode this value will be 0 and in cluster mode, this value will be 1 | ||||
* | Update scanner perf tests to scanner 2.8 | Duarte Meneses | 2017-05-04 | 3 | -5/+6 |
| | |||||
* | apply feedback on private projects ui (#2011) | Stas Vilchik | 2017-05-04 | 2 | -9/+19 |
| | | | | | * refersh holders when changing project visibility * always show warning on permission templates page | ||||
* | SONAR-9129 improve descriptions of api/qualityprofiles | Simon Brandhof | 2017-05-03 | 3 | -4/+3 |
| | |||||
* | SONAR-8865 remove old documents from rules/extension index when updating | Daniel Schwarz | 2017-05-03 | 8 | -28/+180 |
| | |||||
* | SONAR-8400 Backend cleanup must clean CE and webhook tables | Simon Brandhof | 2017-05-03 | 1 | -2/+4 |
| | |||||
* | SONAR-6100 Improve support of binary files and/or files with different encoding | Duarte Meneses | 2017-05-03 | 9 | -85/+803 |
| | |||||
* | Expose router components (used in billing plugin) | Grégoire Aubert | 2017-05-03 | 1 | -0/+2 |
| | |||||
* | fix extensions using backbone router (#2005) | Stas Vilchik | 2017-05-03 | 1 | -2/+6 |
| | |||||
* | SONAR-8865 allow to change rules inside organization | Stas Vilchik | 2017-05-03 | 3 | -12/+20 |
| | |||||
* | SONAR-8982 Fix error message when issue action fails | Grégoire Aubert | 2017-05-03 | 7 | -6/+20 |
| | |||||
* | SONAR-9061 Fix leak period header for days period | Grégoire Aubert | 2017-05-03 | 5 | -31/+43 |
| | |||||
* | SONAR-8966 Show "Background Tasks" only on project and view level | Grégoire Aubert | 2017-05-03 | 2 | -25/+30 |
| | |||||
* | fix ajax error messages | Stas Vilchik | 2017-05-03 | 1 | -1/+1 |
| | |||||
* | SONAR-8949 let api/rules/update permission check use the specified org | Daniel Schwarz | 2017-05-03 | 5 | -14/+15 |
| | |||||
* | fix loading problem on permission templates page (#2004) | Stas Vilchik | 2017-05-03 | 3 | -122/+53 |
| | |||||
* | SONAR-9151 return visibility also for views in api/navigation/component | Daniel Schwarz | 2017-05-03 | 1 | -1/+7 |
| |