| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
A new variation named “Light”, similar to iOS7 style.
Fix some valo-menu styles to accommodate the new light style better.
Change-Id: Ib7c396263db7838c972d75a6b79fed1caf7ca576
|
|
|
|
| |
Change-Id: I342fad836ad0d4014748a06c8ccfed53a99e6ece
|
|
|
|
| |
Change-Id: I0febbbaf85374c395454c889c36add277ca9b131
|
|
|
|
| |
Change-Id: Iaa9feeedd1a2dbc879617c7b0dfedfeff36a7ba5
|
|
|
|
| |
Change-Id: I3b0f4ebc247d0cdbf5d8cdd78c3088207e2f8e45
|
|
|
|
| |
Change-Id: Ib7ea54e7a06516acbd9cf3dd08dbbacaac2030f9
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a workaround for a problem with the integrated TeamCity JUnit
listener which is not thread safe. Without this the test results are
completely mixed up in TeamCity. For more information, see
http://youtrack.jetbrains.com/issue/TW-33176.
All standard JUnit test reports is put in result/reports. For uitest
there are three report directories: result/reports-tb2,
result/reports-tb3 and result/reports-integration to be able to clean
the directories before running a given type of tests.
This change is based on the separate fixes by John.
Change-Id: I2f0dee416f6745544636f2f3dcea0d0832ff8076
|
|
|
|
|
|
|
|
|
| |
* Main build configuration triggers unit tests for all modules and uitest/build.xml testbench tests in parallel
* uitest/build.xml triggers Jetty startup and integration (server) tests in parallel. After the server has started, TB2 and TB3 tests are run in parallel.
* Server integration tests for servlet containers are run using TB3 and the com.vaadin.tests.tb3.ServletIntegrationTests test suite.
* Portlet integration tests are still run using TB2 test scripts
Change-Id: Ie6bffd4e68b4889074e9c470faa3c65f923e55c4
|
|
|
|
| |
Change-Id: Ie80f2bad49f38a2391a8a560825aceb19f82de0a
|
|
|
|
| |
Change-Id: Id90faf1dde880bb1aa51f9c337dca594f4993884
|
|
|
|
| |
Change-Id: I4f500e37ef7b96e103d66c40fba152299516a55f
|
|
|
|
| |
Change-Id: If8afd65d5905302c64f12ef7f76ee7e63073c474
|
|
|
|
| |
Change-Id: Iecd621321fdde29d2d89d910ba46e9dadee58995
|
|
|
|
|
|
|
| |
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: Ie21d448f89d0fab6b7732a0137c80172e9da8e69
Ticket: 10918
|
|
|
|
|
|
|
|
| |
* Validates that all java files contains a license file and fails the build if a license is missing
* For now runs a lot of checks with a severity less than error to avoid failing the build
* Outputs test results to TeamCity for reporting
Change-Id: I24ca9cd0646a4bc530ef3a183eef1bc4addc555d
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Server is now launched using jetty-runner instead of a custom DemoLauncher
|
| |
|
| |
|
|
|