-
Notifications
You must be signed in to change notification settings - Fork 54
Comparing changes
Open a pull request
base repository: MatanYadaev/laravel-eloquent-spatial
base: 2.1.1
head repository: MatanYadaev/laravel-eloquent-spatial
compare: master
Commits on Jul 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 199f2b1 - Browse repository at this point
Copy the full SHA 199f2b1View commit details
Commits on Aug 29, 2022
-
* Fix tests to use valid latitude and longitude * Add test to identify invalid latitude or longitude * Fix docs to use correct latitude and longitude * Use SRID in API.md * Improve SpatialBuilder tests to use SRID * Fix the code to use constant axis order * Fix API.md Co-authored-by: Matan Yadaev <matan@zerolimits.io>
Configuration menu - View commit details
-
Copy full SHA for 6b603bc - Browse repository at this point
Copy the full SHA 6b603bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 056e574 - Browse repository at this point
Copy the full SHA 056e574View commit details
Commits on Sep 6, 2022
-
* add mariadb to ci * fix ci * remove matrix fail-fast * fix ci * fix mariadb issue * fix tests * fix docs * set fail-fast: false * fix test * fix phpstan * fix code coverage Co-authored-by: Matan Yadaev <matan@zerolimits.io>
Configuration menu - View commit details
-
Copy full SHA for 88ffd79 - Browse repository at this point
Copy the full SHA 88ffd79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 436dd27 - Browse repository at this point
Copy the full SHA 436dd27View commit details
Commits on Sep 22, 2022
-
Add
whereNotWithin
andwhereNotContains
Builder method (#54)* add-not-within done * Two functions added NotWithin and NotContains * .vscode ignored and unnecessary test point removed
Configuration menu - View commit details
-
Copy full SHA for f255f0b - Browse repository at this point
Copy the full SHA f255f0bView commit details -
add assertion to whereNotWithin test
Matan Yadaev committedSep 22, 2022 Configuration menu - View commit details
-
Copy full SHA for 3938c2f - Browse repository at this point
Copy the full SHA 3938c2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d9111b - Browse repository at this point
Copy the full SHA 7d9111bView commit details
Commits on Sep 23, 2022
-
* add mysql 5.7 to ci * Add `AxisOrder@supported` * Fix `AxisOrder@supported` parameter type * Fix tests * Remove unnecessary file * Test the axis order in databases that don't support setting it * Fix test Co-authored-by: Matan Yadaev <matan@zerolimits.io>
Configuration menu - View commit details
-
Copy full SHA for de5a041 - Browse repository at this point
Copy the full SHA de5a041View commit details -
Matan Yadaev committed
Sep 23, 2022 Configuration menu - View commit details
-
Copy full SHA for c3c8443 - Browse repository at this point
Copy the full SHA c3c8443View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7c6410 - Browse repository at this point
Copy the full SHA c7c6410View commit details
Commits on Sep 24, 2022
-
Make Geomtry objects stringable (#58)
* added __toString magic method I needed a way to cast the geometry to a string. * implement Stringable and return toWkt * Object cast to string unit tests
Configuration menu - View commit details
-
Copy full SHA for 6fb3089 - Browse repository at this point
Copy the full SHA 6fb3089View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8b08ea - Browse repository at this point
Copy the full SHA e8b08eaView commit details
Commits on Sep 27, 2022
-
Query Builder - Support column to have table name (#61)
* Add test * Fix Co-authored-by: Matan Yadaev <matan@zerolimits.io>
Configuration menu - View commit details
-
Copy full SHA for 9ce4f4c - Browse repository at this point
Copy the full SHA 9ce4f4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77295a7 - Browse repository at this point
Copy the full SHA 77295a7View commit details -
Support column with table name in second parameter
Matan Yadaev committedSep 27, 2022 Configuration menu - View commit details
-
Copy full SHA for 369d1a0 - Browse repository at this point
Copy the full SHA 369d1a0View commit details -
Spatial functions - pass arguments as bindings
Matan Yadaev committedSep 27, 2022 Configuration menu - View commit details
-
Copy full SHA for e511d64 - Browse repository at this point
Copy the full SHA e511d64View commit details
Commits on Oct 6, 2022
-
* Move DB config to phpunit.xml * Add test * Implementation * Ignore PhpStan error * add geometrycollection type * dont register if doctrine isn't available * Formatting Co-authored-by: Matan Yadaev <matan@zerolimits.io>
Configuration menu - View commit details
-
Copy full SHA for c998cc0 - Browse repository at this point
Copy the full SHA c998cc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13ee58a - Browse repository at this point
Copy the full SHA 13ee58aView commit details -
Macroable geometry classes (#66)
* Add tests * Implementation * Documentation * Fix PhpStan * Rename tests Co-authored-by: Matan Yadaev <matan@zerolimits.io>
Configuration menu - View commit details
-
Copy full SHA for 19dd241 - Browse repository at this point
Copy the full SHA 19dd241View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37eb8a1 - Browse repository at this point
Copy the full SHA 37eb8a1View commit details
Commits on Dec 12, 2022
-
Cast geometry from array (#71)
* create geometry from array (serialized geometry) * fromArray method, tests * documentation, move tests, typo fix, etc
Configuration menu - View commit details
-
Copy full SHA for 904a0a8 - Browse repository at this point
Copy the full SHA 904a0a8View commit details -
Matan Yadaev committed
Dec 12, 2022 Configuration menu - View commit details
-
Copy full SHA for 87ef448 - Browse repository at this point
Copy the full SHA 87ef448View commit details -
Matan Yadaev committed
Dec 12, 2022 Configuration menu - View commit details
-
Copy full SHA for 64dd0a6 - Browse repository at this point
Copy the full SHA 64dd0a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f53357 - Browse repository at this point
Copy the full SHA 0f53357View commit details -
Matan Yadaev committed
Dec 12, 2022 Configuration menu - View commit details
-
Copy full SHA for 2d9628e - Browse repository at this point
Copy the full SHA 2d9628eView commit details -
Add
Geometry@toSqlExpression
method (#70)* Add a manual casting function, fixes #69 * Requested changes for #70 * Update .run/Test.run.xml Co-authored-by: Matan Yadaev <matan.yed@gmail.com> * Update API.md Co-authored-by: Matan Yadaev <matan.yed@gmail.com> * Update tests/Objects/GeometryTest.php Co-authored-by: Matan Yadaev <matan.yed@gmail.com> * Update tests/Objects/GeometryTest.php Co-authored-by: Matan Yadaev <matan.yed@gmail.com> * Use expression generator in cast and builder, see #70 Co-authored-by: Matan Yadaev <matan.yed@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bfb9a4f - Browse repository at this point
Copy the full SHA bfb9a4fView commit details -
Matan Yadaev committed
Dec 12, 2022 Configuration menu - View commit details
-
Copy full SHA for a926e23 - Browse repository at this point
Copy the full SHA a926e23View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff62847 - Browse repository at this point
Copy the full SHA ff62847View commit details -
Matan Yadaev committed
Dec 12, 2022 Configuration menu - View commit details
-
Copy full SHA for 9360923 - Browse repository at this point
Copy the full SHA 9360923View commit details
Commits on Jan 9, 2023
-
* Reusable trait rather than adding a method * corrections from PR review - update readme instruction - restore phpdoc ide hint - trailing newline for phpcs * Add HasSpatial trait #75 - typo & cs-fixer fix * Update README.md Co-authored-by: Matan Yadaev <matan.yed@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b00b225 - Browse repository at this point
Copy the full SHA b00b225View commit details -
Configuration menu - View commit details
-
Copy full SHA for 756999f - Browse repository at this point
Copy the full SHA 756999fView commit details
Commits on Jan 25, 2023
-
* add php8.2 to workflows * make php-cs-fixer work on php8.2 Co-authored-by: Matan Yadaev <matan@zerolimits.io>
Configuration menu - View commit details
-
Copy full SHA for 7d4001e - Browse repository at this point
Copy the full SHA 7d4001eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c7a8b6 - Browse repository at this point
Copy the full SHA 5c7a8b6View commit details
Commits on Feb 3, 2023
-
* Bump dependencies for Laravel 10 * Update GitHub Actions for Laravel 10 * Format composer.json * Fix for Laravel 10 * Drop support for Laravel 8 and php 8.0 * fixes * fixes * Fix test * Support Laravel 9 * Support Laravel 10 only * Use getters --------- Co-authored-by: Shift <shift@laravelshift.com> Co-authored-by: Matan Yadaev <matan@zerolimits.io>
Configuration menu - View commit details
-
Copy full SHA for 4c9e103 - Browse repository at this point
Copy the full SHA 4c9e103View commit details -
Configuration menu - View commit details
-
Copy full SHA for cefa182 - Browse repository at this point
Copy the full SHA cefa182View commit details
Commits on Feb 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 013a1a7 - Browse repository at this point
Copy the full SHA 013a1a7View commit details
Commits on Feb 6, 2023
-
Support receiving
Expression
as a parameter inSpatialBuilder
met……hods (#76) * Add Expression typehint to support DB::raw * Support DB::raw & geometry everywhere, add tests * Update tests for laravel 10 * Update docs, fix style
Configuration menu - View commit details
-
Copy full SHA for a335a19 - Browse repository at this point
Copy the full SHA a335a19View commit details -
Matan Yadaev committed
Feb 6, 2023 Configuration menu - View commit details
-
Copy full SHA for 30cb65a - Browse repository at this point
Copy the full SHA 30cb65aView commit details -
Matan Yadaev committed
Feb 6, 2023 Configuration menu - View commit details
-
Copy full SHA for f6aaa1f - Browse repository at this point
Copy the full SHA f6aaa1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30b6cff - Browse repository at this point
Copy the full SHA 30b6cffView commit details
Commits on Feb 16, 2023
-
Bugfix: Model spatial column update using Expression (#81)
* add test * Fix --------- Co-authored-by: Matan Yadaev <matan@zerolimits.io>
Configuration menu - View commit details
-
Copy full SHA for eec4775 - Browse repository at this point
Copy the full SHA eec4775View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9f6c6d - Browse repository at this point
Copy the full SHA b9f6c6dView commit details
Commits on Feb 28, 2023
-
* Add SRID Enum * update enum definitions * Change namespace * Rename to Srid * Remove doc block
Configuration menu - View commit details
-
Copy full SHA for 5b039a5 - Browse repository at this point
Copy the full SHA 5b039a5View commit details -
Matan Yadaev committed
Feb 28, 2023 Configuration menu - View commit details
-
Copy full SHA for cda6834 - Browse repository at this point
Copy the full SHA cda6834View commit details -
Configuration menu - View commit details
-
Copy full SHA for aff0126 - Browse repository at this point
Copy the full SHA aff0126View commit details
Commits on Mar 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8a98223 - Browse repository at this point
Copy the full SHA 8a98223View commit details
Commits on Mar 20, 2023
-
* upgrade to pest 2 * Fix PHPStan --------- Co-authored-by: Matan Yadaev <matan@zerolimits.io>
Configuration menu - View commit details
-
Copy full SHA for bf6a295 - Browse repository at this point
Copy the full SHA bf6a295View commit details
Commits on May 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3201150 - Browse repository at this point
Copy the full SHA 3201150View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9aa9277 - Browse repository at this point
Copy the full SHA 9aa9277View commit details
There are no files selected for viewing
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.