Skip to content

Laravel-side sync. #96

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 67 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
721ab51
Begin rework of Laravel-side sync.
jameswilddev Jan 6, 2022
5f4a2f0
Add helper.
jameswilddev Jan 6, 2022
4488547
WIP.
jameswilddev Jan 6, 2022
9197ea3
Add generateRoutes to interface.
jameswilddev Jan 6, 2022
ed879a5
Add missing imports.
jameswilddev Jan 6, 2022
4112e58
Fix misnamed variable.
jameswilddev Jan 6, 2022
190eb2b
Attempt to fix scope error.
jameswilddev Jan 6, 2022
0b130c1
Fix one instance of the preflight response not matching.
jameswilddev Jan 6, 2022
a42940b
Continue sync.
jameswilddev Jan 6, 2022
29031ae
Fix misaligned type.
jameswilddev Jan 6, 2022
ccca379
Add enums to preflight.
jameswilddev Jan 6, 2022
877c462
Fix missing argument.
jameswilddev Jan 6, 2022
33bc2c4
Structure collection fetches.
jameswilddev Jan 6, 2022
90db3b0
Fix return type.
jameswilddev Jan 6, 2022
b3e496b
Fix broken helper.
jameswilddev Jan 6, 2022
b76baad
Fix not calling scope.
jameswilddev Jan 6, 2022
2cb0b2c
Merge branch 'master' into laravel-sync
jameswilddev Jan 11, 2022
b15dd92
Fix incorrect typing.
jameswilddev Jan 11, 2022
a807c73
Fix media collections not being recorded.
jameswilddev Jan 11, 2022
cc3ccae
Fix generated URLs.
jameswilddev Jan 11, 2022
5888c48
Fix runtime error.
jameswilddev Jan 11, 2022
45ed870
Fix access.
jameswilddev Jan 11, 2022
80bd053
Fix misreference.
jameswilddev Jan 11, 2022
90d146d
Note nonfunctional.
jameswilddev Jan 11, 2022
d31383b
Fix delete using GET.
jameswilddev Jan 11, 2022
ca25f9b
Add workaround for https://github.com/expo/expo/issues/14881.
jameswilddev Jan 12, 2022
b67e304
Merge branch 'master' into laravel-sync
jameswilddev Jan 17, 2022
4c48f0f
Add missing import.
jameswilddev Jan 17, 2022
00fe406
Merge branch 'master' into laravel-sync
jameswilddev Jan 20, 2022
c2bbdf5
Enums -> singletons.
jameswilddev Jan 20, 2022
46614f7
Attempt to clean up output.
jameswilddev Jan 20, 2022
24f552e
Add "about me" endpoints.
jameswilddev Jan 20, 2022
382027b
Fix runtime error.
jameswilddev Jan 20, 2022
1d1d083
Do not pluralize the "me" endpoint.
jameswilddev Jan 20, 2022
9e38c1b
Fix missing routes for me.
jameswilddev Jan 20, 2022
0a88235
Merge branch 'master' into laravel-sync
jameswilddev Jan 25, 2022
db3d16e
Trashable check.
jameswilddev Jan 25, 2022
7e7da81
Fix runtime error.
jameswilddev Jan 25, 2022
7764813
Workaround for entity:media names.
jameswilddev Jan 25, 2022
f9464b1
Add constant endpoints.
jameswilddev Jan 26, 2022
ec867db
Add names to constants.
jameswilddev Jan 26, 2022
9a74ef6
Fix names being plural.
jameswilddev Jan 26, 2022
51da450
Updated to use uuid instead of name for media uuids:
SteJaySulli Mar 18, 2022
9a0ae5e
Added font weight to buttons
SteJaySulli Mar 18, 2022
c150255
Merge branch 'master' into laravel/fix-sync-file-uuids
SteJaySulli Mar 18, 2022
13aedeb
Merge pull request #129 from SteJaySulli/laravel/fix-sync-file-uuids
jameswilddev Mar 18, 2022
6830b6a
Apply Ste's fix.
jameswilddev Mar 30, 2022
ef5fe79
Merge branch 'master' into laravel-sync
jameswilddev Aug 24, 2022
85003e8
Attempt to generate a file name with an extension.
jameswilddev Aug 24, 2022
c0fa5ba
Merge branch 'master' into laravel-sync
jameswilddev Sep 5, 2022
d4facaf
Allow override of route fragments.
jameswilddev Sep 5, 2022
4430a73
Remove unnecessary parameter.
jameswilddev Sep 5, 2022
5e93e3f
Add defaults.
jameswilddev Sep 5, 2022
5ea0264
Mark where we want transactions.
jameswilddev Sep 9, 2022
90585bb
Fix 500 being returned rather than 403 when access has been revoked.
jameswilddev Mar 16, 2023
1ad9825
Configure rulers.
jameswilddev Mar 16, 2023
0165c38
Add more Laravel versions.
jameswilddev Dec 6, 2023
b0559b2
Update dependencies.
jameswilddev Dec 6, 2023
5badaa8
Merge remote-tracking branch 'origin/master' into laravel-sync
jameswilddev Dec 6, 2023
080ade8
Merge branch 'master' into laravel-sync
jameswilddev Dec 6, 2023
70d544b
Support Laravel 11.
jameswilddev Jun 7, 2024
5465de1
Fix runtime error on using constants.
jameswilddev Jun 28, 2024
cfb4926
Switch to factories for constants.
jameswilddev Jul 11, 2024
b1da40f
Add caching.
jameswilddev Jul 11, 2024
8d5f6a7
Fix preflight.
jameswilddev Jul 11, 2024
944224e
Add callback to pass on updates.
jameswilddev Jul 23, 2024
53ef604
Add default.
jameswilddev Jul 23, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@
"test_results": true,
".phpunit.cache": true
},
"typescript.tsdk": "./node_modules/typescript.lib"
"typescript.tsdk": "./node_modules/typescript.lib",
"editor.rulers": [
80
]
}
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@
{
"name": "jameswilddev",
"email": "[email protected]"
},
{
"name": "Stephen J Sullivan",
"email": "[email protected]"
}
],
"require": {
"php": "^8.0",
"laravel/framework": "^8"
"laravel/framework": "^8|^9|^10|^11"
},
"autoload": {
"psr-4": {
Expand All @@ -24,7 +28,7 @@
}
},
"require-dev": {
"phpunit/phpunit": "9.5.13",
"phpunit/phpunit": "^9.5",
"vimeo/psalm": "4.19.0",
"mockery/mockery": "1.5.0"
}
Expand Down
Loading
Loading