##// 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:

r3179:0e268a0f default
r3842:8bd67598 default
Show More
index.js
7 lines | 334 B | application/javascript | JavascriptLexer
import '@polymer/iron-ajax/iron-ajax.js';
import './shared-styles.js';
import './channelstream-connection/channelstream-connection.js';
import './rhodecode-toast/rhodecode-toast.js';
import './rhodecode-toggle/rhodecode-toggle.js';
import './rhodecode-unsafe-html/rhodecode-unsafe-html.js';
import './rhodecode-app/rhodecode-app.js';