10000 Tags · LaravelFreelancerNL/laravel-arangodb · GitHub
[go: up one dir, main page]

Skip to content

Tags: LaravelFreelancerNL/laravel-arangodb

Tags

v1.0.0-beta.12

Toggle v1.0.0-beta.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adds support for Laravel 12 at the expense of Laravel 11 (#192)

* Set minimum version to 11, major only

* Added Laravel 12 to the matrix

* updated deps

* updated php

* Updated method call compatibility

* Fixed phpmd suppressions to be compatible with the latest phpstan.

* Parent compatibility fix

* Grammar creation compatibility fix

* Made tests more resilient against changes in the amount of system analyzers

* Made tests more resilient against changes in the amount of system analyzers

* Test against ray usage

* Set connection the laravel 12 way

* Check for analyzer count regardless of changes in system analyzers

* Style fix

* Ignored rules and files that don't apply

* phpstan checks

* ci:  removed Laravel 11 from workflows

* qa: Updated phpdocs

* feat!: dropped laravel 11 due to incompatibilities.

* docs: updated supported versions

---------

Co-authored-by: Deploy <deploy@wedevise.nl>

v1.0.0-beta.11

Toggle v1.0.0-beta.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix/eager loading fail (#160)

* Fixed relationship getKey key sorting

* Removed old db assertion overrides (QB improvements renders these overrides unnecessary)

v1.0.0-beta.10

Toggle v1.0.0-beta.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update readme.md

v1.0.0-beta.9

Toggle v1.0.0-beta.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix/install error (#157)

* extracted table count to variable

* Updated readme with installation steps incase an old version is being installed.

* Improved dev version message

v1.0.0-beta.8

Toggle v1.0.0-beta.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
127 support multidimensional indexes (#154)

* Added support for multidimensional indexes

* Skip mdi index tests on ArangoDB versions < 3.12

* Bumped up expected collection count

* Run test if currentVersion isn't set

* Exclude prefixed mdi from tests on ArangoDB < 3.12

v1.0.0-beta.7

Toggle v1.0.0-beta.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added Schema::hasIndex (#151)

v1.0.0-beta.6

Toggle v1.0.0-beta.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feature/support callable update or insert (#144)

* Support new callable values for updateOrInsert

* Code style fix

* Exchanged deprecated check for ignore

* Fixed exception type

* Ignored phpstan errors

v1.0.0-beta.5

Toggle v1.0.0-beta.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Recursively cast object to array when casting the main attribute to a…

…n array or ArrayObject (#142)

v1.0.0-beta.4

Toggle v1.0.0-beta.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix/wrap properties (#140)

* Added attribute wrapping

* Fix styling

---------

Co-authored-by: LaravelFreelancerNL <LaravelFreelancerNL@users.noreply.github.com>

v1.0.0-beta.3

Toggle v1.0.0-beta.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Various bugfixes and code improvements (#137)

* Fix styling

* Fixed Schema::hasColumn & Schema::hasColumns

* Moved const to builder

* Added orchestra/testbench migration path.

* Fixed transactionCollections setting

* Self contained EDGE_COLLECTION constant

* Removed nonsensical hasColumn method from blueprint.
(commands are created first, then executed sequentially, a conditional command won't work in this scenario)

* Set all transaction collections first

* Removed unused imports

* Style fixes

* Added support for automatic key generator setting for autoincrement and uuid on id/_key fields.

Added support for autoincrement offset (from)

Restructured schema tests

Added schema tests

* Fix styling

* CQ improvement

Restructured schema tests

Added schema tests

* Added tests to ensure whereAll/whereAny/orWhereAll/orWhereAny functionality.

* Fix styling

* Fixed Schema::hasColumn & Schema::hasColumns

* Moved const to builder

* Added orchestra/testbench migration path.

* Self contained EDGE_COLLECTION constant

* Removed nonsensical hasColumn method from blueprint.
(commands are created first, then executed sequentially, a conditional command won't work in this scenario)

* Removed unused imports

* Style fixes

* Added support for automatic key generator setting for autoincrement and uuid on id/_key fields.

Added support for autoincrement offset (from)

Restructured schema tests

Added schema tests

* CQ improvement

Restructured schema tests

Added schema tests

* Added tests to ensure whereAll/whereAny/orWhereAll/orWhereAny functionality.

* WIP

* Place test setup outside of tests directory.

* Fixed prompt answer

* Fixed test setup

* Using package own RefreshData trait to test it.

Added ability to set realpath (deprecated in Laravel 11, but used for now) and migrations paths to be used by RefreshDatabase's migrate:fresh

* Removed todo for currently unsupported feature

* Logfake dep supports Laravel 11. Removed the skip.

* Removed duplicate getDateFormat function

* Cleanup

* Added DatabaseMigrations trait

* Added DatabaseTruncation trait

* Fixed premature json encoding/decoding of casts.

* Added getTables

* Added tests and CQ improvements

* Fix styling

* Let CI use test scripts

* Let CI use test scripts

* Convert testbench migrations

---------

Co-authored-by: LaravelFreelancerNL <LaravelFreelancerNL@users.noreply.github.com>
0