aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Fix code styleGrégoire Aubert2017-03-271-2/+2
* Merge remote-tracking branch 'origin/branch-6.3'Julien Lancelot2017-03-2719-68/+256
|\
| * SONAR-8969 Extract generation of avatar in a classJulien Lancelot2017-03-279-37/+158
| * SONAR-8969 use avatar fieldStas Vilchik2017-03-244-5/+41
| * SONAR-8969 Replace user email by avatar in issue changelog WSJulien Lancelot2017-03-243-6/+20
| * SONAR-8969 Replace user email by avatar in issues WSJulien Lancelot2017-03-237-44/+61
* | Drop unused SQL requests from ActiveRuleDao and QualityProfileDaoSimon Brandhof2017-03-278-126/+7
* | SONAR-8997 SONAR-8998 Filter organization members when selecting users to cha...Teryk Bellahsene2017-03-2740-336/+349
* | SONAR-8999 Return only organization members when changing group membershipTeryk Bellahsene2017-03-2710-52/+97
* | SONAR-8844 Fix project tags selector (#1857)Grégoire Aubert2017-03-2710-14/+37
* | optimize js bundles (#1855)Stas Vilchik2017-03-27173-701/+1229
* | SONAR-8980 Do not user index method getNullableByLoginTeryk Bellahsene2017-03-244-11/+15
* | SONAR-8980 Reindex user when creating an organization (personal or not)Teryk Bellahsene2017-03-245-22/+74
* | SONAR-8980 Reindex users when deleting an organizationTeryk Bellahsene2017-03-242-2/+22
* | SONAR-8980 Index a list of usersTeryk Bellahsene2017-03-243-35/+94
* | SONAR-8980 Reindex a user when removing an organization membershipTeryk Bellahsene2017-03-242-15/+35
* | SONAR-8980 Reindex a user when adding an organization membershipTeryk Bellahsene2017-03-242-3/+23
* | SONAR-8980 Index organizations when indexing a userTeryk Bellahsene2017-03-2418-140/+234
* | Fix menu hover highlightingGrégoire Aubert2017-03-241-0/+16
* | SONAR-8857 fix quality flawsDaniel Schwarz2017-03-2420-459/+61
* | fix search on projects pageStas Vilchik2017-03-241-1/+1
* | SONAR-8864 add canCreateCustomRule to response of api/rules/appSébastien Lesaint2017-03-242-0/+46
* | SONAR-9006 add canCustomizeRule to response of api/rules/appSébastien Lesaint2017-03-242-4/+54
* | SONAR-9002 Add a log when a node is waiting for initializationEric Hartmann2017-03-247-0/+52
* | add flow-typed definitions (#1847)Stas Vilchik2017-03-24106-31/+19642
* | Merge remote-tracking branch 'origin/branch-6.3'Julien Lancelot2017-03-248-61/+71
|\|
| * SONAR-8954 return every license hashes in api/settings/valuesJulien Lancelot2017-03-234-58/+30
| * Fix LeakPeriodLegend unit testGrégoire Aubert2017-03-221-5/+5
| * Set development version 6.3-SNAPSHOTSimon Brandhof2017-03-149-9/+9
| * Release 6.36.3Simon Brandhof2017-03-149-9/+9
* | Fix changelog of api/components/showJulien Lancelot2017-03-241-2/+3
* | Fix reliability of RemoveGroupActionTestSimon Brandhof2017-03-231-2/+2
* | SONAR-8857 make api/qualityprofiles/de|activate_rules organization awareDaniel Schwarz2017-03-239-67/+140
* | SONAR-8857 remove redundant QProfileService classDaniel Schwarz2017-03-239-94/+46
* | SONAR-8857 reduce duplicated code for bulk requestsDaniel Schwarz2017-03-233-48/+51
* | SONAR-8857 split BulkRuleActivationActionsDaniel Schwarz2017-03-2315-82/+284
* | SONAR-8857 make api/qualityprofiles/activate_rule organization awareDaniel Schwarz2017-03-236-80/+164
* | SONAR-8857 make api/qualityprofiles/deactivate_rule organization awareDaniel Schwarz2017-03-237-34/+153
* | provide session to QProfileServiceDaniel Schwarz2017-03-233-19/+16
* | SONAR-8857 split RuleActivationActions into activation and deactivationDaniel Schwarz2017-03-2314-74/+175
* | SONAR-8867 fix too long property identifier in RuleDto for most SGBDsSébastien Lesaint2017-03-2317-144/+144
* | SONAR-8867 drop metadata columns from table RULESSébastien Lesaint2017-03-2331-332/+700
* | SONAR-8867 add AbstractDbTester#assertColumnDoesNotExistSébastien Lesaint2017-03-231-0/+24
* | SONAR-8897 add H2 support in DropColumnsBuilderSébastien Lesaint2017-03-2314-40/+76
* | SONAR-8867 RuleResultSetIterator supports table RULES_METADATASébastien Lesaint2017-03-2311-67/+83
* | SONAR-8867 read and write into table RULES_METADATASébastien Lesaint2017-03-2317-198/+500
* | SONAR-8867 populate table RULES_METADATASébastien Lesaint2017-03-236-2/+495
* | SONAR-8867 create table RULES_METADATASébastien Lesaint2017-03-237-7/+190
* | SONAR-8867 add organizationUuid parameter to RuleDao#selectByQuerySébastien Lesaint2017-03-233-8/+9
* | SONAR-8867 add and use RuleDao#selectAllDefinitionsSébastien Lesaint2017-03-2310-77/+91