Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
automated-typo3-update
automated-typo3-update
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 10
    • Issues 10
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 2
    • Merge Requests 2
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Automated-TYPO3-Update
  • automated-typo3-updateautomated-typo3-update
  • Issues
  • #69

Closed
Open
Opened Apr 13, 2017 by Daniel Siepmann@DanielSiepmann
  • Report abuse
  • New issue
Report abuse New issue

Globbing for yaml configuration files

Currently we just allow "globbing" in the way you can provide a wildcard *.

It would be much nicer to provide globbing also recursive, so it's possible to have the following structure and globbing:

src/Standards/Typo3Update/Configuration
└── Removed
    ├── Constants
    │   ├── 7.0.yaml
    │   ├── 7.4.yaml
    │   ├── 7.5.yaml
    │   └── 7.6.yaml
    ├── Extensions
    │   └── ExtName
    │       ├── Constants
    │       │   └── 5.6.4.yaml
    │       └── Functions
    │           └── 5.6.2.yaml
    └── Functions
        ├── 7.0.yaml
        ├── 7.1.yaml
        ├── 7.2.yaml
        ├── 7.3.yaml
        ├── 7.4.yaml
        └── 7.5.yaml

src/Standards/Typo3Update/Configuration/**/Constants/**/*.yaml src/Standards/Typo3Update/Configuration/**/Functions/**/*.yaml

Perhaps that's possible with Symfony Finder: https://symfony.com/doc/current/components/finder.html Otherwise we should check other packages.

Assignee
Assign to
Nice to have
Milestone
Nice to have
Assign milestone
Time tracking
None
Due date
None
3
Labels
issueType/enhancement priority/Low status/SelectedForDevelopment
Assign labels
  • View project labels
Reference: Automated-TYPO3-Update/automated-typo3-update#69