mirror of
https://github.com/code-rhapsodie/dataflow-bundle.git
synced 2026-03-24 06:42:23 +01:00
[PR #23] [MERGED] Add schema provider #35
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/code-rhapsodie/dataflow-bundle/pull/23
Author: @jbcr
Created: 11/7/2019
Status: ✅ Merged
Merged: 11/7/2019
Merged by: @jbcr
Base:
master← Head:add_schema_provider📝 Commits (4)
686c010add schema provider and schema command8428252fix CSfc0f2f7Apply suggestions from code reviewb353f7bdisable CC📊 Changes
9 files changed (+165 additions, -7 deletions)
View changed files
📝
src/Command/AddScheduledDataflowCommand.php(+1 -1)📝
src/Command/ChangeScheduleStatusCommand.php(+1 -1)📝
src/Command/ExecuteDataflowCommand.php(+1 -1)📝
src/Command/JobShowCommand.php(+1 -1)📝
src/Command/RunPendingDataflowsCommand.php(+1 -1)📝
src/Command/ScheduleListCommand.php(+1 -1)➕
src/Command/SchemaCommand.php(+99 -0)📝
src/Resources/config/services.yaml(+6 -1)➕
src/SchemaProvider/DataflowSchemaProvider.php(+54 -0)📄 Description
see #16
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.