summaryrefslogtreecommitdiffstats
path: root/uitest
Commit message (Collapse)AuthorAgeFilesLines
* Move FieldGroup and Vaadin 7 Grid to compatibility packageArtur Signell2016-08-2010-101/+30
| | | | Change-Id: I9aaef478e0b67462641239802b924b8461cb9225
* Make DevelopmentServerLauncher work againArtur Signell2016-08-191-0/+2
| | | | Change-Id: I2014aa3f491cb18a81de15ac992faddfa4762ac8
* Use the same groupId for all modules in the projectArtur Signell2016-08-191-3/+3
| | | | Change-Id: I9017e2540450e9548090c7fcdaefb1de3315587c
* Delete old test UIs which have no automated testArtur Signell2016-08-19174-11643/+0
| | | | Change-Id: Ic72fdcc300a5087dd5cfffbe2bf48b7bba2ea76b
* CustomField migration to new AbstractField (#61).Denis Anisimov2016-08-193-34/+41
| | | | Change-Id: I33dd7aa2cf91ba2606a602c8ba612bcc30b02622
* Add Vaadin 7 compatibility modulesArtur Signell2016-08-191-0/+16
| | | | Change-Id: Ife8387c94c85a8167902e69fce5c3a6f761c5d8b
* Define common test dependencies in the main pom fileArtur Signell2016-08-181-10/+0
| | | | Change-Id: I7d5897384f1172befbc852e27a7372104e7820da
* Define dependency version in the main pom fileArtur Signell2016-08-181-28/+8
| | | | Change-Id: Id603133355b1cb398bcb880e693dd3c8276f7937
* Implement new PasswordField (#52)Aleksi Hietanen2016-08-1815-39/+50
| | | | Change-Id: I12236a856403942382633aad5992467576baa7fc
* Rename legacy packages to v7Artur Signell2016-08-18294-390/+390
| | | | Change-Id: I53f3bd49c234a8d126887f6effa83a3c5c92b4e0
* Remove carriage returnsArtur Signell2016-08-1860-4662/+4662
| | | | Change-Id: I1be17dcf3245eca3e571886db4fa0cbb9657edbb
* Remove IE8-IE10 related test codeArtur Signell2016-08-1861-1271/+51
| | | | Change-Id: Iadacd329c8da969c5ad046abd87db28ac6eade0c
* Rename Grid into LegacyGridelmot2016-08-18161-5098/+5137
| | | | Change-Id: Ie99e3a5af908ada42a6d0eba421241ad65c0d6b4
* Do not run websocket tests on Karaf 4Artur Signell2016-08-181-13/+2
| | | | | | | Karaf 4.0.5 uses Jetty 9 but has no websocket support available by default Change-Id: I02b79f9d60cc2c151b51c0a22c891d89f43bfdaa
* Update copyright year to 2016Artur Signell2016-08-181346-1348/+1348
| | | | Change-Id: I6485dee1ebba12b180a9063ed4b530f7dc63cd77
* Remove trailing whitespace from code and javadocArtur Signell2016-08-181326-4480/+4480
| | | | Change-Id: I4c852b7f9928e190572876690d5bef1234494a5d
* Format using Eclipse NeonArtur Signell2016-08-181100-5819/+6221
| | | | Change-Id: I33f1cc33969ff74a95b1b8cc0f2add589be5aae0
* Remove TB2 test running supportArtur Signell2016-08-182-233/+5
| | | | Change-Id: I59229cd4809ea4e624244ee19f641f838a9c5312
* Remove unused server test filesArtur Signell2016-08-182-84/+0
| | | | Change-Id: Ia3cbc25ec488cdbe8db680b2b6387857f58c87e6
* Remove the broken Liferay 6.0 testArtur Signell2016-08-173-427/+0
| | | | Change-Id: Ia51bfd1c7764857f7d378b7f0a0daea258d0fe26
* Create module uitest-commonHenri Sara2016-08-1723-3484/+13
| | | | | | | This module will contain most of the classes shared between uitest and integration test modules. Change-Id: Ibc327339cf1d360252483287c0eeb8dd03c176d5
* Run OSGi test on Karaf 4.0.5Artur Signell2016-08-171-1/+1
| | | | Change-Id: I28eedd4130a1f017c1fc7ce5f22ba8e617f9b450
* Remove unnecessary sleep time randomizationArtur Signell2016-08-171-10/+2
| | | | | | | | Seems like the randomization is not thread safe and from time to time causes all server tests to fail with "integration_tests.xml:251: Only 1 operation can be specified" Change-Id: I41774fb4d7637e3485a82ef0096193c73a201eb5
* Remove Form and FormFieldFactoryArtur Signell2016-08-1757-5679/+4
| | | | | | | | Form was deprecated in Vaadin 7 when FieldGroup was introduced. In Vaadin 8, FieldGroup is deprecated in favor of Binder. Having three different "forms" would be very confusing. Change-Id: I17775c922940edc5df7dd5bdc80bfe9652588270
* Update TextField to extend AbstractFieldNew (#51)Aleksi Hietanen2016-08-17299-1205/+1344
| | | | | | | | - Changes input prompt to be based on the placeholder attribute. - Unifies TextChangeEvents with ValueChangeEvents. - add*Listener methods now return Registration objects, remove*Listener methods removed. Change-Id: Ie92506ae9db205bb0010ae9126c608c62ad023ff
* Relax test to only care about JRE version, not patch setArtur Signell2016-08-151-5/+5
| | | | Change-Id: I1f959cdd81da9c6e8565260e574593bcd198804f
* Remove deprecated addListener/removeListener methodsArtur Signell2016-08-1511-37/+36
| | | | Change-Id: I74c8bda4bf53340a6deb1fcd5bd8db87b502c856
* Derive DateField from new AbstractField (#57).Denis Anisimov2016-08-15107-688/+1335
| | | | Change-Id: I5efe17253ecd28dad5a2250076246a9eb30eec62
* Move old DateField components to legacy package (pre-#57).Denis Anisimov2016-08-12120-665/+712
| | | | Change-Id: I9e766be232d90aab92b5daa77351f4b0a3933f1d
* Update to GWT 2.8.0-rc2Artur Signell2016-08-121-2/+2
| | | | | | Uses upstream com.google GWT instead of com.vaadin.external.gwt Change-Id: Id1c4391d167463082cf252e713d72ccd5f2d2303
* Convert CheckBox from legacy to AbstractFieldHenri Sara2016-08-11102-1767/+863
| | | | | | Add LegacyCheckBox for old field factories, Grid editor etc. Change-Id: Ic40790049421268c6de3d26730d1955d56aa86c4
* Make immediate mode the defaultHenri Sara2016-08-116-261/+24
| | | | Change-Id: I0a1fc0bf6f3de1b7d6975cd87cb7bb65c38dba4e
* Convert old validators (#87).Denis Anisimov2016-08-1115-94/+107
| | | | Change-Id: I6e4a56855f78595975b645a08390fb56e0e52ef9
* Update expected Chrome version to 52Henri Sara2016-08-111-1/+1
| | | | Change-Id: Ic580c17bddf05455827ecb7fbfb44e5c9e2c7bf2
* Remove deprecated column based width support from selectsHenri Sara2016-08-114-74/+0
| | | | Change-Id: I233f205d3d0d7c0cf59e55531de09b7807d73548
* Fix Grid height calculation when HeightMode.ROW (#20104, #20074)adam2016-08-112-0/+115
| | | | | | | | | When Grid is inside of a Tab (Tabsheet or Accordion) and height mode is set to HeightMode.ROW, layout happens before row height is known. To fix that, an event is fired and a handler starts a layout after everything is calculated. Change-Id: I516b09b5a7febc7ab3931fe582752eb5c888e4a8
* Move and rename converters into com.vaadin.legacy.data.util.converter.Legacy*Artur Signell2016-08-1014-67/+67
| | | | Change-Id: I75fd33e66c8c5c265bc60cce58ff639a5d5642ab
* Move old validators to legacy package (pre-#87).Denis Anisimov2016-08-1024-87/+87
| | | | Change-Id: If6212ff2b7da0e87b3c68a3372b5f0b5a2a55b1a
* Move Validator and Validatable into legacy package.Denis Anisimov2016-08-0921-22/+22
| | | | Change-Id: I7f8e9b1f7dff40ca76933cdf1978e3749f390142
* Convert Slider to extend the new AbstractFieldArtur Signell2016-08-095-47/+192
| | | | Change-Id: I1961963baac3a6546edb908582b323c481b15bfd
* Eliminate calls to deprecated addListener(Focus/BlurListener)Henri Sara2016-08-098-30/+30
| | | | Change-Id: Ia92f8d2c9df32b2dc10ea3fbda02c962d7e8b566
* Add support for required status to AbstractFieldArtur Signell2016-08-091-12/+23
| | | | Change-Id: I64ef7d4425946031432032cc4060e0dcad43678b
* Rename AbstractFieldTest to LegacyAbstractFieldTestArtur Signell2016-08-0810-29/+34
| | | | Change-Id: I6cc419884ecba7f75e825ddcba343325b2d77f1b
* Move ComboBox pageLength to state (#19929)Henri Sara2016-08-082-2/+2
| | | | | | | Use shared state for the page length and update related tests. This change also removes an unused widget field. Change-Id: I22055ea058029f898af952252a0c3dadcd9476d4
* Rename Field, AbstractField to legacy namesJohannes Dahlström2016-08-0547-165/+172
| | | | Change-Id: I46ce708e0f10e4c9fa3d11a2aef5be0248c2999f
* Remove the "liferay" themeHenri Sara2016-08-0511-1398/+0
| | | | | | | | The theme was designed for Liferay 6.0 and was following its look. Liferay 6.0 is no longer officially supported by Vaadin 8. Change-Id: I79e8ecd6674b1dce2424121d4c298b69d3f932d4
* Reduce integration test startup delaysHenri Sara2016-08-051-5/+5
| | | | | | Between integration tests, the test build was idling a lot. Change-Id: I524cbeb6fbc368d1bacf62518c5eaca970a5542a
* Remove WebSphere 8 and Glassfish 3 testsHenri Sara2016-08-052-193/+0
| | | | | | | WebSphere 8 prior to 8.5.5.9 does not support Java 8. Glassfish 3 does not support Java 8 out of the box. Change-Id: I623951ec2fa180a3c520ae24b27837f8b6d81ea2
* Remove old integration testsHenri Sara2016-08-052-207/+0
| | | | | | | Remove all integration tests whose servers do not support Servlet 3.0 and some other obsolete servers. Change-Id: I648bda9a74579be69cb54864fa526d3105742b9b
* Update version number, use Java 8Teemu Suo-Anttila2016-08-032-2/+2
| | | | Change-Id: Icb36a9c019ba086cdcdece2497c2120ea6bafb7a