Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | SONAR-7969 Replace fieldsValue by fieldValues in response | Julien Lancelot | 2016-08-31 | 2 | -10/+14 | |
| | | ||||||
* | | SONAR-7258 The project version should be optional | Duarte Meneses | 2016-08-31 | 15 | -25/+29 | |
| | | ||||||
* | | SONAR-7722 The project name should not be mandatory | Duarte Meneses | 2016-08-30 | 15 | -23/+158 | |
| | | ||||||
* | | SONAR-7975 Return parentValue, parentValues and parentFieldsValues | Julien Lancelot | 2016-08-30 | 2 | -4/+4 | |
| | | ||||||
* | | Fix HTTP timeouts in 2 integration tests | Simon Brandhof | 2016-08-30 | 2 | -2/+15 | |
| | | | | | | | | | | | | Default timeouts of okhttp3 are 10 seconds but usually we use 30 seconds. That will prevent some infrequent false-positives | |||||
* | | Fix IT plugin | Julien HENRY | 2016-08-30 | 2 | -14/+17 | |
| | | ||||||
* | | Fix IT plugins | Julien HENRY | 2016-08-30 | 1 | -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 settings | Julien Lancelot | 2016-08-30 | 1 | -31/+84 | |
| | | ||||||
* | | SONAR-5813 Fully drop support of "sonar.cpd.xxx.skip" properties | Julien HENRY | 2016-08-29 | 3 | -4/+4 | |
| | | ||||||
* | | SONAR-7986 Create /api/settings/reset WS to remove the value of a setting | Julien Lancelot | 2016-08-26 | 1 | -0/+8 | |
| | | ||||||
* | | make BackgroundTasksTest more stable | Stas Vilchik | 2016-08-25 | 1 | -0/+3 | |
| | | ||||||
* | | SONAR-7969 SONAR-7970 Add ITs to get/set a setting | Julien Lancelot | 2016-08-25 | 1 | -0/+43 | |
| | | ||||||
* | | SONAR-7846 Display error of a failing CE task in the background page | Stas Vilchik | 2016-08-23 | 2 | -6/+46 | |
| | | ||||||
* | | SONAR-7847 Add a way to see scanner context in the background page | Stas Vilchik | 2016-08-23 | 4 | -3/+130 | |
| | | ||||||
* | | SONAR-7967 SONAR-7845 add IT | Sébastien Lesaint | 2016-08-22 | 1 | -4/+19 | |
| | | ||||||
* | | SONAR-7994 Clean up migration that feed local users | Julien Lancelot | 2016-08-18 | 2 | -4/+4 | |
| | | ||||||
* | | SONAR-7957 Replace new ncloc by new lines | Julien Lancelot | 2016-08-16 | 4 | -9/+6 | |
| | | ||||||
* | | SONAR-7953 Add IT | Julien Lancelot | 2016-08-16 | 23 | -0/+581 | |
| | | ||||||
* | | SONAR-7960 fix ClusterTest, ServerLogsTest and WS logs example | Sébastien Lesaint | 2016-08-16 | 1 | -2/+2 | |
| | | ||||||
* | | SONAR-7833 fix IT QualityGateTest to not use WS /api/ce/logs | Sébastien Lesaint | 2016-08-16 | 3 | -32/+23 | |
| | | ||||||
* | | SONAR-7957 New metric « New Lines of Code » | Teryk Bellahsene | 2016-08-13 | 1 | -11/+13 | |
| | | ||||||
* | | SONAR-7962 Move "Size" section to the sidebar (#1142) | Stas Vilchik | 2016-08-12 | 5 | -12/+69 | |
| | | ||||||
* | | SONAR-7958 add IT | Sébastien Lesaint | 2016-08-10 | 10 | -2/+169 | |
| | | ||||||
* | | SONAR-7919 Rewrite "Update Key" project page (#1140) | Stas Vilchik | 2016-08-10 | 9 | -528/+293 | |
| | | ||||||
* | | SONAR-7921 Rewrite "Quality Gate" project page (#1138) | Stas Vilchik | 2016-08-10 | 3 | -0/+200 | |
| | | ||||||
* | | fix snapshot deletion | Stas Vilchik | 2016-08-08 | 4 | -0/+203 | |
| | | ||||||
* | | SONAR-7654 API to propagate props from scanner to CE | Simon Brandhof | 2016-08-06 | 3 | -1/+75 | |
| | | ||||||
* | | SONAR-7581 ability to have user login in access.log | Simon Brandhof | 2016-08-06 | 2 | -1/+81 | |
| | | ||||||
* | | SONAR-7929 Create WS api/components/bulk_update_key | Teryk Bellahsene | 2016-08-05 | 1 | -1/+21 | |
| | | ||||||
* | | SONAR-7928 SONAR-4770 Create WS api/components/update_key | Teryk Bellahsene | 2016-08-05 | 2 | -1/+25 | |
| | | ||||||
* | | SONAR-7908 add some assertions to ClusterTest | Simon Brandhof | 2016-08-04 | 1 | -1/+3 | |
| | | ||||||
* | | Improve stability of RestartTest | Simon Brandhof | 2016-08-04 | 1 | -2/+2 | |
| | | | | | | | | | | JUnit timeout is too small when testing on DBs in QA environment. | |||||
* | | Enable Oracle12c and PostgreSQL in QA | Simon Brandhof | 2016-08-03 | 3 | -10/+12 | |
| | | ||||||
* | | SONAR-7908 rename property sonar.cluster.web.startupLeader | Simon Brandhof | 2016-08-03 | 1 | -3/+3 | |
| | | | | | | | | was sonar.cluster.startupLeader | |||||
* | | SONAR-7908 add integration test on ES + web nodes in cluster | Simon Brandhof | 2016-08-03 | 1 | -0/+61 | |
| | | ||||||
* | | SONAR-7920 Rewrite Links project page (#1127) | Stas Vilchik | 2016-07-29 | 6 | -1/+265 | |
| | | ||||||
* | | SONAR-7899 configure container of "startup followers" | Simon Brandhof | 2016-07-29 | 2 | -0/+127 | |
| | | ||||||
* | | SONAR-7922 Rewrite "Quality Profiles" project page (#1118) | Stas Vilchik | 2016-07-26 | 1 | -4/+4 | |
| | | ||||||
* | | SONAR-7918 Rewrite "Deletion" project page (#1116) | Stas Vilchik | 2016-07-26 | 1 | -21/+11 | |
| | | ||||||
* | | SONAR-7916 Remove built-in default project dashboard | Teryk Bellahsene | 2016-07-25 | 3 | -137/+0 | |
| | | ||||||
* | | SONAR-7934 Reuse /dashboard url for project overview | Stas Vilchik | 2016-07-25 | 1 | -1/+1 | |
| | | ||||||
* | | SONAR-7915 Drop project level dashboards | Stas Vilchik | 2016-07-25 | 12 | -584/+0 | |
| | | ||||||
* | | SONAR-7914 Drop project level "Manage Dashboards" page and actions | Stas Vilchik | 2016-07-25 | 10 | -887/+0 | |
| | | ||||||
* | | Improve Selenium test of BaseIdentityProviderTest | Simon Brandhof | 2016-07-24 | 2 | -38/+34 | |
| | | ||||||
* | | Remove unused imports in ITs | Simon Brandhof | 2016-07-24 | 64 | -101/+37 | |
| | | ||||||
* | | Use Selenide in FavouriteTest | Simon Brandhof | 2016-07-24 | 1 | -14/+2 | |
| | | ||||||
* | | Ability to use selenide and phantomjs in ITs | Simon Brandhof | 2016-07-24 | 17 | -108/+466 | |
| | | | | | | | | | | | | * selenide should replace Selenese HTML tests * phantomjs should replace Firefox in environments that require XVFB | |||||
* | | Execute only Lite ITs on Travis | Simon Brandhof | 2016-07-20 | 74 | -179/+112 | |
| | | ||||||
* | | Automatic merge from branch-6.0 | ssjenka | 2016-07-20 | 4 | -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 ITs | Julien Lancelot | 2016-07-20 | 4 | -59/+178 | |
| | | |