summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Remove duplicate link, improve tag script variable orderingTeemu Suo-Anttila2016-04-201-4/+3
| | | | Change-Id: I3b8990ea31603a8b8aa278ac5ae1495fdd603dbc
* Combine build and staging report scriptsTeemu Suo-Anttila2016-04-192-92/+73
| | | | Change-Id: I722a3311326160afed9ff23822d78b31115a9386
* Add plugin repository parameter to validation scriptsTeemu Suo-Anttila2016-04-194-39/+20
| | | | Change-Id: I94888fd19e2bf01f34ef57230bd3e9df7fb3d8eb
* Fix demo and archetype build scripts to deploy all wars at onceTeemu Suo-Anttila2016-01-132-13/+27
| | | | Change-Id: I5ddf43d0c895404abf2139c847ac805ef08452c8
* Update to Font Awesome 4.5.0Artur Signell2015-12-301-1/+1
| | | | Change-Id: Ied7437e43dee81671c6b36dd7f860cf9bdf7fb68
* Improve BuildDemos exception handlingTeemu Suo-Anttila2015-12-021-1/+8
| | | | Change-Id: Iee29e3686a60c889e6bffa7ffe0a447f14d7afa2
* 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: Ic266a22e06fd470e2c2e0647b8d83870ffc650ab
* Update FontAwesome to 4.4.0 (#14555)Artur Signell2015-10-091-0/+4
| | | | Change-Id: Ibc7d174970c154fce730341a8cfc240b8072633e
* Change ValoIcons to ThemeIcons and moved to base (#18472)Artur Signell2015-10-072-5/+8
| | | | Change-Id: I7122252e9b238fdca0383d0698623fe5a9e3f262
* Add sampler to BuildDemos, support specifying branch for demoTeemu Suo-Anttila2015-10-061-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: Ia3d648e9203296cecde8fd1e6d86613ac31a33d5
* Create a Valo icon font for icons used in Valo (#18472)Artur Signell2015-09-302-0/+63
| | | | | | | | | | | | | | Valo uses only a handful of icons from Font Awesome. This change introduces a separate icon font for valo (9KB instead of 80KB) and decouples Valo from Font Awesome to enable updating Font Awesome without taking Valo into account. This change also makes it easy to not load Font Awesome when using Valo by setting $v-font-awesome:false For backwards compatibility, Font Awesome is loaded by default Change-Id: Ib01e3cf34e2468c885fcb8c7859cd1d1af4491aa
* Add command line parameter for ignoring demosTeemu Suo-Anttila2015-09-141-2/+7
| | | | Change-Id: I84850404ba772ff4dceb1f00f5ddc275fe6f915d
* Improve build and publish reportsJohannes Dahlström2015-08-282-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: Ib5d967838b47c0f9505219a0304b860a03ef43ee
* Add result folder creation to publish report generatorTeemu Suo-Anttila2015-08-281-0/+9
| | | | Change-Id: Id1642eb7e04fde8444080a178627587648d0ed94
* Add server check for deployment scriptTeemu Suo-Anttila2015-08-131-0/+37
| | | | Change-Id: Ic8622cb0e83657417bb01135ed752a87b364c7a1
* 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: I78b916bf59da1267e31ed522ee9c4bdf47800d45
* Add reporting script for post-publish validationTeemu Suo-Anttila2015-08-121-0/+53
| | | | Change-Id: I3c145566cc3c5a103e68955c3fff19cfdfa3a4d2
* Basic tagging commands in staging reportHenri Sara2015-08-101-0/+34
| | | | Change-Id: I4d211975569e082aefafc9eca0bb0a374739d81d
* Add missing import to staging report generatorTeemu Suo-Anttila2015-07-151-0/+1
| | | | Change-Id: I2ceaac45b34b69a7dddaab4d60f2f0f7db1c5602
* Move demo links from release report to staging reportTeemu Suo-Anttila2015-07-142-8/+7
| | | | Change-Id: I4c38f787a44856a8420e1f9bda3ae6a1d889588f
* Add optional --repo parameter for Demo validation scriptTeemu Suo-Anttila2015-07-132-6/+11
| | | | Change-Id: Id22fc2ef4acad52e91a18e4cc10bf73a9ab4d924
* Update archetype validation script to use single repo URLHenri Sara2015-07-132-28/+21
| | | | Change-Id: Icda479927bbb52c2eedf5cb5477726042f55434d
* Fix repo URL in staging reportHenri Sara2015-07-131-1/+1
| | | | Change-Id: I0c17af5b750334b45539dfa137e9c7aead2e87d9
* Add staging report file generatorTeemu Suo-Anttila2015-07-102-3/+47
| | | | Change-Id: I8b4828317b4c7fe39d0cc71da79679998a0d472a
* Add @since check to build report generatorTeemu Suo-Anttila2015-07-101-2/+14
| | | | Change-Id: I708974d6706d5d0809f71b6ddf60cb3a50e31be7
* Fix Archetype validation script to use correct path for pom filesTeemu Suo-Anttila2015-07-092-4/+4
| | | | Change-Id: I0402807724c8ec911c0af3192f883a49f08d60ac
* Fix passing repo id to archetype generation functionTeemu Suo-Anttila2015-07-091-2/+2
| | | | Change-Id: Ida6871265aa3ca313960b0bca9c451f9f5f19151
* Fix BuildHelpers to create all necessary directoriesTeemu Suo-Anttila2015-07-091-2/+2
| | | | Change-Id: Ica4430469e8088c1e2fddad93a432cc2cd344fef
* Fix version number resolution for validation scriptsTeemu Suo-Anttila2015-07-083-24/+36
| | | | Change-Id: I799553cea50cb8e81ab06482f1a971f324da8fa1
* Fix archetype validation and make report demo listing prettierTeemu Suo-Anttila2015-07-082-4/+6
| | | | Change-Id: Iaedb612c882240f8b93313a7a5c7d2e610e50869
* Add milestone creation link and build pinning to reportTeemu Suo-Anttila2015-07-081-2/+5
| | | | Change-Id: Iaed3a5ebdf1e91c3cd65b04efa2201b1db0d87f3
* Add build report generator scriptTeemu Suo-Anttila2015-07-082-7/+41
| | | | Change-Id: I4145ba4dc91bc980110d63ad4284bbedb1219bc3
* Strip extra quotation from maven commandline argumentsTeemu Suo-Anttila2015-07-081-1/+1
| | | | Change-Id: I008d349726eb951089d5fd4883702773e5d683f8
* Fix demo auto validation script to add validated version to contextTeemu Suo-Anttila2015-07-073-12/+9
| | | | Change-Id: Ie30fe7f9c0c88de02f19a1bc0f377399a3568da4
* Add Demo validation script support for using local artifactsTeemu Suo-Anttila2015-07-072-5/+25
| | | | Change-Id: I47f6bd7b4b73371ffe10a80f6af215146f7895e4
* Add --maven parameter to add mvn commandline parametersTeemu Suo-Anttila2015-07-074-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: I6690cda0d3bfd18d665ffbc61b8502f91f9fd475
* Add DeployHelpers python module for adding wildfly auto deploymentTeemu Suo-Anttila2015-07-074-26/+133
| | | | Change-Id: I1b3570a96d8406aa502171eb8065f1359d458450
* Add python script for validating demosTeemu Suo-Anttila2015-06-113-134/+220
| | | | | | | This patch refactors most of building logic from BuildArchetypes.py to BuildHelpers.py Change-Id: I34526db0cc2dba3b0dc6afddefa7559b5e75b87c
* Add a python script for validating all maven archetypesTeemu Suo-Anttila2015-06-111-0/+184
| | | | Change-Id: I7d2c84589007617d04d63ba173bfb651231a3072
* Add python script for validating version files on vaadin.comTeemu Suo-Anttila2015-06-111-0/+66
| | | | Change-Id: Idcdacb7559ed9f05019dbced97b74fd7ae4bd11d
* 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