Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecated code #994

Merged
merged 3 commits into from
Feb 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
- name: "Validate Flow PHAR"
run: |
./build/flow.phar --version
./build/flow.phar run examples/topics/phar/data_frame/code.php

- name: "Import GPG Key"
uses: crazy-max/ghaction-import-gpg@72b6676b71ab476b77e676928516f6982eef7a41
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:
- name: "Validate Flow PHAR"
run: |
./build/flow.phar --version
./build/flow.phar run examples/topics/phar/data_frame/code.php

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down
2 changes: 0 additions & 2 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,6 @@ We reworked most of the internal transformers to new scalar functions and entry

All available functions can be found in [`ETL\Row\Function` folder](src/core/etl/src/Flow/ETL/Function) or in [`ETL\DSL\functions` file](src/core/etl/src/Flow/ETL/DSL/functions.php), and entry scalar functions are defined in `EntryScalarFunction`.

To see what transformers are available see [`ETL\DSL\Transform` class](src/core/etl/src/Flow/ETL/DSL/Transform.php).

Before:
```php
<?php
Expand Down
58 changes: 0 additions & 58 deletions src/adapter/etl-adapter-avro/src/Flow/ETL/DSL/Avro.php

This file was deleted.

56 changes: 0 additions & 56 deletions src/adapter/etl-adapter-chartjs/src/Flow/ETL/DSL/ChartJS.php

This file was deleted.

80 changes: 0 additions & 80 deletions src/adapter/etl-adapter-csv/src/Flow/ETL/DSL/CSV.php

This file was deleted.

Loading
Loading