-
- Downloads
Merge branch 'cache-events' into 'master'
Cache all events Use CSS to determine if the current user needs to see "Congratulations! Tweet about it" by project creation events and "Create Merge Request" by push events. Implemented as described here: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/911#note_1559710 Addresses #2054, in part. cc @dzaporozhets See merge request !1103
No related branches found
No related tags found
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/views/events/_event.html.haml 4 additions, 6 deletionsapp/views/events/_event.html.haml
- app/views/events/event/_created_project.html.haml 2 additions, 2 deletionsapp/views/events/event/_created_project.html.haml
- app/views/events/event/_push.html.haml 6 additions, 5 deletionsapp/views/events/event/_push.html.haml
- app/views/layouts/_head.html.haml 3 additions, 1 deletionapp/views/layouts/_head.html.haml
- app/views/layouts/_user_styles.html.haml 24 additions, 0 deletionsapp/views/layouts/_user_styles.html.haml
app/views/layouts/_user_styles.html.haml
0 → 100644
Please register or sign in to comment