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

r1:854a839a default
r731:7a6d3636 default
Show More
config
18 lines | 698 B | text/plain | TextLexer
[main]
host = https://www.transifex.com
[RhodeCode.pot]
source_file = rhodecode/i18n/rhodecode.pot
source_lang = en
type = PO
trans.be = rhodecode/i18n/be/LC_MESSAGES/rhodecode.po
trans.de = rhodecode/i18n/de/LC_MESSAGES/rhodecode.po
trans.es = rhodecode/i18n/es/LC_MESSAGES/rhodecode.po
trans.fr = rhodecode/i18n/fr/LC_MESSAGES/rhodecode.po
trans.it = rhodecode/i18n/it/LC_MESSAGES/rhodecode.po
trans.ja = rhodecode/i18n/ja/LC_MESSAGES/rhodecode.po
trans.pl = rhodecode/i18n/pl/LC_MESSAGES/rhodecode.po
trans.pt = rhodecode/i18n/pt/LC_MESSAGES/rhodecode.po
trans.ru = rhodecode/i18n/ru/LC_MESSAGES/rhodecode.po
trans.zh = rhodecode/i18n/zh/LC_MESSAGES/rhodecode.po