aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Improve BuildDemos exception handling7.5Teemu Suo-Anttila2015-12-021-1/+8
| | | | Change-Id: Ica22b3b271b5f67bad677febff12aff13c5d322e
* Get revision numbers for tagging from TeamCityHenri Sara2015-12-021-5/+10
| | | | | | | | | Optionally get revision numbers to tag from TeamCity. If no revision numbers are given, a placeholder is used in the generated script. Change-Id: Id4d6d8eb6c106a16c601b9dae3c267c027bcf5f3
* Add sampler to BuildDemos, support specifying branch for demoTeemu Suo-Anttila2015-10-191-4/+10
| | | | | | | | | New way to add a built demo with specified branch uses a tuple with the format ("URL", "branch"). The given branch will be used when cloning the demo. Default branch is master and is used if no branch is provided. Change-Id: I7b94f50045731a35ef6005e8fba160cfe0be4852
* Add command line parameter for ignoring demosTeemu Suo-Anttila2015-09-231-2/+7
| | | | Change-Id: I84850404ba772ff4dceb1f00f5ddc275fe6f915d
* Improve build and publish reportsJohannes Dahlström2015-08-312-2/+6
| | | | | | | | - Add link to closed fixed but not released/pending tickets - Ignore empty @since in /result/ paths - Add link to public Maven repository Change-Id: I885a5764901bfa063fd3332121d54077049ddd35
* Add result folder creation to publish report generatorTeemu Suo-Anttila2015-08-311-0/+9
| | | | Change-Id: Icdc71f7e5707cfb985c8b54f3172c332ea21ad1e
* Add server check for deployment scriptTeemu Suo-Anttila2015-08-131-0/+37
| | | | Change-Id: I759ed64fde83d5b9580596308f9a1feee75e1751
* Add missing URLs to staging reportTeemu Suo-Anttila2015-08-121-2/+5
| | | | | | This adds a new command line parameter for TestBench API build Change-Id: Ib9a362c665c018dba1dc88d9725980e46fdc9665
* Add reporting script for post-publish validationTeemu Suo-Anttila2015-08-121-0/+53
| | | | Change-Id: I9ac8adea219d2c9750d7d79a0933c89eaa0c21eb
* Basic tagging commands in staging reportHenri Sara2015-08-121-0/+34
| | | | Change-Id: I8b29f57329c1cc6979ed26fe539ba8950e72a7ef
* Add missing import to staging report generatorTeemu Suo-Anttila2015-07-211-0/+1
| | | | Change-Id: I97d0166b8a25efd2407c57f3b68db6c76ce346eb
* Move demo links from release report to staging reportTeemu Suo-Anttila2015-07-212-8/+7
| | | | Change-Id: I482bef9c58f5151357b9d2ef06f413872cc576bd
* Add optional --repo parameter for Demo validation scriptTeemu Suo-Anttila2015-07-212-6/+11
| | | | Change-Id: Ifcc86d927d6a0577a7ba229aa4e9a61e3d8916ee
* Update archetype validation script to use single repo URLHenri Sara2015-07-212-28/+21
| | | | Change-Id: Iefdf3c5864b72b79cfb31b2333bcc5b1684592fb
* Fix repo URL in staging reportHenri Sara2015-07-211-1/+1
| | | | Change-Id: Idd3a5d378a4acea4f1274ce4845642bb4a4339d3
* Add staging report file generatorTeemu Suo-Anttila2015-07-102-3/+47
| | | | Change-Id: I976ed36e6773cfbf87f041010580c41e308c9f3f
* Add @since check to build report generatorTeemu Suo-Anttila2015-07-101-2/+14
| | | | Change-Id: Ife5a29634ddfde62eda9d36e0bf7b8ac00fa2426
* Fix Archetype validation script to use correct path for pom filesTeemu Suo-Anttila2015-07-102-4/+4
| | | | Change-Id: I4024c7ad1aaa8e49d3ad2089d2710d432aab054a
* Fix passing repo id to archetype generation functionTeemu Suo-Anttila2015-07-101-2/+2
| | | | Change-Id: Iecf8cb8215a8ef36f28670019a88fc96371fc2e1
* Fix BuildHelpers to create all necessary directoriesTeemu Suo-Anttila2015-07-101-2/+2
| | | | Change-Id: I4603ff4b46e742b1fa2cf83c6de84f8a7f77018d
* Fix version number resolution for validation scriptsTeemu Suo-Anttila2015-07-093-24/+36
| | | | Change-Id: I07bde442ceb444a3732087838fab4de2de0393eb
* Fix archetype validation and make report demo listing prettierTeemu Suo-Anttila2015-07-092-4/+6
| | | | Change-Id: Idcc42c54004f07faf902ab4f4ab508dcf061ad34
* Add milestone creation link and build pinning to reportTeemu Suo-Anttila2015-07-091-2/+5
| | | | Change-Id: I5e153256dec2e520b6dec8cd8c7705df53a81086
* Add build report generator scriptTeemu Suo-Anttila2015-07-082-7/+41
| | | | Change-Id: I0b2cf67b0ed94bfddd1982faa4966c6d7ed62452
* Strip extra quotation from maven commandline argumentsTeemu Suo-Anttila2015-07-081-1/+1
| | | | Change-Id: I00cf0a9f29cf9d62371ed8c2b11296b39b6c1ee6
* Fix demo auto validation script to add validated version to contextTeemu Suo-Anttila2015-07-083-12/+9
| | | | Change-Id: I50469d450ac26908b7aa966f1d89688357cf2497
* Add Demo validation script support for using local artifactsTeemu Suo-Anttila2015-07-082-5/+25
| | | | Change-Id: I952f36e9d71c5e1f0687c9b5996ba075d1d72d5a
* Add --maven parameter to add mvn commandline parametersTeemu Suo-Anttila2015-07-084-24/+49
| | | | | | | | Also adds a --teamcity flag, planned future functionality to add supplied jar dependencies to local maven repo, and flags for setting wildfly autodeployment parameters (url, user, password) Change-Id: I7886009300564c1a088d63cf8d7cc35342706288
* Add DeployHelpers python module for adding wildfly auto deploymentTeemu Suo-Anttila2015-07-084-26/+133
| | | | Change-Id: I5b89b0cb1144741bcc023208337cefae7a9ae092
* Add python script for validating demosTeemu Suo-Anttila2015-07-083-134/+220
| | | | | | | This patch refactors most of building logic from BuildArchetypes.py to BuildHelpers.py Change-Id: If0ca3a9591f9337c3a72f7ede76b31b956b627c7
* Add a python script for validating all maven archetypesTeemu Suo-Anttila2015-07-081-0/+184
| | | | Change-Id: If4bf658297c821f0365eb92eb7ee4f002dd77da3
* Add python script for validating version files on vaadin.comTeemu Suo-Anttila2015-07-081-0/+66
| | | | Change-Id: Ia19e1362026f006bcb19852b72ba548858b33893
* Properly scan for files even though current directory contains java filesArtur Signell2015-04-171-1/+2
| | | | Change-Id: I175aebd57cbfcc6960ba2c97d6d0fb5d062f6d97
* Script for updating push versionArtur Signell2015-03-101-0/+55
| | | | | | Supports both Vaadin atmosphere versions and upstream versions Change-Id: I4d4965354a19c071dbd0bfb295e311e7cd55a63f
* Unified archetype scripts and added multimodule testArtur Signell2015-02-0911-250/+121
| | | | Change-Id: I6cd7d4ca4a1386920dbe657accd18836a009a11c
* Add archetype validation scripts.Sauli Tähkäpää2015-01-166-0/+250
| | | | Change-Id: Ie84eda1120b9b91fc3289961e134a567fcbdbd52
* Script for formatting the project using EclipseArtur Signell2014-12-301-0/+28
| | | | Change-Id: I9c4f210e29d14db29ea75b172f9b017f91b8bc7c
* Script for replacing all empty @since tags with a given versionArtur Signell2014-08-191-0/+30
| | | | Change-Id: I10cefbeb4028b6b511db5af94c287656c32a5efe
* install-local-maven.sh: use proper quotingAntti Tanhuanpää2014-06-181-11/+11
| | | | Change-Id: Iddcd438431d9c5f1f8ec7208d44a3602e183e160
* Script for installing build artifacts to the local Maven repositoryArtur Signell2014-06-031-0/+41
| | | | Change-Id: I6cc4553a54d7d4ed7271ea0eb59386516fd96ca5
* Remove the automerge scriptJonatan Kronqvist2014-05-051-165/+0
| | | | | | | This makes it impossible to run this script by mistake, as it should no longer be used with the new master based workflow. Change-Id: I0400ecb20bb135c09e0414196f692dd8e9ffa510
* Merge from 7.1 to 7.2Artur Signell2014-04-161-2/+2
| | | | | Merge: no Change-Id: Ibfe17c35ec72985823389c75a5c3135998443068
* Merge from 7.2Artur Signell2014-04-111-1/+1
| | | | Change-Id: Ic52a0be061bf22058ac9b831f3e965547a1b8933
* Email author about merge failuresArtur Signell2014-02-261-0/+12
| | | | Change-Id: I58554c9095e815087bee321dfc57e9e45b5b0481
* Use different exit codes for different errorsArtur Signell2014-02-251-8/+8
| | | | Change-Id: I7e5bba7f290ec9e6c482231bde3c12d13a3a80ea
* Fix typo in automerge scriptLeif Åstrand2013-10-041-1/+1
| | | | Change-Id: I41ca4f5cd21b85ead3ae2888d5c1b94cb40f1bd8
* Escape \ in commit messagesLeif Åstrand2013-06-071-1/+1
| | | | Change-Id: I1c5773dd593d7877833a5b1798f3e812b53a1b1e
* Ignore changes merged from the previous maintenance branchLeif Åstrand2013-06-071-1/+3
| | | | Change-Id: I16a203db76fd6dc7e091a2b2708f80b9d4cef079
* Merge changes from origin/7.1Leif Åstrand2013-05-171-3/+23
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 145a3e3 Send browser window resizes if there is a listener (#10055) 609acd1 Fixed table height rendering in Android 2.3 #11331 3dd6b44 Show tooltip on focus for DataField for AT (#11865) 4235382 Add ARIA presentation role to FormLayout (#11866) f1130fa Reset focus after selection from ContextMenu (#11476) fa0c9f5 Allow to close a context menu with ESC key (#11869) 656eaa5 Tweak TooltipConfiguration test to pass in IE9 and IE10 63dd611 Centers VOverlays in visual viewport on iOS, Android, fixes #11614 5a33d7d Test for #11775 0c8edf1 Avoid marking AbstractField dirty in primitive getters (#11201) 6c64757 Remove JavaDoc dependency to vaadin-server from PageState (#11873) 2f6d5e0 Tooltip accessibility fixes (#11799) 9b6b735 Merge changes from origin/7.0 1205e87 Merge commit 'a52ceb96590333' into 7.1 5a93038 Commit and push everything before a conflicting commit 73a50db Merge changes from origin/7.0 Change-Id: I63b89036a5973ca4ce14a6b3347f15c548e96169
| * Commit and push everything before a conflicting commitLeif Åstrand2013-05-171-3/+23
| | | | | | | | Change-Id: Ifdc45e2b0f540ac8212aaca835b9d11c18078eb5