Created
January 31, 2019 10:51
-
-
Save bobbybouwmann/e03b5f0e9ef587bb247ac200d9125f46 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"id": "8983891803", | |
"type": "DeleteEvent", | |
"actor": { | |
"id": 5872362, | |
"login": "bobbybouwmann", | |
"display_login": "bobbybouwmann", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/bobbybouwmann", | |
"avatar_url": "https://avatars.githubusercontent.com/u/5872362?" | |
}, | |
"repo": { | |
"id": 167816751, | |
"name": "bobbybouwmann/laravel-training-shop", | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop" | |
}, | |
"payload": { | |
"ref": "lesson-8-design-patterns", | |
"ref_type": "branch", | |
"pusher_type": "user" | |
}, | |
"public": true, | |
"created_at": "2019-01-31T08:43:26Z" | |
}, | |
{ | |
"id": "8983884335", | |
"type": "CreateEvent", | |
"actor": { | |
"id": 5872362, | |
"login": "bobbybouwmann", | |
"display_login": "bobbybouwmann", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/bobbybouwmann", | |
"avatar_url": "https://avatars.githubusercontent.com/u/5872362?" | |
}, | |
"repo": { | |
"id": 167816751, | |
"name": "bobbybouwmann/laravel-training-shop", | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop" | |
}, | |
"payload": { | |
"ref": "lesson-8-full-app", | |
"ref_type": "branch", | |
"master_branch": "initial-shop", | |
"description": "Laravel training shop", | |
"pusher_type": "user" | |
}, | |
"public": true, | |
"created_at": "2019-01-31T08:42:03Z" | |
}, | |
{ | |
"id": "8983738440", | |
"type": "CreateEvent", | |
"actor": { | |
"id": 5872362, | |
"login": "bobbybouwmann", | |
"display_login": "bobbybouwmann", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/bobbybouwmann", | |
"avatar_url": "https://avatars.githubusercontent.com/u/5872362?" | |
}, | |
"repo": { | |
"id": 167816751, | |
"name": "bobbybouwmann/laravel-training-shop", | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop" | |
}, | |
"payload": { | |
"ref": "lesson-8-design-patterns", | |
"ref_type": "branch", | |
"master_branch": "initial-shop", | |
"description": "Laravel training shop", | |
"pusher_type": "user" | |
}, | |
"public": true, | |
"created_at": "2019-01-31T08:13:15Z" | |
}, | |
{ | |
"id": "8980088358", | |
"type": "PushEvent", | |
"actor": { | |
"id": 5872362, | |
"login": "bobbybouwmann", | |
"display_login": "bobbybouwmann", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/bobbybouwmann", | |
"avatar_url": "https://avatars.githubusercontent.com/u/5872362?" | |
}, | |
"repo": { | |
"id": 167816751, | |
"name": "bobbybouwmann/laravel-training-shop", | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop" | |
}, | |
"payload": { | |
"push_id": 3259568564, | |
"size": 8, | |
"distinct_size": 1, | |
"ref": "refs/heads/lesson-7-facade", | |
"head": "a32bff3928ed282fb939478ce2045d58d545ccec", | |
"before": "460d866521fd15e7b30afb47b637f6e95f11c012", | |
"commits": [ | |
{ | |
"sha": "15a20defc2b7ab3791509c7137814387ba3443db", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Inital state of the shop for understanding relationships + setup of Docker container", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/15a20defc2b7ab3791509c7137814387ba3443db" | |
}, | |
{ | |
"sha": "08ab75e7f5f326704693a9e7619195132aa1425a", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup one-to-one relationship between User and Company", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/08ab75e7f5f326704693a9e7619195132aa1425a" | |
}, | |
{ | |
"sha": "741df703a73fc98d50e40f27d8fbee1a07fe38bc", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup one-to-many relationship between Product and Tax", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/741df703a73fc98d50e40f27d8fbee1a07fe38bc" | |
}, | |
{ | |
"sha": "d85fc84bf88669fa266b3559554bdd817ca51cf5", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup many-to-many relationship between Product and Category", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/d85fc84bf88669fa266b3559554bdd817ca51cf5" | |
}, | |
{ | |
"sha": "7953e96abd9589696daf8e7ea7ef96aec4456aaa", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup polymorphic relationship between Image and Product + Category", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/7953e96abd9589696daf8e7ea7ef96aec4456aaa" | |
}, | |
{ | |
"sha": "25f58bfdf5ab82f1f9cb98893d86012f1fa48039", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup route + github class for calculating some score", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/25f58bfdf5ab82f1f9cb98893d86012f1fa48039" | |
}, | |
{ | |
"sha": "5561ab89fc1386e7680bbc98fe1c978c0c43d8f5", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup singleton for GithubScore class + inject guzzle for requests", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/5561ab89fc1386e7680bbc98fe1c978c0c43d8f5" | |
}, | |
{ | |
"sha": "a32bff3928ed282fb939478ce2045d58d545ccec", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup facade for GitHub class", | |
"distinct": true, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/a32bff3928ed282fb939478ce2045d58d545ccec" | |
} | |
] | |
}, | |
"public": true, | |
"created_at": "2019-01-30T18:22:29Z" | |
}, | |
{ | |
"id": "8979421148", | |
"type": "PushEvent", | |
"actor": { | |
"id": 5872362, | |
"login": "bobbybouwmann", | |
"display_login": "bobbybouwmann", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/bobbybouwmann", | |
"avatar_url": "https://avatars.githubusercontent.com/u/5872362?" | |
}, | |
"repo": { | |
"id": 167816751, | |
"name": "bobbybouwmann/laravel-training-shop", | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop" | |
}, | |
"payload": { | |
"push_id": 3259225037, | |
"size": 7, | |
"distinct_size": 1, | |
"ref": "refs/heads/lesson-6-singleton", | |
"head": "5561ab89fc1386e7680bbc98fe1c978c0c43d8f5", | |
"before": "ffb825c887df60b330137c3a7be13be6eacb3099", | |
"commits": [ | |
{ | |
"sha": "15a20defc2b7ab3791509c7137814387ba3443db", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Inital state of the shop for understanding relationships + setup of Docker container", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/15a20defc2b7ab3791509c7137814387ba3443db" | |
}, | |
{ | |
"sha": "08ab75e7f5f326704693a9e7619195132aa1425a", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup one-to-one relationship between User and Company", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/08ab75e7f5f326704693a9e7619195132aa1425a" | |
}, | |
{ | |
"sha": "741df703a73fc98d50e40f27d8fbee1a07fe38bc", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup one-to-many relationship between Product and Tax", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/741df703a73fc98d50e40f27d8fbee1a07fe38bc" | |
}, | |
{ | |
"sha": "d85fc84bf88669fa266b3559554bdd817ca51cf5", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup many-to-many relationship between Product and Category", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/d85fc84bf88669fa266b3559554bdd817ca51cf5" | |
}, | |
{ | |
"sha": "7953e96abd9589696daf8e7ea7ef96aec4456aaa", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup polymorphic relationship between Image and Product + Category", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/7953e96abd9589696daf8e7ea7ef96aec4456aaa" | |
}, | |
{ | |
"sha": "25f58bfdf5ab82f1f9cb98893d86012f1fa48039", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup route + github class for calculating some score", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/25f58bfdf5ab82f1f9cb98893d86012f1fa48039" | |
}, | |
{ | |
"sha": "5561ab89fc1386e7680bbc98fe1c978c0c43d8f5", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup singleton for GithubScore class + inject guzzle for requests", | |
"distinct": true, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/5561ab89fc1386e7680bbc98fe1c978c0c43d8f5" | |
} | |
] | |
}, | |
"public": true, | |
"created_at": "2019-01-30T16:41:28Z" | |
}, | |
{ | |
"id": "8979393869", | |
"type": "PushEvent", | |
"actor": { | |
"id": 5872362, | |
"login": "bobbybouwmann", | |
"display_login": "bobbybouwmann", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/bobbybouwmann", | |
"avatar_url": "https://avatars.githubusercontent.com/u/5872362?" | |
}, | |
"repo": { | |
"id": 167816751, | |
"name": "bobbybouwmann/laravel-training-shop", | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop" | |
}, | |
"payload": { | |
"push_id": 3259211319, | |
"size": 6, | |
"distinct_size": 1, | |
"ref": "refs/heads/lesson-5-service-class", | |
"head": "25f58bfdf5ab82f1f9cb98893d86012f1fa48039", | |
"before": "c19c8279fc8c3d7c613a3ba146abc5d40ed779e1", | |
"commits": [ | |
{ | |
"sha": "15a20defc2b7ab3791509c7137814387ba3443db", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Inital state of the shop for understanding relationships + setup of Docker container", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/15a20defc2b7ab3791509c7137814387ba3443db" | |
}, | |
{ | |
"sha": "08ab75e7f5f326704693a9e7619195132aa1425a", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup one-to-one relationship between User and Company", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/08ab75e7f5f326704693a9e7619195132aa1425a" | |
}, | |
{ | |
"sha": "741df703a73fc98d50e40f27d8fbee1a07fe38bc", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup one-to-many relationship between Product and Tax", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/741df703a73fc98d50e40f27d8fbee1a07fe38bc" | |
}, | |
{ | |
"sha": "d85fc84bf88669fa266b3559554bdd817ca51cf5", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup many-to-many relationship between Product and Category", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/d85fc84bf88669fa266b3559554bdd817ca51cf5" | |
}, | |
{ | |
"sha": "7953e96abd9589696daf8e7ea7ef96aec4456aaa", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup polymorphic relationship between Image and Product + Category", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/7953e96abd9589696daf8e7ea7ef96aec4456aaa" | |
}, | |
{ | |
"sha": "25f58bfdf5ab82f1f9cb98893d86012f1fa48039", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup route + github class for calculating some score", | |
"distinct": true, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/25f58bfdf5ab82f1f9cb98893d86012f1fa48039" | |
} | |
] | |
}, | |
"public": true, | |
"created_at": "2019-01-30T16:37:46Z" | |
}, | |
{ | |
"id": "8979362555", | |
"type": "PushEvent", | |
"actor": { | |
"id": 5872362, | |
"login": "bobbybouwmann", | |
"display_login": "bobbybouwmann", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/bobbybouwmann", | |
"avatar_url": "https://avatars.githubusercontent.com/u/5872362?" | |
}, | |
"repo": { | |
"id": 167816751, | |
"name": "bobbybouwmann/laravel-training-shop", | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop" | |
}, | |
"payload": { | |
"push_id": 3259195230, | |
"size": 5, | |
"distinct_size": 1, | |
"ref": "refs/heads/lesson-4-polymorphic-relationship", | |
"head": "7953e96abd9589696daf8e7ea7ef96aec4456aaa", | |
"before": "f58a6395f4afd4978aeba1e28a0a2e3f0432deeb", | |
"commits": [ | |
{ | |
"sha": "15a20defc2b7ab3791509c7137814387ba3443db", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Inital state of the shop for understanding relationships + setup of Docker container", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/15a20defc2b7ab3791509c7137814387ba3443db" | |
}, | |
{ | |
"sha": "08ab75e7f5f326704693a9e7619195132aa1425a", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup one-to-one relationship between User and Company", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/08ab75e7f5f326704693a9e7619195132aa1425a" | |
}, | |
{ | |
"sha": "741df703a73fc98d50e40f27d8fbee1a07fe38bc", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup one-to-many relationship between Product and Tax", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/741df703a73fc98d50e40f27d8fbee1a07fe38bc" | |
}, | |
{ | |
"sha": "d85fc84bf88669fa266b3559554bdd817ca51cf5", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup many-to-many relationship between Product and Category", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/d85fc84bf88669fa266b3559554bdd817ca51cf5" | |
}, | |
{ | |
"sha": "7953e96abd9589696daf8e7ea7ef96aec4456aaa", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup polymorphic relationship between Image and Product + Category", | |
"distinct": true, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/7953e96abd9589696daf8e7ea7ef96aec4456aaa" | |
} | |
] | |
}, | |
"public": true, | |
"created_at": "2019-01-30T16:33:38Z" | |
}, | |
{ | |
"id": "8979331848", | |
"type": "PushEvent", | |
"actor": { | |
"id": 5872362, | |
"login": "bobbybouwmann", | |
"display_login": "bobbybouwmann", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/bobbybouwmann", | |
"avatar_url": "https://avatars.githubusercontent.com/u/5872362?" | |
}, | |
"repo": { | |
"id": 167816751, | |
"name": "bobbybouwmann/laravel-training-shop", | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop" | |
}, | |
"payload": { | |
"push_id": 3259179635, | |
"size": 4, | |
"distinct_size": 1, | |
"ref": "refs/heads/lesson-3-many-to-many-relationship", | |
"head": "d85fc84bf88669fa266b3559554bdd817ca51cf5", | |
"before": "eeb2a19f3c1d36f68b091f30dd6b9660ba6c8185", | |
"commits": [ | |
{ | |
"sha": "15a20defc2b7ab3791509c7137814387ba3443db", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Inital state of the shop for understanding relationships + setup of Docker container", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/15a20defc2b7ab3791509c7137814387ba3443db" | |
}, | |
{ | |
"sha": "08ab75e7f5f326704693a9e7619195132aa1425a", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup one-to-one relationship between User and Company", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/08ab75e7f5f326704693a9e7619195132aa1425a" | |
}, | |
{ | |
"sha": "741df703a73fc98d50e40f27d8fbee1a07fe38bc", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup one-to-many relationship between Product and Tax", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/741df703a73fc98d50e40f27d8fbee1a07fe38bc" | |
}, | |
{ | |
"sha": "d85fc84bf88669fa266b3559554bdd817ca51cf5", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup many-to-many relationship between Product and Category", | |
"distinct": true, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/d85fc84bf88669fa266b3559554bdd817ca51cf5" | |
} | |
] | |
}, | |
"public": true, | |
"created_at": "2019-01-30T16:29:45Z" | |
}, | |
{ | |
"id": "8979310367", | |
"type": "PushEvent", | |
"actor": { | |
"id": 5872362, | |
"login": "bobbybouwmann", | |
"display_login": "bobbybouwmann", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/bobbybouwmann", | |
"avatar_url": "https://avatars.githubusercontent.com/u/5872362?" | |
}, | |
"repo": { | |
"id": 167816751, | |
"name": "bobbybouwmann/laravel-training-shop", | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop" | |
}, | |
"payload": { | |
"push_id": 3259168615, | |
"size": 3, | |
"distinct_size": 1, | |
"ref": "refs/heads/lesson-2-one-to-many-relationship", | |
"head": "741df703a73fc98d50e40f27d8fbee1a07fe38bc", | |
"before": "5208016c48d9aef99fbf1e162174cdc9ec9d687f", | |
"commits": [ | |
{ | |
"sha": "15a20defc2b7ab3791509c7137814387ba3443db", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Inital state of the shop for understanding relationships + setup of Docker container", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/15a20defc2b7ab3791509c7137814387ba3443db" | |
}, | |
{ | |
"sha": "08ab75e7f5f326704693a9e7619195132aa1425a", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup one-to-one relationship between User and Company", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/08ab75e7f5f326704693a9e7619195132aa1425a" | |
}, | |
{ | |
"sha": "741df703a73fc98d50e40f27d8fbee1a07fe38bc", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup one-to-many relationship between Product and Tax", | |
"distinct": true, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/741df703a73fc98d50e40f27d8fbee1a07fe38bc" | |
} | |
] | |
}, | |
"public": true, | |
"created_at": "2019-01-30T16:27:00Z" | |
}, | |
{ | |
"id": "8979282728", | |
"type": "PushEvent", | |
"actor": { | |
"id": 5872362, | |
"login": "bobbybouwmann", | |
"display_login": "bobbybouwmann", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/bobbybouwmann", | |
"avatar_url": "https://avatars.githubusercontent.com/u/5872362?" | |
}, | |
"repo": { | |
"id": 167816751, | |
"name": "bobbybouwmann/laravel-training-shop", | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop" | |
}, | |
"payload": { | |
"push_id": 3259154383, | |
"size": 2, | |
"distinct_size": 2, | |
"ref": "refs/heads/lesson-1-one-to-one-relationship", | |
"head": "08ab75e7f5f326704693a9e7619195132aa1425a", | |
"before": "b041a4fe773635ac9649964ad1b68eca8c96634f", | |
"commits": [ | |
{ | |
"sha": "15a20defc2b7ab3791509c7137814387ba3443db", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Inital state of the shop for understanding relationships + setup of Docker container", | |
"distinct": true, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/15a20defc2b7ab3791509c7137814387ba3443db" | |
}, | |
{ | |
"sha": "08ab75e7f5f326704693a9e7619195132aa1425a", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup one-to-one relationship between User and Company", | |
"distinct": true, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/08ab75e7f5f326704693a9e7619195132aa1425a" | |
} | |
] | |
}, | |
"public": true, | |
"created_at": "2019-01-30T16:23:27Z" | |
}, | |
{ | |
"id": "8979273678", | |
"type": "PushEvent", | |
"actor": { | |
"id": 5872362, | |
"login": "bobbybouwmann", | |
"display_login": "bobbybouwmann", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/bobbybouwmann", | |
"avatar_url": "https://avatars.githubusercontent.com/u/5872362?" | |
}, | |
"repo": { | |
"id": 167816751, | |
"name": "bobbybouwmann/laravel-training-shop", | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop" | |
}, | |
"payload": { | |
"push_id": 3259150157, | |
"size": 22, | |
"distinct_size": 3, | |
"ref": "refs/heads/lesson-7-facade", | |
"head": "460d866521fd15e7b30afb47b637f6e95f11c012", | |
"before": "c9cb9ef6f621e9b60b891e7e9ca75a6eec621dfc", | |
"commits": [ | |
{ | |
"sha": "5b5da10cc1a4cde97a670428469ea6c690fc5eb5", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Inital state of the shop for understanding relationships + setup of Docker container", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/5b5da10cc1a4cde97a670428469ea6c690fc5eb5" | |
}, | |
{ | |
"sha": "4c0d47d61cac3bcd93dad02c1724d41a8e5211ad", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Inital state of the shop for understanding relationships", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/4c0d47d61cac3bcd93dad02c1724d41a8e5211ad" | |
}, | |
{ | |
"sha": "bc8ead08c2c9df8ca7ec6e870f41aaef5f9d231c", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup Docker image + database for local development", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/bc8ead08c2c9df8ca7ec6e870f41aaef5f9d231c" | |
}, | |
{ | |
"sha": "b041a4fe773635ac9649964ad1b68eca8c96634f", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup one-to-one relationship between User and Company", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/b041a4fe773635ac9649964ad1b68eca8c96634f" | |
}, | |
{ | |
"sha": "bd2f35541c5cab42075a2d86eed8762f178c93df", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Inital state of the shop for understanding relationships", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/bd2f35541c5cab42075a2d86eed8762f178c93df" | |
}, | |
{ | |
"sha": "e06e6a2505d8cab132b9d69cad93892b1fc9ed69", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup Docker image + database for local development", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/e06e6a2505d8cab132b9d69cad93892b1fc9ed69" | |
}, | |
{ | |
"sha": "5208016c48d9aef99fbf1e162174cdc9ec9d687f", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup one-to-many relationship between Product and Tax", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/5208016c48d9aef99fbf1e162174cdc9ec9d687f" | |
}, | |
{ | |
"sha": "18e99d672ef06b3b1400f14bf6143b04b067f67a", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Inital state of the shop for understanding relationships", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/18e99d672ef06b3b1400f14bf6143b04b067f67a" | |
}, | |
{ | |
"sha": "247ac4a37e11507735117d6c2514a9b9283b031b", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup Docker image + database for local development", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/247ac4a37e11507735117d6c2514a9b9283b031b" | |
}, | |
{ | |
"sha": "eeb2a19f3c1d36f68b091f30dd6b9660ba6c8185", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup many-to-many relationship between Product and Category", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/eeb2a19f3c1d36f68b091f30dd6b9660ba6c8185" | |
}, | |
{ | |
"sha": "9c4f333e33d323188d1ce04d3b9004e48e6eb321", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Inital state of the shop for understanding relationships", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/9c4f333e33d323188d1ce04d3b9004e48e6eb321" | |
}, | |
{ | |
"sha": "428b6462c01a52aeec378ff3753587ea320f127d", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup Docker image + database for local development", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/428b6462c01a52aeec378ff3753587ea320f127d" | |
}, | |
{ | |
"sha": "f58a6395f4afd4978aeba1e28a0a2e3f0432deeb", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup polymorphic relationship between Image and Product + Category", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/f58a6395f4afd4978aeba1e28a0a2e3f0432deeb" | |
}, | |
{ | |
"sha": "5254074e884304109a593c8dd590a84e690c1314", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Inital state of the shop for understanding relationships", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/5254074e884304109a593c8dd590a84e690c1314" | |
}, | |
{ | |
"sha": "7efb2bf3c812c2c26565e36e3be1cf5dc61734c3", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup Docker image + database for local development", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/7efb2bf3c812c2c26565e36e3be1cf5dc61734c3" | |
}, | |
{ | |
"sha": "c19c8279fc8c3d7c613a3ba146abc5d40ed779e1", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup route + github class for calculating some score", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/c19c8279fc8c3d7c613a3ba146abc5d40ed779e1" | |
}, | |
{ | |
"sha": "4b76f8cd911e5d14e299bbc6ad7997ce6646bd59", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Inital state of the shop for understanding relationships", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/4b76f8cd911e5d14e299bbc6ad7997ce6646bd59" | |
}, | |
{ | |
"sha": "8511b94a703fa176aa1b6ef7843e47720cb717aa", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup Docker image + database for local development", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/8511b94a703fa176aa1b6ef7843e47720cb717aa" | |
}, | |
{ | |
"sha": "ffb825c887df60b330137c3a7be13be6eacb3099", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup singleton for GithubScore class + inject guzzle for requests", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/ffb825c887df60b330137c3a7be13be6eacb3099" | |
}, | |
{ | |
"sha": "1722900a579daff1d3f04d6a1a8aa682e2430d4c", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Inital state of the shop for understanding relationships", | |
"distinct": true, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/1722900a579daff1d3f04d6a1a8aa682e2430d4c" | |
} | |
] | |
}, | |
"public": true, | |
"created_at": "2019-01-30T16:22:22Z" | |
}, | |
{ | |
"id": "8979238153", | |
"type": "CreateEvent", | |
"actor": { | |
"id": 5872362, | |
"login": "bobbybouwmann", | |
"display_login": "bobbybouwmann", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/bobbybouwmann", | |
"avatar_url": "https://avatars.githubusercontent.com/u/5872362?" | |
}, | |
"repo": { | |
"id": 167816751, | |
"name": "bobbybouwmann/laravel-training-shop", | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop" | |
}, | |
"payload": { | |
"ref": "lesson-6-singleton", | |
"ref_type": "branch", | |
"master_branch": "initial-shop", | |
"description": "Laravel training shop", | |
"pusher_type": "user" | |
}, | |
"public": true, | |
"created_at": "2019-01-30T16:17:45Z" | |
}, | |
{ | |
"id": "8979119596", | |
"type": "PushEvent", | |
"actor": { | |
"id": 5872362, | |
"login": "bobbybouwmann", | |
"display_login": "bobbybouwmann", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/bobbybouwmann", | |
"avatar_url": "https://avatars.githubusercontent.com/u/5872362?" | |
}, | |
"repo": { | |
"id": 167816751, | |
"name": "bobbybouwmann/laravel-training-shop", | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop" | |
}, | |
"payload": { | |
"push_id": 3259071104, | |
"size": 16, | |
"distinct_size": 3, | |
"ref": "refs/heads/lesson-5-service-class", | |
"head": "c19c8279fc8c3d7c613a3ba146abc5d40ed779e1", | |
"before": "9c32947f093bc09562c26036aaca52c6160d52c6", | |
"commits": [ | |
{ | |
"sha": "5b5da10cc1a4cde97a670428469ea6c690fc5eb5", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Inital state of the shop for understanding relationships + setup of Docker container", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/5b5da10cc1a4cde97a670428469ea6c690fc5eb5" | |
}, | |
{ | |
"sha": "4c0d47d61cac3bcd93dad02c1724d41a8e5211ad", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Inital state of the shop for understanding relationships", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/4c0d47d61cac3bcd93dad02c1724d41a8e5211ad" | |
}, | |
{ | |
"sha": "bc8ead08c2c9df8ca7ec6e870f41aaef5f9d231c", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup Docker image + database for local development", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/bc8ead08c2c9df8ca7ec6e870f41aaef5f9d231c" | |
}, | |
{ | |
"sha": "b041a4fe773635ac9649964ad1b68eca8c96634f", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup one-to-one relationship between User and Company", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/b041a4fe773635ac9649964ad1b68eca8c96634f" | |
}, | |
{ | |
"sha": "bd2f35541c5cab42075a2d86eed8762f178c93df", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Inital state of the shop for understanding relationships", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/bd2f35541c5cab42075a2d86eed8762f178c93df" | |
}, | |
{ | |
"sha": "e06e6a2505d8cab132b9d69cad93892b1fc9ed69", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup Docker image + database for local development", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/e06e6a2505d8cab132b9d69cad93892b1fc9ed69" | |
}, | |
{ | |
"sha": "5208016c48d9aef99fbf1e162174cdc9ec9d687f", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup one-to-many relationship between Product and Tax", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/5208016c48d9aef99fbf1e162174cdc9ec9d687f" | |
}, | |
{ | |
"sha": "18e99d672ef06b3b1400f14bf6143b04b067f67a", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Inital state of the shop for understanding relationships", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/18e99d672ef06b3b1400f14bf6143b04b067f67a" | |
}, | |
{ | |
"sha": "247ac4a37e11507735117d6c2514a9b9283b031b", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup Docker image + database for local development", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/247ac4a37e11507735117d6c2514a9b9283b031b" | |
}, | |
{ | |
"sha": "eeb2a19f3c1d36f68b091f30dd6b9660ba6c8185", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup many-to-many relationship between Product and Category", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/eeb2a19f3c1d36f68b091f30dd6b9660ba6c8185" | |
}, | |
{ | |
"sha": "9c4f333e33d323188d1ce04d3b9004e48e6eb321", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Inital state of the shop for understanding relationships", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/9c4f333e33d323188d1ce04d3b9004e48e6eb321" | |
}, | |
{ | |
"sha": "428b6462c01a52aeec378ff3753587ea320f127d", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup Docker image + database for local development", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/428b6462c01a52aeec378ff3753587ea320f127d" | |
}, | |
{ | |
"sha": "f58a6395f4afd4978aeba1e28a0a2e3f0432deeb", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup polymorphic relationship between Image and Product + Category", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/f58a6395f4afd4978aeba1e28a0a2e3f0432deeb" | |
}, | |
{ | |
"sha": "5254074e884304109a593c8dd590a84e690c1314", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Inital state of the shop for understanding relationships", | |
"distinct": true, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/5254074e884304109a593c8dd590a84e690c1314" | |
}, | |
{ | |
"sha": "7efb2bf3c812c2c26565e36e3be1cf5dc61734c3", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup Docker image + database for local development", | |
"distinct": true, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/7efb2bf3c812c2c26565e36e3be1cf5dc61734c3" | |
}, | |
{ | |
"sha": "c19c8279fc8c3d7c613a3ba146abc5d40ed779e1", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup route + github class for calculating some score", | |
"distinct": true, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/c19c8279fc8c3d7c613a3ba146abc5d40ed779e1" | |
} | |
] | |
}, | |
"public": true, | |
"created_at": "2019-01-30T16:02:17Z" | |
}, | |
{ | |
"id": "8979103399", | |
"type": "PushEvent", | |
"actor": { | |
"id": 5872362, | |
"login": "bobbybouwmann", | |
"display_login": "bobbybouwmann", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/bobbybouwmann", | |
"avatar_url": "https://avatars.githubusercontent.com/u/5872362?" | |
}, | |
"repo": { | |
"id": 167816751, | |
"name": "bobbybouwmann/laravel-training-shop", | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop" | |
}, | |
"payload": { | |
"push_id": 3259062519, | |
"size": 13, | |
"distinct_size": 3, | |
"ref": "refs/heads/lesson-4-polymorphic-relationship", | |
"head": "f58a6395f4afd4978aeba1e28a0a2e3f0432deeb", | |
"before": "53ba85e2d98e13e855a117fa43b0a7383d7d0fb2", | |
"commits": [ | |
{ | |
"sha": "5b5da10cc1a4cde97a670428469ea6c690fc5eb5", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Inital state of the shop for understanding relationships + setup of Docker container", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/5b5da10cc1a4cde97a670428469ea6c690fc5eb5" | |
}, | |
{ | |
"sha": "4c0d47d61cac3bcd93dad02c1724d41a8e5211ad", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Inital state of the shop for understanding relationships", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/4c0d47d61cac3bcd93dad02c1724d41a8e5211ad" | |
}, | |
{ | |
"sha": "bc8ead08c2c9df8ca7ec6e870f41aaef5f9d231c", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup Docker image + database for local development", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/bc8ead08c2c9df8ca7ec6e870f41aaef5f9d231c" | |
}, | |
{ | |
"sha": "b041a4fe773635ac9649964ad1b68eca8c96634f", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup one-to-one relationship between User and Company", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/b041a4fe773635ac9649964ad1b68eca8c96634f" | |
}, | |
{ | |
"sha": "bd2f35541c5cab42075a2d86eed8762f178c93df", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Inital state of the shop for understanding relationships", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/bd2f35541c5cab42075a2d86eed8762f178c93df" | |
}, | |
{ | |
"sha": "e06e6a2505d8cab132b9d69cad93892b1fc9ed69", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup Docker image + database for local development", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/e06e6a2505d8cab132b9d69cad93892b1fc9ed69" | |
}, | |
{ | |
"sha": "5208016c48d9aef99fbf1e162174cdc9ec9d687f", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup one-to-many relationship between Product and Tax", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/5208016c48d9aef99fbf1e162174cdc9ec9d687f" | |
}, | |
{ | |
"sha": "18e99d672ef06b3b1400f14bf6143b04b067f67a", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Inital state of the shop for understanding relationships", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/18e99d672ef06b3b1400f14bf6143b04b067f67a" | |
}, | |
{ | |
"sha": "247ac4a37e11507735117d6c2514a9b9283b031b", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup Docker image + database for local development", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/247ac4a37e11507735117d6c2514a9b9283b031b" | |
}, | |
{ | |
"sha": "eeb2a19f3c1d36f68b091f30dd6b9660ba6c8185", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup many-to-many relationship between Product and Category", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/eeb2a19f3c1d36f68b091f30dd6b9660ba6c8185" | |
}, | |
{ | |
"sha": "9c4f333e33d323188d1ce04d3b9004e48e6eb321", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Inital state of the shop for understanding relationships", | |
"distinct": true, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/9c4f333e33d323188d1ce04d3b9004e48e6eb321" | |
}, | |
{ | |
"sha": "428b6462c01a52aeec378ff3753587ea320f127d", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup Docker image + database for local development", | |
"distinct": true, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/428b6462c01a52aeec378ff3753587ea320f127d" | |
}, | |
{ | |
"sha": "f58a6395f4afd4978aeba1e28a0a2e3f0432deeb", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup polymorphic relationship between Image and Product + Category", | |
"distinct": true, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/f58a6395f4afd4978aeba1e28a0a2e3f0432deeb" | |
} | |
] | |
}, | |
"public": true, | |
"created_at": "2019-01-30T16:00:16Z" | |
}, | |
{ | |
"id": "8979083975", | |
"type": "PushEvent", | |
"actor": { | |
"id": 5872362, | |
"login": "bobbybouwmann", | |
"display_login": "bobbybouwmann", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/bobbybouwmann", | |
"avatar_url": "https://avatars.githubusercontent.com/u/5872362?" | |
}, | |
"repo": { | |
"id": 167816751, | |
"name": "bobbybouwmann/laravel-training-shop", | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop" | |
}, | |
"payload": { | |
"push_id": 3259052900, | |
"size": 10, | |
"distinct_size": 3, | |
"ref": "refs/heads/lesson-3-many-to-many-relationship", | |
"head": "eeb2a19f3c1d36f68b091f30dd6b9660ba6c8185", | |
"before": "e8ce578c1e1eb41ef0950ea0a1c9283988d869b5", | |
"commits": [ | |
{ | |
"sha": "5b5da10cc1a4cde97a670428469ea6c690fc5eb5", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Inital state of the shop for understanding relationships + setup of Docker container", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/5b5da10cc1a4cde97a670428469ea6c690fc5eb5" | |
}, | |
{ | |
"sha": "4c0d47d61cac3bcd93dad02c1724d41a8e5211ad", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Inital state of the shop for understanding relationships", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/4c0d47d61cac3bcd93dad02c1724d41a8e5211ad" | |
}, | |
{ | |
"sha": "bc8ead08c2c9df8ca7ec6e870f41aaef5f9d231c", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup Docker image + database for local development", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/bc8ead08c2c9df8ca7ec6e870f41aaef5f9d231c" | |
}, | |
{ | |
"sha": "b041a4fe773635ac9649964ad1b68eca8c96634f", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup one-to-one relationship between User and Company", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/b041a4fe773635ac9649964ad1b68eca8c96634f" | |
}, | |
{ | |
"sha": "bd2f35541c5cab42075a2d86eed8762f178c93df", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Inital state of the shop for understanding relationships", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/bd2f35541c5cab42075a2d86eed8762f178c93df" | |
}, | |
{ | |
"sha": "e06e6a2505d8cab132b9d69cad93892b1fc9ed69", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup Docker image + database for local development", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/e06e6a2505d8cab132b9d69cad93892b1fc9ed69" | |
}, | |
{ | |
"sha": "5208016c48d9aef99fbf1e162174cdc9ec9d687f", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup one-to-many relationship between Product and Tax", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/5208016c48d9aef99fbf1e162174cdc9ec9d687f" | |
}, | |
{ | |
"sha": "18e99d672ef06b3b1400f14bf6143b04b067f67a", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Inital state of the shop for understanding relationships", | |
"distinct": true, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/18e99d672ef06b3b1400f14bf6143b04b067f67a" | |
}, | |
{ | |
"sha": "247ac4a37e11507735117d6c2514a9b9283b031b", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup Docker image + database for local development", | |
"distinct": true, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/247ac4a37e11507735117d6c2514a9b9283b031b" | |
}, | |
{ | |
"sha": "eeb2a19f3c1d36f68b091f30dd6b9660ba6c8185", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup many-to-many relationship between Product and Category", | |
"distinct": true, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/eeb2a19f3c1d36f68b091f30dd6b9660ba6c8185" | |
} | |
] | |
}, | |
"public": true, | |
"created_at": "2019-01-30T15:57:51Z" | |
}, | |
{ | |
"id": "8979064406", | |
"type": "PushEvent", | |
"actor": { | |
"id": 5872362, | |
"login": "bobbybouwmann", | |
"display_login": "bobbybouwmann", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/bobbybouwmann", | |
"avatar_url": "https://avatars.githubusercontent.com/u/5872362?" | |
}, | |
"repo": { | |
"id": 167816751, | |
"name": "bobbybouwmann/laravel-training-shop", | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop" | |
}, | |
"payload": { | |
"push_id": 3259042864, | |
"size": 7, | |
"distinct_size": 3, | |
"ref": "refs/heads/lesson-2-one-to-many-relationship", | |
"head": "5208016c48d9aef99fbf1e162174cdc9ec9d687f", | |
"before": "5aa785a9ceeb827c31c633577c236e98cabf83a5", | |
"commits": [ | |
{ | |
"sha": "5b5da10cc1a4cde97a670428469ea6c690fc5eb5", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Inital state of the shop for understanding relationships + setup of Docker container", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/5b5da10cc1a4cde97a670428469ea6c690fc5eb5" | |
}, | |
{ | |
"sha": "4c0d47d61cac3bcd93dad02c1724d41a8e5211ad", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Inital state of the shop for understanding relationships", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/4c0d47d61cac3bcd93dad02c1724d41a8e5211ad" | |
}, | |
{ | |
"sha": "bc8ead08c2c9df8ca7ec6e870f41aaef5f9d231c", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup Docker image + database for local development", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/bc8ead08c2c9df8ca7ec6e870f41aaef5f9d231c" | |
}, | |
{ | |
"sha": "b041a4fe773635ac9649964ad1b68eca8c96634f", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup one-to-one relationship between User and Company", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/b041a4fe773635ac9649964ad1b68eca8c96634f" | |
}, | |
{ | |
"sha": "bd2f35541c5cab42075a2d86eed8762f178c93df", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Inital state of the shop for understanding relationships", | |
"distinct": true, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/bd2f35541c5cab42075a2d86eed8762f178c93df" | |
}, | |
{ | |
"sha": "e06e6a2505d8cab132b9d69cad93892b1fc9ed69", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup Docker image + database for local development", | |
"distinct": true, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/e06e6a2505d8cab132b9d69cad93892b1fc9ed69" | |
}, | |
{ | |
"sha": "5208016c48d9aef99fbf1e162174cdc9ec9d687f", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup one-to-many relationship between Product and Tax", | |
"distinct": true, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/5208016c48d9aef99fbf1e162174cdc9ec9d687f" | |
} | |
] | |
}, | |
"public": true, | |
"created_at": "2019-01-30T15:55:23Z" | |
}, | |
{ | |
"id": "8979046195", | |
"type": "PushEvent", | |
"actor": { | |
"id": 5872362, | |
"login": "bobbybouwmann", | |
"display_login": "bobbybouwmann", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/bobbybouwmann", | |
"avatar_url": "https://avatars.githubusercontent.com/u/5872362?" | |
}, | |
"repo": { | |
"id": 167816751, | |
"name": "bobbybouwmann/laravel-training-shop", | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop" | |
}, | |
"payload": { | |
"push_id": 3259033554, | |
"size": 1, | |
"distinct_size": 1, | |
"ref": "refs/heads/lesson-1-one-to-one-relationship", | |
"head": "b041a4fe773635ac9649964ad1b68eca8c96634f", | |
"before": "49141463226916207a2159e322f242a9b490d8ab", | |
"commits": [ | |
{ | |
"sha": "b041a4fe773635ac9649964ad1b68eca8c96634f", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup one-to-one relationship between User and Company", | |
"distinct": true, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/b041a4fe773635ac9649964ad1b68eca8c96634f" | |
} | |
] | |
}, | |
"public": true, | |
"created_at": "2019-01-30T15:53:04Z" | |
}, | |
{ | |
"id": "8979028266", | |
"type": "PushEvent", | |
"actor": { | |
"id": 5872362, | |
"login": "bobbybouwmann", | |
"display_login": "bobbybouwmann", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/bobbybouwmann", | |
"avatar_url": "https://avatars.githubusercontent.com/u/5872362?" | |
}, | |
"repo": { | |
"id": 167816751, | |
"name": "bobbybouwmann/laravel-training-shop", | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop" | |
}, | |
"payload": { | |
"push_id": 3259024297, | |
"size": 4, | |
"distinct_size": 3, | |
"ref": "refs/heads/lesson-1-one-to-one-relationship", | |
"head": "49141463226916207a2159e322f242a9b490d8ab", | |
"before": "75ef31731f8bd402a6e07091bfda0f7b5fc7d346", | |
"commits": [ | |
{ | |
"sha": "5b5da10cc1a4cde97a670428469ea6c690fc5eb5", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Inital state of the shop for understanding relationships + setup of Docker container", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/5b5da10cc1a4cde97a670428469ea6c690fc5eb5" | |
}, | |
{ | |
"sha": "4c0d47d61cac3bcd93dad02c1724d41a8e5211ad", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Inital state of the shop for understanding relationships", | |
"distinct": true, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/4c0d47d61cac3bcd93dad02c1724d41a8e5211ad" | |
}, | |
{ | |
"sha": "bc8ead08c2c9df8ca7ec6e870f41aaef5f9d231c", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup Docker image + database for local development", | |
"distinct": true, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/bc8ead08c2c9df8ca7ec6e870f41aaef5f9d231c" | |
}, | |
{ | |
"sha": "49141463226916207a2159e322f242a9b490d8ab", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup one-to-one relationship between User and Company", | |
"distinct": true, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/49141463226916207a2159e322f242a9b490d8ab" | |
} | |
] | |
}, | |
"public": true, | |
"created_at": "2019-01-30T15:50:46Z" | |
}, | |
{ | |
"id": "8978998779", | |
"type": "PushEvent", | |
"actor": { | |
"id": 5872362, | |
"login": "bobbybouwmann", | |
"display_login": "bobbybouwmann", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/bobbybouwmann", | |
"avatar_url": "https://avatars.githubusercontent.com/u/5872362?" | |
}, | |
"repo": { | |
"id": 167816751, | |
"name": "bobbybouwmann/laravel-training-shop", | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop" | |
}, | |
"payload": { | |
"push_id": 3259009367, | |
"size": 1, | |
"distinct_size": 1, | |
"ref": "refs/heads/initial-shop", | |
"head": "5b5da10cc1a4cde97a670428469ea6c690fc5eb5", | |
"before": "153b62b57fdd85ab724dbddaa4a2c48f14bf3668", | |
"commits": [ | |
{ | |
"sha": "5b5da10cc1a4cde97a670428469ea6c690fc5eb5", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Inital state of the shop for understanding relationships + setup of Docker container", | |
"distinct": true, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/5b5da10cc1a4cde97a670428469ea6c690fc5eb5" | |
} | |
] | |
}, | |
"public": true, | |
"created_at": "2019-01-30T15:47:01Z" | |
}, | |
{ | |
"id": "8977088192", | |
"type": "PushEvent", | |
"actor": { | |
"id": 5872362, | |
"login": "bobbybouwmann", | |
"display_login": "bobbybouwmann", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/bobbybouwmann", | |
"avatar_url": "https://avatars.githubusercontent.com/u/5872362?" | |
}, | |
"repo": { | |
"id": 167816751, | |
"name": "bobbybouwmann/laravel-training-shop", | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop" | |
}, | |
"payload": { | |
"push_id": 3258007717, | |
"size": 1, | |
"distinct_size": 1, | |
"ref": "refs/heads/initial-shop", | |
"head": "153b62b57fdd85ab724dbddaa4a2c48f14bf3668", | |
"before": "6ee7d1f0dad089f6e46bc162a4535b9754ebd4d9", | |
"commits": [ | |
{ | |
"sha": "153b62b57fdd85ab724dbddaa4a2c48f14bf3668", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Remove company relationship from User", | |
"distinct": true, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/153b62b57fdd85ab724dbddaa4a2c48f14bf3668" | |
} | |
] | |
}, | |
"public": true, | |
"created_at": "2019-01-30T10:51:35Z" | |
}, | |
{ | |
"id": "8976571849", | |
"type": "PushEvent", | |
"actor": { | |
"id": 5872362, | |
"login": "bobbybouwmann", | |
"display_login": "bobbybouwmann", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/bobbybouwmann", | |
"avatar_url": "https://avatars.githubusercontent.com/u/5872362?" | |
}, | |
"repo": { | |
"id": 167816751, | |
"name": "bobbybouwmann/laravel-training-shop", | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop" | |
}, | |
"payload": { | |
"push_id": 3257740985, | |
"size": 1, | |
"distinct_size": 1, | |
"ref": "refs/heads/initial-shop", | |
"head": "6ee7d1f0dad089f6e46bc162a4535b9754ebd4d9", | |
"before": "711b543fd4f9d08fb6a6f6dfe0802424221b559d", | |
"commits": [ | |
{ | |
"sha": "6ee7d1f0dad089f6e46bc162a4535b9754ebd4d9", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Make sure the .env.example has the correct APP_KEY value", | |
"distinct": true, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/6ee7d1f0dad089f6e46bc162a4535b9754ebd4d9" | |
} | |
] | |
}, | |
"public": true, | |
"created_at": "2019-01-30T09:31:23Z" | |
}, | |
{ | |
"id": "8975528545", | |
"type": "CreateEvent", | |
"actor": { | |
"id": 5872362, | |
"login": "bobbybouwmann", | |
"display_login": "bobbybouwmann", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/bobbybouwmann", | |
"avatar_url": "https://avatars.githubusercontent.com/u/5872362?" | |
}, | |
"repo": { | |
"id": 167816751, | |
"name": "bobbybouwmann/laravel-training-shop", | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop" | |
}, | |
"payload": { | |
"ref": "lesson-7-facade", | |
"ref_type": "branch", | |
"master_branch": "initial-shop", | |
"description": "Laravel training shop", | |
"pusher_type": "user" | |
}, | |
"public": true, | |
"created_at": "2019-01-30T05:46:24Z" | |
}, | |
{ | |
"id": "8972965012", | |
"type": "CreateEvent", | |
"actor": { | |
"id": 5872362, | |
"login": "bobbybouwmann", | |
"display_login": "bobbybouwmann", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/bobbybouwmann", | |
"avatar_url": "https://avatars.githubusercontent.com/u/5872362?" | |
}, | |
"repo": { | |
"id": 167816751, | |
"name": "bobbybouwmann/laravel-training-shop", | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop" | |
}, | |
"payload": { | |
"ref": "lesson-5-service-class", | |
"ref_type": "branch", | |
"master_branch": "initial-shop", | |
"description": "Laravel training shop", | |
"pusher_type": "user" | |
}, | |
"public": true, | |
"created_at": "2019-01-29T19:42:17Z" | |
}, | |
{ | |
"id": "8968452935", | |
"type": "PushEvent", | |
"actor": { | |
"id": 5872362, | |
"login": "bobbybouwmann", | |
"display_login": "bobbybouwmann", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/bobbybouwmann", | |
"avatar_url": "https://avatars.githubusercontent.com/u/5872362?" | |
}, | |
"repo": { | |
"id": 167816751, | |
"name": "bobbybouwmann/laravel-training-shop", | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop" | |
}, | |
"payload": { | |
"push_id": 3253513055, | |
"size": 1, | |
"distinct_size": 1, | |
"ref": "refs/heads/lesson-4-polymorphic-relationship", | |
"head": "53ba85e2d98e13e855a117fa43b0a7383d7d0fb2", | |
"before": "baa48f5ebf72bf1b84c18a0b03014866befcee03", | |
"commits": [ | |
{ | |
"sha": "53ba85e2d98e13e855a117fa43b0a7383d7d0fb2", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup polymorphic relationship between Image and Product + Category", | |
"distinct": true, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/53ba85e2d98e13e855a117fa43b0a7383d7d0fb2" | |
} | |
] | |
}, | |
"public": true, | |
"created_at": "2019-01-29T08:06:54Z" | |
}, | |
{ | |
"id": "8968328460", | |
"type": "PushEvent", | |
"actor": { | |
"id": 5872362, | |
"login": "bobbybouwmann", | |
"display_login": "bobbybouwmann", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/bobbybouwmann", | |
"avatar_url": "https://avatars.githubusercontent.com/u/5872362?" | |
}, | |
"repo": { | |
"id": 167816751, | |
"name": "bobbybouwmann/laravel-training-shop", | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop" | |
}, | |
"payload": { | |
"push_id": 3253448811, | |
"size": 5, | |
"distinct_size": 1, | |
"ref": "refs/heads/lesson-4-polymorphic-relationship", | |
"head": "baa48f5ebf72bf1b84c18a0b03014866befcee03", | |
"before": "76a4b4fbfd5857733f4cbdb8dd070d693348750c", | |
"commits": [ | |
{ | |
"sha": "711b543fd4f9d08fb6a6f6dfe0802424221b559d", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup Docker image + database for local development", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/711b543fd4f9d08fb6a6f6dfe0802424221b559d" | |
}, | |
{ | |
"sha": "75ef31731f8bd402a6e07091bfda0f7b5fc7d346", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup one-to-one relationship between User and Company", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/75ef31731f8bd402a6e07091bfda0f7b5fc7d346" | |
}, | |
{ | |
"sha": "5aa785a9ceeb827c31c633577c236e98cabf83a5", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup one-to-many relationship between Product and Tax", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/5aa785a9ceeb827c31c633577c236e98cabf83a5" | |
}, | |
{ | |
"sha": "e8ce578c1e1eb41ef0950ea0a1c9283988d869b5", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup many-to-many relationship between Product and Category", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/e8ce578c1e1eb41ef0950ea0a1c9283988d869b5" | |
}, | |
{ | |
"sha": "baa48f5ebf72bf1b84c18a0b03014866befcee03", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup polymorphic relationship between Image and Product + Category", | |
"distinct": true, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/baa48f5ebf72bf1b84c18a0b03014866befcee03" | |
} | |
] | |
}, | |
"public": true, | |
"created_at": "2019-01-29T07:40:11Z" | |
}, | |
{ | |
"id": "8968327277", | |
"type": "PushEvent", | |
"actor": { | |
"id": 5872362, | |
"login": "bobbybouwmann", | |
"display_login": "bobbybouwmann", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/bobbybouwmann", | |
"avatar_url": "https://avatars.githubusercontent.com/u/5872362?" | |
}, | |
"repo": { | |
"id": 167816751, | |
"name": "bobbybouwmann/laravel-training-shop", | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop" | |
}, | |
"payload": { | |
"push_id": 3253448193, | |
"size": 4, | |
"distinct_size": 1, | |
"ref": "refs/heads/lesson-3-many-to-many-relationship", | |
"head": "e8ce578c1e1eb41ef0950ea0a1c9283988d869b5", | |
"before": "d710b4ed0c098d1edb2206d2a59d25a17fa74cca", | |
"commits": [ | |
{ | |
"sha": "711b543fd4f9d08fb6a6f6dfe0802424221b559d", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup Docker image + database for local development", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/711b543fd4f9d08fb6a6f6dfe0802424221b559d" | |
}, | |
{ | |
"sha": "75ef31731f8bd402a6e07091bfda0f7b5fc7d346", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup one-to-one relationship between User and Company", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/75ef31731f8bd402a6e07091bfda0f7b5fc7d346" | |
}, | |
{ | |
"sha": "5aa785a9ceeb827c31c633577c236e98cabf83a5", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup one-to-many relationship between Product and Tax", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/5aa785a9ceeb827c31c633577c236e98cabf83a5" | |
}, | |
{ | |
"sha": "e8ce578c1e1eb41ef0950ea0a1c9283988d869b5", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup many-to-many relationship between Product and Category", | |
"distinct": true, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/e8ce578c1e1eb41ef0950ea0a1c9283988d869b5" | |
} | |
] | |
}, | |
"public": true, | |
"created_at": "2019-01-29T07:39:55Z" | |
}, | |
{ | |
"id": "8968326401", | |
"type": "PushEvent", | |
"actor": { | |
"id": 5872362, | |
"login": "bobbybouwmann", | |
"display_login": "bobbybouwmann", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/bobbybouwmann", | |
"avatar_url": "https://avatars.githubusercontent.com/u/5872362?" | |
}, | |
"repo": { | |
"id": 167816751, | |
"name": "bobbybouwmann/laravel-training-shop", | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop" | |
}, | |
"payload": { | |
"push_id": 3253447721, | |
"size": 3, | |
"distinct_size": 1, | |
"ref": "refs/heads/lesson-2-one-to-many-relationship", | |
"head": "5aa785a9ceeb827c31c633577c236e98cabf83a5", | |
"before": "ca28ab5565d99a80c601c9f2c632252b25dae477", | |
"commits": [ | |
{ | |
"sha": "711b543fd4f9d08fb6a6f6dfe0802424221b559d", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup Docker image + database for local development", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/711b543fd4f9d08fb6a6f6dfe0802424221b559d" | |
}, | |
{ | |
"sha": "75ef31731f8bd402a6e07091bfda0f7b5fc7d346", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup one-to-one relationship between User and Company", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/75ef31731f8bd402a6e07091bfda0f7b5fc7d346" | |
}, | |
{ | |
"sha": "5aa785a9ceeb827c31c633577c236e98cabf83a5", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup one-to-many relationship between Product and Tax", | |
"distinct": true, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/5aa785a9ceeb827c31c633577c236e98cabf83a5" | |
} | |
] | |
}, | |
"public": true, | |
"created_at": "2019-01-29T07:39:42Z" | |
}, | |
{ | |
"id": "8968324911", | |
"type": "PushEvent", | |
"actor": { | |
"id": 5872362, | |
"login": "bobbybouwmann", | |
"display_login": "bobbybouwmann", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/bobbybouwmann", | |
"avatar_url": "https://avatars.githubusercontent.com/u/5872362?" | |
}, | |
"repo": { | |
"id": 167816751, | |
"name": "bobbybouwmann/laravel-training-shop", | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop" | |
}, | |
"payload": { | |
"push_id": 3253446941, | |
"size": 2, | |
"distinct_size": 1, | |
"ref": "refs/heads/lesson-1-one-to-one-relationship", | |
"head": "75ef31731f8bd402a6e07091bfda0f7b5fc7d346", | |
"before": "dcddeb5ad4eeb7da30115fe6158d1c27265c6b0e", | |
"commits": [ | |
{ | |
"sha": "711b543fd4f9d08fb6a6f6dfe0802424221b559d", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup Docker image + database for local development", | |
"distinct": false, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/711b543fd4f9d08fb6a6f6dfe0802424221b559d" | |
}, | |
{ | |
"sha": "75ef31731f8bd402a6e07091bfda0f7b5fc7d346", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup one-to-one relationship between User and Company", | |
"distinct": true, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/75ef31731f8bd402a6e07091bfda0f7b5fc7d346" | |
} | |
] | |
}, | |
"public": true, | |
"created_at": "2019-01-29T07:39:20Z" | |
}, | |
{ | |
"id": "8968313391", | |
"type": "PushEvent", | |
"actor": { | |
"id": 5872362, | |
"login": "bobbybouwmann", | |
"display_login": "bobbybouwmann", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/bobbybouwmann", | |
"avatar_url": "https://avatars.githubusercontent.com/u/5872362?" | |
}, | |
"repo": { | |
"id": 167816751, | |
"name": "bobbybouwmann/laravel-training-shop", | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop" | |
}, | |
"payload": { | |
"push_id": 3253441071, | |
"size": 1, | |
"distinct_size": 1, | |
"ref": "refs/heads/initial-shop", | |
"head": "711b543fd4f9d08fb6a6f6dfe0802424221b559d", | |
"before": "4b9f6cac6c233d5eb6a8c25981fc199caaa3c0ec", | |
"commits": [ | |
{ | |
"sha": "711b543fd4f9d08fb6a6f6dfe0802424221b559d", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup Docker image + database for local development", | |
"distinct": true, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/711b543fd4f9d08fb6a6f6dfe0802424221b559d" | |
} | |
] | |
}, | |
"public": true, | |
"created_at": "2019-01-29T07:36:40Z" | |
}, | |
{ | |
"id": "8968310481", | |
"type": "PushEvent", | |
"actor": { | |
"id": 5872362, | |
"login": "bobbybouwmann", | |
"display_login": "bobbybouwmann", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/bobbybouwmann", | |
"avatar_url": "https://avatars.githubusercontent.com/u/5872362?" | |
}, | |
"repo": { | |
"id": 167816751, | |
"name": "bobbybouwmann/laravel-training-shop", | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop" | |
}, | |
"payload": { | |
"push_id": 3253439497, | |
"size": 2, | |
"distinct_size": 2, | |
"ref": "refs/heads/initial-shop", | |
"head": "4b9f6cac6c233d5eb6a8c25981fc199caaa3c0ec", | |
"before": "6a3c502ea71ce1952b404cef7b6920610123330c", | |
"commits": [ | |
{ | |
"sha": "ca07a2d3fed7241ef67dc1df26db02fba8de865b", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Setup Docker image + database for local development", | |
"distinct": true, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/ca07a2d3fed7241ef67dc1df26db02fba8de865b" | |
}, | |
{ | |
"sha": "4b9f6cac6c233d5eb6a8c25981fc199caaa3c0ec", | |
"author": { | |
"email": "[email protected]", | |
"name": "Bobby Bouwmann" | |
}, | |
"message": "Remove yarn lock file", | |
"distinct": true, | |
"url": "https://api.github.com/repos/bobbybouwmann/laravel-training-shop/commits/4b9f6cac6c233d5eb6a8c25981fc199caaa3c0ec" | |
} | |
] | |
}, | |
"public": true, | |
"created_at": "2019-01-29T07:36:01Z" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment