Commit Graph

5333 Commits

Author SHA1 Message Date
Eric Millin 416979f72a Merge pull request #4646 from 0x1mason/1.3.6-merge
1.3.6 merge into master
2015-03-04 11:42:44 -05:00
Eric Millin 8d4b389dee 1.3.6 2015-03-04 11:24:01 -05:00
Eric Millin 78fa10a9fd Merge pull request #4600 from paymand/selendroid_server_md5
Re-install Selendroid server only on file changes.
2015-03-03 19:53:38 -05:00
Eric Millin 2781bae5cf Merge pull request #4519 from scf2k/feature/flickelement
iOS flick: Support for element flick in the webview
2015-03-03 19:50:08 -05:00
sebv ba2c8756d1 cleaning up old ci tools 2015-03-02 21:55:30 +08:00
sebv ee57dfe093 skipping flaky tests, check that later 2015-03-02 21:29:03 +08:00
sebv 97bd8207f8 skipping flaky tests, check that later 2015-03-02 21:07:10 +08:00
sebv fb3e4daab6 ci fix 2015-02-28 20:39:46 +08:00
sebv 230fde79c4 typo 2015-02-27 21:26:12 +08:00
sebv 375098ec95 ci changes, moving code to appium-ci-gulper and using gulp more 2015-02-27 20:31:13 +08:00
sebv ba22fbf348 makes sure colors are enabled in mocha-spawn 2015-02-27 15:18:39 +08:00
Eric Millin 4d50b02919 Merge pull request #4577 from paymand/dep_update
Updated all deps to their latest versions.
2015-02-26 17:52:19 -05:00
Payman Delshad 9f62caef33 Updated express's response method calls. 2015-02-26 23:20:56 +01:00
Payman Delshad b0a0e3d58e Use morgan(format, options) function signature. 2015-02-26 23:20:55 +01:00
Payman Delshad 5a7602df7e Updated all deps to their latest versions. 2015-02-26 23:20:55 +01:00
sebv a133d53a3f keeps processing tap results on error. 2015-02-27 01:32:19 +08:00
sebv f0d82e9017 moving argv to top to avoid warnings 2015-02-27 01:03:45 +08:00
Vladimir Alaev 0afb037e25 Support flick when element is supplied 2015-02-26 18:23:20 +03:00
Payman Delshad ebaa8a7255 Re-install Selendroid server only on file changes.
Currently, we look at the timestamp (mtime) of the Selendroid server
file to determine if we need to re-install it. Since we are creating it
every time, this means that we re-install it every single time!
This fix checks the MD5 hash of the server file, so that we re-install
only when the binary is different.
2015-02-25 17:10:42 +01:00
Eric Millin de5501b63a Merge pull request #4387 from jlipps/appium-support-system
use appium-support package for system detection
2015-02-24 16:37:52 -05:00
Eric Millin 90a39903d9 Merge pull request #4576 from paymand/node-idevice_0.1.4
Updated to node-idevice to v0.1.4.
2015-02-24 05:41:35 -05:00
sebv c0cd12054f ci fix 2015-02-24 04:53:10 +08:00
sebv ee5e28e774 ci fix 2015-02-24 03:28:59 +08:00
sebv 36cdb6d92b keeps symlink in archiver 2015-02-23 23:50:05 +08:00
sebv df285180ec readds node_modules to archiver 2015-02-23 23:21:23 +08:00
sebv f9f412a661 disabling shelljs in jshint 2015-02-23 20:06:47 +08:00
sebv a832a225dc standalone tools fix 2015-02-23 18:31:53 +08:00
sebv 2a670d45e3 adds gulp standalone task to download build bz2 2015-02-23 17:27:34 +08:00
sebv 82a370dc87 adds Android api 18 to new ci 2015-02-23 12:27:22 +08:00
Payman Delshad 69ad5f18ef Updated to node-idevice to v0.1.4. 2015-02-21 02:32:01 +01:00
Eric Millin 8f64a0f8b4 Merge pull request #4575 from appium/v1.3.5-branch
V1.3.5 branch
2015-02-20 18:30:37 -05:00
Eric Millin a124a15677 clarified garbled changelog text v1.3.5 2015-02-10 14:57:11 -05:00
Eric Millin 634d19b90c fixed changelog 2015-02-10 13:53:15 -05:00
Eric Millin 8ca0ac398e Updated changelog 2015-02-10 13:45:18 -05:00
Eric Millin 52935cdb01 Removed beta qualifier from version string 2015-02-10 13:42:27 -05:00
Payman Delshad 14aeb2f75a Fix for a typo that broke 'touchMove' gesture. 2015-02-09 13:39:20 -05:00
Eric Millin 1ce9db7052 Removed redundant ReflectionUtils instantiation 2015-02-09 11:57:21 -05:00
sebv e44a41b03c testing jenkins build trigger 2015-02-09 09:44:38 +08:00
seb vincent 2e9508fddb switches to CloudBees build status 2015-02-09 09:36:15 +08:00
sebv b0c8b983dc adds prepare-tap tool 2015-02-09 02:11:23 +08:00
sebv 8a193f3310 upgraded spawn-mocha-parallel 2015-02-09 00:48:24 +08:00
sebv ae2cb78a80 adds uncolor package dependency 2015-02-09 00:29:03 +08:00
sebv b227cfbeca configurable mocha reporter 2015-02-08 23:37:54 +08:00
Jonathan Lipps c6bd7f7177 Merge pull request #4493 from bayandin/patch-1
Replace hardcoded selendroid version to variable
2015-02-06 20:00:04 -03:00
sebv 60954ca7cf adding lint to default gulp task 2015-02-06 23:51:52 +08:00
sebv fb33d0d2ce Moving linting and unit tests to gulp, they can still be called via grunt 2015-02-06 23:28:28 +08:00
Payman Delshad c2a879d27b Merge pull request #4505 from paymand/touchMove_typo
Fix for a typo that broke 'touchMove' gesture.
2015-02-06 15:23:31 +01:00
Payman Delshad d09c0cb5df Fix for a typo that broke 'touchMove' gesture. 2015-02-06 15:21:38 +01:00
Alexander Bayandin fc8ce37f83 Replace hardcoded selendroid version to variable
Fix this issue:
{code}
$ ./reset.sh --selendroid-quick
---- Resetting / Initializing Appium ----
RESETTING NPM
* Installing new or updated NPM modules (including devDeps)
RESETTING GENERAL
* Setting git revision data
RESETTING SELENDROID (QUICK)
* Downloading metatata
* Selendroid version is 0.14.0
* Downloading selendroid server
java.io.FileNotFoundException: selendroid-standalone-0.12.0-with-dependencies.jar (No such file or directory)
	at java.util.zip.ZipFile.open(Native Method)
	at java.util.zip.ZipFile.<init>(ZipFile.java:220)
	at java.util.zip.ZipFile.<init>(ZipFile.java:150)
	at java.util.zip.ZipFile.<init>(ZipFile.java:121)
	at sun.tools.jar.Main.list(Main.java:1060)
	at sun.tools.jar.Main.run(Main.java:291)
	at sun.tools.jar.Main.main(Main.java:1233)
---- FAILURE: reset.sh exited with status 1 ----
---- Retry with --verbose to see errors ----
{code}
2015-02-05 09:00:36 +03:00
Eric Millin da57ce3168 Fix clear cache for find elements 2015-02-04 12:13:06 +01:00