Commit Graph

60 Commits

Author SHA1 Message Date
Chris Davenport 489cc73c99 Add headers task to Robo (#274)
Looks good, thank you @chrisdavenport 

If we ever have time (probably at the code sprint, added it to the todo-list), we should move the file existing check to the constructor.. We need that for every task 👍
2016-10-23 00:08:16 +02:00
Daniel Dimitrov ab6125be50 ~ changes to the way we deal with curl insecure on windows (#163) 2016-10-15 15:47:47 +02:00
peterpeter bf118c40df Fix if 'git' instead of 'git.exe' as command is used on windows (#168) 2016-06-25 21:44:10 +01:00
Yves Hoppe 74852b9e18 Adding possibilty to run unit tests for com_weblinks with robo and codeception 2016-02-24 20:15:38 +01:00
javier gomez 74ce09dda3 [tests] rename jbuild to jorobo 2016-02-01 13:36:56 +01:00
Yves Hoppe 8404915409 Updated JoRobo namespace in RoboFile 2016-01-23 17:35:12 +01:00
javier gomez 44be385447 Merge remote-tracking branch 'origin/master' into pr/158
# Conflicts:
#	tests/acceptance.suite.dist.yml
2015-11-04 11:48:14 +01:00
Yves Hoppe 73230a4543 Fixed caching issue with folder not deleted before new clone 2015-11-02 12:11:36 +01:00
Yves Hoppe c07f0d03b7 Added default timezone 2015-11-02 11:22:39 +01:00
Yves Hoppe 7ea2741520 Integrated robo build system - clean merge of #125 2015-11-02 10:55:42 +01:00
javier gomez 277ff5c803 Improve logics in run:test method 2015-11-01 16:19:12 +01:00
javier gomez cf95385242 Merge remote-tracking branch 'origin/master' into pr/146
# Conflicts:
#	RoboFile.php
2015-11-01 16:17:37 +01:00
Francesco Abeni 8fd6f1d0e4 Add environments for different resolutions 2015-11-01 16:05:43 +01:00
Viktor Vogel d902a88504 Merge pull request #151 from therunnergit/extension-refactoring
Refactor method to get extension
2015-11-01 15:53:06 +01:00
Viktor Vogel 931f1b0e59 Merge pull request #135 from javigomez/fixtravis2
Fix travis when using .httaccess
2015-11-01 10:23:28 +01:00
Francesco Abeni 33583c8afc Refactor method to get extension 2015-11-01 09:57:02 +01:00
puneet0191 0c8e3929f7 Merge branch 'master' of https://github.com/joomla-extensions/weblinks into RoboUpdate
Updating the Branch
2015-10-31 23:26:27 +05:30
puneet0191 3902ca6332 Updating Robo File to add the functionality to run each method. 2015-10-31 21:34:54 +05:30
Viktor Vogel ab8dbab01a Merge pull request #130 from therunnergit/checker-tools
Add tasks for checker tools
2015-10-31 16:44:30 +01:00
Francesco Abeni 4896d5c6e2 Improve documentation and return values 2015-10-31 14:43:25 +01:00
javier gomez ab8116ccc3 Fixed ilegal usage of sed 2015-10-31 12:37:27 +01:00
javier gomez d4b80d8ae8 Fix wrong move command in robo 2015-10-31 12:22:02 +01:00
javier gomez b9d54a1b0a Merge pull request #133 from therunnergit/issue-129
Add constructor to RoboFile
2015-10-31 12:13:41 +01:00
Viktor Vogel 58bf6f8f11 Merge pull request #124 from therunnergit/chown-local-user
Option to chown local user
2015-10-31 11:54:50 +01:00
Viktor Vogel a25d3540af Merge pull request #132 from compojoom/curl_insecure
the --insecure option was set to git, but it should be set at curl
2015-10-31 11:34:19 +01:00
Francesco Abeni b471903a06 Add constructor to RoboFile 2015-10-31 11:31:08 +01:00
Daniel Dimitrov 8aac8bf174 the --insecure option was set to git, but it should be set at curl 2015-10-31 11:28:05 +01:00
Daniel Dimitrov c41b53afd8 output message to delete the weblinks installation manually 2015-10-31 11:09:22 +01:00
Francesco Abeni 74f35976a7 Add tasks for checker tools 2015-10-31 11:04:54 +01:00
Viktor Vogel 3f6288b460 Merge pull request #116 from kshitijSharma2014/test1
Kill selenium Server
2015-10-31 09:35:13 +01:00
Viktor Vogel e1163303bd Merge pull request #115 from javigomez/travis55b
Fix Apache running on PHP 5.3 instead of 5.5
2015-10-30 17:49:37 +01:00
javier gomez 7603c82c0f Merge pull request #118 from Kubik-Rubik/build_codeception_windows
Fix for Windows to make sure to run the build command...
2015-10-30 16:46:31 +01:00
Kubik-Rubik 68c6864021 Typo... thank Javier! :-P 2015-10-30 16:38:49 +01:00
Kubik-Rubik 3c46c84ed1 Build command with the bin folder 2015-10-30 16:11:05 +01:00
Kubik-Rubik 3f6f869f3d Build command with the bin folder 2015-10-30 16:10:20 +01:00
Francesco Abeni caf010ce4b Option to chown local user 2015-10-30 15:56:05 +01:00
javier gomez 92fff6966d Merge remote-tracking branch 'origin/master' into pr/115
# Conflicts:
#	RoboFile.php
2015-10-30 14:36:20 +01:00
kshitij sharma 577933c5f8 Update RoboFile.php 2015-10-30 14:33:23 +01:00
kshitij sharma 6bacebcaff Update RoboFile.php 2015-10-30 14:32:55 +01:00
Kubik-Rubik 02678e65ba Fix for Windows to make sure to run the build command to generate AcceptanceTester 2015-10-30 14:04:36 +01:00
Francesco Abeni 7a2aca3b9a Extend clone options 2015-10-30 12:51:48 +01:00
kshitij sharma 46f42ceb73 Kill selenium Server
Function to kill the already running selenium server
2015-10-30 11:27:28 +01:00
javier gomez 2135f26ea0 Fix Apache running on PHP 5.3 instead of 5.5 2015-10-30 10:43:37 +01:00
Francesco Abeni 0513bdd03f Merge local configuration and git cache features 2015-10-29 17:49:33 +01:00
Francesco Abeni 08c2f8b641 Improve dist.ini file and fix CS 2015-10-29 16:06:04 +01:00
Yves Hoppe ec02c4f2e6 Added local caching for the cloned joomla-cms 2015-10-29 15:49:33 +01:00
Francesco Abeni 3e268d0626 Add config param for local cms folder 2015-10-29 15:30:04 +01:00
Francesco Abeni 35840637b8 Change local configuration to real INI format 2015-10-29 12:58:49 +01:00
Francesco Abeni b3d4ecf6a3 Fix formatting 2015-10-29 11:14:35 +01:00
Francesco Abeni 04216cf96d Add local configuration file for RoboFile.php 2015-10-29 11:12:58 +01:00