aboutsummaryrefslogtreecommitdiffstats
path: root/it
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-8031 Allow user login with 2 characters in Realm and IdentityProvider APIJulien Lancelot2016-09-193-12/+37
|
* SONAR-7816 Measures on new lines should always be computed but only when SCM ↵Julien Lancelot2016-09-162-21/+90
| | | | is available
* Fix NewDebtRatioMeasureTestJulien Lancelot2016-09-164-78/+78
|
* SONAR-6992 add ITSébastien Lesaint2016-09-121-0/+21
|
* correct wording (#1230)Stas Vilchik2016-09-091-2/+2
| | | | adress -> address 127.0.1 -> 127.0.0.1
* SONAR-8066 Rewrite the "Server ID" page (#1228)Stas Vilchik2016-09-096-270/+105
|
* SONAR-7979 Rewrite the "Encryption" page (#1214)Stas Vilchik2016-09-095-133/+69
|
* Add ITs for api/properties WSJulien Lancelot2016-09-095-7/+354
|
* SONAR-7970 SONAR-7986 Use new api/settings WS in ITsJulien Lancelot2016-09-091-4/+3
|
* SONAR-8070 Drop of "Comparison" featureJulien Lancelot2016-09-082-43/+0
|
* Drop Ruby dead codeSimon Brandhof2016-09-087-160/+0
|
* SONAR-7980 Add License ITs in CategoryJulien Lancelot2016-09-082-2/+4
|
* Sanitize usage of ItUtils.setServerPropertyJulien Lancelot2016-09-084-19/+19
| | | | | - Period4 and period5 settings should only be reset at component level - Replace empty string by null to remove setting when using ItUtils.setServerProperty
* Add settings of all type in server-pluginJulien Lancelot2016-09-081-1/+16
|
* Remove wrong property type in plugin ITJulien Lancelot2016-09-081-1/+0
|
* SONAR-7980 Rewrite the "Licenses" page (#1207)Stas Vilchik2016-09-068-203/+187
|
* SONAR-8055 Remove /api/emails/update_configuration WSJulien Lancelot2016-09-062-20/+15
|
* SONAR-7578 do not start notification daemon on CESimon Brandhof2016-09-061-1/+1
|
* SONAR-7678 server-side stateless settingsSimon Brandhof2016-09-061-1/+3
| | | | | | | | | | | | | | | | | | | | * Settings class becomes abstract as multiple implementations are used. Can't become an interface for binary backward-compatibility of API * tests should use MapSettings, an in-memory implementation of Settings * web server uses a thread-specific cache of settings when processing HTTP requests * web server does not have a cache of settings during startup, except for the system settings loaded from sonar.properties * Compute Engine uses a thread-specific cache of settings when processing a task. Cache is clear at end of task. * some useless methods of PersistentSettings are removed
* SONAR-8012 Restore support of client side certificatesJulien HENRY2016-09-059-0/+444
|
* SONAR-7973 Fix bad reset of emails settings in ITsJulien Lancelot2016-09-054-3/+14
|
* SONAR-7986 Accept multiple keys in api/settings/restJulien Lancelot2016-09-023-13/+7
|
* SONAR-7986 Accept multiple keys in api/settings/restJulien Lancelot2016-09-022-8/+13
|
* SONAR-7973 SONAR-8055 Add ITJulien Lancelot2016-09-023-1/+151
|
* SONAR-7846 do not display both message and stacktraceStas Vilchik2016-09-012-8/+2
|
* SONAR-5856 Rewrite Settings page (#1163)Stas Vilchik2016-09-0139-1941/+253
|
* SONAR-8004 WS settings/set with a proper WS clientTeryk Bellahsene2016-09-011-19/+12
|
* fix ITs after change of welcome messageSébastien Lesaint2016-09-013-4/+4
|
* SONAR-7969 Replace fieldsValue by fieldValues in responseJulien Lancelot2016-08-312-10/+14
|
* SONAR-7258 The project version should be optionalDuarte Meneses2016-08-3115-25/+29
|
* SONAR-7722 The project name should not be mandatoryDuarte Meneses2016-08-3015-23/+158
|
* SONAR-7975 Return parentValue, parentValues and parentFieldsValuesJulien Lancelot2016-08-302-4/+4
|
* Fix HTTP timeouts in 2 integration testsSimon Brandhof2016-08-302-2/+15
| | | | | | Default timeouts of okhttp3 are 10 seconds but usually we use 30 seconds. That will prevent some infrequent false-positives
* Fix IT pluginJulien HENRY2016-08-302-14/+17
|
* Fix IT pluginsJulien HENRY2016-08-301-7/+11
| | | | | * ABAP not compatible with SQ 6.1. * enable C/C++/VB that are now fixed
* SONAR-7986 Add IT to reset property set type settingsJulien Lancelot2016-08-301-31/+84
|
* SONAR-5813 Fully drop support of "sonar.cpd.xxx.skip" propertiesJulien HENRY2016-08-293-4/+4
|
* SONAR-7986 Create /api/settings/reset WS to remove the value of a settingJulien Lancelot2016-08-261-0/+8
|
* make BackgroundTasksTest more stableStas Vilchik2016-08-251-0/+3
|
* SONAR-7969 SONAR-7970 Add ITs to get/set a settingJulien Lancelot2016-08-251-0/+43
|
* SONAR-7846 Display error of a failing CE task in the background pageStas Vilchik2016-08-232-6/+46
|
* SONAR-7847 Add a way to see scanner context in the background pageStas Vilchik2016-08-234-3/+130
|
* SONAR-7967 SONAR-7845 add ITSébastien Lesaint2016-08-221-4/+19
|
* SONAR-7994 Clean up migration that feed local usersJulien Lancelot2016-08-182-4/+4
|
* SONAR-7957 Replace new ncloc by new linesJulien Lancelot2016-08-164-9/+6
|
* SONAR-7953 Add ITJulien Lancelot2016-08-1623-0/+581
|
* SONAR-7960 fix ClusterTest, ServerLogsTest and WS logs exampleSébastien Lesaint2016-08-161-2/+2
|
* SONAR-7833 fix IT QualityGateTest to not use WS /api/ce/logsSébastien Lesaint2016-08-163-32/+23
|
* SONAR-7957 New metric « New Lines of Code »Teryk Bellahsene2016-08-131-11/+13
|
* SONAR-7962 Move "Size" section to the sidebar (#1142)Stas Vilchik2016-08-125-12/+69
|