-
Notifications
You must be signed in to change notification settings - Fork 667
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
Set a default revision #4427
Labels
Comments
I support deprecating |
Draft
edmundmiller
added a commit
to edmundmiller/nextflow
that referenced
this issue
Dec 18, 2024
edmundmiller
added a commit
to edmundmiller/nextflow
that referenced
this issue
Jan 24, 2025
…tionality - Implemented tests to resolve names to expected formats, including handling of various repository URLs. - Added tests to ensure exceptions are thrown for invalid project names. - Created tests for hub provider creation based on provider names. - Developed tests for parsing Git URLs and extracting relevant information. - Included tests for resolving script names from manifests and filtering remote branches. - Enhanced Git config parsing tests to validate remote URLs and domains. These additions improve test coverage and ensure the robustness of the AssetManager class.
edmundmiller
added a commit
to edmundmiller/nextflow
that referenced
this issue
Jan 24, 2025
Draft
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
New feature
In the manifest it would be nice if we could default to a git tag or commit hash.
Usage scenario
So we don't need a
master
branch that is just a "stable" release, instead we can have users checkout a version by default and they won't get a dev version by mistake.Suggest implementation
-r
The text was updated successfully, but these errors were encountered: