- Use '/' key to quickly access this field.
- Enter a name of repository, or repository group for quick search.
- Prefix query to allow special search:
user:admin, to search for usernames, always global
user_group:devops, to search for user groups, always global
pr:303, to search for pull request number, title, or description, always global
commit:efced4, to search for commits, scoped to repositories or groups
file:models.py, to search for file paths, scoped to repositories or groups
For advanced full text search visit: repository search
Initial version of working refactored ipcluster....
Initial version of working refactored ipcluster.
This new version uses Twisted's cross platform process management
API and provides:
* New command line parsing using argparse. This allows for different
subcommands (ipcluster local, ipcluster pbs, ipcluster mpirun, etc).
* Currently working local and mpirun stating of clusters.
* Almost working pbs starting.
This has no docs and no tests as of yet and should be considered a tech
preview.