[PR #23] [MERGED] Add schema provider #35

Open
opened 2026-01-23 11:21:52 +01:00 by admin · 0 comments
Owner

📋 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: masterHead: add_schema_provider


📝 Commits (4)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/code-rhapsodie/dataflow-bundle/pull/23 **Author:** [@jbcr](https://github.com/jbcr) **Created:** 11/7/2019 **Status:** ✅ Merged **Merged:** 11/7/2019 **Merged by:** [@jbcr](https://github.com/jbcr) **Base:** `master` ← **Head:** `add_schema_provider` --- ### 📝 Commits (4) - [`686c010`](https://github.com/code-rhapsodie/dataflow-bundle/commit/686c01011f17398616e5a94def3f91adbafb7917) add schema provider and schema command - [`8428252`](https://github.com/code-rhapsodie/dataflow-bundle/commit/84282529d2d4f7ca72fc7ff841aac3afbfd7010b) fix CS - [`fc0f2f7`](https://github.com/code-rhapsodie/dataflow-bundle/commit/fc0f2f7eb8b8f7d0c4cf149da452fbd11ac71e5c) Apply suggestions from code review - [`b353f7b`](https://github.com/code-rhapsodie/dataflow-bundle/commit/b353f7bba07b59f6391b03f740d5642b3f83f34e) disable CC ### 📊 Changes **9 files changed** (+165 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description see #16 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-23 11:21:52 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: code-rhapsodie/dataflow-bundle#35