这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: MubinSayed/laravel-process-stamps

Tags

v1.1.3

Toggle v1.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
only add parent_id column if it doesn't exist (orisintel#8)

* only add parent_id column if it doesn't exist

* Apply fixes from StyleCI

[ci skip] [skip ci]

* explanation

* Apply fixes from StyleCI

[ci skip] [skip ci]

v.1.1.3

Toggle v.1.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
only add parent_id column if it doesn't exist (orisintel#8)

* only add parent_id column if it doesn't exist

* Apply fixes from StyleCI

[ci skip] [skip ci]

* explanation

* Apply fixes from StyleCI

[ci skip] [skip ci]

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Rename 2019_04_02_101408_add_parent_id_to_table.php to 2018_09_04_161…

…009_add_parent_id_to_table.php

v1.1.1

Toggle v1.1.1's commit message

Unverified

No user is associated with the committer email.
update artisan to no longer prepend 'artisan' to command name

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. The key has expired.
Parent / child process ids (orisintel#7)

* add migration

* add relation

* fillable

* typo fix

* enable foreign keys on sqlite

* cleanup

* fix fake migration

* parents work with urls

* Apply fixes from StyleCI

[ci skip] [skip ci]

* parents for artisan commands

* Apply fixes from StyleCI

[ci skip] [skip ci]

* check for children count

* add fk

* comment about $_SERVER

v1.0.5

Toggle v1.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
id -> primary_key

v1.0.4

Toggle v1.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Apply fixes from StyleCI (orisintel#4)

[ci skip] [skip ci]

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update ProcessStamp.php

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Apply fixes from StyleCI (orisintel#3)

[ci skip] [skip ci]

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. The key has expired.
Update ProcessStampable.php (orisintel#2)

Changed observer method from saving to creating as saving is fired on creates and updates.