aboutsummaryrefslogtreecommitdiffstats
path: root/it
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| |
* | SONAR-7958 add ITSébastien Lesaint2016-08-1010-2/+169
| |
* | SONAR-7919 Rewrite "Update Key" project page (#1140)Stas Vilchik2016-08-109-528/+293
| |
* | SONAR-7921 Rewrite "Quality Gate" project page (#1138)Stas Vilchik2016-08-103-0/+200
| |
* | fix snapshot deletionStas Vilchik2016-08-084-0/+203
| |
* | SONAR-7654 API to propagate props from scanner to CESimon Brandhof2016-08-063-1/+75
| |
* | SONAR-7581 ability to have user login in access.logSimon Brandhof2016-08-062-1/+81
| |
* | SONAR-7929 Create WS api/components/bulk_update_keyTeryk Bellahsene2016-08-051-1/+21
| |
* | SONAR-7928 SONAR-4770 Create WS api/components/update_keyTeryk Bellahsene2016-08-052-1/+25
| |
* | SONAR-7908 add some assertions to ClusterTestSimon Brandhof2016-08-041-1/+3
| |
* | Improve stability of RestartTestSimon Brandhof2016-08-041-2/+2
| | | | | | | | | | JUnit timeout is too small when testing on DBs in QA environment.
* | Enable Oracle12c and PostgreSQL in QASimon Brandhof2016-08-033-10/+12
| |
* | SONAR-7908 rename property sonar.cluster.web.startupLeaderSimon Brandhof2016-08-031-3/+3
| | | | | | | | was sonar.cluster.startupLeader
* | SONAR-7908 add integration test on ES + web nodes in clusterSimon Brandhof2016-08-031-0/+61
| |
* | SONAR-7920 Rewrite Links project page (#1127)Stas Vilchik2016-07-296-1/+265
| |
* | SONAR-7899 configure container of "startup followers"Simon Brandhof2016-07-292-0/+127
| |
* | SONAR-7922 Rewrite "Quality Profiles" project page (#1118)Stas Vilchik2016-07-261-4/+4
| |
* | SONAR-7918 Rewrite "Deletion" project page (#1116)Stas Vilchik2016-07-261-21/+11
| |
* | SONAR-7916 Remove built-in default project dashboardTeryk Bellahsene2016-07-253-137/+0
| |
* | SONAR-7934 Reuse /dashboard url for project overviewStas Vilchik2016-07-251-1/+1
| |
* | SONAR-7915 Drop project level dashboardsStas Vilchik2016-07-2512-584/+0
| |
* | SONAR-7914 Drop project level "Manage Dashboards" page and actionsStas Vilchik2016-07-2510-887/+0
| |
* | Improve Selenium test of BaseIdentityProviderTestSimon Brandhof2016-07-242-38/+34
| |
* | Remove unused imports in ITsSimon Brandhof2016-07-2464-101/+37
| |
* | Use Selenide in FavouriteTestSimon Brandhof2016-07-241-14/+2
| |
* | Ability to use selenide and phantomjs in ITsSimon Brandhof2016-07-2417-108/+466
| | | | | | | | | | | | * selenide should replace Selenese HTML tests * phantomjs should replace Firefox in environments that require XVFB
* | Execute only Lite ITs on TravisSimon Brandhof2016-07-2074-179/+112
| |
* | Automatic merge from branch-6.0ssjenka2016-07-204-59/+178
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/branch-6.0: do not display 0 on overview page when no profiles SONAR-7492 display rating tooltips on measures page Improve Authentication ITs SONAR-7761 Restore error in login page when not even privilege [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release 6.0-RC1
| * | Improve Authentication ITsJulien Lancelot2016-07-204-59/+178
| | |