Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 6.4-RC16.4-RC1 | Simon Brandhof | 2017-05-16 | 57 | -57/+58 |
| | |||||
* | Make Hazelcast test more robust | Eric Hartmann | 2017-05-16 | 1 | -3/+6 |
| | |||||
* | Fix Quality flaws | Simon Brandhof | 2017-05-16 | 1 | -4/+5 |
| | |||||
* | add tab for ActiveRules to scanner report viewer | Sébastien Lesaint | 2017-05-15 | 1 | -0/+21 |
| | |||||
* | SONAR-9222 disable gravatars by default | Stas Vilchik | 2017-05-15 | 3 | -107/+10 |
| | |||||
* | do not display avatar for "not assigned" | Stas Vilchik | 2017-05-15 | 1 | -8/+9 |
| | |||||
* | Add missing translation | Grégoire Aubert | 2017-05-15 | 1 | -1/+1 |
| | |||||
* | SONAR-9044 Do not load user's organizations when organizations are disabled | Grégoire Aubert | 2017-05-12 | 3 | -4/+103 |
| | |||||
* | SONAR-3915 Give the admin a way to send users issue reports on non favorite ↵ | Teryk Bellahsene | 2017-05-12 | 11 | -174/+366 |
| | | | | projects | ||||
* | SONAR-9132 don't remove template rules at every startup | Sébastien Lesaint | 2017-05-12 | 1 | -2/+9 |
| | |||||
* | Remove unused round option in measures helper | Grégoire Aubert | 2017-05-12 | 2 | -41/+18 |
| | |||||
* | SONAR-9026 Increase precision for coverage QG conditions | Grégoire Aubert | 2017-05-12 | 7 | -35/+106 |
| | |||||
* | Fix Quality flaws | Simon Brandhof | 2017-05-12 | 2 | -2/+2 |
| | |||||
* | Fix safeguard timeout in IT RestartTest | Simon Brandhof | 2017-05-12 | 1 | -1/+1 |
| | |||||
* | SONAR-9197 add index to active_rule_parameters | Simon Brandhof | 2017-05-12 | 6 | -2/+109 |
| | | | | in order to support big volume when organizations are enabled | ||||
* | SONAR-9224 HTTP data parts must have filename to allow streaming | Sébastien Lesaint | 2017-05-12 | 1 | -5/+4 |
| | | | | on server side | ||||
* | Fix quality flaws | Julien HENRY | 2017-05-12 | 5 | -43/+28 |
| | |||||
* | Consistent safeguard timeouts in JUnit tests | Simon Brandhof | 2017-05-12 | 17 | -22/+25 |
| | |||||
* | Fix javadoc of DateUtils about ISO8601 vs RFC822 formats | Simon Brandhof | 2017-05-12 | 1 | -2/+2 |
| | |||||
* | Fix Quality flaws | Simon Brandhof | 2017-05-12 | 2 | -2/+4 |
| | |||||
* | Remove dead code in CE notifications | Simon Brandhof | 2017-05-12 | 8 | -47/+13 |
| | |||||
* | SONAR-9180 Remove default highlighting of invalid inputs in FF (#2064) | Stas Vilchik | 2017-05-12 | 1 | -0/+5 |
| | |||||
* | SONAR-9221 Update embedded analyzers | Julien HENRY | 2017-05-12 | 1 | -4/+4 |
| | |||||
* | SONAR-9220 Update OkHttp to v3.7 | Julien HENRY | 2017-05-12 | 3 | -11/+3 |
| | |||||
* | SONAR-9190 Embed SonarXML 4.2.885 | Teryk Bellahsene | 2017-05-12 | 2 | -3/+27 |
| | |||||
* | SONAR-9056 WS api/components/suggestion filter allowed qualifiers | Teryk Bellahsene | 2017-05-12 | 4 | -16/+62 |
| | |||||
* | SONAR-8596 Fix bad moment translation | Grégoire Aubert | 2017-05-12 | 3 | -46/+18 |
| | |||||
* | SONAR-8822 Show the administration menu only to authorized users | Grégoire Aubert | 2017-05-12 | 6 | -44/+103 |
| | |||||
* | SONAR-9194 Add canAdmin flag to WS api/navigation/global | Teryk Bellahsene | 2017-05-12 | 3 | -4/+21 |
| | |||||
* | SONAR-9193 WS api/l10n/index returns the effective BCP47 language tag used | Teryk Bellahsene | 2017-05-12 | 5 | -111/+127 |
| | |||||
* | OrganizationDao#selectByUuids does not fail with single unknown uuid | Teryk Bellahsene | 2017-05-12 | 2 | -4/+9 |
| | |||||
* | SONAR-9044 Easy access to my organizations | Grégoire Aubert | 2017-05-12 | 10 | -57/+578 |
| | |||||
* | SONAR-6315 no indexing active rules in MassRegisterQualityProfiles | Sébastien Lesaint | 2017-05-12 | 3 | -23/+10 |
| | | | | | there is no need to index active rules at all during registration of Quality Profile as only deactivation changes trigger changes in the Active Rule index and registering quality profiles only activates active rules removal of this indexing in RegisterQualityProfiles can't be done now as it requires to make initial indexing of Active Rule index when it doesn't exist be handled by another piece of code | ||||
* | SONAR-6315 add debug logs in RegisterRules for active rules ops | Sébastien Lesaint | 2017-05-12 | 1 | -2/+11 |
| | |||||
* | SONAR-6315 index changes per quality profile to avoid OOM | Sébastien Lesaint | 2017-05-12 | 1 | -1/+5 |
| | | | | because indexing only at the end of MassRegisterQualityProfiles means holding every changes for every QP for every organization in memory and this can be a lot | ||||
* | SONAR-6315 use batch SQL session to insert change log | Sébastien Lesaint | 2017-05-12 | 3 | -14/+15 |
| | | | | in MassRegisterQualityProfiles | ||||
* | SONAR-6315 use new RegisterQualityProfile code only if property is set | Sébastien Lesaint | 2017-05-12 | 10 | -179/+493 |
| | |||||
* | SONAR-6315 use an insert only code for RegisterQualityProfiles | Sébastien Lesaint | 2017-05-12 | 13 | -320/+382 |
| | |||||
* | SONAR-6315 support parent in DefinedQProfileRepository | Sébastien Lesaint | 2017-05-12 | 2 | -3/+82 |
| | | | | fail if a profile references a non existing parent | ||||
* | SONAR-9072 for api/components/suggestions use all valid search tokens | Daniel Schwarz | 2017-05-12 | 4 | -28/+83 |
| | | | | The search for suggestions should ignore tokens, that are only one character long (with warning), but use all other tokens for the search. | ||||
* | SONAR-9192 ensure no perm template has useless permissions to AnyOne | Sébastien Lesaint | 2017-05-12 | 5 | -2/+266 |
| | |||||
* | SONAR-9078 only include attr. "project" for certain types of suggestions | Daniel Schwarz | 2017-05-12 | 2 | -6/+42 |
| | | | | The attribute will be omitted for views, subviews and projects, but included for modules, files and test-files. | ||||
* | SONAR-9219 Deprecate parameters "developer{Id|Key}" in web services ↵ | Simon Brandhof | 2017-05-12 | 3 | -14/+24 |
| | | | | api/measures/component and api/measures/component_tree | ||||
* | SONAR-9073 fix response example of api/components/suggestions | Daniel Schwarz | 2017-05-11 | 2 | -12/+84 |
| | |||||
* | SONAR-9217 if two suggestions have the same relevancy, prefer A over Z | Daniel Schwarz | 2017-05-11 | 2 | -1/+12 |
| | | | api/components/suggestions used to only use "relevance" (score) in sorting results. If two suggestions have exactly the same relevance (this is a rare case), then we will now also take alphabetical order into account. | ||||
* | Make tests on clustering more robust | Eric Hartmann | 2017-05-11 | 3 | -2/+28 |
| | |||||
* | apply search feedback (#2054) | Stas Vilchik | 2017-05-11 | 21 | -529/+650 |
| | |||||
* | SONAR-9186 fix number of “more” in api/components/suggestions | Daniel Schwarz | 2017-05-11 | 2 | -26/+81 |
| | |||||
* | fix project visibility of projects, created by ComponentDbTester | Daniel Schwarz | 2017-05-11 | 1 | -1/+1 |
| | |||||
* | SONAR-9199 Fix unclosed inputStream | Julien HENRY | 2017-05-11 | 1 | -5/+6 |
| |