summaryrefslogtreecommitdiffstats
path: root/uitest
Commit message (Collapse)AuthorAgeFilesLines
* Move/remove old TB2 testsHenri Sara2016-04-192-0/+124
| | | | Change-Id: I6f1c2c3dc55b76c66f3d231f37d6b0709126d801
* Make sure parent directories of WAR fetch destination existHenri Sara2016-04-191-0/+1
| | | | Change-Id: Ie10504af2a8e06540e6b6e527a7f8d730bae8d4e
* Add target to fetch uitest WARHenri Sara2016-04-191-0/+4
| | | | Change-Id: I344e7f10caac0cc38947a0de194cead533df32c1
* Fixes for DevelopmentServerLauncherHenri Sara2016-04-184-8/+5
| | | | | | | | | Makes it possible to run DSL in the uitest project using the same configuration as before. Note that this change might not fix all issues with DSL. Change-Id: Ie69a97e79247d6c211eb0762c4d4def3499b88ae
* Use parameter for uitest Ivy repositoryHenri Sara2016-04-181-0/+3
| | | | | | This allows CI builds to override the repository for Vaadin artifacts. Change-Id: I0a85c16f1630ec8a3d29bd0ff42d7855f360ff88
* Further Ivy/Ant cleanupHenri Sara2016-04-171-2/+2
| | | | | | | This change removes the top-level build.xml and some other Ivy/Ant configuration entries. Change-Id: I56fb1621a66ef190a72cfe1f9eb277bb878db4b5
* Refactoring of Ivy files and ide.xmlHenri Sara2016-04-161-22/+21
| | | | | | | | | | | This moves ide.xml dependencies from uitest to build/ivy.xml so that each side can be refactored and cleaned up independently of the other. Note that ide.xml has several problems introduced by earlier changes. This change adds some comments and updates some paths, but does not fix all the related issues. Change-Id: I0794decf785c41657f87e1ff120f5f017344a2b6
* Clean up obsolete Ivy/Ant confs/targetsHenri Sara2016-04-162-204/+1
| | | | | | | | This change removes publishing related Ivy files and Ant targets etc. Further cleanup will be done in later changesets. Change-Id: Ibe430495e85a1b0f3538072a4823c627ddac2924
* Fix uitest deployment configurationHenri Sara2016-04-151-14/+5
| | | | Change-Id: I4becdfd4a2d8dc2b3677bcfc937d8cc5b0b2bbe7
* Build uitest war with mavenTeemu Suo-Anttila2016-04-152828-59/+3627
| | | | Change-Id: I32625901ca27a282253df44c6e776cf9632bacda
* Add profile to enable uitest deployTeemu Suo-Anttila2016-04-141-0/+23
| | | | Change-Id: I6393204fc9d2e02c77ff2969fb6502dfb71019e9
* Final working configuration for nexus staging pluginTeemu Suo-Anttila2016-04-141-312/+297
| | | | Change-Id: I05d546b763651ad6856fb86adc068058a35be429
* Skip only staging instead of the whole nexus deploy mojoTeemu Suo-Anttila2016-04-141-1/+1
| | | | Change-Id: I4b1015dd27422500aed698bfa3dc87fc7b13a58a
* Skip staging of non-deployable modulesHenri Sara2016-04-131-0/+11
| | | | Change-Id: I2882a5b4df627f440d17733b57fa173d85ea8c6e
* Merge branch 'master' into feature/mavenizeelmot2016-04-13498-43076/+1129
|\ | | | | | | Change-Id: Id7db526d07a14ac259cbb50415bbafd2a7c2ab94
| * Prevent closing of uncloseable Window on esc (#19700)Teemu Pöntelin2016-04-112-0/+91
| | | | | | | | Change-Id: I4d67cd84c6f4179da6d6fea6b881e8ccd65e70d9
| * Focus click element inside a drag'n'drop wrapper (#14826)Artur Signell2016-04-112-19/+92
| | | | | | | | | | | | | | | | | | | | | | Focus inside a drag'n'drop wrapper does not work out of the box as mousedown is cancelled to avoid text selection when starting a dnd operation. This change explicitly calls focus on the element at the location which was clicked. Input elements will now be able to gain focus but e.g. clicking to move the caret inside a text area won't work as mousedown is cancelled. Change-Id: I89e046ddb0b1044bc6a2f11fda4edbe5fda25743
| * Refresh grid body after resize (#19664)Markus Koivisto2016-04-052-0/+113
| | | | | | | | Change-Id: I8531f9d39aaa5854108e1bee9db121b0e54be770
| * Fix Escalator BodyContainer logical top row tracking (#17262)Markus Koivisto2016-04-052-0/+22
| | | | | | | | Change-Id: I43041999cba9429e3a08b09f14ac2e8f58774285
| * Remove TB2 tests and integration tests for legacy servers/portalsArtur Signell2016-04-01470-43049/+3
| | | | | | | | Change-Id: I1c6d830c8a71674c264738f709ad12da3b91cd5c
| * Fix JavaScriptStringRenderer to work in IE8Leif Åstrand2016-03-111-0/+2
| | | | | | | | Change-Id: I035a9d7a4aba378852443743b5ab84b3fc59f24e
| * Correctly report timing information again (#19661)Artur Signell2016-03-072-0/+104
| | | | | | | | Change-Id: I3d37118c7bafeac3340a6f0305c96bfe601ebb59
| * Support string data in javascript renderers (#18209)Leif Åstrand2016-03-074-0/+42
| | | | | | | | Change-Id: I2be48aa7a60920193a2f4bd9a413979cb9c48f34
| * Make table take parent enable state changes into account (#19455)Artur Signell2016-03-052-0/+139
| | | | | | | | Change-Id: I11d9e7bcdc3471157b9c21881d463ef5a747d2c1
| * Make it possible to intercept RPC calls without copy/pasteArtur Signell2016-03-055-0/+320
| | | | | | | | Change-Id: I50c2e4a95b492a42c4291e8dcbede3de87f1be6f
| * Fix GridClientKeyEventsTest on IE8Teemu Suo-Anttila2016-03-051-0/+3
| | | | | | | | Change-Id: I08b41559a0cb5bd27727d6be533149916a41b61c
| * Make ARS without UI parameter redirect to last modified UILeif Åstrand2016-03-051-4/+102
| | | | | | Change-Id: I7841fb0356b6a1bba5963bef7b6f660a752c4790
| * Don't set null value for unmapped client side keys. (#15181)Sauli Tähkäpää2016-03-052-0/+92
| | | | | | | | Change-Id: Icff63665d6cbef5a5dfd07c64a4535f6bf55de08
| * MarginInfo CTOR with two booleans: vertical, horizontal (#14113).Denis Anisimov2016-02-293-4/+4
| | | | | | | | Change-Id: Iad15b95abeb24e7dd1e06b1d9f70844cb061cb49
* | Move organization, license and SCM to parent POMHenri Sara2016-04-131-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | This change also cleans up some redundant POM metaadata. Even though Maven documentation does not list it, also the organization section is inherited to the effective POM. pom-template.xml is still in the project for a longer description and a repositories section until publishing to staging is cleaned up. Change-Id: I76b71aec1d2812e2f9ef321c3b4131c613a29cb7
* | Generate sources with release profileTeemu Suo-Anttila2016-04-111-3/+0
| | | | | | | | | | | | | | | | | | This patch refactors how unpacking of dependencies is handled. It now uses a more generic configuration on top level as well as updates the phase where the extraction happens. This way the source plugin configuration remains small Change-Id: I952ec84e05eac255f8b44044baceba37e07737c5
* | Build uitest with maven ant runnerelmot2016-04-012-1/+340
| | | | | | | | Change-Id: Ia7ba1cb6b1c8c4e70b6e834d86feb6c161ab5a29
* | Build vaadin-themes with mavenTeemu Suo-Anttila2016-03-292-2/+16
| | | | | | | | Change-Id: Ie40ea2c74358f6bf35a5a36a98561fd53fffe23f
* | Build vaadin-client-compiled with mavenTeemu Suo-Anttila2016-03-271-1/+1
| | | | | | | | Change-Id: I91ef39fec1244fdeff1ee269be39ae7800a495b3
* | Build vaadin-buildhelpers with mavenTeemu Suo-Anttila2016-03-242-2/+2
| | | | | | | | Change-Id: I1b67fdc7d32d57f98bca78dba4fa190950b94507
* | Build client-compiler with mavenelmot2016-03-221-1/+1
| | | | | | | | Change-Id: Ic86a95ce44cc37c8d34d607b39f2aec4cc922ce2
* | Build vaadin-client with mavenTeemu Suo-Anttila2016-03-181-1/+2
| | | | | | | | Change-Id: I36c426086a2b957f6f738d17470c499a01ddac3b
* | Migrate vaadin-server build to mavenTeemu Suo-Anttila2016-03-142-2/+2
| | | | | | | | Change-Id: I5c740f4e9cb28103bab199f9a552153d82277e7e
* | Use Maven to build vaadin-pushHenri Sara2016-02-291-1/+1
|/ | | | Change-Id: I244182abfe3b72c59786b520eafb663b5c1e5918
* Fix AbstractRemoteDataSource cache clean up on remove (#19482)Teemu Suo-Anttila2016-02-132-0/+116
| | | | Change-Id: Ib9fc54ef018afe7f571204aba41182333b77c47f
* Fix Components cleanup on Header/FooterRow remove in Grid (#19497)Teemu Suo-Anttila2016-02-131-2/+39
| | | | Change-Id: I596d0cc13b782398b4c5c8338b8370e69862ea88
* Fix NPE if stopping navigation in onBeforeUnload (#19541)Artur Signell2016-02-131-0/+47
| | | | Change-Id: Idcba5ceeff9df88a4ea7fe6b34e2e2537b7ee58c
* Test using Wildfly 10 (#19565)Artur Signell2016-02-131-0/+7
| | | | Change-Id: Ife0d04d197c10a609c90e257c106a581b2be4c42
* Fix NPE on column width detection in TreeTable and RowGenerator (#19437)Teemu Suo-Anttila2016-02-132-0/+96
| | | | Change-Id: I7ed03d34124dda839bddc2507274a63b1e22f05f
* Fix Editor overlay position when footer is displayed on top (#19491)Teemu Suo-Anttila2016-02-051-0/+21
| | | | Change-Id: Ifffe66c8a872fe3625cf8c60115b172610b6e9b5
* Chrome version updatedelmot2016-02-011-1/+1
| | | | Change-Id: I5d8167cb1126858764b9108d31ac4be4cdae98cb
* Make hiding/showing components in grid header/footer work (#19297)Artur Signell2016-01-292-0/+243
| | | | Change-Id: Iebe1135e26f2f6fae98befb7c42e3c0fdb18c13b
* Make Checkbox label send context click events also (#19456)Artur Signell2016-01-222-0/+92
| | | | Change-Id: Ic23a84357e1d0d333905ce6b3931c41ee90148f6
* Do not process click events for disabled optiongroups (#19433)Artur Signell2016-01-211-0/+37
| | | | | | | | This removes the warning logged on the server side when the RPC reaches it for the disabled component. As this is more of a cosmetic change, there is no automatic test. Change-Id: I8bfa83bd0a26c585e1614d821ac3b598294db09d
* Allow legacy components to paint infinity double values again (#19447)Artur Signell2016-01-213-0/+129
| | | | | | | | | | | | | | | | | JsonPaintTarget.addAttribute(String,double) converts infinity values to { "name": Infinity }. This is not valid JSON but has "always worked" and at least NumberField relies on being able to send infinity values. For state and RPC it's not possible to send 'infinity' as JsonNumber converts those to null. It is not possible to send 'infinity' back to the server using a legacy variable either as also in this case JsonNumber is used and the value becomes null. This fix should be reverted when legacy variable support is removed. Change-Id: I4b5366420e11915236eff447e3eeedc458cf8cea