Commit 9d1d50c
authored
v1.0.0 (#88)
* PHP 8 Enhacements (#77)
- Require PHP ^8.0
- Require CakePHP ^4.2
- Bump PHPStan to level 6
- Typed class properties and constructor property promotion
- Switch test methods to snake_case
- Various refactoring and cleanup
* [MixerApi/Crud] Remove locator dependency (#81)
Removes dependency on `LocatorInterface` since this can now be retrieved from the controller itself.
* add() and delete() should default to http status of 201 and 204 (#83)
Set default status codes on crud operations
* [MixerApi/Crud] Add getQuery to Read (#84)
* Adds Read::getQuery() and other refactors
* Remove experimental plugin
* Adds more type checks.
* Update ResponseModifier (#85)
Resolves #78
* Bumps versions to php ^8.0 and cakephp ^4.2 (#86)
* Swagger Bake Exception Schema Implementation (#87)
* Adds implementation of swagger bake exception schema
* Fix status code response bug
* [MixerApi/Bake] Add support for other mixerapi plugins (#89)
- Adds support for mixerapi plugins to bake
- Removes bake from mixerapi/crud
* MixerApi - update installer (#92)
* Redo installer (#93)1 parent b91da2f commit 9d1d50c
197 files changed
Lines changed: 3530 additions & 10340 deletions
File tree
- .github/workflows
- assets
- config
- docs
- images
- plugins
- bake
- src
- templates/bake
- Controller
- element/Controller
- tests
- TestCase
- assets
- test_app/src
- Controller
- Model
- Entity
- Table
- collection-view
- src
- tests/TestCase
- View
- core
- src
- Model
- Response
- Utility
- View
- tests
- Fixture
- TestCase
- Event
- Model
- Response
- Utility
- View
- crud
- src
- Interfaces
- Services
- templates/bake
- Controller
- element/Controller
- tests
- TestCase
- Exception
- Services
- test_app/src/Controller
- exception-render
- src
- tests
- TestCase
- test_app/src/Model/Entity
- hal-view
- src
- View
- tests
- Fixture
- TestCase
- View
- json-ld-view
- src
- Controller
- Component
- View
- tests
- TestCase
- Controller
- View
- test_app/src/Model/Entity
- mixerapi
- assets
- src
- Command
- Exception
- Service
- tests/TestCase
- Command
- Service
- rest
- src
- Command
- Lib
- Controller
- Middleware
- Parser
- Route
- tests
- TestCase
- Command
- Lib
- Controller
- Middleware
- Route
- test_app
- src
- Controller
- Countries
- Sub
- Http
- Model
- Entity
- Table
- templates/Error
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
| 2 | + | |
4 | 3 | | |
5 | | - | |
6 | | - | |
7 | | - | |
| 4 | + | |
8 | 5 | | |
9 | | - | |
10 | 6 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | 7 | | |
15 | 8 | | |
16 | 9 | | |
17 | 10 | | |
18 | 11 | | |
19 | 12 | | |
20 | 13 | | |
21 | | - | |
| 14 | + | |
22 | 15 | | |
23 | 16 | | |
24 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
25 | 21 | | |
26 | 22 | | |
27 | 23 | | |
| |||
115 | 111 | | |
116 | 112 | | |
117 | 113 | | |
118 | | - | |
| 114 | + | |
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
0 commit comments