Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: Update POMs and bump build dependency versions (#12636) | Patrik Lindström | 2024-11-08 | 1 | -4/+4 |
| | | | | | | | | * Ignores VS code project file and updates to .project * Updates DTD hrefs from HTTP to HTTPS * Updates commons-io, commons-cli, commons-codec, hsqldb and animal-sniffer * Fixes dependency management violations * Includes Maven Flatten Plugin for cleaner release POMs * Updates Atmosphere version | ||||
* | chore: Downgrade snapshot version for free version (#12635) | Patrik Lindström | 2024-11-06 | 1 | -1/+1 |
| | |||||
* | Fix vaadin-uitest POM file errors (#12519)7.7.43 | Patrik Lindström | 2024-04-26 | 1 | -1/+7 |
| | | | Maven complains about errors in the POM for uitest - "could not initialize class org.apache.maven.plugin.war.util.WebappStructureSerializer" and about the 'skip' option being incorrect for maven-javadoc-plugin (because it was missing a groupid declaration). Also silenced error for explicitly set javax.servlet-api version. | ||||
* | Update project to 8.15-SNAPSHOT (#12392) | Zhe Sun | 2021-08-31 | 1 | -1/+1 |
| | |||||
* | Update 8.14-SNAPSHOT and release note (#12261) | Zhe Sun | 2021-04-14 | 1 | -1/+1 |
| | |||||
* | Include compatibility tests in validation builds (#12250) | Anna Koskinen | 2021-03-26 | 1 | -0/+12 |
| | |||||
* | Remove whitespace-maven-plugin and formatter-maven-plugin. (#12213) | Anna Koskinen | 2021-03-03 | 1 | -9/+0 |
| | | | | | - These plugins cause significant problems for many Windows developers, and since most active maintainers are currently included in that group, the plugins have been deemed more trouble than they are worth. | ||||
* | Update to 8.13-SNAPSHOT (#12110) | Zhe Sun | 2020-10-07 | 1 | -1/+1 |
| | |||||
* | Test fixes & split failsafe integration test runs into smaller batches (#12103) | Anna Koskinen | 2020-10-01 | 1 | -3/+40 |
| | |||||
* | Update to 8.12-snapshot (#11995) | Zhe Sun | 2020-05-13 | 1 | -1/+1 |
| | |||||
* | Update to 8.11 snapshot (#11874) | Zhe Sun | 2020-01-16 | 1 | -1/+1 |
| | | | | | * Update to 8.11-SNAPSHOT | ||||
* | Update to 8.10-SNAPSHOT (#11657) | Zhe Sun | 2019-07-29 | 1 | -1/+1 |
| | |||||
* | Use https for Maven repositories (#11668) | Stéphane Nicoll | 2019-07-29 | 1 | -1/+1 |
| | | | | * Use https for Maven repositories | ||||
* | Update to 8.9 (#11535) | Sun Zhe | 2019-04-18 | 1 | -1/+1 |
| | | | | | | * Update to 8.9-SNAPSHOT * update in bom module | ||||
* | Update snapshot to 8.8-snapshot (#11397) | Sun Zhe | 2018-12-28 | 1 | -1/+1 |
| | |||||
* | Update master to 8.7-SNAPSHOT (#11208) | Sun Zhe | 2018-09-27 | 1 | -1/+1 |
| | |||||
* | Upgrade to new Atmosphere (#11122), replace SSH proxy with java-based ↵ | Ilia Motornyi | 2018-09-04 | 1 | -4/+0 |
| | | | | trivial one, fix tests | ||||
* | Update project version to 8.6-SNAPSHOT (#11011) | Mehdi Javan | 2018-06-29 | 1 | -1/+1 |
| | |||||
* | Fix valdiation builds to use correct browser (#11000) | Teemu Suo-Anttila | 2018-06-27 | 1 | -6/+0 |
| | |||||
* | Improved BrowserStack support with local identifiers (#10941) | Teemu Suo-Anttila | 2018-05-31 | 1 | -0/+1 |
| | |||||
* | Enable maven formatting for uitest (#10908) | Ilia Motornyi | 2018-05-17 | 1 | -0/+9 |
| | |||||
* | Fix test retries and use TestBench retry rule (#10904) | Teemu Suo-Anttila | 2018-05-09 | 1 | -1/+1 |
| | |||||
* | Introduce XVFB cluster testing (#10801) | Teemu Suo-Anttila | 2018-04-17 | 1 | -26/+12 |
| | | | | | | | | | This patch adds the ability and configuration for running tests against cluster running Chrome browsers in XVFB environment. It also contains multiple fixes for combining newer Selenium and Chrome as well as fixes tests that depend on timezones. | ||||
* | Update snapshot version to 8.5 (#10818) | Teemu Suo-Anttila | 2018-04-12 | 1 | -1/+1 |
| | |||||
* | Upgrade minor version in the project to 8.4 (#10520) | Teemu Suo-Anttila | 2018-01-24 | 1 | -1/+1 |
| | |||||
* | Update version number to 8.3-SNAPSHOT (#10348) | Teemu Suo-Anttila | 2017-11-22 | 1 | -1/+1 |
| | |||||
* | Remove redundant versions in POMs (#9990) | Ahmed Ashour | 2017-09-14 | 1 | -3/+0 |
| | |||||
* | Unify exec-maven-plugin to 1.6.0 | Ahmed Ashour | 2017-09-13 | 1 | -1/+0 |
| | |||||
* | Update version to 8.2-SNAPSHOT (#9946) | Teemu Suo-Anttila | 2017-09-08 | 1 | -1/+1 |
| | |||||
* | Snapshot version update to 8.1 (#9023) | Ilia Motornyi | 2017-04-05 | 1 | -1/+1 |
| | |||||
* | Easy DevelopmentServerLauncher run with maven (#8677) | Ilia Motornyi | 2017-02-28 | 1 | -0/+40 |
| | | | | Add Maven target for running or debugging the development server and instructions for IDEA. | ||||
* | Eliminate module uitest-common (#8583) | Henri Sara | 2017-02-16 | 1 | -7/+8 |
| | | | | | | | The use of the module in the test project was removed earlier, and eliminating the module permits simpler and more reliable builds as it was not deployed. The classes that were in uitest-common are now in uitest. | ||||
* | Fix profiles in vaadin-root pom.xml (#8484) | Teemu Suo-Anttila | 2017-02-08 | 1 | -27/+18 |
| | |||||
* | Handle system properties for failsafe plugin (#8414) | Teemu Suo-Anttila | 2017-02-02 | 1 | -31/+11 |
| | | | | * Handle system properties for failsafe plugin | ||||
* | Require Maven 3.1 or newer for uitest (#8418) | Pekka Hyvönen | 2017-02-02 | 1 | -0/+5 |
| | |||||
* | Refactor testing of the framework (#8393) | Teemu Suo-Anttila | 2017-02-01 | 1 | -58/+110 |
| | | | | | | | | | * Integration tests moved from uitest to separate test modules * Run TB4 tests with maven profile * Remove old ant/ivy build scripts from uitest * Add 'needs-ssh' test category for reconnection test * Add default values for testing and validation builds * Add placeholder build.xml with instructions to run Maven | ||||
* | Make it easy to run Sonar on the project (#8118) | Artur | 2017-01-03 | 1 | -0/+2 |
| | |||||
* | Remove Google App Engine support, tests and documentation (#8034) | Pekka Hyvönen | 2016-12-20 | 1 | -6/+0 |
| | | | | | | * Remove Google App Engine support and tests Fixes #8033 | ||||
* | Memory measurement test for V7&V8 Grids, 1 item and 100 000 items. | Denis Anisimov | 2016-10-14 | 1 | -0/+91 |
| | | | | Change-Id: I66b358ff40703f2713272323ba1c5ae8778c8413 | ||||
* | Move all themes except Valo into a new compatibility-themes package | Aleksi Hietanen | 2016-10-13 | 1 | -0/+5 |
| | | | | Change-Id: Ife0707c69bac83f190b5497af5fef1af43af6e46 | ||||
* | Format project pom files using correct settings (4 spaces) | Artur Signell | 2016-09-09 | 1 | -304/+304 |
| | | | | Change-Id: I4b4760949897d2755da26a06f9048a596abdf0b6 | ||||
* | Allocate enough memory for TestingWidgetSet SDM | Leif Åstrand | 2016-09-07 | 1 | -0/+1 |
| | | | | Change-Id: I6a06684f9e71ed54f3c1d90e361fa0a9ffc712a3 | ||||
* | Enable assertions for TestingWidgetset, add test to verify this | Teemu Suo-Anttila | 2016-08-31 | 1 | -2/+4 |
| | | | | Change-Id: I0c5fc24e490edc6e0d3fb7a9b1d2a71d564bb13c | ||||
* | Make DevelopmentServerLauncher work again | Artur Signell | 2016-08-19 | 1 | -0/+2 |
| | | | | Change-Id: I2014aa3f491cb18a81de15ac992faddfa4762ac8 | ||||
* | Use the same groupId for all modules in the project | Artur Signell | 2016-08-19 | 1 | -3/+3 |
| | | | | Change-Id: I9017e2540450e9548090c7fcdaefb1de3315587c | ||||
* | Add Vaadin 7 compatibility modules | Artur Signell | 2016-08-19 | 1 | -0/+16 |
| | | | | Change-Id: Ife8387c94c85a8167902e69fce5c3a6f761c5d8b | ||||
* | Define common test dependencies in the main pom file | Artur Signell | 2016-08-18 | 1 | -10/+0 |
| | | | | Change-Id: I7d5897384f1172befbc852e27a7372104e7820da | ||||
* | Define dependency version in the main pom file | Artur Signell | 2016-08-18 | 1 | -28/+8 |
| | | | | Change-Id: Id603133355b1cb398bcb880e693dd3c8276f7937 | ||||
* | Create module uitest-common | Henri Sara | 2016-08-17 | 1 | -6/+8 |
| | | | | | | | This module will contain most of the classes shared between uitest and integration test modules. Change-Id: Ibc327339cf1d360252483287c0eeb8dd03c176d5 | ||||
* | Update to GWT 2.8.0-rc2 | Artur Signell | 2016-08-12 | 1 | -2/+2 |
| | | | | | | Uses upstream com.google GWT instead of com.vaadin.external.gwt Change-Id: Id1c4391d167463082cf252e713d72ccd5f2d2303 |