- 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
celery: log an error for some deprecated config settings...
celery: log an error for some deprecated config settings
dburi was dropped from templates in d34a59bfcebb1 and is no longer supported
in Celery 4.
celery.send.task.error.emails will no longer be supported in Celery 4 and was
just removed from the .ini template .
The "serialier" typo was fixed in 8169770a4f2c. It might bite people if they
keep using the wrong spelling.