Commit 7716f81
committed
refactor: reorganize project structure with Eftdb.* directory naming
Rename all project directories to use Eftdb.* convention while preserving
CmdScale.EntityFrameworkCore.TimescaleDB.* for namespaces, assemblies, and
NuGet package IDs. This aligns with the fork's naming convention while
maintaining backward compatibility for package consumers.
Updated supporting files:
- GitHub Actions workflow paths
- PowerShell scripts for local publishing and reference switching
- Stryker mutation testing configuration
- README documentation1 parent 8d37651 commit 7716f81
File tree
140 files changed
+32
-30
lines changed- .github/workflows
- Scripts
- benchmarks/Eftdb.Benchmarks
- samples
- Eftdb.Samples.CodeFirst
- Eftdb.Samples.DatabaseFirst
- src
- Eftdb.Design
- Scaffolding
- build
- Eftdb
- Abstractions
- Configuration
- ContinuousAggregate
- Hypertable
- ReorderPolicy
- Generators
- Internals
- Features
- ContinuousAggregates
- Hypertables
- ReorderPolicies
- Operations
- Properties
- tests
- Eftdb.FunctionalTests
- Snapshots
- Utils
- Eftdb.Tests
- Configuration
- Conventions
- Differs
- Extractors
- Generators
- Integration
- Scaffolding
- TypeBuilders
- Utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
140 files changed
+32
-30
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
| 40 | + | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
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 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
| 37 | + | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
21 | | - | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
File renamed without changes.
File renamed without changes.
0 commit comments