-
Notifications
You must be signed in to change notification settings - Fork 370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Predicate filter proposal #1075
Open
ark-konopacki
wants to merge
37
commits into
calabash:develop
Choose a base branch
from
ark-konopacki:feature/predicate-filter-wip
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
8576e7e
Merge branch 'release/0.16.2'
jmoody 0b9eab1
Merge pull request #856 from calabash/release/0.16.3
jmoody 78d16b2
Merge pull request #865 from calabash/release/0.16.4
jmoody efb3f13
Merge pull request #946 from calabash/release/0.17.0
jmoody 43de674
Merge pull request #981 from calabash/release/0.17.1
jmoody dbbe1d7
Merge pull request #988 from calabash/release/0.18.0
jmoody bcbc1be
Merge pull request #999 from calabash/release/0.18.1
jmoody ce91975
Merge pull request #1012 from calabash/release/0.18.2
jmoody fd8f144
Predicate filter proposal
ark-konopacki 9fe8f33
Merge pull request #1079 from calabash/release/0.19.0
jmoody 6c920fe
Merge branch 'develop' of https://github.com/calabash/calabash-ios in…
ark-konopacki 33b2dd8
Added correct_predicate method
ark-konopacki 1650d00
Added rspec tests for correct_predicate
ark-konopacki 03ee1fb
Remove not needed part in test
ark-konopacki 0f0cacc
added correct_format method
ark-konopacki 282b64d
Review fixes, improvement in correct_predicate? method
ark-konopacki 4d24fc6
Minor fixes and adding tests
ark-konopacki e226c3f
Merge pull request #1104 from calabash/release/0.19.1
jmoody 7ec6933
Merge pull request #1110 from calabash/release/0.19.2
jmoody 6af4214
Merge pull request #1153 from calabash/release/0.20.0
jmoody 3732a0b
Merge pull request #1206 from calabash/release/0.20.3
jmoody 4753008
Merge pull request #1250 from calabash/release/0.20.4
jmoody 348a902
Merge pull request #1295 from calabash/release/0.20.5
jmoody 90b064f
Merge pull request #1331 from calabash/release/0.21.1
jmoody a267dda
Merge pull request #4 from calabash/develop
ark-konopacki 6b44569
Merge pull request #1342 from calabash/release/0.21.2
jmoody ecb035f
Merge pull request #1360 from calabash/release/0.21.4
jmoody ee7d0cc
Merge pull request #1373 from calabash/release/0.21.5
jmoody 8a69cf1
Gem: bump version to 0.21.6
AlexWellsHS 280f23c
update run_loop dependency version
AlexWellsHS deb6224
update cocoapod version
AlexWellsHS f72a770
remove RunLoop::SimControl methods from quit_sim, calabash_sim_reset
AlexWellsHS 4dff0a2
remove SimControl reference from spec resources
AlexWellsHS e2d974d
remove accessibility methods and callers
AlexWellsHS 2995a64
update .irbrc SimControl references to Simctl
AlexWellsHS 603acef
Merge pull request #1389 from AlexWellsHS/release/0.21.6
jmoody 503e831
Merge remote-tracking branch 'upstream/master' into feature/predicate…
ark-konopacki File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's extract this to a method and add some rspec tests.