8000 Add bin/manyfold management tool for advanced tasks by Floppy · Pull Request #4039 · manyfold3d/manyfold · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add bin/manyfold management tool for advanced tasks #4039

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 21, 2025
Merged

Add bin/manyfold management tool for advanced tasks #4039

merged 3 commits into from
Apr 21, 2025

Conversation

Floppy
Copy link
Collaborator
@Floppy Floppy commented Apr 21, 2025

Using thor, we can easily make a helpful command line tool for things that are in the advanced tasks page of the website.

This adds the commands:

  • manyfold collections prune : removes empty collections
  • manyfold creators prune : removes creators without any models
  • manyfold problems prune : remove broken problems that don't have an associated problematic object
  • manyfold problems purge : remove all problems. -t {type} specifies a particular problem type, -c {class} specifies a particular problematic class.
  • manyfold tags purge : remove all tags

Resolves #3435

@Floppy Floppy added the feature User-facing features and product enhancements label Apr 21, 2025
Copy link
codacy-production bot commented Apr 21, 2025

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% (target: -1.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (2af8458) 3771 3196 84.75%
Head commit (1c25ef9) 3771 (+0) 3196 (+0) 84.75% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#4039) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

@Floppy Floppy merged commit 4853fbd into main Apr 21, 2025
14 checks passed
@Floppy Floppy deleted the thor branch April 21, 2025 22:37
@github-project-automation github-project-automation bot moved this from Maybe to Done in Manyfold Roadmap Apr 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature User-facing features and product enhancements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build command-line administration tool for common but non-UI tasks
1 participant
0