Commit af946bb
MixerAPI v2.0.0 - CakePHP 5 support (#141)
* cleaing up deprecations, wip
* cakephp5 compatibility
* Ci updates with plugin tests (#137)
- Now runs each plugin individually to catch any issues in the plugins composer.json
- Moves coverage report into its own jobs
* Require php81 cakephp44 (#138)
* Require PHP 8.1 and CakePHP 4.4
* Require php 8.1 and cakephp 4.4 (#139)
* Upgrade to CakePHP 5
* Update github actions
* Get mixerapi/jwt-auth passing
* composer changes for jwt-auth
* Various fixes to JsonLdView and Core plugins for cake 5
* cake 5
* tests
* update depedencies
* fix bake test
* fix collection-view
* fix crud
* remove grump
* update plugin composers to cake 5 stable packages
* ignore phpunit cache
* remove debug code
* fix bad merge on collection-view
* remove phpunit cache
* update plugin composers to cake 5 stable packages
* downgrade phpmd to php 8.1 compatibility
* fix failing jsonld test
* fix failing jsonld test
* appease the static analyzers
* bounds test for php versions
* remove grump package for plugin composer deps
* debugging pipeline
* fix coverage reporting
* only run php 8.1 action once but do so with coverage reporting
* split out mixerapi/core to avoid circular dependency problem
* remove lock
* split out mixerapi/core to avoid circular dependency problem
* split out mixerapi/core to avoid circular dependency problem
* min stability dev to pull in mixerapi/core
* fix depedencies
* fix composer
* replace dev core package with stable one
* update to latest swagger bake with cakephp 5 support
* Handle non-named arg deprecations in Crud plugin
* phpcs
* mark test incomplete due to issue in MixerApi/Core NamespaceUtility
---------
Co-authored-by: Masa Koni <[email protected]>
Co-authored-by: Chris Nizzardini <[email protected]>1 parent 39576a8 commit af946bb
File tree
223 files changed
+1101
-16145
lines changed- .github/workflows
- config
- plugins
- bake
- src
- tests
- Fixture
- TestCase
- assets
- test_app/src/Model/Entity
- collection-view
- config
- src
- View
- tests
- Fixture
- TestCase
- View
- test_app/src
- Controller
- Model/Entity
- core
- src
- Event
- Model
- Response
- Utility
- View
- tests
- Fixture
- TestCase
- Event
- Model
- Response
- Utility
- View
- test_app
- src
- Event
- Model
- Entity
- Table
- templates/Error
- webroot
- crud
- src
- Interfaces
- Services
- tests
- Fixture
- TestCase
- Services
- test_app/src
- Controller
- Model/Entity
- exception-render
- src
- tests
- Fixture
- TestCase
- test_app/src
- Controller
- Model/Entity
- hal-view
- src
- View
- tests
- Fixture
- TestCase
- View
- test_app/src
- Controller
- Model/Entity
- json-ld-view
- assets
- src
- Controller
- Component
- View
- tests
- Fixture
- TestCase
- Controller
- View
- test_app/src/Model/Entity
- jwt-auth
- src
- tests
- Fixture
- TestCase
- Configuration
- Jwk
- test_app/src
- Controller
- Model/Entity
- mixerapi
- assets
- src
- Command
- tests/TestCase
- Command
- rest
- assets
- src
- Command
- Lib
- Controller
- Exception
- Parser
- Route
- tests
- Fixture
- TestCase
- Command
- Lib
- Controller
- Route
- plugins/MyPlugin
- Controller
- config
- test_app
- config
- src
- Controller
- Countries
- Sub
- Http
- Model
- Entity
- Table
- templates/Error
- webroot
- tests
- Fixture
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
223 files changed
+1101
-16145
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
| 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 | | - | |
13 | | - | |
| 12 | + | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
24 | | - | |
25 | 23 | | |
26 | 24 | | |
27 | 25 | | |
| |||
34 | 32 | | |
35 | 33 | | |
36 | 34 | | |
| 35 | + | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
40 | | - | |
41 | | - | |
| 39 | + | |
| 40 | + | |
42 | 41 | | |
43 | 42 | | |
44 | 43 | | |
45 | | - | |
46 | | - | |
| 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 | + | |
47 | 73 | | |
48 | 74 | | |
49 | 75 | | |
50 | 76 | | |
51 | | - | |
| 77 | + | |
52 | 78 | | |
53 | 79 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | 80 | | |
60 | | - | |
| 81 | + | |
61 | 82 | | |
62 | | - | |
| 83 | + | |
| 84 | + | |
63 | 85 | | |
64 | 86 | | |
| 87 | + | |
65 | 88 | | |
66 | | - | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
67 | 98 | | |
68 | 99 | | |
69 | 100 | | |
70 | 101 | | |
71 | 102 | | |
72 | 103 | | |
73 | 104 | | |
74 | | - | |
| 105 | + | |
75 | 106 | | |
76 | 107 | | |
77 | 108 | | |
78 | 109 | | |
79 | 110 | | |
80 | | - | |
| 111 | + | |
81 | 112 | | |
82 | 113 | | |
83 | | - | |
| 114 | + | |
84 | 115 | | |
85 | | - | |
86 | | - | |
87 | | - | |
| 116 | + | |
| 117 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | 28 | | |
30 | | - | |
31 | 29 | | |
32 | 30 | | |
33 | 31 | | |
34 | | - | |
35 | 32 | | |
36 | 33 | | |
37 | 34 | | |
38 | 35 | | |
39 | | - | |
40 | 36 | | |
41 | | - | |
42 | 37 | | |
43 | | - | |
44 | 38 | | |
45 | | - | |
46 | 39 | | |
47 | | - | |
48 | 40 | | |
| 41 | + | |
| 42 | + | |
49 | 43 | | |
50 | 44 | | |
51 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
14 | | - | |
15 | | - | |
| 13 | + | |
| 14 | + | |
16 | 15 | | |
17 | | - | |
18 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
30 | 31 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | 37 | | |
41 | 38 | | |
42 | 39 | | |
| |||
48 | 45 | | |
49 | 46 | | |
50 | 47 | | |
51 | | - | |
52 | 48 | | |
53 | 49 | | |
54 | 50 | | |
55 | 51 | | |
56 | | - | |
57 | | - | |
| 52 | + | |
58 | 53 | | |
59 | 54 | | |
60 | 55 | | |
| |||
65 | 60 | | |
66 | 61 | | |
67 | 62 | | |
68 | | - | |
69 | | - | |
70 | 63 | | |
71 | 64 | | |
72 | 65 | | |
73 | 66 | | |
74 | 67 | | |
75 | 68 | | |
76 | | - | |
77 | | - | |
78 | 69 | | |
79 | 70 | | |
| 71 | + | |
| 72 | + | |
80 | 73 | | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
| 74 | + | |
85 | 75 | | |
86 | 76 | | |
87 | 77 | | |
| |||
123 | 113 | | |
124 | 114 | | |
125 | 115 | | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
| 116 | + | |
137 | 117 | | |
138 | | - | |
| 118 | + | |
139 | 119 | | |
0 commit comments