Commit 3851c0a
authored
Make loader to set content type on path so remote filesystems can tak… (#1942)
* Make loader to set content type on path so remote filesystems can take it from there
* Make Path and Options immutable
* Updated dsl definitions
* Fixed rector paths & replaced Path usages with DSL
* Updated dsl definitions
* CS Fixes not detected due to fixer cache1 parent 205c93d commit 3851c0a
File tree
101 files changed
+1641
-689
lines changed- examples/topics/filesystem/s3
- src
- adapter
- etl-adapter-avro
- src/Flow/ETL/Adapter/Avro
- FlixTech
- tests/Flow/ETL/Adapter/Avro/Tests/Integration
- etl-adapter-chartjs/src/Flow/ETL/Adapter/ChartJS
- etl-adapter-csv
- src/Flow/ETL/Adapter/CSV
- tests/Flow/ETL/Adapter/CSV/Tests
- Integration
- Unit
- etl-adapter-excel
- src/Flow/ETL/Adapter/Excel/DSL
- tests/Flow/ETL/Adapter/Excel/Tests
- Integration
- Unit
- etl-adapter-json
- src/Flow/ETL/Adapter/JSON
- tests/Flow/ETL/Adapter/JSON/Tests
- Integration/JSONMachine
- Unit
- etl-adapter-parquet
- src/Flow/ETL/Adapter/Parquet
- tests/Flow/ETL/Adapter/Parquet/Tests
- Integration
- Unit
- etl-adapter-text
- src/Flow/ETL/Adapter/Text
- tests/Flow/ETL/Adapter/Text/Tests/Integration
- etl-adapter-xml
- src/Flow/ETL/Adapter/XML
- Loader
- tests/Flow/ETL/Adapter/XML/Tests
- Integration
- Unit
- bridge/filesystem
- async-aws
- src/Flow/Filesystem/Bridge/AsyncAWS
- tests/Flow/Filesystem/Bridge/AsyncAWS/Tests/Integration
- azure
- src/Flow/Filesystem/Bridge/Azure
- tests/Flow/Filesystem/Bridge/Azure/Tests
- Integration
- Unit
- core/etl
- src/Flow/ETL
- Config/Cache
- DSL
- Filesystem
- tests/Flow/ETL/Tests
- Integration
- Cache
- Extractor
- Filesystem/FilesystemStreams
- NotPartitioned
- Partitioned
- Sort/ExternalSort
- Unit/Pipeline/Optimizer
- lib
- filesystem
- src/Flow/Filesystem
- DSL
- Local
- Memory
- StdOut
- Path
- Option
- Stream
- Block
- tests/Flow/Filesystem/Tests
- Double
- Integration
- Local
- OS
- Unix
- Windows
- Unit
- Path
- parquet
- src/Flow/Parquet
- tests/Flow/Parquet/Tests
- Benchmark
- Integration/IO
- tools
- box
- infection
- phpunit
- rector
- web/landing
- resources
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
101 files changed
+1641
-689
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
7 | 11 | | |
8 | 12 | | |
9 | 13 | | |
| |||
40 | 44 | | |
41 | 45 | | |
42 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
43 | 53 | | |
44 | 54 | | |
45 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
11 | 16 | | |
12 | 17 | | |
13 | 18 | | |
| |||
0 commit comments