summaryrefslogtreecommitdiffstats
path: root/it
Commit message (Collapse)AuthorAgeFilesLines
* prepare for next development iteration on release branchTom2016-05-2026-26/+26
|
* Temporary disable IT to allow 5.6-RC1 to be released5.6-RC1Julien Lancelot2016-05-201-0/+2
|
* Temporarily disable IssueJsonReportTest for the releaseSimon Brandhof2016-05-201-7/+8
| | | | as it does not support non-SNAPSHOT versions.
* Release 5.6-RC1Tom2016-05-2026-26/+26
|
* SONAR-6964 Do not display administration sensitive data when opening browser ↵Teryk Bellahsene2016-05-202-0/+107
| | | | history
* SONAR-7175 Reactivate ITJulien Lancelot2016-05-191-2/+0
|
* SONAR-7237 Add ITJulien Lancelot2016-05-192-15/+42
|
* SONAR-7484 Add ITsJulien Lancelot2016-05-192-1/+66
|
* SONAR-7640 Add ITJulien Lancelot2016-05-186-0/+357
|
* SONAR-7271 add integration test for sysinfo propertiesSimon Brandhof2016-05-181-6/+8
|
* Fix ServerSystemTest when version is not SNAPSHOTSimon Brandhof2016-05-181-1/+1
|
* SONAR-7640 Return unauthenticated when login/password are badJulien Lancelot2016-05-172-11/+79
|
* SONAR-7175 Ignore test waiting for QAJulien Lancelot2016-05-161-0/+2
|
* SONAR-7367 Remove code previously used by SonarLintDuarte Meneses2016-05-131-29/+0
|
* SONAR-7175 Keep last snapshots in KeepOneFilterJulien Lancelot2016-05-121-11/+54
| | | | Last snapshot is now kept Instead of first snapshot
* SONAR-6897 add ITJulien HENRY2016-05-118-44/+159
|
* Revert "SONAR-6897 add IT"Julien HENRY2016-05-118-159/+44
| | | | This reverts commit 87a609a4c529fc25c89c425dc11a2cb49ef3fbf8.
* SONAR-6897 add ITJulien HENRY2016-05-118-44/+159
|
* SONAR-7555 Add measures on number of won't fix issuesJulien Lancelot2016-05-112-11/+14
|
* Add missing ITs executionJulien Lancelot2016-05-113-33/+25
|
* SONAR-7150 Fix ITJulien Lancelot2016-05-111-1/+1
|
* SONAR-7150 Number of directories should not include test directoriesJulien Lancelot2016-05-101-1/+1
|
* Temporarily disable cobol-maif-plugin from integration testsSimon Brandhof2016-05-041-2/+7
| | | | Incompatibillity with cobol 3.1 which was released today
* SONAR-7108 Delete Issues from index when purging old issuesJulien Lancelot2016-05-041-7/+57
| | | | Purge from index was already working when property 'sonar.dbcleaner.daysBeforeDeletingClosedIssues' was not equal to 0. Now it's working whatever the value is.
* SONAR-7565 add IT for new status RESTARTINGSébastien Lesaint2016-04-261-0/+4
|
* SONAR-7516 fix HistoryUiTest and PropertySetsTestStas Vilchik2016-04-203-4/+4
|
* SONAR-7516 Change capitalization of metric names (#907)Stas Vilchik2016-04-2010-16/+16
|
* Automatic merge from branch-5.5Jenkins CI2016-04-151-3/+3
|\ | | | | | | | | | | | | | | * origin/branch-5.5: Fix malformed javadoc in API Add UserDao.selectByIds SONAR-6948 rename method Request#getLocalConnector() to localConnector() SONAR-6948 add javadoc for org.sonar.api.server.ws.LocalConnector
| * SONAR-6948 rename method Request#getLocalConnector() to localConnector()Simon Brandhof2016-04-151-3/+3
| |
* | Automatic merge from branch-5.5Jenkins CI2016-04-147-28/+18
|\| | | | | | | | | | | | | * origin/branch-5.5: Disable EventTest#event_widget() because of false-positives SONAR-7427 Remove "effort_to_reach_reliability_rating_a" and "effort_to_reach_security_rating_a" measures SONAR-7527 Change metric columns order and layout of provided global dashboard
| * Disable EventTest#event_widget() because of false-positivesSimon Brandhof2016-04-131-0/+1
| |
| * SONAR-7427 Remove "effort_to_reach_reliability_rating_a" and ↵Julien Lancelot2016-04-137-28/+18
| | | | | | | | "effort_to_reach_security_rating_a" measures
| * fixed version for 5.5-SNAPSHOTTom2016-04-1126-26/+26
| |
| * Fixed tests submodules pomsTom2016-04-0826-26/+26
| |
* | Disable a test of EventTest which raises too many false-positivesSimon Brandhof2016-04-111-0/+1
| |
* | Upgrade version to 5.6-SNAPSHOTTom2016-04-0726-26/+26
|/
* SONAR-7402 do not display differential valuesStas Vilchik2016-04-071-2/+2
|
* SONAR-6948 Ability for Java server extensions to call web servicesSimon Brandhof2016-04-078-11/+252
|
* SONAR-7488 add ITs for PostProjectAnalysisTaskSébastien Lesaint2016-04-067-18/+214
|
* SONAR-7411 drop support for HTTPs Tomcat connectorSébastien Lesaint2016-04-062-204/+0
|
* SONAR-7402 display complementary measuresStas Vilchik2016-04-062-3/+3
|
* Fix ServerSystemTestSimon Brandhof2016-04-051-1/+1
|
* fix ProjectOverviewTest5.5-M13Stas Vilchik2016-04-011-1/+1
|
* SONAR-7481 fix HistoryUiTestStas Vilchik2016-04-011-2/+2
|
* Ignore a test of EventTest that has too many false-positivesSimon Brandhof2016-03-311-0/+2
|
* SONAR-7497 Restore behavior for line coverage after move to proto3Julien HENRY2016-03-302-11/+24
|
* fix ServerSystemTest (response.content() must not be called twice)Sébastien Lesaint2016-03-301-4/+4
|
* SONAR-7473 Remove ITsJulien Lancelot2016-03-302-150/+0
|
* SONAR-7470 Drop ability to manage manual rules from backendJulien Lancelot2016-03-293-203/+0
|
* SONAR-7472 Drop ability to create manual issues from WSJulien Lancelot2016-03-292-360/+0
|