-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
32 changed files
with
2,442 additions
and
803 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,51 @@ | ||
cache: | ||
mount: | ||
- vendor | ||
- .git | ||
build: | ||
image: yveshoppe/joomla-systemtests:latest | ||
commands: | ||
- chmod a+x .drone/build.sh | ||
- ./.drone/build.sh | ||
- apache2ctl start | ||
- service mysql start | ||
- cd /tests/www | ||
- export DISPLAY=:0 | ||
- Xvfb -screen 0 1024x768x24 -ac +extension GLX +render -noreset > /dev/null 2>&1 & | ||
- sleep 3 | ||
- fluxbox > /dev/null 2>&1 & | ||
- vendor/bin/robo run:tests | ||
clone: | ||
depth: 1 | ||
path: repo | ||
--- | ||
kind: pipeline | ||
name: default | ||
|
||
steps: | ||
- name: weblinks-codeception-tests | ||
image: joomlaprojects/docker-systemtests:latest | ||
commands: | ||
- composer install | ||
- chmod a+x .drone/build.sh | ||
- ./.drone/build.sh | ||
- apache2ctl start | ||
- service mysql start | ||
- cd /tests/www | ||
- export DISPLAY=:0 | ||
- Xvfb -screen 0 1024x768x24 -ac +extension GLX +render -noreset > /dev/null 2>&1 & | ||
- sleep 3 | ||
- fluxbox > /dev/null 2>&1 & | ||
- vendor/bin/robo run:tests | ||
|
||
- name: artifacts-system-tests | ||
image: cschlosser/drone-ftps | ||
depends_on: [ weblinks-codeception-tests ] | ||
environment: | ||
FTP_USERNAME: | ||
from_secret: ftpusername | ||
FTP_PASSWORD: | ||
from_secret: ftppassword | ||
PLUGIN_HOSTNAME: ci.joomla.org:21 | ||
PLUGIN_SRC_DIR: /tests/_output/ | ||
PLUGIN_DEST_DIR: /artifacts | ||
PLUGIN_SECURE: false | ||
PLUGIN_EXCLUDE: ^\.git/$ | ||
commands: | ||
- export PLUGIN_DEST_DIR=$PLUGIN_DEST_DIR/$DRONE_REPO/$DRONE_BRANCH/$DRONE_PULL_REQUEST_$DRONE_BUILD_NUMBER/system-tests | ||
- echo https://ci.joomla.org:444$PLUGIN_DEST_DIR | ||
- /bin/upload.sh | ||
when: | ||
status: | ||
- failure | ||
|
||
volumes: | ||
- name: weblinks_cache | ||
host: | ||
path: /tmp/weblinks_cache | ||
|
||
--- | ||
kind: signature | ||
hmac: 9346f0e74d2605ebe7bc9d33ad0588c1073ba3a9d9b254b71a7a85e219089449 | ||
|
||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Changelog | ||
|
||
#### 3.7.0 | ||
|
||
* Use correct database *2019-08-10* | ||
* Move to namespaces *2019-08-10* | ||
* First imageignores image float setting366 *2019-08-10* | ||
* Changed language strings so that the parameter "image float" in the config is more concrete *2019-08-10* | ||
* Improved the Batch view of com_weblinks *2019-08-10* | ||
* add Jorobo Map Task To RoboFile *2019-08-10* | ||
* makeSameAliasPossibleForDifferentLanguages *2019-08-10* | ||
* mapping of new media files was not correct because of this you see the warning "JInstaller: :Install: File does not exist /var/www/html/weblinksecht/weblinks/tests/joomla/tmp/media/js" while installing *2019-08-10* | ||
* Delete jed_update.xml *2019-08-10* | ||
* xml code-style *2019-08-10* | ||
* typo *2019-08-10* | ||
* Serve updates through the downloads site *2019-08-10* | ||
* Implementing full associations for single weblink *2019-08-10* | ||
* Update composer *2019-08-10* | ||
* Use correct database *2019-08-10* | ||
* Move to namespaces *2019-08-10* | ||
* First imageignores image float setting366 *2019-08-10* | ||
* Changed language strings so that the parameter "image float" in the config is more concrete *2019-08-10* | ||
* Improved the Batch view of com_weblinks *2019-08-10* | ||
* add Jorobo Map Task To RoboFile *2019-08-10* | ||
* makeSameAliasPossibleForDifferentLanguages *2019-08-10* | ||
* mapping of new media files was not correct because of this you see the warning "JInstaller: :Install: File does not exist /var/www/html/weblinksecht/weblinks/tests/joomla/tmp/media/js" while installing *2019-08-10* | ||
* Delete jed_update.xml *2019-08-10* | ||
* xml code-style *2019-08-10* | ||
* typo *2019-08-10* | ||
* Serve updates through the downloads site *2019-08-10* | ||
* Implementing full associations for single weblink *2019-08-10* | ||
* Update composer *2019-08-10* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,25 @@ | ||
{ | ||
"name" : "joomla-extensions/weblinks", | ||
"description": "The Open Source PHP Framework for creating complex Joomla extensions", | ||
"license" : "GPL-2.0+", | ||
"license" : "GPL-2.0-or-later", | ||
"config": { | ||
"platform": { | ||
"php": "5.5.33" | ||
"php": "5.6.0" | ||
} | ||
}, | ||
"require" : { | ||
"php": ">=5.3.10" | ||
"php": "^5.3.10|^7.0" | ||
}, | ||
"require-dev": { | ||
"codeception/codeception": "^2.2", | ||
"joomla-projects/joomla-browser": "v3.6.5.1", | ||
"php": ">=5.6", | ||
"codeception/codeception": "^3", | ||
"phpunit/phpunit": "^5.7.27", | ||
"joomla-projects/joomla-browser": "v3.9.0", | ||
"consolidation/robo": "^1.0.0", | ||
"joomla-projects/robo": "~0", | ||
"joomla-projects/selenium-server-standalone": "v3.1.0", | ||
"joomla-projects/joomla-testing-robo": "~1.0", | ||
"joomla-projects/selenium-server-standalone": "v3.14.0", | ||
"fzaninotto/faker": "^1.6", | ||
"joomla-projects/jorobo": "~0.6", | ||
"Behat/Gherkin": "^4.4.1" | ||
"joomla-projects/jorobo": "~0.7", | ||
"behat/gherkin": "^4.4.1" | ||
} | ||
} |
Oops, something went wrong.