Commit c4f6327
v4.0.0-alpha4 (#619)
* Fix/deviating dbset name (#603)
* test: expose dbset name bug
* fix: deviating dbset name
* chore: add launchSettings.json to gitignore
* chore: delete launchSettings.json from git
* Fix/pagesize (#601)
* feat: new startup for test
* chore: rename startup class
* test: reproduce #599 in test
* fix: zero division error
* chore: remove redundant DefaultPageSize on IPageService
* chore: update .gitignore
* fix: typo LoaDatabaseValues (#608)
* fix: typo
* fix: typo in fix of typo
* chore: enable sql logging in JsonApiDotNetCoreExample
* Acceptance tests EF inheritance (#610)
* chore: create inheritance model + controller
* test: create and patch acceptance test
* chore: close issue
* Improve usability RequestSerializer (#613)
* feat: remove inability to use request serializer with unknown type at runtime
* fix: typo in test setup
* chore: spacing
* fix: add IResourceQueryService and IResourceCmdService to DI container in application builder
* chore: update comments IRequestSerializer
* Move EF core related building to extension methods (#616)
* feat: remove inability to use request serializer with unknown type at runtime
* fix: typo in test setup
* chore: spacing
* fix: add IResourceQueryService and IResourceCmdService to DI container in application builder
* chore: update comments IRequestSerializer
* chore: moved ef core related building to extension methods
* chore: spacing, rename file
* refactor: remove need for internal modifier
* refactor: minor refactor id type retrieval
* Hooks discovery detection of implemented hooks issue (#617)
* fix: discovery issue related to assemblies
* fix: LoaDatabaseValue typo
* fix: set EnableResourceHooks to true by default
* chore: add comment in code in hooksdiscovery
* fix: use IServiceProvider instead of IScopedServiceProvider
* fix: discovery unit test with ServiceProvider instead of ScopedServiceProvider
* refactor: TResource instead of TEntity
* chore: process PR review
* chore: move comment to separate line (stylecop)
* feat: use camelCase as default (#618)
* feat: use camelCase as default
* refactor: massive replace all to replace kebab-case with camelCase default
* chore: fix remaining unit tests
* fix: fix remaining JsonApiDotNetCoreExampleTests
* feat: introduce proper usage of WebApplicationFactory in KebabCaseFormatterTests
* fix: remaining functional tests
* fix: minor changes PR review
* fix: camelCase revert in comments
* fix: camelCase revert in comments
* fix: camelCase revert in comments
* fix: camelCase revert in comments1 parent 7b8250b commit c4f6327
File tree
113 files changed
+1385
-1311
lines changed- benchmarks/Serialization
- src
- Examples
- JsonApiDotNetCoreExample
- Controllers
- Data
- Models
- Resources
- Startups
- NoEntityFrameworkExample
- Models
- Properties
- ReportsExample
- Models
- JsonApiDotNetCore
- Builders
- Configuration
- Data
- Extensions
- Graph
- ResourceNameFormatters
- Hooks
- Discovery
- Execution
- Internal
- Models/Annotation
- QueryParameterServices
- Contracts
- RequestServices/Contracts
- Serialization/Client
- test
- JsonApiDotNetCoreExampleTests
- Acceptance
- Extensibility
- ResourceDefinitions
- Spec
- DocumentTests
- Factories
- Helpers/Models
- NoEntityFrameworkTests
- Acceptance/Extensibility
- UnitTests
- Builders
- Controllers
- Extensions
- Graph
- Internal
- Models
- QueryParameters
- ResourceHooks
- ResourceHookExecutor
- Create
- Delete
- Read
- Update
- Serialization
- Client
- Common
- Server
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
113 files changed
+1385
-1311
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
18 | 28 | | |
Lines changed: 17 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| 27 | + | |
| 28 | + | |
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
| |||
43 | 46 | | |
44 | 47 | | |
45 | 48 | | |
46 | | - | |
| 49 | + | |
47 | 50 | | |
48 | | - | |
| 51 | + | |
49 | 52 | | |
50 | 53 | | |
51 | 54 | | |
52 | | - | |
| 55 | + | |
53 | 56 | | |
54 | 57 | | |
55 | | - | |
56 | | - | |
57 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
58 | 61 | | |
59 | 62 | | |
60 | 63 | | |
| |||
63 | 66 | | |
64 | 67 | | |
65 | 68 | | |
66 | | - | |
67 | | - | |
68 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
69 | 72 | | |
70 | 73 | | |
71 | | - | |
72 | | - | |
73 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
74 | 77 | | |
75 | 78 | | |
76 | 79 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| 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 | | |
| |||
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
7 | 6 | | |
8 | | - | |
| 7 | + | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| 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 | | |
0 commit comments