Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix unassociated mode IT | Julien HENRY | 2015-09-09 | 1 | -11/+9 |
| | |||||
* | SONAR-6817 Issues mode should support analysis of projects not associated | Duarte Meneses | 2015-09-09 | 4 | -10/+65 |
| | |||||
* | Port almost all remaining Selenium tests | David Gageot | 2015-09-04 | 19 | -133/+230 |
| | |||||
* | Limit amount of logs produced by batch ITs | Julien HENRY | 2015-09-04 | 2 | -28/+32 |
| | |||||
* | SONAR-6832 - Stop support SQ Runner <= 2.3 | Duarte Meneses | 2015-09-04 | 1 | -1/+1 |
| | |||||
* | Remove some more potential FP | David Gageot | 2015-09-02 | 13 | -26/+63 |
| | |||||
* | Improve Selenium code | David Gageot | 2015-09-02 | 1 | -78/+67 |
| | |||||
* | Better regexp support for Selenium its | David Gageot | 2015-09-02 | 2 | -4/+6 |
| | |||||
* | Make sure each IT is isolated | David Gageot | 2015-09-02 | 1 | -0/+2 |
| | |||||
* | Add missing headers | David Gageot | 2015-09-02 | 14 | -0/+266 |
| | |||||
* | Revert "Better regexp support for Selenium its" | David Gageot | 2015-09-02 | 2 | -6/+4 |
| | | | | This reverts commit b7d62595b994ba1a78d41a3834418c53f81587ab. | ||||
* | Revert "Make sure each IT is isolated" | David Gageot | 2015-09-02 | 1 | -2/+0 |
| | | | | This reverts commit 2fdbf71a68743ce4bb4b6307df94014ff9897544. | ||||
* | Make sure each IT is isolated | David Gageot | 2015-09-02 | 1 | -0/+2 |
| | |||||
* | Better regexp support for Selenium its | David Gageot | 2015-09-02 | 2 | -4/+6 |
| | |||||
* | Revert "Better regexp support for Selenium its" | David Gageot | 2015-09-02 | 2 | -6/+4 |
| | | | | This reverts commit aa224322a2accb2b80806d1f294ff0183e87949c. | ||||
* | Better regexp support for Selenium its | David Gageot | 2015-09-02 | 2 | -4/+6 |
| | |||||
* | Better default value for second it cateogy | David Gageot | 2015-09-02 | 1 | -1/+1 |
| | |||||
* | Group its | David Gageot | 2015-09-02 | 15 | -6/+36 |
| | |||||
* | Give a Try to a better? selenium framework | David Gageot | 2015-09-02 | 30 | -47/+1219 |
| | |||||
* | This selenium action is useless | David Gageot | 2015-08-31 | 1 | -5/+0 |
| | |||||
* | Remove unused throw clauses | David Gageot | 2015-08-31 | 2 | -2/+2 |
| | |||||
* | SONAR-6812 Improve format of generated UUIDs for better usage of Lucene | Simon Brandhof | 2015-08-28 | 6 | -65/+822 |
| | |||||
* | Exclude LITS plugin from it-plugins | Simon Brandhof | 2015-08-28 | 1 | -1/+3 |
| | |||||
* | drop IT for project permissions | Stas Vilchik | 2015-08-27 | 2 | -125/+0 |
| | |||||
* | use the single web app | Stas Vilchik | 2015-08-26 | 1 | -57/+62 |
| | |||||
* | SONAR-6665 StackOverflow error when analyzing project with several modules ↵ | Duarte Meneses | 2015-08-24 | 4 | -0/+36 |
| | | | | having same key | ||||
* | SONAR-6721 Prevent running concurrent batch processes on the same physical ↵ | Duarte Meneses | 2015-08-21 | 1 | -2/+13 |
| | | | | project | ||||
* | Improve tests | Duarte Meneses | 2015-08-19 | 1 | -1/+16 |
| | |||||
* | Migrate batch ITs | Duarte Meneses | 2015-08-18 | 275 | -1/+7291 |
| | |||||
* | remove use of project.version in dependencyManagement | Sébastien Lesaint | 2015-08-12 | 1 | -0/+1 |
| | | | | | use of project.version in dependencyManagement leads to build error in IT plugins with Maven 3.3 (in these plugins, project.version is 1.0-SNAPSHOT, in Maven 3.2 dependencies which version is declared ${project.version} in root pom.xml resolve to 5.2-SNAPSHOT but with Maven 3.3 they resolve to 1.0-SNAPSHOT, which causes errors) | ||||
* | fix ITs | Stas Vilchik | 2015-08-10 | 6 | -29/+19 |
| | |||||
* | Fix selenium id in ProjectAdministrationTest | Simon Brandhof | 2015-07-31 | 1 | -1/+1 |
| | |||||
* | Reactivate administration and server ITs | Julien Lancelot | 2015-07-28 | 3 | -130/+148 |
| | |||||
* | Clean of db must be done before executing the test | Julien Lancelot | 2015-07-28 | 1 | -2/+2 |
| | |||||
* | Compute engine must not load ActiveRules with status REMOVED | Simon Brandhof | 2015-07-28 | 6 | -1/+85 |
| | |||||
* | Fix ITs | Julien Lancelot | 2015-07-27 | 2 | -6/+2 |
| | |||||
* | Move server ITs to there own category | Julien Lancelot | 2015-07-27 | 10 | -10/+48 |
| | |||||
* | Add missing I18n class in suite | Julien Lancelot | 2015-07-27 | 1 | -1/+3 |
| | |||||
* | Fix administration package name | Julien Lancelot | 2015-07-27 | 10 | -23/+23 |
| | |||||
* | Move I18n to administration category and refactor administration category | Julien Lancelot | 2015-07-27 | 29 | -36/+50 |
| | |||||
* | Move server category test from it-sonar | Julien Lancelot | 2015-07-27 | 81 | -257/+2130 |
| | |||||
* | Used shared xoo projects | Julien Lancelot | 2015-07-27 | 24 | -159/+3 |
| | |||||
* | Add administration ITs | Julien Lancelot | 2015-07-27 | 62 | -0/+3795 |
| | |||||
* | Merge 'measure' and 'testing' categories into one category 'analysis' | Julien Lancelot | 2015-07-27 | 29 | -1797/+46 |
| | |||||
* | Disable C, C++ and Vb checks since those plugins are not compatible with SQ 5.2 | Julien HENRY | 2015-07-24 | 1 | -5/+4 |
| | |||||
* | Display logs of the analysis in case of error in PluginsTest | Julien HENRY | 2015-07-24 | 1 | -2/+11 |
| | |||||
* | Revert hacks related to sprint on removal of Decorator | Simon Brandhof | 2015-07-24 | 1 | -5/+3 |
| | | | | | * forbid negative effort to fix on issues * enable VB in plugin tests | ||||
* | Add tests in suite | Julien Lancelot | 2015-07-24 | 1 | -1/+1 |
| | |||||
* | Add TimeMachineTest IT | Julien Lancelot | 2015-07-24 | 35 | -20/+2025 |
| | |||||
* | Fix sample code | Julien Lancelot | 2015-07-24 | 1 | -1/+1 |
| |