-
Notifications
You must be signed in to change notification settings - Fork 130
Comparing changes
Open a pull request
base repository: baopham/laravel-dynamodb
base: 6.1.1
head repository: baopham/laravel-dynamodb
compare: master
Commits on Aug 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 387a5e9 - Browse repository at this point
Copy the full SHA 387a5e9View commit details
Commits on Sep 30, 2020
-
Merge pull request #225 from alfredkoncsag/patch-1
Update README.md
Configuration menu - View commit details
-
Copy full SHA for ae85c92 - Browse repository at this point
Copy the full SHA ae85c92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 587ede8 - Browse repository at this point
Copy the full SHA 587ede8View commit details -
Merge pull request #230 from baopham/hotfix/travis-fix
Fix issues with travis ci
Configuration menu - View commit details
-
Copy full SHA for 2c7cba9 - Browse repository at this point
Copy the full SHA 2c7cba9View commit details
Commits on Jan 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3833ac8 - Browse repository at this point
Copy the full SHA 3833ac8View commit details
Commits on Feb 15, 2021
-
Allow connection name to be gathered dynamically
Jaysen Nuttall committedFeb 15, 2021 Configuration menu - View commit details
-
Copy full SHA for 8827e04 - Browse repository at this point
Copy the full SHA 8827e04View commit details
Commits on Feb 18, 2021
-
Merge pull request #236 from xengulai/getClientDynamicConnectionName
Allow connection name to be gathered dynamically
Configuration menu - View commit details
-
Copy full SHA for 5f72c16 - Browse repository at this point
Copy the full SHA 5f72c16View commit details -
Merge pull request #234 from stancl/patch-1
Improve installation instructions
Configuration menu - View commit details
-
Copy full SHA for fe56587 - Browse repository at this point
Copy the full SHA fe56587View commit details
Commits on Feb 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for aa2289c - Browse repository at this point
Copy the full SHA aa2289cView commit details -
Merge pull request #251 from andreagroferreira/patch-1
Update to Laravel 9
Configuration menu - View commit details
-
Copy full SHA for 9638116 - Browse repository at this point
Copy the full SHA 9638116View commit details
Commits on Feb 26, 2023
-
Allow KeyConditionExpression when model has composite key and partiti…
…on key only is passed in where (#254) * Allow KeyConditionExpression when model has composite key and partition key only is passed in where * fix: check if all conditions columns are present in model key names * fix: array_search can return 0 so we can't use only ! but we have to check if the result is === false * aws_iam_role debug taken from env * excluded .idea folder from git * changed composer info * fix check on wrong place * use APP_DEBUG if DYNAMO_DEBUG is not set * fixed check on condition * only DYNAMODB_DEBUG --------- Co-authored-by: Claudio La Barbera <claudio.labarbera@myfamilyplace.com>
Configuration menu - View commit details
-
Copy full SHA for d406957 - Browse repository at this point
Copy the full SHA d406957View commit details
Commits on Apr 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bd3298b - Browse repository at this point
Copy the full SHA bd3298bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91aca79 - Browse repository at this point
Copy the full SHA 91aca79View commit details -
Merge pull request #270 from baopham/php-81
feat: allow Laravel 10 and PHP 8.2 (basic)
Configuration menu - View commit details
-
Copy full SHA for 4e35d27 - Browse repository at this point
Copy the full SHA 4e35d27View commit details
Commits on Jul 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9a95f91 - Browse repository at this point
Copy the full SHA 9a95f91View commit details
Commits on Jul 10, 2023
-
fix key in DynamoDbTestCase.php
Manabu Matsui committedJul 10, 2023 Configuration menu - View commit details
-
Copy full SHA for 30201f2 - Browse repository at this point
Copy the full SHA 30201f2View commit details -
database file must be named myaccesskeyid_region.db
Manabu Matsui committedJul 10, 2023 Configuration menu - View commit details
-
Copy full SHA for 5d6eabb - Browse repository at this point
Copy the full SHA 5d6eabbView commit details -
Merge pull request #272 from crhg/fix_dynamodb_local_key
feat(docker): add compatibility with dynamodb-local 2.0
Configuration menu - View commit details
-
Copy full SHA for 43bcfc6 - Browse repository at this point
Copy the full SHA 43bcfc6View commit details
Commits on Apr 2, 2024
-
fix(test): replace setMethods (deprecated) with onlyMethods and add a…
… new DynamoDbClientMock class to declare the needed methods (otherwise onlyMethods would not work)
Claudio La Barbera committedApr 2, 2024 Configuration menu - View commit details
-
Copy full SHA for f55d66c - Browse repository at this point
Copy the full SHA f55d66cView commit details -
fix(test): automatic update phpunit.xml
Claudio La Barbera committedApr 2, 2024 Configuration menu - View commit details
-
Copy full SHA for 00e3c3c - Browse repository at this point
Copy the full SHA 00e3c3cView commit details -
fix(style): opening brace should be on a new line
Claudio La Barbera committedApr 2, 2024 Configuration menu - View commit details
-
Copy full SHA for 4bb8270 - Browse repository at this point
Copy the full SHA 4bb8270View commit details
Commits on Apr 3, 2024
-
Merge pull request #281 from thebatclaudio/fix/fix-failing-tests
Fix failing tests and update phpunit.xml
Configuration menu - View commit details
-
Copy full SHA for 0188300 - Browse repository at this point
Copy the full SHA 0188300View commit details -
Laravel 11 compatibility (#282)
Add Laravel 11 compatibilty: illuminate/support^11.0 illuminate/database^11.0
Claudio La Barbera authoredApr 3, 2024 Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for ee527b0 - Browse repository at this point
Copy the full SHA ee527b0View commit details
Commits on Apr 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1ed8090 - Browse repository at this point
Copy the full SHA 1ed8090View commit details
There are no files selected for viewing