-
Notifications
You must be signed in to change notification settings - Fork 236
Comparing changes
Open a pull request
base repository: apache/groovy-geb
base: v2.3.1
head repository: apache/groovy-geb
compare: v3.0
Commits on May 23, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 4c74f62 - Browse repository at this point
Copy the full SHA 4c74f62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0104b05 - Browse repository at this point
Copy the full SHA 0104b05View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5f9a48 - Browse repository at this point
Copy the full SHA a5f9a48View commit details
Commits on Jun 18, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c77a482 - Browse repository at this point
Copy the full SHA c77a482View commit details
Commits on Jun 28, 2017
-
Configuration menu - View commit details
-
Copy full SHA for d71fd5f - Browse repository at this point
Copy the full SHA d71fd5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d472f73 - Browse repository at this point
Copy the full SHA d472f73View commit details
Commits on Oct 8, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 56869eb - Browse repository at this point
Copy the full SHA 56869ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a96d8d - Browse repository at this point
Copy the full SHA 6a96d8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3ba844 - Browse repository at this point
Copy the full SHA e3ba844View commit details -
Configuration menu - View commit details
-
Copy full SHA for bce6e34 - Browse repository at this point
Copy the full SHA bce6e34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 543e225 - Browse repository at this point
Copy the full SHA 543e225View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5417575 - Browse repository at this point
Copy the full SHA 5417575View commit details
Commits on Apr 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 5ce7c16 - Browse repository at this point
Copy the full SHA 5ce7c16View commit details
Commits on May 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 1a0a25c - Browse repository at this point
Copy the full SHA 1a0a25cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c4a3d7 - Browse repository at this point
Copy the full SHA 0c4a3d7View commit details
Commits on Jun 13, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a7f22c4 - Browse repository at this point
Copy the full SHA a7f22c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 755a8d2 - Browse repository at this point
Copy the full SHA 755a8d2View commit details
Commits on Dec 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 1b654ed - Browse repository at this point
Copy the full SHA 1b654edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6095ee4 - Browse repository at this point
Copy the full SHA 6095ee4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c036fb8 - Browse repository at this point
Copy the full SHA c036fb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6520f55 - Browse repository at this point
Copy the full SHA 6520f55View commit details
Commits on Dec 23, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b283454 - Browse repository at this point
Copy the full SHA b283454View commit details
Commits on Feb 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0c1270b - Browse repository at this point
Copy the full SHA 0c1270bView commit details
Commits on Feb 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 77c6c69 - Browse repository at this point
Copy the full SHA 77c6c69View commit details
Commits on Mar 22, 2019
-
Use Number instead of Double in Wait
There is no reason to restrict timeout and interval to Double values. In the documentation there never was any example using Double, but Integer (e.g. 5) or Float (e.g. 0.1). While the calls actually worked due to Groovy's dynamic typing, they cause errors when using strict typing and cause irritations in Idea, which cannot find the right method and assumes that waitFor will return Object instead of the return type of the given Closure. Switching to Number allows to use any Number type and will solve these issues. Contributes to geb/issues#570
Michael Kutz committedMar 22, 2019 Configuration menu - View commit details
-
Copy full SHA for e5cb950 - Browse repository at this point
Copy the full SHA e5cb950View commit details
Commits on Apr 1, 2019
-
Make Wait.toMilliseconds return int
This saves some formally necessary casts and additional calculations. Contributes to geb/issues#570
Michael Kutz committedApr 1, 2019 Configuration menu - View commit details
-
Copy full SHA for 19f9edc - Browse repository at this point
Copy the full SHA 19f9edcView commit details -
Merge pull request #148 from mkutz/master
Use Number instead of Double in Wait
Configuration menu - View commit details
-
Copy full SHA for e3fcd41 - Browse repository at this point
Copy the full SHA e3fcd41View commit details
Commits on Apr 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 088b8fc - Browse repository at this point
Copy the full SHA 088b8fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 59fa192 - Browse repository at this point
Copy the full SHA 59fa192View commit details -
Change the type of the field holding context elements in navigators t…
…o Iterable as it allows for lazy evaluation in preparation for supporting dynamic navigators Part of geb/issues#557
Configuration menu - View commit details
-
Copy full SHA for 81da554 - Browse repository at this point
Copy the full SHA 81da554View commit details -
Remove EmptyNavigator and AbstractNavigator, rename NonEmptyNavigator…
… to DefaultNavigator in preparation for supporting dynamic navigators Part of geb/issues#557
Configuration menu - View commit details
-
Copy full SHA for 6512584 - Browse repository at this point
Copy the full SHA 6512584View commit details -
Configuration menu - View commit details
-
Copy full SHA for a027c2f - Browse repository at this point
Copy the full SHA a027c2fView commit details -
Use NavigatorFactory instead of directly instantiating a navigator in…
…stance Part of geb/issues#557
Configuration menu - View commit details
-
Copy full SHA for 79a6449 - Browse repository at this point
Copy the full SHA 79a6449View commit details -
Change the type of the field holding context elements in InnerNavigat…
…orFactory to Iterable as it allows for lazy evaluation in preparation for supporting dynamic navigators Part of geb/issues#557
Configuration menu - View commit details
-
Copy full SHA for d87008e - Browse repository at this point
Copy the full SHA d87008eView commit details -
Do not consume the iterable with context elements in AbstractNavigato…
…rFactory to allow for lazy evaluation in preparation for supporting dynamic navigators Part of geb/issues#557
Configuration menu - View commit details
-
Copy full SHA for 8893619 - Browse repository at this point
Copy the full SHA 8893619View commit details
Commits on Apr 12, 2019
-
Since https://sourceforge.net/p/htmlunit/bugs/1923/ is now closed, this test now works with HtmlUnit.
Michael Kutz committedApr 12, 2019 Configuration menu - View commit details
-
Copy full SHA for faf0755 - Browse repository at this point
Copy the full SHA faf0755View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dd0489 - Browse repository at this point
Copy the full SHA 2dd0489View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bb6e6c - Browse repository at this point
Copy the full SHA 4bb6e6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ec526d - Browse repository at this point
Copy the full SHA 6ec526dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ecee61 - Browse repository at this point
Copy the full SHA 7ecee61View commit details -
Ensure that the dynamic attribute used when constructing Navigators i…
…s interpreted using Groovy truth regardless of type and is not interfering with attributes used for selecting elements Part of geb/issues#557
Configuration menu - View commit details
-
Copy full SHA for 66d9333 - Browse repository at this point
Copy the full SHA 66d9333View commit details -
Configuration menu - View commit details
-
Copy full SHA for 747d37d - Browse repository at this point
Copy the full SHA 747d37dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6aa069 - Browse repository at this point
Copy the full SHA c6aa069View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf78710 - Browse repository at this point
Copy the full SHA bf78710View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44ef656 - Browse repository at this point
Copy the full SHA 44ef656View commit details -
Fix a call to a non-existing method which happened to work because al…
…l instances were created using child classes which added the method in question.
Configuration menu - View commit details
-
Copy full SHA for 65d2412 - Browse repository at this point
Copy the full SHA 65d2412View commit details -
Configuration menu - View commit details
-
Copy full SHA for be70a4a - Browse repository at this point
Copy the full SHA be70a4aView commit details
Commits on Apr 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a94477d - Browse repository at this point
Copy the full SHA a94477dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4de853 - Browse repository at this point
Copy the full SHA d4de853View commit details
Commits on Apr 23, 2019
-
Switch tests for manual snippets that require a real browser from usi…
…ng a local Firefox to Chrome running in a docker container managed using testcontainers in preparation for moving some of the cross browser tests to run in docker containers as well.
Configuration menu - View commit details
-
Copy full SHA for ea724f2 - Browse repository at this point
Copy the full SHA ea724f2View commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.