Skip to content

Commit de76464

Browse files
authored
Merge pull request #1307 from mikependon/folder-restructuring
Folder restructuring #1300
2 parents 7b468fc + 7513b2c commit de76464

2,824 files changed

Lines changed: 422 additions & 1233 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build-clickhouse-bulk.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ on:
44
workflow_dispatch:
55
push:
66
paths:
7-
- 'RepoDb.Core/**'
8-
- 'RepoDb.ClickHouse/**'
9-
- 'RepoDb.Extensions/RepoDb.ClickHouse.BulkOperations/**'
7+
- 'src/Providers/RepoDb.Core/**'
8+
- 'src/Providers/RepoDb.ClickHouse/**'
9+
- 'src/Providers/RepoDb.ClickHouse.BulkOperations/**'
1010
- '.github/workflows/build-base.yml'
1111
- '.github/workflows/build-clickhouse-bulk.yml'
1212

1313
jobs:
1414
build:
1515
uses: ./.github/workflows/build-base.yml
1616
with:
17-
solution-dir: RepoDb.Extensions/RepoDb.ClickHouse.BulkOperations
17+
solution-dir: src/Providers/RepoDb.ClickHouse.BulkOperations
1818
solution-file: RepoDb.ClickHouse.BulkOperations.sln
1919
artifact-name: release-clickhouse-bulk
2020
db-engine: clickhouse

.github/workflows/build-clickhouse.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ on:
44
workflow_dispatch:
55
push:
66
paths:
7-
- 'RepoDb.Core/**'
8-
- 'RepoDb.ClickHouse/**'
7+
- 'src/Providers/RepoDb.Core/**'
8+
- 'src/Providers/RepoDb.ClickHouse/**'
99
- '.github/workflows/build-base.yml'
1010
- '.github/workflows/build-clickhouse.yml'
1111

1212
jobs:
1313
build:
1414
uses: ./.github/workflows/build-base.yml
1515
with:
16-
solution-dir: RepoDb.ClickHouse
16+
solution-dir: src/Providers/RepoDb.ClickHouse
1717
solution-file: RepoDb.ClickHouse.sln
1818
artifact-name: release-clickhouse
1919
db-engine: clickhouse

.github/workflows/build-core.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ on:
44
workflow_dispatch:
55
push:
66
paths:
7-
- 'RepoDb.Core/**'
7+
- 'src/Providers/RepoDb.Core/**'
88
- '.github/workflows/build-base.yml'
99
- '.github/workflows/build-core.yml'
1010

1111
jobs:
1212
build:
1313
uses: ./.github/workflows/build-base.yml
1414
with:
15-
solution-dir: RepoDb.Core
15+
solution-dir: src/Providers/RepoDb.Core
1616
solution-file: RepoDb.sln
1717
artifact-name: release-core
1818
db-engine: sqlserver

.github/workflows/build-db2-bulk.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ on:
44
workflow_dispatch:
55
push:
66
paths:
7-
- 'RepoDb.Core/**'
8-
- 'RepoDb.Db2/**'
9-
- 'RepoDb.Extensions/RepoDb.Db2.BulkOperations/**'
7+
- 'src/Providers/RepoDb.Core/**'
8+
- 'src/Providers/RepoDb.Db2/**'
9+
- 'src/Providers/RepoDb.Db2.BulkOperations/**'
1010
- '.github/workflows/build-base.yml'
1111
- '.github/workflows/build-db2-bulk.yml'
1212

1313
jobs:
1414
build:
1515
uses: ./.github/workflows/build-base.yml
1616
with:
17-
solution-dir: RepoDb.Extensions/RepoDb.Db2.BulkOperations
17+
solution-dir: src/Providers/RepoDb.Db2.BulkOperations
1818
solution-file: RepoDb.Db2.BulkOperations.sln
1919
artifact-name: release-db2-bulk
2020
db-engine: db2

.github/workflows/build-db2.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ on:
44
workflow_dispatch:
55
push:
66
paths:
7-
- 'RepoDb.Core/**'
8-
- 'RepoDb.Db2/**'
7+
- 'src/Providers/RepoDb.Core/**'
8+
- 'src/Providers/RepoDb.Db2/**'
99
- '.github/workflows/build-base.yml'
1010
- '.github/workflows/build-db2.yml'
1111

1212
jobs:
1313
build:
1414
uses: ./.github/workflows/build-base.yml
1515
with:
16-
solution-dir: RepoDb.Db2
16+
solution-dir: src/Providers/RepoDb.Db2
1717
solution-file: RepoDb.Db2.sln
1818
artifact-name: release-db2
1919
db-engine: db2

