ezbz / gitlabber

Gitlabber - clones or pulls entire groups tree from gitlab
MIT License
472 stars 78 forks source link

add support for folder naming strategy #43

Closed ezbz closed 3 years ago

ezbz commented 3 years ago

add support for folder naming strategy, allowing using either the project name or the project path values from the gitlab API.

Fix for #25 fix for #38, closes #39

codecov[bot] commented 3 years ago

Codecov Report

Merging #43 (57423a8) into master (2a87cc9) will increase coverage by 0.30%. The diff coverage is 95.45%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #43      +/-   ##
==========================================
+ Coverage   95.56%   95.87%   +0.30%     
==========================================
  Files           8        9       +1     
  Lines         316      364      +48     
==========================================
+ Hits          302      349      +47     
- Misses         14       15       +1     
Impacted Files Coverage Δ
gitlabber/naming.py 92.85% <92.85%> (ø)
gitlabber/cli.py 94.52% <100.00%> (+0.15%) :arrow_up:
gitlabber/gitlab_tree.py 98.10% <100.00%> (+0.48%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2a87cc9...57423a8. Read the comment docs.