port-labs / ocean

🌊 Ocean 🌊 is an innovative solution developed by Port to seamlessly integrate various third-party systems with our developer portal product, empowering engineers to effortlessly prioritize key features and streamline the integration process.
https://ocean.getport.io
Apache License 2.0
118 stars 55 forks source link

[Enhancement/Feature] [Integration] [Gitlab] Change fnmatch to glob in file kind #979

Open matan84 opened 2 months ago

matan84 commented 2 months ago

Motivation

Right now we use the fnmatch to find globs in the gitlab file-kind feature. It needs to change to regular glob library once Ocean will be available to Python 3.12-13, So that we get all glob features.

Proposed Changes

Change fnmatch to glob

Are you willing to submit a PR?