-
Notifications
You must be signed in to change notification settings - Fork 744
Comparing changes
Open a pull request
base repository: google/EarlGrey
base: 2.2.0
head repository: google/EarlGrey
compare: master
Commits on Oct 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 37367f8 - Browse repository at this point
Copy the full SHA 37367f8View commit details
Commits on Oct 31, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b1ab378 - Browse repository at this point
Copy the full SHA b1ab378View commit details
Commits on Dec 21, 2018
-
Update RVM to 2.3.0 as it's failing to update (#780)
* Update RVM to 2.3.0 as it's failing to update https://travis-ci.org/google/EarlGrey/jobs/471151306: ``` Updating rubygems-update ERROR: Error installing rubygems-update: rubygems-update requires Ruby version >= 2.3.0. ERROR: While executing gem ... (NoMethodError) undefined method `version' for nil:NilClass The command "gem update --system" failed and exited with 1 during . ``` * Forgot to update it everywhere. Also using the most latest stable version 2.5.3 * remove --no-rdoc option as it's unavailable ``` $ gem install xcpretty --no-rdoc --no-ri --no-document --quiet ERROR: While executing gem ... (OptionParser::InvalidOption) invalid option: --no-rdoc The command "gem install xcpretty --no-rdoc --no-ri --no-document --quiet" failed and exited with 1 during . ``` * Remove --no-ri option
Configuration menu - View commit details
-
Copy full SHA for 570908f - Browse repository at this point
Copy the full SHA 570908fView commit details
Commits on Dec 22, 2018
-
Replace call to unavailable initializer with internal initializer (#779)
* Replace call to unavailable initializer with internal initializer #779 * Update comment
Configuration menu - View commit details
-
Copy full SHA for 25fc49c - Browse repository at this point
Copy the full SHA 25fc49cView commit details
Commits on Mar 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 87ffa7a - Browse repository at this point
Copy the full SHA 87ffa7aView commit details
Commits on May 13, 2019
-
See https://bugs.swift.org/browse/SR-5719 for context.
Configuration menu - View commit details
-
Copy full SHA for 79cead1 - Browse repository at this point
Copy the full SHA 79cead1View commit details
Commits on May 17, 2019
-
Fix TrustKit swizzling issues in Earl Grey (#710)
* Fix TrustKit swizzling issues in dataTaskWithRequest: * There is an issue with EarlGrey swizzling and proxy objects. It surfaces when using TrustKit. The solution is to attempt getting the forwarding target class, if any, or use the actual class of the delegate as before.
Configuration menu - View commit details
-
Copy full SHA for b15a131 - Browse repository at this point
Copy the full SHA b15a131View commit details
Commits on May 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4a544a8 - Browse repository at this point
Copy the full SHA 4a544a8View commit details
Commits on May 29, 2019
-
Corrected typos in comments, strings, and docs
Non-comment code changes are limited to: * local variable rename in `Scripts/rename-ochamcrestIOS.py`. * string value change in `Tests/FunctionalTests/Sources/FTRPinchViewTest.m`
Configuration menu - View commit details
-
Copy full SHA for 9a90d21 - Browse repository at this point
Copy the full SHA 9a90d21View commit details
Commits on Jun 5, 2019
-
Fix further NSURLSession swizzling woes (#840)
* Fix further NSURLSession swizzling woes Following #710, a new issue was discovered when Earl Grey is linked together with New Relic. This PR fixes the bug by actually selecting the correct `delegate` object and querying correctly if that object responds to the original selector. Closes #839 * Style * More style woes
Configuration menu - View commit details
-
Copy full SHA for e2ef73e - Browse repository at this point
Copy the full SHA e2ef73eView commit details
Commits on Jun 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e66062b - Browse repository at this point
Copy the full SHA e66062bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec3f715 - Browse repository at this point
Copy the full SHA ec3f715View commit details
Commits on Oct 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8ae8b20 - Browse repository at this point
Copy the full SHA 8ae8b20View commit details -
Cherry-picked from e86ac63. PiperOrigin-RevId: 252922617
Configuration menu - View commit details
-
Copy full SHA for 2210263 - Browse repository at this point
Copy the full SHA 2210263View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3be0cab - Browse repository at this point
Copy the full SHA 3be0cabView commit details -
Use a runtime check when swizzling viewWillAppear.
The swizzled implementation ignores a specific keyboard-related class, and the exact class to ignore changed in iOS 13. Use a runtime test to choose which class to ignore, rather than a compile-time guard. This fixes EG1 tests when compiling against the iOS 12 SDK but running on iOS 13 (or when compiling with the iOS 13 SDK and running on iOS 12).
Configuration menu - View commit details
-
Copy full SHA for a2c16ad - Browse repository at this point
Copy the full SHA a2c16adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fed5c1 - Browse repository at this point
Copy the full SHA 6fed5c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a6f2ec - Browse repository at this point
Copy the full SHA 5a6f2ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae67c74 - Browse repository at this point
Copy the full SHA ae67c74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c7ecca - Browse repository at this point
Copy the full SHA 7c7eccaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d51df2 - Browse repository at this point
Copy the full SHA 3d51df2View commit details
Commits on Nov 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d1a1b54 - Browse repository at this point
Copy the full SHA d1a1b54View commit details
Commits on Dec 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 251b06c - Browse repository at this point
Copy the full SHA 251b06cView commit details
Commits on Apr 3, 2020
-
[#1256] - Add quotes to use of PROJECT_DIR variable in the build phas…
…e that runs the setup-earlgrey.sh script, enabling paths that contain spaces to be valid
Configuration menu - View commit details
-
Copy full SHA for 935df45 - Browse repository at this point
Copy the full SHA 935df45View commit details
Commits on Sep 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 52d1bf2 - Browse repository at this point
Copy the full SHA 52d1bf2View commit details
Commits on Oct 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 85c8876 - Browse repository at this point
Copy the full SHA 85c8876View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dea313 - Browse repository at this point
Copy the full SHA 3dea313View commit details
Commits on Aug 31, 2021
-
jjh committed
Aug 31, 2021 Configuration menu - View commit details
-
Copy full SHA for c3732d1 - Browse repository at this point
Copy the full SHA c3732d1View commit details
Commits on Sep 9, 2023
-
Tag
-selectElementWithMatcher:
withNS_WARN_UNUSED_RESULT
We often run into a human error, when an element is selected by not asserted on or acted upon. With the unused result attribute, the person writing a test would get a nag that no action was performed on the element.
Configuration menu - View commit details
-
Copy full SHA for aea2d32 - Browse repository at this point
Copy the full SHA aea2d32View commit details
There are no files selected for viewing
This file was deleted.