##// END OF EJS Templates
integrations: refactor/cleanup + features, fixes #4181...
integrations: refactor/cleanup + features, fixes #4181 * added scopes on integrations, scopes are: - repo only - repogroup children only - root repos only - global (any repo) * integrations schemas now have separate section for the settings (eg. slack) and options (eg. scope/enabled) * added descriptions to integration types * added icons to integration types * added 'create new' integration page * added scope of integration to integrations list * added breadcrumbs for each repo/repogroup/global integrations pages * added sorting to integrations list * added pagination to integrations list * added icons to integrations list * added type filter to integrations list * added message to integrations list if none we found * added extra permissions check on integrations views * db migration from 56 => 57 - adds child_repos_only field * added tests for integrations triggered on events * added tests for integrations schemas * added tests for integrations views for repo/repogroup/admin

File last commit:

r702:a2a87a27 default
r731:7a6d3636 default
Show More
bower.json
15 lines | 585 B | application/json | JsonLexer
{
"name": "rhodecode-elements",
"description": "User interface for elements for rhodecode",
"main": "index.html",
"dependencies": {
"webcomponentsjs": "^0.7.22",
"polymer": "Polymer/polymer#^1.6.1",
"paper-button": "PolymerElements/paper-button#^1.0.13",
"paper-spinner": "PolymerElements/paper-spinner#^1.2.0",
"paper-tooltip": "PolymerElements/paper-tooltip#^1.1.2",
"paper-toast": "PolymerElements/paper-toast#^1.3.0",
"paper-toggle-button": "PolymerElements/paper-toggle-button#^1.2.0",
"iron-ajax": "PolymerElements/iron-ajax#^1.4.3"
}
}