| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
- Renamed tests to *Test and *TestBase.
- Removed obsolete @Ignore annotations.
- Split some design tests into smaller ones.
Change-Id: I8e2a7d73ef620e584777c1e8e701917c0f69f876
|
|
|
|
| |
Change-Id: I5b31bb935ecd3a9bb1fd4722a8e94acc4f0355b0
|
|
|
|
| |
Change-Id: I8cc1fd86a8ba7ba64595809afbd964e3b384d658
|
|
|
|
|
|
|
|
| |
vaadin-sass-compiler depends on an older version of cssparser than the
one used in client-compiler. This change overrides all sass-compiler
provided cssparser deps with the newer version.
Change-Id: I06d2b957d66dd3abbef161ae2643eec0cdf7e13a
|
|
|
|
|
|
| |
Adds a commons-io.version property to the build.properties file
Change-Id: I57a72f8841846d77ba73d567bd9bc3c8415b243c
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Moves CompileTheme from the theme-compiler to buildhelpers
* Refactors CompileTheme to get the Vaadin version on the command line
instead of using the Version class found in vaadin-shared
* Refactors build scripts to pass the version number on the command line
when running CompileTheme
* Removes the theme-compiler module/project/whatchamacallit
* Replaces the theme-compiler dependency with vaadin-sass-compiler 0.9.0
from maven
Change-Id: I4f98d15b60e18a826bf264eb55d12b3e736e8e54
|
|
|
|
| |
Change-Id: I0acbde16576dc26c36031038fe905695581c682d
|
|
|
|
| |
Change-Id: Ia9f6230219adfb1fcb29b88ad819e3209770e1fc
|
|
|
|
| |
Change-Id: I244f4afdebe956166a9158d85dc69fd7746c5a47
|
|
|
|
| |
Change-Id: Iff9105537a2a8123b808be33f8cd390b0c23edd6
|
|
|
|
| |
Change-Id: Iecd621321fdde29d2d89d910ba46e9dadee58995
|
|
|
|
| |
Change-Id: Ib8282dc77e3d06d49ce8815a3f4b036541d9acea
|
|
|
|
| |
Change-Id: I2e60a0e36bf95a64790745944cc9c846c23dfb88
|
|
|
|
| |
Change-Id: If0c236cf696d744b55a5288d4622b5d16e07a5cc
|
|
|
|
| |
Change-Id: Ia134929a67328e2a759028b2ee5b64206dc78883
|
|
|
|
| |
Change-Id: Ib57ce4f4336df2806f58a5d65bda61907e76591a
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Asynchronous bidirectional communication
* Use Atmosphere as a backend
* Use websockets if available, fallback to HTTP streaming
* Push mode (disabled, manual, automatic)
* Configurable via servlet parameter pushMode
* Disabled: The default; regular AJAX communication
* Manual: Need explicit UI.push() call
* Automatic: push all UIs in session when lock released
* UI.push()
* Push pending state and RPC to client asynchronously
* Must hold session lock when invoking
Change-Id: Idb5978ac81f7ff1e66665df4e3f96e29e4c419d4
|
|
|
|
|
|
|
| |
The "test" target runs all tests which do not require additional servers or setup. Can be run immediately after cloning the project.
The "test-all" target runs also integration tests and UI tests which require access to servers or additional setup.
Change-Id: I2f5371dc5be805ba12766c8187a2b58fbc7f7db4
|
|
|
|
| |
Change-Id: I863d8f015fe8cb17b571ac3e8675591560247627
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|