[PR #15] [MERGED] Update to v2 #25

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

📋 Pull Request Information

Original PR: https://github.com/code-rhapsodie/ezdataflow-bundle/pull/15
Author: @jbcr
Created: 11/8/2019
Status: Merged
Merged: 11/12/2019
Merged by: @jbcr

Base: masterHead: update_to_v2


📝 Commits (10+)

📊 Changes

15 files changed (+117 additions, -82 deletions)

View changed files

📝 UPGRADE.md (+1 -0)
📝 composer.json (+1 -1)
📝 src/Controller/DashboardController.php (+25 -6)
📝 src/Controller/JobController.php (+4 -2)
📝 src/Factory/ContentStructureFactory.php (+6 -6)
📝 src/Gateway/JobGateway.php (+16 -35)
📝 src/Gateway/ScheduledDataflowGateway.php (+10 -20)
📝 src/Resources/config/services.yaml (+2 -2)
📝 src/Resources/translations/messages.en.yaml (+1 -0)
📝 src/Resources/translations/messages.fr.yaml (+1 -0)
📝 src/Resources/views/themes/admin/ezdataflow/Dashboard/oneshot.html.twig (+4 -2)
📝 src/Resources/views/themes/admin/ezdataflow/Dashboard/repeating.html.twig (+7 -3)
📝 src/Resources/views/themes/admin/ezdataflow/Item/details.html.twig (+5 -0)
📝 src/Resources/views/themes/admin/ezdataflow/parts/tab/job_list.html.twig (+3 -3)
📝 src/Resources/views/themes/admin/ezdataflow/parts/tab/schedule_list.html.twig (+31 -2)

📄 Description

refs #13

  • update reload JS after form sent
  • add error management in the job details view
  • update Job and Schedule gateway
  • update view

🔄 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/ezdataflow-bundle/pull/15 **Author:** [@jbcr](https://github.com/jbcr) **Created:** 11/8/2019 **Status:** ✅ Merged **Merged:** 11/12/2019 **Merged by:** [@jbcr](https://github.com/jbcr) **Base:** `master` ← **Head:** `update_to_v2` --- ### 📝 Commits (10+) - [`244cd54`](https://github.com/code-rhapsodie/ezdataflow-bundle/commit/244cd5482aaa5634a72ba4f32e5a942b71731212) refs #13 - [`2752572`](https://github.com/code-rhapsodie/ezdataflow-bundle/commit/2752572260826ab6f58288ad39efe2dc263525b8) remove unnecessary use - [`9452ae6`](https://github.com/code-rhapsodie/ezdataflow-bundle/commit/9452ae61d37bc037dad67e62580ad5826ee3fb72) add BC doc and fix error if no result in findForScheduled - [`7f5333f`](https://github.com/code-rhapsodie/ezdataflow-bundle/commit/7f5333f084523e77c0add9dd0ef2adc79b9a2f0f) fix cs - [`73c8242`](https://github.com/code-rhapsodie/ezdataflow-bundle/commit/73c82420c5c6464c2628a4015c45359adf31701c) remove unused code - [`70893ed`](https://github.com/code-rhapsodie/ezdataflow-bundle/commit/70893ed4694bfa6f46311f4ed87edfa040b5f24b) remplace compiler pass by alias configuration - [`0ff151c`](https://github.com/code-rhapsodie/ezdataflow-bundle/commit/0ff151c182719a470e65637b1139990235bd2fed) update dev dependency - [`d9a4922`](https://github.com/code-rhapsodie/ezdataflow-bundle/commit/d9a49220bd46afe7c2e1eca1df6c382aa8b0947f) set final some class - [`5fe961d`](https://github.com/code-rhapsodie/ezdataflow-bundle/commit/5fe961d412b4191e88c3253e04d7294f8165e5b3) fix bug: form variable access on second-page loading - [`8d40142`](https://github.com/code-rhapsodie/ezdataflow-bundle/commit/8d40142ca6537d1b4c1056eff7c67b7ab0406e4d) add pager for scheduled dataflow list ### 📊 Changes **15 files changed** (+117 additions, -82 deletions) <details> <summary>View changed files</summary> 📝 `UPGRADE.md` (+1 -0) 📝 `composer.json` (+1 -1) 📝 `src/Controller/DashboardController.php` (+25 -6) 📝 `src/Controller/JobController.php` (+4 -2) 📝 `src/Factory/ContentStructureFactory.php` (+6 -6) 📝 `src/Gateway/JobGateway.php` (+16 -35) 📝 `src/Gateway/ScheduledDataflowGateway.php` (+10 -20) 📝 `src/Resources/config/services.yaml` (+2 -2) 📝 `src/Resources/translations/messages.en.yaml` (+1 -0) 📝 `src/Resources/translations/messages.fr.yaml` (+1 -0) 📝 `src/Resources/views/themes/admin/ezdataflow/Dashboard/oneshot.html.twig` (+4 -2) 📝 `src/Resources/views/themes/admin/ezdataflow/Dashboard/repeating.html.twig` (+7 -3) 📝 `src/Resources/views/themes/admin/ezdataflow/Item/details.html.twig` (+5 -0) 📝 `src/Resources/views/themes/admin/ezdataflow/parts/tab/job_list.html.twig` (+3 -3) 📝 `src/Resources/views/themes/admin/ezdataflow/parts/tab/schedule_list.html.twig` (+31 -2) </details> ### 📄 Description refs #13 * update reload JS after form sent * add error management in the job details view * update Job and Schedule gateway * update view --- <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:23:01 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: code-rhapsodie/ezdataflow-bundle#25