Skip to content

Tags: cable8mm/xeed

Tags

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Factory varchar produces fake()->paragraph() which is too long #68 (#69)

* Factory varchar produces fake()->paragraph() which is too long #68

* Linting

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Command for creating relationship functions (belongsTo and hasMany) (#65

)

* Generation of relations

Initial commit of command `xseed:relation`

* Sqlite provider

* Fix model generator not being called

* Update README.md

* Fix the `code-style.yml` to commit automatically

* Formatting

* Adding Tests

Added tests for relationship commands

* Update README.md

* Change tests for phpunit 9.6

using `assertFileEquals` instead of `assertFileMatchesFormat`

* Avoid lint on samples

Changed extension to avoid lint on sample files

* Fix typo and rewrite messages

* Formatting and add `use Cable8mm\Xeed\ForeignKey;`

* Eliminate unused code and ensure that the generated file conforms to the coding style

* Wrong nullable comments fixed

---------

Co-authored-by: Sam Lee <[email protected]>

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Tests not working #64 (#66)

Add missing `database.sqlite` for testing

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
seeders #61 (#62)

* Create `faker-seeders` command

* Include a section in the README for the Faker seeders command

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix laravel commads (#60)

* fix: typo on laravel generateseeder

* fix: force option on laravel commands

fix: force option on laravel commands

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Commands for one table #58 (#59)

* Update the attach() contract of `ProviderInterface` to generate specific table

* Add `--table` option to `bin/console` all commands and testing

* Use canonicalized absolute pathname

* Restrict the columns to `Table` instance

* Update the command to include specific table functionality

* Update additional command options in the README

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add PostgreSQL badge in the README (#57)

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix a comment for Doctum (#53)

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix errors and revise README (#51)

* Fix errors and revise README

* Revise README

v0.7.5

Toggle v0.7.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix a doctum bug (#45)