aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-7678 server-side stateless settingsSimon Brandhof2016-09-06138-1517/+1368
* SONAR-7678 do not load l10n messages during ruby initialisationSimon Brandhof2016-09-062-27/+10
* SONAR-7678 DefaultHttpDownloader uses system settingsSimon Brandhof2016-09-062-2/+2
* SONAR-7983 Create WS api/settings/check_secret_keyTeryk Bellahsene2016-09-055-1/+177
* SONAR-7981 Create WS settings/generate_secret_key to generate a secret keyTeryk Bellahsene2016-09-056-2/+169
* SONAR-7982 WS settings/encrypt fails properly when no secret key availableTeryk Bellahsene2016-09-052-9/+18
* fix quality flawsJulien Lancelot2016-09-053-17/+24
* hide licenses on settings pageStas Vilchik2016-09-051-2/+3
* SONAR-7968 Return license in api/settings/list_definitionsJulien Lancelot2016-09-052-9/+7
* SONAR-7970 WS settings/set fix db session management with SettingsChangeNotifierTeryk Bellahsene2016-09-052-13/+29
* SONAR-7982 Create WS api/settings/encrypt to encrypt a setting valueTeryk Bellahsene2016-09-055-1/+226
* SONAR-7985 Create /api/server_id/show WSJulien Lancelot2016-09-0512-13/+524
* SONAR-8039 /api/licenses/list is returning license namesJulien Lancelot2016-09-053-36/+57
* SONAR-8058 move views.def from PROPERTIES to INTERNAL_PROPERTIESSébastien Lesaint2016-09-051-0/+30
* SONAR-7675 add InternalPropertiesImpl to Web and Ce containersSébastien Lesaint2016-09-057-1/+259
* remove commented out code in ComputeEngineContainerImplSébastien Lesaint2016-09-051-267/+0
* SONAR-7675 add InternalPropertiesDaoSébastien Lesaint2016-09-051-1/+1
* SONAR-7675 add table INTERNAL_PROPERTIESSébastien Lesaint2016-09-051-0/+37
* use jest (#1202)Stas Vilchik2016-09-0259-2228/+1820
* SONAR-7986 Accept multiple keys in api/settings/restJulien Lancelot2016-09-025-44/+94
* pass keys to api/settings/resetStas Vilchik2016-09-021-1/+1
* SONAR-7973 Create /api/emails/send WS to test email configurationJulien Lancelot2016-09-024-2/+200
* SONAR-8055 Create /api/emails/update_configuration WS to update email settingsJulien Lancelot2016-09-028-0/+482
* display assets and their size on buildStas Vilchik2016-09-022-6/+45
* use webpack to build lessStas Vilchik2016-09-0216-103/+82
* SONAR-7846 do not display both message and stacktraceStas Vilchik2016-09-011-4/+4
* SONAR-5856 Rewrite Settings page (#1163)Stas Vilchik2016-09-0187-602/+3321
* SONAR-8004 WS settings/set better message when JSON is incorrectTeryk Bellahsene2016-09-012-5/+32
* SONAR-8004 WS settings/set fails when property set field with a null valueTeryk Bellahsene2016-09-012-1/+27
* SONAR-8004 WS settings/set with a proper WS clientTeryk Bellahsene2016-09-012-14/+8
* SONAR-8039 Create /api/licenses/list to return licenses with metadataJulien Lancelot2016-09-019-29/+700
* SONAR-7969 Replace fieldsValue by fieldValues in responseJulien Lancelot2016-08-313-7/+7
* SONAR-7970 SONAR-7986 SONAR-7968 SONAR-7969 api/settings WS should be internalJulien Lancelot2016-08-318-3/+8
* Rename package org.sonar.server.settings.ws to org.sonar.server.setting.wsJulien Lancelot2016-08-3129-33/+33
* SONAR-8004 WS settings/set handles property setTeryk Bellahsene2016-08-302-83/+483
* SONAR-7975 Return parentValue, parentValues and parentFieldsValuesJulien Lancelot2016-08-303-90/+233
* SONAR-7872 support unset version for project in scanner reportSébastien Lesaint2016-08-305-54/+273
* SONAR-7861 support unset name of project in scanner reportSébastien Lesaint2016-08-306-188/+659
* rename AnalysisMetadataHolder.baseProjectAnalysis to baseAnalysisSébastien Lesaint2016-08-3012-62/+62
* SONAR-7844 merge migration creating and recreating CE_SCANNER_CONTEXTSébastien Lesaint2016-08-302-37/+0
* SONAR-7962 increase visibility of size sectionStas Vilchik2016-08-304-40/+38
* remove unused dependencies (#1188)Stas Vilchik2016-08-301-13/+2
* SONAR-7986 Remove property set values when removing property setJulien Lancelot2016-08-308-24/+382
* SONAR-7841 Compute Engine logs in sonar.log + step timing are DEBUGSébastien Lesaint2016-08-2912-317/+162
* SONAR-7841 remove property sonar.ce.maxLogsPerTaskSébastien Lesaint2016-08-297-112/+1
* SONAR-7911 restore purge of CE_ACTIVITIES + purge CE_SCANNER_CONTEXTSébastien Lesaint2016-08-293-0/+134
* SONAR-7844 ScannerContextDao => CeScannerContextDaoSébastien Lesaint2016-08-296-23/+29
* SONAR-7844 rename to CE_SCANNER_CONTEXT + task_uuid as PKSébastien Lesaint2016-08-291-0/+37
* SONAR-8003 WS settings/set handles multi value settingsTeryk Bellahsene2016-08-263-28/+159
* SONAR-8003 WS API handles multi paramTeryk Bellahsene2016-08-265-45/+102