.github/workflows/build-enterprisedb-bulk.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ on:
44
workflow_dispatch:
55
push:
66
paths:
7-
- 'RepoDb.Core/**'
8-
- 'RepoDb.EnterpriseDb/**'
9-
- 'RepoDb.Extensions/RepoDb.EnterpriseDb.BulkOperations/**'
7+
- 'src/Providers/RepoDb.Core/**'
8+
- 'src/Providers/RepoDb.EnterpriseDb/**'
9+
- 'src/Providers/RepoDb.EnterpriseDb.BulkOperations/**'
1010
- '.github/workflows/build-base.yml'
1111
- '.github/workflows/build-enterprisedb-bulk.yml'
1212

1313
jobs:
1414
build:
1515
uses: ./.github/workflows/build-base.yml
1616
with:
17-
solution-dir: RepoDb.Extensions/RepoDb.EnterpriseDb.BulkOperations
17+
solution-dir: src/Providers/RepoDb.EnterpriseDb.BulkOperations
1818
solution-file: RepoDb.EnterpriseDb.BulkOperations.sln
1919
artifact-name: release-enterprisedb-bulk
2020
db-engine: enterprisedb

.github/workflows/build-enterprisedb.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ on:
44
workflow_dispatch:
55
push:
66
paths:
7-
- 'RepoDb.Core/**'
8-
- 'RepoDb.EnterpriseDb/**'
7+
- 'src/Providers/RepoDb.Core/**'
8+
- 'src/Providers/RepoDb.EnterpriseDb/**'
99
- '.github/workflows/build-base.yml'
1010
- '.github/workflows/build-enterprisedb.yml'
1111

1212
jobs:
1313
build:
1414
uses: ./.github/workflows/build-base.yml
1515
with:
16-
solution-dir: RepoDb.EnterpriseDb
16+
solution-dir: src/Providers/RepoDb.EnterpriseDb
1717
solution-file: RepoDb.EnterpriseDb.sln
1818
artifact-name: release-enterprisedb
1919
db-engine: enterprisedb

.github/workflows/build-firebird-bulk.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ on:
44
workflow_dispatch:
55
push:
66
paths:
7-
- 'RepoDb.Core/**'
8-
- 'RepoDb.Firebird/**'
9-
- 'RepoDb.Extensions/RepoDb.Firebird.BulkOperations/**'
7+
- 'src/Providers/RepoDb.Core/**'
8+
- 'src/Providers/RepoDb.Firebird/**'
9+
- 'src/Providers/RepoDb.Firebird.BulkOperations/**'
1010
- '.github/workflows/build-base.yml'
1111
- '.github/workflows/build-firebird-bulk.yml'
1212

1313
jobs:
1414
build:
1515
uses: ./.github/workflows/build-base.yml
1616
with:
17-
solution-dir: RepoDb.Extensions/RepoDb.Firebird.BulkOperations
17+
solution-dir: src/Providers/RepoDb.Firebird.BulkOperations
1818
solution-file: RepoDb.Firebird.BulkOperations.sln
1919
artifact-name: release-firebird-bulk
2020
db-engine: firebird

.github/workflows/build-firebird.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ on:
44
workflow_dispatch:
55
push:
66
paths:
7-
- 'RepoDb.Core/**'
8-
- 'RepoDb.Firebird/**'
7+
- 'src/Providers/RepoDb.Core/**'
8+
- 'src/Providers/RepoDb.Firebird/**'
99
- '.github/workflows/build-base.yml'
1010
- '.github/workflows/build-firebird.yml'
1111

1212
jobs:
1313
build:
1414
uses: ./.github/workflows/build-base.yml
1515
with:
16-
solution-dir: RepoDb.Firebird
16+
solution-dir: src/Providers/RepoDb.Firebird
1717
solution-file: RepoDb.Firebird.sln
1818
artifact-name: release-firebird
1919
db-engine: firebird

.github/workflows/build-mariadb-bulk.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ on:
44
workflow_dispatch:
55
push:
66
paths:
7-
- 'RepoDb.Core/**'
8-
- 'RepoDb.MariaDb/**'
9-
- 'RepoDb.Extensions/RepoDb.MariaDb.BulkOperations/**'
7+
- 'src/Providers/RepoDb.Core/**'
8+
- 'src/Providers/RepoDb.MariaDb/**'
9+
- 'src/Providers/RepoDb.MariaDb.BulkOperations/**'
1010
- '.github/workflows/build-base.yml'
1111
- '.github/workflows/build-mariadb-bulk.yml'
1212

1313
jobs:
1414
build:
1515
uses: ./.github/workflows/build-base.yml
1616
with:
17-
solution-dir: RepoDb.Extensions/RepoDb.MariaDb.BulkOperations
17+
solution-dir: src/Providers/RepoDb.MariaDb.BulkOperations
1818
solution-file: RepoDb.MariaDb.BulkOperations.sln
1919
artifact-name: release-mariadb-bulk
2020
db-engine: mariadb

0 commit comments

Comments
 (0)