- 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
Refactor of coloring and traceback mechanism.
This should not change behavior be should slightly clean the code to be
a bit more pythonic, and start to introduce methods that avoid side
effect (that is to say return values instead of directly writing to
stdout). I keep it relatively small and simple for now.
My goal is to slowly change the traceback mechanisme to separate buiding
the data structure from rendering it to potentially introduce richer
tracebacks. Locally I've also started from the other side (re build a
traceback rendered from scratch) to see what's needed.