##// END OF EJS Templates
git: adjusted code for new libgit2 backend...
git: adjusted code for new libgit2 backend - made @CachedProperty use a custom decarator that can do invalidations. This is required for tests - made few cleanups of code since we use a simpler libgit2 backend now - removed some unused obsolete code

File last commit:

r882:d869b56a default
r3842:8bd67598 default
Show More
topics_list.txt
9 lines | 671 B | text/plain | TextLexer
frontend: ensure polyfills are loaded as early as possible
r880 /__MAIN_APP__ - launched when rhodecode-app element is attached to DOM
frontend: remove unused chat code and convert it to topics
r372 /plugins/__REGISTER__ - launched after the onDomReady() code from rhodecode.js is executed
/ui/plugins/code/anchor_focus - launched when rc starts to scroll on load to anchor on PR/Codeview
/ui/plugins/code/comment_form_built - launched when injectInlineForm() is executed and the form object is created
frontend: introduce rhodecode-app for more complex cross element wiring
r787 /notifications - shows new event notifications
/connection_controller/subscribe - subscribes user to new channels
/connection_controller/presence - receives presence change messages
/connection_controller/channel_update - receives channel states
favicon: added favicon notifications
r882 /favicon/update - notify state change for favicon