todo.sr.ht/todosrht
Ignas Kiela d75f0e5a29 Join submitters on tracker page loads
Currently it takes ~27 SQL round trips to render a tracker page,
this should remove most of those roundtrips, and improve the
performance of the page (right now it takes ~300ms on average)
2021-12-13 09:29:49 +01:00
..
alembic Overhaul default access lists (web) 2021-09-24 08:21:04 +02:00
blueprints Join submitters on tracker page loads 2021-12-13 09:29:49 +01:00
emails Replace pystache with string.Template 2021-05-16 16:14:59 -04:00
templates Overhaul default access lists (web) 2021-09-24 08:21:04 +02:00
types Overhaul default access lists (web) 2021-09-24 08:21:04 +02:00
access.py Improve private tracker access case 2021-10-06 10:27:57 +02:00
app.py Extract todo app to allow test bootstrap 2018-11-21 08:09:04 -05:00
color.py Add util functions for working with colors 2018-10-16 21:10:38 -04:00
default_query.graphql GraphQL: update example query 2021-02-25 10:19:30 -05:00
email.py emails: fix issues outside of app context 2021-05-19 10:59:03 -04:00
export.py Implement ticket editing in the UI 2020-08-25 15:47:58 -04:00
filters.py Add aria-labels for comment count and remove button 2021-08-20 10:44:01 +02:00
flask.py Add webhook queue monitoring 2021-12-08 12:13:20 +01:00
schema.graphqls Add Python riggings for GraphQL API 2021-02-25 10:04:22 -05:00
search.py Allow sorting by number of comments 2021-09-14 12:40:41 +02:00
service.py Initial pass on API support 2019-04-30 15:12:05 -04:00
tickets.py Fix ticket mentions filter per SQLAlchemy changes 2021-10-18 10:32:05 +02:00
tracker_import.py Use datetime.fromisoformat() to parse dates in tracker import 2021-01-18 12:49:20 -05:00
trackers.py Fix recent users function 2019-10-26 10:56:25 -04:00
urls.py Don't append duplicate term in label_search_url 2020-11-10 12:07:50 -05:00
webhooks.py webhooks.py: correct typo in variable name 2021-12-08 12:22:31 +01:00