├── jenkins ├── email │ └── theme.properties ├── common │ └── resources │ │ ├── node_modules │ │ ├── angular │ │ │ ├── index.js │ │ │ ├── angular.min.js.gzip │ │ │ ├── angular-csp.css │ │ │ └── LICENSE.md │ │ ├── angular-route │ │ │ ├── index.js │ │ │ └── LICENSE.md │ │ ├── angular-cookies │ │ │ ├── index.js │ │ │ ├── LICENSE.md │ │ │ └── angular-cookies.min.js │ │ ├── angular-resource │ │ │ ├── index.js │ │ │ └── LICENSE.md │ │ ├── angular-sanitize │ │ │ ├── index.js │ │ │ └── LICENSE.md │ │ ├── ng-file-upload │ │ │ ├── index.js │ │ │ └── LICENSE │ │ ├── select2 │ │ │ ├── select2.png │ │ │ ├── select2x2.png │ │ │ ├── select2-spinner.gif │ │ │ ├── select2_locale_zh-CN.js │ │ │ ├── select2_locale_zh-TW.js │ │ │ ├── select2_locale_ja.js │ │ │ ├── select2_locale_ko.js │ │ │ ├── select2_locale_ug-CN.js │ │ │ ├── select2_locale_hu.js │ │ │ ├── select2_locale_he.js │ │ │ ├── select2_locale_tr.js │ │ │ ├── select2_locale_is.js │ │ │ ├── select2_locale_th.js │ │ │ ├── select2_locale_ms.js │ │ │ ├── select2_locale_nl.js │ │ │ ├── select2_locale_sv.js │ │ │ ├── select2_locale_da.js │ │ │ ├── select2_locale_ka.js │ │ │ ├── select2_locale_it.js │ │ │ ├── select2_locale_no.js │ │ │ ├── select2_locale_pt-BR.js │ │ │ ├── select2_locale_es.js │ │ │ ├── select2_locale_ro.js │ │ │ ├── select2_locale_pt-PT.js │ │ │ ├── select2_locale_et.js │ │ │ ├── select2_locale_id.js │ │ │ ├── select2_locale_vi.js │ │ │ ├── LICENSE │ │ │ ├── select2_locale_mk.js │ │ │ ├── select2_locale_ca.js │ │ │ ├── select2_locale_bg.js │ │ │ ├── select2_locale_el.js │ │ │ ├── select2_locale_az.js │ │ │ ├── select2_locale_fi.js │ │ │ ├── select2_locale_lv.js │ │ │ ├── select2_locale_de.js │ │ │ ├── select2_locale_hr.js │ │ │ ├── select2_locale_fa.js │ │ │ ├── select2_locale_rs.js │ │ │ ├── select2_locale_fr.js │ │ │ ├── select2_locale_ru.js │ │ │ ├── select2_locale_ar.js │ │ │ ├── select2_locale_en.js.template │ │ │ ├── select2_locale_pl.js │ │ │ ├── select2_locale_lt.js │ │ │ ├── select2_locale_uk.js │ │ │ ├── select2_locale_eu.js │ │ │ └── select2_locale_gl.js │ │ ├── text-security │ │ │ ├── text-security.css │ │ │ ├── text-security-disc.woff │ │ │ └── LICENSE │ │ ├── angular-treeview │ │ │ ├── index.js │ │ │ ├── images │ │ │ │ └── plus.png │ │ │ └── LICENSE │ │ ├── rcue │ │ │ └── dist │ │ │ │ ├── img │ │ │ │ ├── bg-login.jpg │ │ │ │ ├── bg-login.png │ │ │ │ ├── favicon.ico │ │ │ │ ├── spinner.gif │ │ │ │ ├── bg-login-2.png │ │ │ │ ├── fedora-logo.png │ │ │ │ ├── spinner-lg.gif │ │ │ │ ├── spinner-sm.gif │ │ │ │ ├── spinner-xs.gif │ │ │ │ ├── instagram-logo.png │ │ │ │ ├── redhat_reverse.png │ │ │ │ ├── spinner-inverse.gif │ │ │ │ ├── bg-modal-about-pf.png │ │ │ │ ├── spinner-inverse-lg.gif │ │ │ │ ├── spinner-inverse-sm.gif │ │ │ │ ├── spinner-inverse-xs.gif │ │ │ │ ├── Logo_Horizontal_Reversed.svg alias │ │ │ │ ├── apple-touch-icon-precomposed-57.png │ │ │ │ ├── apple-touch-icon-precomposed-72.png │ │ │ │ ├── apple-touch-icon-precomposed-76.png │ │ │ │ ├── apple-touch-icon-precomposed-114.png │ │ │ │ ├── apple-touch-icon-precomposed-120.png │ │ │ │ ├── apple-touch-icon-precomposed-144.png │ │ │ │ ├── apple-touch-icon-precomposed-152.png │ │ │ │ ├── apple-touch-icon-precomposed-180.png │ │ │ │ ├── bg-navbar-pf-alt.svg │ │ │ │ ├── dropbox-logo.svg │ │ │ │ ├── google-drive.svg │ │ │ │ ├── facebook-logo.svg │ │ │ │ ├── open-id-logo.svg │ │ │ │ ├── linkedin-logo.svg │ │ │ │ ├── twitter-logo.svg │ │ │ │ ├── stack-exchange-logo.svg │ │ │ │ ├── google-logo.svg │ │ │ │ ├── gmail.svg │ │ │ │ ├── git-logo.svg │ │ │ │ ├── github-logo.svg │ │ │ │ ├── google-calendar.svg │ │ │ │ ├── logo-alt.svg │ │ │ │ └── logo.svg │ │ │ │ └── fonts │ │ │ │ ├── FontAwesome.otf │ │ │ │ ├── fontawesome-webfont.eot │ │ │ │ ├── fontawesome-webfont.ttf │ │ │ │ ├── OpenSans-Bold-webfont.eot │ │ │ │ ├── OpenSans-Bold-webfont.ttf │ │ │ │ ├── OpenSans-Bold-webfont.woff │ │ │ │ ├── OpenSans-Light-webfont.eot │ │ │ │ ├── OpenSans-Light-webfont.ttf │ │ │ │ ├── fontawesome-webfont.woff │ │ │ │ ├── fontawesome-webfont.woff2 │ │ │ │ ├── OpenSans-Bold-webfont.woff2 │ │ │ │ ├── OpenSans-Italic-webfont.eot │ │ │ │ ├── OpenSans-Italic-webfont.ttf │ │ │ │ ├── OpenSans-Italic-webfont.woff │ │ │ │ ├── OpenSans-Light-webfont.woff │ │ │ │ ├── OpenSans-Light-webfont.woff2 │ │ │ │ ├── OpenSans-Regular-webfont.eot │ │ │ │ ├── OpenSans-Regular-webfont.ttf │ │ │ │ ├── PatternFlyIcons-webfont.eot │ │ │ │ ├── PatternFlyIcons-webfont.ttf │ │ │ │ ├── PatternFlyIcons-webfont.woff │ │ │ │ ├── OpenSans-BoldItalic-webfont.eot │ │ │ │ ├── OpenSans-BoldItalic-webfont.ttf │ │ │ │ ├── OpenSans-ExtraBold-webfont.eot │ │ │ │ ├── OpenSans-ExtraBold-webfont.ttf │ │ │ │ ├── OpenSans-ExtraBold-webfont.woff │ │ │ │ ├── OpenSans-Italic-webfont.woff2 │ │ │ │ ├── OpenSans-Regular-webfont.woff │ │ │ │ ├── OpenSans-Regular-webfont.woff2 │ │ │ │ ├── OpenSans-Semibold-webfont.eot │ │ │ │ ├── OpenSans-Semibold-webfont.ttf │ │ │ │ ├── OpenSans-Semibold-webfont.woff │ │ │ │ ├── OpenSans-Semibold-webfont.woff2 │ │ │ │ ├── OpenSans-BoldItalic-webfont.woff │ │ │ │ ├── OpenSans-BoldItalic-webfont.woff2 │ │ │ │ ├── OpenSans-ExtraBold-webfont.woff2 │ │ │ │ ├── OpenSans-LightItalic-webfont.eot │ │ │ │ ├── OpenSans-LightItalic-webfont.ttf │ │ │ │ ├── OpenSans-LightItalic-webfont.woff │ │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ │ ├── glyphicons-halflings-regular.woff │ │ │ │ ├── OpenSans-ExtraBoldItalic-webfont.eot │ │ │ │ ├── OpenSans-ExtraBoldItalic-webfont.ttf │ │ │ │ ├── OpenSans-LightItalic-webfont.woff2 │ │ │ │ ├── OpenSans-SemiboldItalic-webfont.eot │ │ │ │ ├── OpenSans-SemiboldItalic-webfont.ttf │ │ │ │ ├── OpenSans-SemiboldItalic-webfont.woff │ │ │ │ ├── glyphicons-halflings-regular.woff2 │ │ │ │ ├── OpenSans-ExtraBoldItalic-webfont.woff │ │ │ │ ├── OpenSans-ExtraBoldItalic-webfont.woff2 │ │ │ │ └── OpenSans-SemiboldItalic-webfont.woff2 │ │ ├── patternfly │ │ │ ├── dist │ │ │ │ ├── img │ │ │ │ │ ├── bg-login.jpg │ │ │ │ │ ├── bg-login.png │ │ │ │ │ ├── favicon.ico │ │ │ │ │ ├── spinner.gif │ │ │ │ │ ├── bg-login-2.png │ │ │ │ │ ├── spinner-lg.gif │ │ │ │ │ ├── spinner-sm.gif │ │ │ │ │ ├── spinner-xs.gif │ │ │ │ │ ├── fedora-logo.png │ │ │ │ │ ├── instagram-logo.png │ │ │ │ │ ├── redhat_reverse.png │ │ │ │ │ ├── spinner-inverse.gif │ │ │ │ │ ├── bg-modal-about-pf.png │ │ │ │ │ ├── spinner-inverse-lg.gif │ │ │ │ │ ├── spinner-inverse-sm.gif │ │ │ │ │ ├── spinner-inverse-xs.gif │ │ │ │ │ ├── apple-touch-icon-precomposed-114.png │ │ │ │ │ ├── apple-touch-icon-precomposed-144.png │ │ │ │ │ ├── apple-touch-icon-precomposed-152.png │ │ │ │ │ ├── apple-touch-icon-precomposed-180.png │ │ │ │ │ ├── apple-touch-icon-precomposed-57.png │ │ │ │ │ ├── apple-touch-icon-precomposed-72.png │ │ │ │ │ ├── apple-touch-icon-precomposed-76.png │ │ │ │ │ ├── bg-navbar-pf-alt.svg │ │ │ │ │ ├── dropbox-logo.svg │ │ │ │ │ ├── google-drive.svg │ │ │ │ │ ├── facebook-logo.svg │ │ │ │ │ ├── open-id-logo.svg │ │ │ │ │ ├── linkedin-logo.svg │ │ │ │ │ ├── twitter-logo.svg │ │ │ │ │ ├── stack-exchange-logo.svg │ │ │ │ │ ├── google-logo.svg │ │ │ │ │ ├── gmail.svg │ │ │ │ │ ├── git-logo.svg │ │ │ │ │ ├── github-logo.svg │ │ │ │ │ ├── google-calendar.svg │ │ │ │ │ ├── logo-alt.svg │ │ │ │ │ └── logo.svg │ │ │ │ ├── fonts │ │ │ │ │ ├── FontAwesome.otf │ │ │ │ │ ├── OpenSans-Bold-webfont.eot │ │ │ │ │ ├── OpenSans-Bold-webfont.ttf │ │ │ │ │ ├── fontawesome-webfont.eot │ │ │ │ │ ├── fontawesome-webfont.ttf │ │ │ │ │ ├── fontawesome-webfont.woff │ │ │ │ │ ├── fontawesome-webfont.woff2 │ │ │ │ │ ├── OpenSans-Bold-webfont.woff │ │ │ │ │ ├── OpenSans-Bold-webfont.woff2 │ │ │ │ │ ├── OpenSans-Italic-webfont.eot │ │ │ │ │ ├── OpenSans-Italic-webfont.ttf │ │ │ │ │ ├── OpenSans-Light-webfont.eot │ │ │ │ │ ├── OpenSans-Light-webfont.ttf │ │ │ │ │ ├── OpenSans-Light-webfont.woff │ │ │ │ │ ├── PatternFlyIcons-webfont.eot │ │ │ │ │ ├── PatternFlyIcons-webfont.ttf │ │ │ │ │ ├── OpenSans-ExtraBold-webfont.eot │ │ │ │ │ ├── OpenSans-ExtraBold-webfont.ttf │ │ │ │ │ ├── OpenSans-Italic-webfont.woff │ │ │ │ │ ├── OpenSans-Italic-webfont.woff2 │ │ │ │ │ ├── OpenSans-Light-webfont.woff2 │ │ │ │ │ ├── OpenSans-Regular-webfont.eot │ │ │ │ │ ├── OpenSans-Regular-webfont.ttf │ │ │ │ │ ├── OpenSans-Regular-webfont.woff │ │ │ │ │ ├── OpenSans-Regular-webfont.woff2 │ │ │ │ │ ├── OpenSans-Semibold-webfont.eot │ │ │ │ │ ├── OpenSans-Semibold-webfont.ttf │ │ │ │ │ ├── OpenSans-Semibold-webfont.woff │ │ │ │ │ ├── PatternFlyIcons-webfont.woff │ │ │ │ │ ├── OpenSans-BoldItalic-webfont.eot │ │ │ │ │ ├── OpenSans-BoldItalic-webfont.ttf │ │ │ │ │ ├── OpenSans-BoldItalic-webfont.woff │ │ │ │ │ ├── OpenSans-ExtraBold-webfont.woff │ │ │ │ │ ├── OpenSans-ExtraBold-webfont.woff2 │ │ │ │ │ ├── OpenSans-LightItalic-webfont.eot │ │ │ │ │ ├── OpenSans-LightItalic-webfont.ttf │ │ │ │ │ ├── OpenSans-Semibold-webfont.woff2 │ │ │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ │ │ ├── OpenSans-BoldItalic-webfont.woff2 │ │ │ │ │ ├── OpenSans-LightItalic-webfont.woff │ │ │ │ │ ├── OpenSans-LightItalic-webfont.woff2 │ │ │ │ │ ├── OpenSans-SemiboldItalic-webfont.eot │ │ │ │ │ ├── OpenSans-SemiboldItalic-webfont.ttf │ │ │ │ │ ├── glyphicons-halflings-regular.woff │ │ │ │ │ ├── glyphicons-halflings-regular.woff2 │ │ │ │ │ ├── OpenSans-ExtraBoldItalic-webfont.eot │ │ │ │ │ ├── OpenSans-ExtraBoldItalic-webfont.ttf │ │ │ │ │ ├── OpenSans-ExtraBoldItalic-webfont.woff │ │ │ │ │ ├── OpenSans-SemiboldItalic-webfont.woff │ │ │ │ │ ├── OpenSans-SemiboldItalic-webfont.woff2 │ │ │ │ │ └── OpenSans-ExtraBoldItalic-webfont.woff2 │ │ │ │ └── js │ │ │ │ │ ├── patternfly-settings.d.ts │ │ │ │ │ ├── patternfly-settings-base.d.ts │ │ │ │ │ ├── patternfly-functions-colors.js │ │ │ │ │ ├── patternfly-functions-base.js │ │ │ │ │ ├── patternfly-settings-base.js │ │ │ │ │ ├── patternfly-functions-charts.js │ │ │ │ │ ├── patternfly-functions-sidebar.js │ │ │ │ │ ├── patternfly-functions-popovers.js │ │ │ │ │ └── patternfly.dataTables.pfResize.min.js │ │ │ └── LICENSE.txt │ │ ├── font-awesome │ │ │ └── fonts │ │ │ │ ├── FontAwesome.otf │ │ │ │ ├── fontawesome-webfont.eot │ │ │ │ ├── fontawesome-webfont.ttf │ │ │ │ ├── fontawesome-webfont.woff │ │ │ │ └── fontawesome-webfont.woff2 │ │ ├── bootstrap │ │ │ ├── fonts │ │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ │ ├── glyphicons-halflings-regular.woff │ │ │ │ └── glyphicons-halflings-regular.woff2 │ │ │ ├── dist │ │ │ │ ├── fonts │ │ │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ │ │ ├── glyphicons-halflings-regular.woff │ │ │ │ │ └── glyphicons-halflings-regular.woff2 │ │ │ │ └── js │ │ │ │ │ └── npm.js │ │ │ └── LICENSE │ │ ├── angular-translate │ │ │ ├── dist │ │ │ │ ├── angular-translate-handler-log │ │ │ │ │ ├── angular-translate-handler-log.min.js │ │ │ │ │ └── angular-translate-handler-log.js │ │ │ │ ├── angular-translate-loader-url │ │ │ │ │ └── angular-translate-loader-url.min.js │ │ │ │ ├── angular-translate-storage-cookie │ │ │ │ │ └── angular-translate-storage-cookie.min.js │ │ │ │ ├── angular-translate-storage-local │ │ │ │ │ └── angular-translate-storage-local.min.js │ │ │ │ ├── angular-translate-loader-static-files │ │ │ │ │ └── angular-translate-loader-static-files.min.js │ │ │ │ └── angular-translate-interpolation-messageformat │ │ │ │ │ └── angular-translate-interpolation-messageformat.min.js │ │ │ └── LICENSE │ │ ├── angular-translate-loader-url │ │ │ └── angular-translate-loader-url.min.js │ │ ├── filesaver │ │ │ └── LICENSE │ │ ├── safename │ │ │ └── LICENSE │ │ ├── angular-loader │ │ │ ├── LICENSE.md │ │ │ └── angular-loader.min.js │ │ ├── jquery │ │ │ ├── LICENSE.txt │ │ │ └── external │ │ │ │ └── sizzle │ │ │ │ └── LICENSE.txt │ │ └── angular-ui-select2 │ │ │ └── LICENSE │ │ └── lib │ │ ├── fileupload │ │ ├── FileAPI.min.js │ │ ├── angular-file-upload-html5-shim.min.js │ │ └── angular-file-upload-html5-shim.js │ │ ├── angular │ │ ├── treeview │ │ │ ├── img │ │ │ │ ├── file.png │ │ │ │ ├── folder.png │ │ │ │ └── folder-closed.png │ │ │ ├── LICENSE │ │ │ └── angular.treeview.min.js │ │ └── version.json │ │ └── zocial │ │ ├── zocial-regular-webfont.eot │ │ ├── zocial-regular-webfont.ttf │ │ └── zocial-regular-webfont.woff ├── welcome │ ├── resources │ │ ├── bg.png │ │ ├── alert.png │ │ ├── bug.png │ │ ├── logo.png │ │ ├── mail.png │ │ ├── user.png │ │ ├── favicon.ico │ │ ├── admin-console.png │ │ ├── jboss_community.png │ │ ├── keycloak_logo.png │ │ └── keycloak-project.png │ └── theme.properties ├── account │ ├── resources │ │ └── img │ │ │ ├── logo.png │ │ │ ├── favicon.ico │ │ │ ├── keycloak-logo.png │ │ │ └── icon-sidebar-active.png │ └── theme.properties ├── admin │ ├── resources │ │ └── img │ │ │ ├── favicon.ico │ │ │ ├── keyclok-logo.png │ │ │ └── select-arrow.png │ └── theme.properties └── login │ └── resources │ └── img │ ├── favicon.ico │ ├── keycloak-bg.png │ ├── keycloak-logo.png │ ├── keycloak-logo-text.png │ ├── feedback-error-sign.png │ ├── feedback-success-sign.png │ ├── feedback-warning-sign.png │ ├── feedback-error-arrow-down.png │ ├── feedback-success-arrow-down.png │ └── feedback-warning-arrow-down.png ├── .github ├── release-drafter.yml ├── dependabot.yml └── workflows │ └── release-drafter.yml ├── README.md ├── Jenkinsfile_k8s ├── Dockerfile ├── Jenkinsfile_updatecli └── LICENSE /jenkins/email/theme.properties: -------------------------------------------------------------------------------- 1 | parent=base -------------------------------------------------------------------------------- /.github/release-drafter.yml: -------------------------------------------------------------------------------- 1 | _extends: .github 2 | 3 | name-template: 'next' 4 | tag-template: 'next' 5 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # keycloak-theme 2 | 3 | Simple container only used to copy the theme data into a volume. 4 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/angular/index.js: -------------------------------------------------------------------------------- 1 | require('./angular'); 2 | module.exports = angular; 3 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/angular-route/index.js: -------------------------------------------------------------------------------- 1 | require('./angular-route'); 2 | module.exports = 'ngRoute'; 3 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/angular-cookies/index.js: -------------------------------------------------------------------------------- 1 | require('./angular-cookies'); 2 | module.exports = 'ngCookies'; 3 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/angular-resource/index.js: -------------------------------------------------------------------------------- 1 | require('./angular-resource'); 2 | module.exports = 'ngResource'; 3 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/angular-sanitize/index.js: -------------------------------------------------------------------------------- 1 | require('./angular-sanitize'); 2 | module.exports = 'ngSanitize'; 3 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/ng-file-upload/index.js: -------------------------------------------------------------------------------- 1 | require('./dist/ng-file-upload-all'); 2 | module.exports = 'ngFileUpload'; -------------------------------------------------------------------------------- /jenkins/welcome/resources/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/welcome/resources/bg.png -------------------------------------------------------------------------------- /jenkins/welcome/resources/alert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/welcome/resources/alert.png -------------------------------------------------------------------------------- /jenkins/welcome/resources/bug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/welcome/resources/bug.png -------------------------------------------------------------------------------- /jenkins/welcome/resources/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/welcome/resources/logo.png -------------------------------------------------------------------------------- /jenkins/welcome/resources/mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/welcome/resources/mail.png -------------------------------------------------------------------------------- /jenkins/welcome/resources/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/welcome/resources/user.png -------------------------------------------------------------------------------- /jenkins/welcome/resources/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/welcome/resources/favicon.ico -------------------------------------------------------------------------------- /jenkins/account/resources/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/account/resources/img/logo.png -------------------------------------------------------------------------------- /jenkins/admin/resources/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/admin/resources/img/favicon.ico -------------------------------------------------------------------------------- /jenkins/login/resources/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/login/resources/img/favicon.ico -------------------------------------------------------------------------------- /Jenkinsfile_k8s: -------------------------------------------------------------------------------- 1 | buildDockerAndPublishImage('keycloak-theme', [ 2 | publishToPrivateAzureRegistry: true, 3 | targetplatforms: 'linux/arm64', 4 | ]) 5 | -------------------------------------------------------------------------------- /jenkins/account/resources/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/account/resources/img/favicon.ico -------------------------------------------------------------------------------- /jenkins/admin/resources/img/keyclok-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/admin/resources/img/keyclok-logo.png -------------------------------------------------------------------------------- /jenkins/admin/resources/img/select-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/admin/resources/img/select-arrow.png -------------------------------------------------------------------------------- /jenkins/login/resources/img/keycloak-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/login/resources/img/keycloak-bg.png -------------------------------------------------------------------------------- /jenkins/login/resources/img/keycloak-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/login/resources/img/keycloak-logo.png -------------------------------------------------------------------------------- /jenkins/welcome/resources/admin-console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/welcome/resources/admin-console.png -------------------------------------------------------------------------------- /jenkins/welcome/resources/jboss_community.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/welcome/resources/jboss_community.png -------------------------------------------------------------------------------- /jenkins/welcome/resources/keycloak_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/welcome/resources/keycloak_logo.png -------------------------------------------------------------------------------- /jenkins/account/resources/img/keycloak-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/account/resources/img/keycloak-logo.png -------------------------------------------------------------------------------- /jenkins/welcome/resources/keycloak-project.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/welcome/resources/keycloak-project.png -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- 1 | --- 2 | version: 2 3 | updates: 4 | - package-ecosystem: "github-actions" 5 | directory: "/" 6 | schedule: 7 | interval: "daily" 8 | -------------------------------------------------------------------------------- /jenkins/login/resources/img/keycloak-logo-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/login/resources/img/keycloak-logo-text.png -------------------------------------------------------------------------------- /jenkins/login/resources/img/feedback-error-sign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/login/resources/img/feedback-error-sign.png -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- 1 | ## Simple container only used to copy the theme data into a volume. No need to track version 2 | # hadolint ignore=DL3006 3 | FROM busybox 4 | COPY jenkins /jenkins 5 | -------------------------------------------------------------------------------- /jenkins/account/resources/img/icon-sidebar-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/account/resources/img/icon-sidebar-active.png -------------------------------------------------------------------------------- /jenkins/common/resources/lib/fileupload/FileAPI.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/lib/fileupload/FileAPI.min.js -------------------------------------------------------------------------------- /jenkins/login/resources/img/feedback-success-sign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/login/resources/img/feedback-success-sign.png -------------------------------------------------------------------------------- /jenkins/login/resources/img/feedback-warning-sign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/login/resources/img/feedback-warning-sign.png -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/select2/select2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/select2/select2.png -------------------------------------------------------------------------------- /jenkins/login/resources/img/feedback-error-arrow-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/login/resources/img/feedback-error-arrow-down.png -------------------------------------------------------------------------------- /jenkins/common/resources/lib/angular/treeview/img/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/lib/angular/treeview/img/file.png -------------------------------------------------------------------------------- /jenkins/common/resources/lib/angular/treeview/img/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/lib/angular/treeview/img/folder.png -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/select2/select2x2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/select2/select2x2.png -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/text-security/text-security.css: -------------------------------------------------------------------------------- 1 | @font-face { 2 | font-family: 'text-security-disc'; 3 | src: url('text-security-disc.woff') format('woff'); 4 | } -------------------------------------------------------------------------------- /jenkins/login/resources/img/feedback-success-arrow-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/login/resources/img/feedback-success-arrow-down.png -------------------------------------------------------------------------------- /jenkins/login/resources/img/feedback-warning-arrow-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/login/resources/img/feedback-warning-arrow-down.png -------------------------------------------------------------------------------- /jenkins/common/resources/lib/zocial/zocial-regular-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/lib/zocial/zocial-regular-webfont.eot -------------------------------------------------------------------------------- /jenkins/common/resources/lib/zocial/zocial-regular-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/lib/zocial/zocial-regular-webfont.ttf -------------------------------------------------------------------------------- /jenkins/common/resources/lib/zocial/zocial-regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/lib/zocial/zocial-regular-webfont.woff -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/angular-treeview/index.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Created by hyku on 2016/10/13. 3 | */ 4 | 5 | "use strict"; 6 | require("./tree"); 7 | module.exports = "angular.tree"; 8 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/angular/angular.min.js.gzip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/angular/angular.min.js.gzip -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/img/bg-login.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/img/bg-login.jpg -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/img/bg-login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/img/bg-login.png -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/img/favicon.ico -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/img/spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/img/spinner.gif -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/select2/select2-spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/select2/select2-spinner.gif -------------------------------------------------------------------------------- /jenkins/common/resources/lib/angular/treeview/img/folder-closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/lib/angular/treeview/img/folder-closed.png -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/img/bg-login-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/img/bg-login-2.png -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/img/fedora-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/img/fedora-logo.png -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/img/spinner-lg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/img/spinner-lg.gif -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/img/spinner-sm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/img/spinner-sm.gif -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/img/spinner-xs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/img/spinner-xs.gif -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/angular-treeview/images/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/angular-treeview/images/plus.png -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/img/bg-login.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/img/bg-login.jpg -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/img/bg-login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/img/bg-login.png -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/img/favicon.ico -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/img/spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/img/spinner.gif -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/img/instagram-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/img/instagram-logo.png -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/img/redhat_reverse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/img/redhat_reverse.png -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/font-awesome/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/font-awesome/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/img/bg-login-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/img/bg-login-2.png -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/img/spinner-lg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/img/spinner-lg.gif -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/img/spinner-sm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/img/spinner-sm.gif -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/img/spinner-xs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/img/spinner-xs.gif -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/img/spinner-inverse.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/img/spinner-inverse.gif -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/img/fedora-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/img/fedora-logo.png -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/img/bg-modal-about-pf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/img/bg-modal-about-pf.png -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/img/spinner-inverse-lg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/img/spinner-inverse-lg.gif -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/img/spinner-inverse-sm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/img/spinner-inverse-sm.gif -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/img/spinner-inverse-xs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/img/spinner-inverse-xs.gif -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/text-security/text-security-disc.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/text-security/text-security-disc.woff -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/img/instagram-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/img/instagram-logo.png -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/img/redhat_reverse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/img/redhat_reverse.png -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/img/spinner-inverse.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/img/spinner-inverse.gif -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/font-awesome/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/font-awesome/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/font-awesome/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/font-awesome/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/img/bg-modal-about-pf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/img/bg-modal-about-pf.png -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/img/spinner-inverse-lg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/img/spinner-inverse-lg.gif -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/img/spinner-inverse-sm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/img/spinner-inverse-sm.gif -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/img/spinner-inverse-xs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/img/spinner-inverse-xs.gif -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-Bold-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-Bold-webfont.eot -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-Bold-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-Bold-webfont.ttf -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-Bold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-Bold-webfont.woff -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-Light-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-Light-webfont.eot -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-Light-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-Light-webfont.ttf -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/font-awesome/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/font-awesome/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/font-awesome/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/font-awesome/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-Bold-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-Bold-webfont.woff2 -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-Italic-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-Italic-webfont.eot -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-Italic-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-Italic-webfont.ttf -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-Italic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-Italic-webfont.woff -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-Light-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-Light-webfont.woff -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-Light-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-Light-webfont.woff2 -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-Regular-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-Regular-webfont.eot -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-Regular-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-Regular-webfont.ttf -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/PatternFlyIcons-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/PatternFlyIcons-webfont.eot -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/PatternFlyIcons-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/PatternFlyIcons-webfont.ttf -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/PatternFlyIcons-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/PatternFlyIcons-webfont.woff -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-Bold-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-Bold-webfont.eot -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-Bold-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-Bold-webfont.ttf -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-BoldItalic-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-BoldItalic-webfont.eot -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-BoldItalic-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-BoldItalic-webfont.ttf -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-ExtraBold-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-ExtraBold-webfont.eot -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-ExtraBold-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-ExtraBold-webfont.ttf -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-ExtraBold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-ExtraBold-webfont.woff -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-Italic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-Italic-webfont.woff2 -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-Regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-Regular-webfont.woff -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-Regular-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-Regular-webfont.woff2 -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-Semibold-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-Semibold-webfont.eot -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-Semibold-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-Semibold-webfont.ttf -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-Semibold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-Semibold-webfont.woff -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-Semibold-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-Semibold-webfont.woff2 -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/bootstrap/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/bootstrap/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/bootstrap/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/bootstrap/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-Bold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-Bold-webfont.woff -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-Bold-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-Bold-webfont.woff2 -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-Italic-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-Italic-webfont.eot -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-Italic-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-Italic-webfont.ttf -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-Light-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-Light-webfont.eot -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-Light-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-Light-webfont.ttf -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-Light-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-Light-webfont.woff -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/PatternFlyIcons-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/PatternFlyIcons-webfont.eot -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/PatternFlyIcons-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/PatternFlyIcons-webfont.ttf -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-BoldItalic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-BoldItalic-webfont.woff -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-BoldItalic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-BoldItalic-webfont.woff2 -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-ExtraBold-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-ExtraBold-webfont.woff2 -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-LightItalic-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-LightItalic-webfont.eot -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-LightItalic-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-LightItalic-webfont.ttf -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-LightItalic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-LightItalic-webfont.woff -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/img/Logo_Horizontal_Reversed.svg alias: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/img/Logo_Horizontal_Reversed.svg alias -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/img/apple-touch-icon-precomposed-57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/img/apple-touch-icon-precomposed-57.png -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/img/apple-touch-icon-precomposed-72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/img/apple-touch-icon-precomposed-72.png -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/img/apple-touch-icon-precomposed-76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/img/apple-touch-icon-precomposed-76.png -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-ExtraBold-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-ExtraBold-webfont.eot -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-ExtraBold-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-ExtraBold-webfont.ttf -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-Italic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-Italic-webfont.woff -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-Italic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-Italic-webfont.woff2 -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-Light-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-Light-webfont.woff2 -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-Regular-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-Regular-webfont.eot -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-Regular-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-Regular-webfont.ttf -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-Regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-Regular-webfont.woff -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-Regular-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-Regular-webfont.woff2 -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-Semibold-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-Semibold-webfont.eot -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-Semibold-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-Semibold-webfont.ttf -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-Semibold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-Semibold-webfont.woff -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/PatternFlyIcons-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/PatternFlyIcons-webfont.woff -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-ExtraBoldItalic-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-ExtraBoldItalic-webfont.eot -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-ExtraBoldItalic-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-ExtraBoldItalic-webfont.ttf -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-LightItalic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-LightItalic-webfont.woff2 -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-SemiboldItalic-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-SemiboldItalic-webfont.eot -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-SemiboldItalic-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-SemiboldItalic-webfont.ttf -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-SemiboldItalic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-SemiboldItalic-webfont.woff -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/img/apple-touch-icon-precomposed-114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/img/apple-touch-icon-precomposed-114.png -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/img/apple-touch-icon-precomposed-120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/img/apple-touch-icon-precomposed-120.png -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/img/apple-touch-icon-precomposed-144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/img/apple-touch-icon-precomposed-144.png -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/img/apple-touch-icon-precomposed-152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/img/apple-touch-icon-precomposed-152.png -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/img/apple-touch-icon-precomposed-180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/img/apple-touch-icon-precomposed-180.png -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-BoldItalic-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-BoldItalic-webfont.eot -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-BoldItalic-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-BoldItalic-webfont.ttf -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-BoldItalic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-BoldItalic-webfont.woff -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-ExtraBold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-ExtraBold-webfont.woff -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-ExtraBold-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-ExtraBold-webfont.woff2 -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-LightItalic-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-LightItalic-webfont.eot -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-LightItalic-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-LightItalic-webfont.ttf -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-Semibold-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-Semibold-webfont.woff2 -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/js/patternfly-settings.d.ts: -------------------------------------------------------------------------------- 1 | /// 2 | /// 3 | /// -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-ExtraBoldItalic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-ExtraBoldItalic-webfont.woff -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-ExtraBoldItalic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-ExtraBoldItalic-webfont.woff2 -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-SemiboldItalic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/rcue/dist/fonts/OpenSans-SemiboldItalic-webfont.woff2 -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-BoldItalic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-BoldItalic-webfont.woff2 -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-LightItalic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-LightItalic-webfont.woff -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-LightItalic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-LightItalic-webfont.woff2 -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-SemiboldItalic-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-SemiboldItalic-webfont.eot -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-SemiboldItalic-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-SemiboldItalic-webfont.ttf -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/img/apple-touch-icon-precomposed-114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/img/apple-touch-icon-precomposed-114.png -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/img/apple-touch-icon-precomposed-144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/img/apple-touch-icon-precomposed-144.png -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/img/apple-touch-icon-precomposed-152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/img/apple-touch-icon-precomposed-152.png -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/img/apple-touch-icon-precomposed-180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/img/apple-touch-icon-precomposed-180.png -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/img/apple-touch-icon-precomposed-57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/img/apple-touch-icon-precomposed-57.png -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/img/apple-touch-icon-precomposed-72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/img/apple-touch-icon-precomposed-72.png -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/img/apple-touch-icon-precomposed-76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/img/apple-touch-icon-precomposed-76.png -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-ExtraBoldItalic-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-ExtraBoldItalic-webfont.eot -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-ExtraBoldItalic-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-ExtraBoldItalic-webfont.ttf -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-ExtraBoldItalic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-ExtraBoldItalic-webfont.woff -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-SemiboldItalic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-SemiboldItalic-webfont.woff -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-SemiboldItalic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-SemiboldItalic-webfont.woff2 -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-ExtraBoldItalic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-infra/docker-keycloak-theme/master/jenkins/common/resources/node_modules/patternfly/dist/fonts/OpenSans-ExtraBoldItalic-webfont.woff2 -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/js/patternfly-settings-base.d.ts: -------------------------------------------------------------------------------- 1 | interface Patternfly { 2 | pfBreakpoints: { 3 | tablet: number; 4 | desktop: number; 5 | }; 6 | } 7 | interface Window { 8 | patternfly: Patternfly; 9 | } 10 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/js/patternfly-functions-colors.js: -------------------------------------------------------------------------------- 1 | // Util: PatternFly Palette colors 2 | (function ($) { 3 | 'use strict'; 4 | 5 | if (patternfly !== undefined) { 6 | $.pfPaletteColors = patternfly.pfPaletteColors; 7 | } 8 | }(jQuery)); 9 | -------------------------------------------------------------------------------- /jenkins/welcome/theme.properties: -------------------------------------------------------------------------------- 1 | import=common/keycloak 2 | 3 | styles=node_modules/patternfly/dist/css/patternfly.css node_modules/patternfly/dist/css/patternfly-additions.css css/welcome.css 4 | 5 | documentationUrl=https://www.keycloak.org/documentation.html 6 | displayCommunityLinks=true -------------------------------------------------------------------------------- /jenkins/admin/theme.properties: -------------------------------------------------------------------------------- 1 | parent=base 2 | styles=node_modules/patternfly/dist/css/patternfly.min.css node_modules/patternfly/dist/css/patternfly-additions.min.css node_modules/select2/select2.css css/styles.css lib/angular/treeview/css/angular.treeview.css node_modules/text-security/text-security.css -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/js/patternfly-functions-base.js: -------------------------------------------------------------------------------- 1 | // Util: definition of breakpoint sizes for tablet and desktop modes 2 | (function ($) { 3 | 'use strict'; 4 | if (patternfly !== undefined) { 5 | $.pfBreakpoints = patternfly.pfBreakpoints; 6 | } 7 | }(jQuery)); -------------------------------------------------------------------------------- /jenkins/common/resources/lib/angular/version.json: -------------------------------------------------------------------------------- 1 | {"raw":"v1.4.4","major":1,"minor":4,"patch":4,"prerelease":[],"build":[],"version":"1.4.4","codeName":"pylon-requirement","full":"1.4.4","branch":"v1.4.x","cdn":{"raw":"v1.4.3","major":1,"minor":4,"patch":3,"prerelease":[],"build":[],"version":"1.4.3","docsUrl":"http://code.angularjs.org/1.4.3/docs"}} -------------------------------------------------------------------------------- /jenkins/common/resources/lib/fileupload/angular-file-upload-html5-shim.min.js: -------------------------------------------------------------------------------- 1 | /*! 1.1.10 */ 2 | window.XMLHttpRequest&&window.FormData&&(XMLHttpRequest=function(a){return function(){var b=new a;return b.send=function(a){return function(){if(arguments[0]instanceof FormData&&arguments[0].__setXHR_){var c=arguments[0];c.__setXHR_(b)}a.apply(b,arguments)}}(b.send),b}}(XMLHttpRequest)); -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/js/patternfly-settings-base.js: -------------------------------------------------------------------------------- 1 | (function (window) { 2 | 'use strict'; 3 | 4 | var patternfly = { 5 | version: "3.59.3" 6 | }; 7 | 8 | // definition of breakpoint sizes for tablet and desktop modes 9 | patternfly.pfBreakpoints = { 10 | 'tablet': 768, 11 | 'desktop': 1200 12 | }; 13 | 14 | window.patternfly = patternfly; 15 | 16 | })(typeof window !== 'undefined' ? window : global); 17 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/angular/angular-csp.css: -------------------------------------------------------------------------------- 1 | /* Include this file in your html if you are using the CSP mode. */ 2 | 3 | @charset "UTF-8"; 4 | 5 | [ng\:cloak], 6 | [ng-cloak], 7 | [data-ng-cloak], 8 | [x-ng-cloak], 9 | .ng-cloak, 10 | .x-ng-cloak, 11 | .ng-hide:not(.ng-hide-animate) { 12 | display: none !important; 13 | } 14 | 15 | ng\:form { 16 | display: block; 17 | } 18 | 19 | .ng-animate-shim { 20 | visibility:hidden; 21 | } 22 | 23 | .ng-anchor { 24 | position:absolute; 25 | } 26 | -------------------------------------------------------------------------------- /Jenkinsfile_updatecli: -------------------------------------------------------------------------------- 1 | final String cronExpr = env.BRANCH_IS_PRIMARY ? '@daily' : '' 2 | 3 | properties([ 4 | buildDiscarder(logRotator(numToKeepStr: '10')), 5 | disableConcurrentBuilds(abortPrevious: true), 6 | pipelineTriggers([cron(cronExpr)]), 7 | ]) 8 | 9 | timeout(time: 10, unit: 'MINUTES') { 10 | final String updatecliAction = env.BRANCH_IS_PRIMARY ? 'apply' : 'diff' 11 | stage("Run updatecli action: ${updatecliAction}") { 12 | updatecli( 13 | action: updatecliAction, 14 | ) 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/bootstrap/dist/js/npm.js: -------------------------------------------------------------------------------- 1 | // This file is autogenerated via the `commonjs` Grunt task. You can require() this file in a CommonJS environment. 2 | require('../../js/transition.js') 3 | require('../../js/alert.js') 4 | require('../../js/button.js') 5 | require('../../js/carousel.js') 6 | require('../../js/collapse.js') 7 | require('../../js/dropdown.js') 8 | require('../../js/modal.js') 9 | require('../../js/tooltip.js') 10 | require('../../js/popover.js') 11 | require('../../js/scrollspy.js') 12 | require('../../js/tab.js') 13 | require('../../js/affix.js') -------------------------------------------------------------------------------- /jenkins/account/theme.properties: -------------------------------------------------------------------------------- 1 | parent=base 2 | import=common/keycloak 3 | 4 | styles=node_modules/patternfly/dist/css/patternfly.min.css node_modules/patternfly/dist/css/patternfly-additions.min.css css/account.css 5 | 6 | ##### css classes for form buttons 7 | # main class used for all buttons 8 | kcButtonClass=btn 9 | # classes defining priority of the button - primary or default (there is typically only one priority button for the form) 10 | kcButtonPrimaryClass=btn-primary 11 | kcButtonDefaultClass=btn-default 12 | # classes defining size of the button 13 | kcButtonLargeClass=btn-lg 14 | -------------------------------------------------------------------------------- /.github/workflows/release-drafter.yml: -------------------------------------------------------------------------------- 1 | name: Release Drafter 2 | on: 3 | workflow_dispatch: 4 | push: 5 | release: 6 | types: [released] 7 | # Only allow 1 release-drafter build at a time to avoid creating multiple "next" releases 8 | concurrency: "release-drafter" 9 | jobs: 10 | update_release_draft: 11 | runs-on: ubuntu-latest 12 | steps: 13 | - uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v5 14 | env: 15 | # This token is generated automatically by default in GitHub Actions: no need to create it manually 16 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 17 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/angular-translate/dist/angular-translate-handler-log/angular-translate-handler-log.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * angular-translate - v2.18.2 - 2020-01-04 3 | * 4 | * Copyright (c) 2020 The angular-translate team, Pascal Precht; Licensed MIT 5 | */ 6 | !function(n,t){"function"==typeof define&&define.amd?define([],function(){return t()}):"object"==typeof module&&module.exports?module.exports=t():t()}(0,function(){function n(t){"use strict";return function(n){t.warn("Translation for "+n+" doesn't exist")}}return n.$inject=["$log"],angular.module("pascalprecht.translate").factory("$translateMissingTranslationHandlerLog",n),n.displayName="$translateMissingTranslationHandlerLog","pascalprecht.translate"}); -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/js/patternfly-functions-charts.js: -------------------------------------------------------------------------------- 1 | // Util: PatternFly C3 Chart Defaults 2 | (function ($) { 3 | 'use strict'; 4 | if (patternfly !== undefined) { 5 | $.fn.pfSetDonutChartTitle = patternfly.pfSetDonutChartTitle; 6 | $.fn.pfDonutTooltipContents = patternfly.pfDonutTooltipContents; 7 | $.fn.pfGetUtilizationDonutTooltipContentsFn = patternfly.pfGetUtilizationDonutTooltipContentsFn; 8 | $.fn.pfGetBarChartTooltipContentsFn = patternfly.pfGetBarChartTooltipContentsFn; 9 | $.fn.pfSingleLineChartTooltipContentsFn = patternfly.pfSingleLineChartTooltipContentsFn; 10 | $.fn.pfPieTooltipContents = patternfly.pfPieTooltipContents; 11 | $.fn.c3ChartDefaults = patternfly.c3ChartDefaults; 12 | } 13 | }(jQuery)); 14 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/select2/select2_locale_zh-CN.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Chinese translation 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | $.fn.select2.locales['zh-CN'] = { 7 | formatNoMatches: function () { return "没有找到匹配项"; }, 8 | formatInputTooShort: function (input, min) { var n = min - input.length; return "请再输入" + n + "个字符";}, 9 | formatInputTooLong: function (input, max) { var n = input.length - max; return "请删掉" + n + "个字符";}, 10 | formatSelectionTooBig: function (limit) { return "你只能选择最多" + limit + "项"; }, 11 | formatLoadMore: function (pageNumber) { return "加载结果中…"; }, 12 | formatSearching: function () { return "搜索中…"; } 13 | }; 14 | 15 | $.extend($.fn.select2.defaults, $.fn.select2.locales['zh-CN']); 16 | })(jQuery); 17 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/select2/select2_locale_zh-TW.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Traditional Chinese translation 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | $.fn.select2.locales['zh-TW'] = { 7 | formatNoMatches: function () { return "沒有找到相符的項目"; }, 8 | formatInputTooShort: function (input, min) { var n = min - input.length; return "請再輸入" + n + "個字元";}, 9 | formatInputTooLong: function (input, max) { var n = input.length - max; return "請刪掉" + n + "個字元";}, 10 | formatSelectionTooBig: function (limit) { return "你只能選擇最多" + limit + "項"; }, 11 | formatLoadMore: function (pageNumber) { return "載入中…"; }, 12 | formatSearching: function () { return "搜尋中…"; } 13 | }; 14 | 15 | $.extend($.fn.select2.defaults, $.fn.select2.locales['zh-TW']); 16 | })(jQuery); 17 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/select2/select2_locale_ja.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Japanese translation. 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | 7 | $.fn.select2.locales['ja'] = { 8 | formatNoMatches: function () { return "該当なし"; }, 9 | formatInputTooShort: function (input, min) { var n = min - input.length; return "後" + n + "文字入れてください"; }, 10 | formatInputTooLong: function (input, max) { var n = input.length - max; return "検索文字列が" + n + "文字長すぎます"; }, 11 | formatSelectionTooBig: function (limit) { return "最多で" + limit + "項目までしか選択できません"; }, 12 | formatLoadMore: function (pageNumber) { return "読込中・・・"; }, 13 | formatSearching: function () { return "検索中・・・"; } 14 | }; 15 | 16 | $.extend($.fn.select2.defaults, $.fn.select2.locales['ja']); 17 | })(jQuery); 18 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/img/bg-navbar-pf-alt.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/img/bg-navbar-pf-alt.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/angular-translate-loader-url/angular-translate-loader-url.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * angular-translate - v2.18.2 - 2020-01-04 3 | * 4 | * Copyright (c) 2020 The angular-translate team, Pascal Precht; Licensed MIT 5 | */ 6 | !function(e,t){"function"==typeof define&&define.amd?define([],function(){return t()}):"object"==typeof module&&module.exports?module.exports=t():t()}(0,function(){function e(r,n){"use strict";return function(e){if(!e||!e.url)throw new Error("Couldn't use urlLoader since no url is given!");var t={};return t[e.queryParameter||"lang"]=e.key,n(angular.extend({url:e.url,params:t,method:"GET"},e.$http)).then(function(e){return e.data},function(){return r.reject(e.key)})}}return e.$inject=["$q","$http"],angular.module("pascalprecht.translate").factory("$translateUrlLoader",e),e.displayName="$translateUrlLoader","pascalprecht.translate"}); -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/img/dropbox-logo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/img/dropbox-logo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/angular-translate/dist/angular-translate-loader-url/angular-translate-loader-url.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * angular-translate - v2.18.2 - 2020-01-04 3 | * 4 | * Copyright (c) 2020 The angular-translate team, Pascal Precht; Licensed MIT 5 | */ 6 | !function(e,t){"function"==typeof define&&define.amd?define([],function(){return t()}):"object"==typeof module&&module.exports?module.exports=t():t()}(0,function(){function e(r,n){"use strict";return function(e){if(!e||!e.url)throw new Error("Couldn't use urlLoader since no url is given!");var t={};return t[e.queryParameter||"lang"]=e.key,n(angular.extend({url:e.url,params:t,method:"GET"},e.$http)).then(function(e){return e.data},function(){return r.reject(e.key)})}}return e.$inject=["$q","$http"],angular.module("pascalprecht.translate").factory("$translateUrlLoader",e),e.displayName="$translateUrlLoader","pascalprecht.translate"}); -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/select2/select2_locale_ko.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Korean translation. 3 | * 4 | * @author Swen Mun 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.fn.select2.locales['ko'] = { 10 | formatNoMatches: function () { return "결과 없음"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "너무 짧습니다. "+n+"글자 더 입력해주세요."; }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return "너무 깁니다. "+n+"글자 지워주세요."; }, 13 | formatSelectionTooBig: function (limit) { return "최대 "+limit+"개까지만 선택하실 수 있습니다."; }, 14 | formatLoadMore: function (pageNumber) { return "불러오는 중…"; }, 15 | formatSearching: function () { return "검색 중…"; } 16 | }; 17 | 18 | $.extend($.fn.select2.defaults, $.fn.select2.locales['ko']); 19 | })(jQuery); 20 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/select2/select2_locale_ug-CN.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Uyghur translation 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | $.fn.select2.locales['ug-CN'] = { 7 | formatNoMatches: function () { return "ماس كېلىدىغان ئۇچۇر تېپىلمىدى"; }, 8 | formatInputTooShort: function (input, min) { var n = min - input.length; return "يەنە " + n + " ھەرپ كىرگۈزۈڭ";}, 9 | formatInputTooLong: function (input, max) { var n = input.length - max; return "" + n + "ھەرپ ئۆچۈرۈڭ";}, 10 | formatSelectionTooBig: function (limit) { return "ئەڭ كۆپ بولغاندا" + limit + " تال ئۇچۇر تاللىيالايسىز"; }, 11 | formatLoadMore: function (pageNumber) { return "ئۇچۇرلار ئوقۇلىۋاتىدۇ…"; }, 12 | formatSearching: function () { return "ئىزدەۋاتىدۇ…"; } 13 | }; 14 | 15 | $.extend($.fn.select2.defaults, $.fn.select2.locales['ug-CN']); 16 | })(jQuery); 17 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/img/google-drive.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/select2/select2_locale_hu.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Hungarian translation 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | 7 | $.fn.select2.locales['hu'] = { 8 | formatNoMatches: function () { return "Nincs találat."; }, 9 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Túl rövid. Még " + n + " karakter hiányzik."; }, 10 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Túl hosszú. " + n + " karakterrel több, mint kellene."; }, 11 | formatSelectionTooBig: function (limit) { return "Csak " + limit + " elemet lehet kiválasztani."; }, 12 | formatLoadMore: function (pageNumber) { return "Töltés…"; }, 13 | formatSearching: function () { return "Keresés…"; } 14 | }; 15 | 16 | $.extend($.fn.select2.defaults, $.fn.select2.locales['hu']); 17 | })(jQuery); 18 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/img/google-drive.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/img/facebook-logo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 12 | 13 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/img/facebook-logo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 12 | 13 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/select2/select2_locale_he.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Hebrew translation. 3 | * 4 | * Author: Yakir Sitbon 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.fn.select2.locales['he'] = { 10 | formatNoMatches: function () { return "לא נמצאו התאמות"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "נא להזין עוד " + n + " תווים נוספים"; }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return "נא להזין פחות " + n + " תווים"; }, 13 | formatSelectionTooBig: function (limit) { return "ניתן לבחור " + limit + " פריטים"; }, 14 | formatLoadMore: function (pageNumber) { return "טוען תוצאות נוספות…"; }, 15 | formatSearching: function () { return "מחפש…"; } 16 | }; 17 | 18 | $.extend($.fn.select2.defaults, $.fn.select2.locales['he']); 19 | })(jQuery); 20 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/select2/select2_locale_tr.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Turkish translation. 3 | * 4 | * Author: Salim KAYABAŞI 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.fn.select2.locales['tr'] = { 10 | formatNoMatches: function () { return "Sonuç bulunamadı"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "En az " + n + " karakter daha girmelisiniz"; }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return n + " karakter azaltmalısınız"; }, 13 | formatSelectionTooBig: function (limit) { return "Sadece " + limit + " seçim yapabilirsiniz"; }, 14 | formatLoadMore: function (pageNumber) { return "Daha fazla…"; }, 15 | formatSearching: function () { return "Aranıyor…"; } 16 | }; 17 | 18 | $.extend($.fn.select2.defaults, $.fn.select2.locales['tr']); 19 | })(jQuery); 20 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/select2/select2_locale_is.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Icelandic translation. 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | 7 | $.fn.select2.locales['is'] = { 8 | formatNoMatches: function () { return "Ekkert fannst"; }, 9 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Vinsamlegast skrifið " + n + " staf" + (n > 1 ? "i" : "") + " í viðbót"; }, 10 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Vinsamlegast styttið texta um " + n + " staf" + (n > 1 ? "i" : ""); }, 11 | formatSelectionTooBig: function (limit) { return "Þú getur aðeins valið " + limit + " atriði"; }, 12 | formatLoadMore: function (pageNumber) { return "Sæki fleiri niðurstöður…"; }, 13 | formatSearching: function () { return "Leita…"; } 14 | }; 15 | 16 | $.extend($.fn.select2.defaults, $.fn.select2.locales['is']); 17 | })(jQuery); 18 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/select2/select2_locale_th.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Thai translation. 3 | * 4 | * Author: Atsawin Chaowanakritsanakul 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.fn.select2.locales['th'] = { 10 | formatNoMatches: function () { return "ไม่พบข้อมูล"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "โปรดพิมพ์เพิ่มอีก " + n + " ตัวอักษร"; }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return "โปรดลบออก " + n + " ตัวอักษร"; }, 13 | formatSelectionTooBig: function (limit) { return "คุณสามารถเลือกได้ไม่เกิน " + limit + " รายการ"; }, 14 | formatLoadMore: function (pageNumber) { return "กำลังค้นข้อมูลเพิ่ม…"; }, 15 | formatSearching: function () { return "กำลังค้นข้อมูล…"; } 16 | }; 17 | 18 | $.extend($.fn.select2.defaults, $.fn.select2.locales['th']); 19 | })(jQuery); 20 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/select2/select2_locale_ms.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Malay translation. 3 | * 4 | * Author: Kepoweran 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.fn.select2.locales['ms'] = { 10 | formatNoMatches: function () { return "Tiada padanan yang ditemui"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Sila masukkan " + n + " aksara lagi"; }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Sila hapuskan " + n + " aksara"; }, 13 | formatSelectionTooBig: function (limit) { return "Anda hanya boleh memilih " + limit + " pilihan"; }, 14 | formatLoadMore: function (pageNumber) { return "Sedang memuatkan keputusan…"; }, 15 | formatSearching: function () { return "Mencari…"; } 16 | }; 17 | 18 | $.extend($.fn.select2.defaults, $.fn.select2.locales['ms']); 19 | })(jQuery); 20 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/select2/select2_locale_nl.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Dutch translation 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | 7 | $.fn.select2.locales['nl'] = { 8 | formatNoMatches: function () { return "Geen resultaten gevonden"; }, 9 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Vul nog " + n + " karakter" + (n == 1? "" : "s") + " in"; }, 10 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Haal " + n + " karakter" + (n == 1? "" : "s") + " weg"; }, 11 | formatSelectionTooBig: function (limit) { return "Maximaal " + limit + " item" + (limit == 1 ? "" : "s") + " toegestaan"; }, 12 | formatLoadMore: function (pageNumber) { return "Meer resultaten laden…"; }, 13 | formatSearching: function () { return "Zoeken…"; } 14 | }; 15 | 16 | $.extend($.fn.select2.defaults, $.fn.select2.locales['nl']); 17 | })(jQuery); 18 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/select2/select2_locale_sv.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Swedish translation. 3 | * 4 | * Author: Jens Rantil 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.fn.select2.locales['sv'] = { 10 | formatNoMatches: function () { return "Inga träffar"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Var god skriv in " + n + (n>1 ? " till tecken" : " tecken till"); }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Var god sudda ut " + n + " tecken"; }, 13 | formatSelectionTooBig: function (limit) { return "Du kan max välja " + limit + " element"; }, 14 | formatLoadMore: function (pageNumber) { return "Laddar fler resultat…"; }, 15 | formatSearching: function () { return "Söker…"; } 16 | }; 17 | 18 | $.extend($.fn.select2.defaults, $.fn.select2.locales['sv']); 19 | })(jQuery); 20 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/angular-translate/dist/angular-translate-storage-cookie/angular-translate-storage-cookie.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * angular-translate - v2.18.2 - 2020-01-04 3 | * 4 | * Copyright (c) 2020 The angular-translate team, Pascal Precht; Licensed MIT 5 | */ 6 | !function(t,e){"function"==typeof define&&define.amd?define([],function(){return e()}):"object"==typeof module&&module.exports?module.exports=e():e()}(0,function(){function t(t){"use strict";var n;if(1===angular.version.major&&4<=angular.version.minor){var o=t.get("$cookies");n={get:function(t){return o.get(t)},put:function(t,e){o.put(t,e)}}}else{var r=t.get("$cookieStore");n={get:function(t){return r.get(t)},put:function(t,e){r.put(t,e)}}}return{get:function(t){return n.get(t)},set:function(t,e){n.put(t,e)},put:function(t,e){n.put(t,e)}}}return t.$inject=["$injector"],angular.module("pascalprecht.translate").factory("$translateCookieStorage",t),t.displayName="$translateCookieStorage","pascalprecht.translate"}); -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/select2/select2_locale_da.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Danish translation. 3 | * 4 | * Author: Anders Jenbo 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.fn.select2.locales['da'] = { 10 | formatNoMatches: function () { return "Ingen resultater fundet"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Angiv venligst " + n + " tegn mere"; }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Angiv venligst " + n + " tegn mindre"; }, 13 | formatSelectionTooBig: function (limit) { return "Du kan kun vælge " + limit + " emne" + (limit === 1 ? "" : "r"); }, 14 | formatLoadMore: function (pageNumber) { return "Indlæser flere resultater…"; }, 15 | formatSearching: function () { return "Søger…"; } 16 | }; 17 | 18 | $.extend($.fn.select2.defaults, $.fn.select2.locales['da']); 19 | })(jQuery); 20 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/select2/select2_locale_ka.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Georgian (Kartuli) translation. 3 | * 4 | * Author: Dimitri Kurashvili dimakura@gmail.com 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.fn.select2.locales['ka'] = { 10 | formatNoMatches: function () { return "ვერ მოიძებნა"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "გთხოვთ შეიყვანოთ კიდევ " + n + " სიმბოლო"; }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return "გთხოვთ წაშალოთ " + n + " სიმბოლო"; }, 13 | formatSelectionTooBig: function (limit) { return "თქვენ შეგიძლიათ მხოლოდ " + limit + " ჩანაწერის მონიშვნა"; }, 14 | formatLoadMore: function (pageNumber) { return "შედეგის ჩატვირთვა…"; }, 15 | formatSearching: function () { return "ძებნა…"; } 16 | }; 17 | 18 | $.extend($.fn.select2.defaults, $.fn.select2.locales['ka']); 19 | })(jQuery); 20 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/select2/select2_locale_it.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Italian translation 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | 7 | $.fn.select2.locales['it'] = { 8 | formatNoMatches: function () { return "Nessuna corrispondenza trovata"; }, 9 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Inserisci ancora " + n + " caratter" + (n == 1? "e" : "i"); }, 10 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Inserisci " + n + " caratter" + (n == 1? "e" : "i") + " in meno"; }, 11 | formatSelectionTooBig: function (limit) { return "Puoi selezionare solo " + limit + " element" + (limit == 1 ? "o" : "i"); }, 12 | formatLoadMore: function (pageNumber) { return "Caricamento in corso…"; }, 13 | formatSearching: function () { return "Ricerca…"; } 14 | }; 15 | 16 | $.extend($.fn.select2.defaults, $.fn.select2.locales['it']); 17 | })(jQuery); -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/select2/select2_locale_no.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Norwegian translation. 3 | * 4 | * Author: Torgeir Veimo 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.fn.select2.locales['no'] = { 10 | formatNoMatches: function () { return "Ingen treff"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Vennligst skriv inn " + n + (n>1 ? " flere tegn" : " tegn til"); }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Vennligst fjern " + n + " tegn"; }, 13 | formatSelectionTooBig: function (limit) { return "Du kan velge maks " + limit + " elementer"; }, 14 | formatLoadMore: function (pageNumber) { return "Laster flere resultater…"; }, 15 | formatSearching: function () { return "Søker…"; } 16 | }; 17 | 18 | $.extend($.fn.select2.defaults, $.fn.select2.locales['no']); 19 | })(jQuery); 20 | 21 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/select2/select2_locale_pt-BR.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Brazilian Portuguese translation 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | 7 | $.fn.select2.locales['pt-BR'] = { 8 | formatNoMatches: function () { return "Nenhum resultado encontrado"; }, 9 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Digite mais " + n + " caracter" + (n == 1? "" : "es"); }, 10 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Apague " + n + " caracter" + (n == 1? "" : "es"); }, 11 | formatSelectionTooBig: function (limit) { return "Só é possível selecionar " + limit + " elemento" + (limit == 1 ? "" : "s"); }, 12 | formatLoadMore: function (pageNumber) { return "Carregando mais resultados…"; }, 13 | formatSearching: function () { return "Buscando…"; } 14 | }; 15 | 16 | $.extend($.fn.select2.defaults, $.fn.select2.locales['pt-BR']); 17 | })(jQuery); 18 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/select2/select2_locale_es.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Spanish translation 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | 7 | $.fn.select2.locales['es'] = { 8 | formatNoMatches: function () { return "No se encontraron resultados"; }, 9 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Por favor, introduzca " + n + " car" + (n == 1? "ácter" : "acteres"); }, 10 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Por favor, elimine " + n + " car" + (n == 1? "ácter" : "acteres"); }, 11 | formatSelectionTooBig: function (limit) { return "Sólo puede seleccionar " + limit + " elemento" + (limit == 1 ? "" : "s"); }, 12 | formatLoadMore: function (pageNumber) { return "Cargando más resultados…"; }, 13 | formatSearching: function () { return "Buscando…"; } 14 | }; 15 | 16 | $.extend($.fn.select2.defaults, $.fn.select2.locales['es']); 17 | })(jQuery); 18 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/select2/select2_locale_ro.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Romanian translation. 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | 7 | $.fn.select2.locales['ro'] = { 8 | formatNoMatches: function () { return "Nu a fost găsit nimic"; }, 9 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Vă rugăm să introduceți incă " + n + " caracter" + (n == 1 ? "" : "e"); }, 10 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Vă rugăm să introduceți mai puțin de " + n + " caracter" + (n == 1? "" : "e"); }, 11 | formatSelectionTooBig: function (limit) { return "Aveți voie să selectați cel mult " + limit + " element" + (limit == 1 ? "" : "e"); }, 12 | formatLoadMore: function (pageNumber) { return "Se încarcă…"; }, 13 | formatSearching: function () { return "Căutare…"; } 14 | }; 15 | 16 | $.extend($.fn.select2.defaults, $.fn.select2.locales['ro']); 17 | })(jQuery); 18 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/select2/select2_locale_pt-PT.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Portuguese (Portugal) translation 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | 7 | $.fn.select2.locales['pt-PT'] = { 8 | formatNoMatches: function () { return "Nenhum resultado encontrado"; }, 9 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Introduza " + n + " car" + (n == 1 ? "ácter" : "acteres"); }, 10 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Apague " + n + " car" + (n == 1 ? "ácter" : "acteres"); }, 11 | formatSelectionTooBig: function (limit) { return "Só é possível selecionar " + limit + " elemento" + (limit == 1 ? "" : "s"); }, 12 | formatLoadMore: function (pageNumber) { return "A carregar mais resultados…"; }, 13 | formatSearching: function () { return "A pesquisar…"; } 14 | }; 15 | 16 | $.extend($.fn.select2.defaults, $.fn.select2.locales['pt-PT']); 17 | })(jQuery); 18 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/angular-translate/dist/angular-translate-storage-local/angular-translate-storage-local.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * angular-translate - v2.18.2 - 2020-01-04 3 | * 4 | * Copyright (c) 2020 The angular-translate team, Pascal Precht; Licensed MIT 5 | */ 6 | !function(t,e){"function"==typeof define&&define.amd?define([],function(){return e()}):"object"==typeof module&&module.exports?module.exports=e():e()}(0,function(){function t(a,t){"use strict";var o,e={get:function(t){return o||(o=a.localStorage.getItem(t)),o},set:function(t,e){o=e,a.localStorage.setItem(t,e)},put:function(t,e){o=e,a.localStorage.setItem(t,e)}},r="localStorage"in a;if(r){var n="pascalprecht.translate.storageTest";try{r=null!==a.localStorage&&(a.localStorage.setItem(n,"foo"),a.localStorage.removeItem(n),!0)}catch(t){r=!1}}return r?e:t}return t.$inject=["$window","$translateCookieStorage"],angular.module("pascalprecht.translate").factory("$translateLocalStorage",t),t.displayName="$translateLocalStorageFactory","pascalprecht.translate"}); -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/select2/select2_locale_et.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Estonian translation. 3 | * 4 | * Author: Kuldar Kalvik 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.fn.select2.locales['et'] = { 10 | formatNoMatches: function () { return "Tulemused puuduvad"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Sisesta " + n + " täht" + (n == 1 ? "" : "e") + " rohkem"; }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Sisesta " + n + " täht" + (n == 1? "" : "e") + " vähem"; }, 13 | formatSelectionTooBig: function (limit) { return "Saad vaid " + limit + " tulemus" + (limit == 1 ? "e" : "t") + " valida"; }, 14 | formatLoadMore: function (pageNumber) { return "Laen tulemusi.."; }, 15 | formatSearching: function () { return "Otsin.."; } 16 | }; 17 | 18 | $.extend($.fn.select2.defaults, $.fn.select2.locales['et']); 19 | })(jQuery); 20 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/img/open-id-logo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 10 | 11 | 12 | 13 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/select2/select2_locale_id.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Indonesian translation. 3 | * 4 | * Author: Ibrahim Yusuf 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.fn.select2.locales['id'] = { 10 | formatNoMatches: function () { return "Tidak ada data yang sesuai"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Masukkan " + n + " huruf lagi" + (n == 1 ? "" : "s"); }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Hapus " + n + " huruf" + (n == 1 ? "" : "s"); }, 13 | formatSelectionTooBig: function (limit) { return "Anda hanya dapat memilih " + limit + " pilihan" + (limit == 1 ? "" : "s"); }, 14 | formatLoadMore: function (pageNumber) { return "Mengambil data…"; }, 15 | formatSearching: function () { return "Mencari…"; } 16 | }; 17 | 18 | $.extend($.fn.select2.defaults, $.fn.select2.locales['id']); 19 | })(jQuery); 20 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/img/open-id-logo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 10 | 11 | 12 | 13 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/select2/select2_locale_vi.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Vietnamese translation. 3 | * 4 | * Author: Long Nguyen 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.fn.select2.locales['vi'] = { 10 | formatNoMatches: function () { return "Không tìm thấy kết quả"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Vui lòng nhập nhiều hơn " + n + " ký tự" + (n == 1 ? "" : "s"); }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Vui lòng nhập ít hơn " + n + " ký tự" + (n == 1? "" : "s"); }, 13 | formatSelectionTooBig: function (limit) { return "Chỉ có thể chọn được " + limit + " tùy chọn" + (limit == 1 ? "" : "s"); }, 14 | formatLoadMore: function (pageNumber) { return "Đang lấy thêm kết quả…"; }, 15 | formatSearching: function () { return "Đang tìm…"; } 16 | }; 17 | 18 | $.extend($.fn.select2.defaults, $.fn.select2.locales['vi']); 19 | })(jQuery); 20 | 21 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/select2/LICENSE: -------------------------------------------------------------------------------- 1 | Copyright 2014 Igor Vaynberg 2 | 3 | Version: @@ver@@ Timestamp: @@timestamp@@ 4 | 5 | This software is licensed under the Apache License, Version 2.0 (the "Apache License") or the GNU 6 | General Public License version 2 (the "GPL License"). You may choose either license to govern your 7 | use of this software only upon the condition that you accept all of the terms of either the Apache 8 | License or the GPL License. 9 | 10 | You may obtain a copy of the Apache License and the GPL License at: 11 | 12 | http://www.apache.org/licenses/LICENSE-2.0 13 | http://www.gnu.org/licenses/gpl-2.0.html 14 | 15 | Unless required by applicable law or agreed to in writing, software distributed under the Apache License 16 | or the GPL Licesnse is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, 17 | either express or implied. See the Apache License and the GPL License for the specific language governing 18 | permissions and limitations under the Apache License and the GPL License. 19 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/select2/select2_locale_mk.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Macedonian translation. 3 | * 4 | * Author: Marko Aleksic 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.fn.select2.locales['mk'] = { 10 | formatNoMatches: function () { return "Нема пронајдено совпаѓања"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Ве молиме внесете уште " + n + " карактер" + (n == 1 ? "" : "и"); }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Ве молиме внесете " + n + " помалку карактер" + (n == 1? "" : "и"); }, 13 | formatSelectionTooBig: function (limit) { return "Можете да изберете само " + limit + " ставк" + (limit == 1 ? "а" : "и"); }, 14 | formatLoadMore: function (pageNumber) { return "Вчитување резултати…"; }, 15 | formatSearching: function () { return "Пребарување…"; } 16 | }; 17 | 18 | $.extend($.fn.select2.defaults, $.fn.select2.locales['mk']); 19 | })(jQuery); -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/select2/select2_locale_ca.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Catalan translation. 3 | * 4 | * Author: David Planella 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.fn.select2.locales['ca'] = { 10 | formatNoMatches: function () { return "No s'ha trobat cap coincidència"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Introduïu " + n + " caràcter" + (n == 1 ? "" : "s") + " més"; }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Introduïu " + n + " caràcter" + (n == 1? "" : "s") + "menys"; }, 13 | formatSelectionTooBig: function (limit) { return "Només podeu seleccionar " + limit + " element" + (limit == 1 ? "" : "s"); }, 14 | formatLoadMore: function (pageNumber) { return "S'estan carregant més resultats…"; }, 15 | formatSearching: function () { return "S'està cercant…"; } 16 | }; 17 | 18 | $.extend($.fn.select2.defaults, $.fn.select2.locales['ca']); 19 | })(jQuery); 20 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/select2/select2_locale_bg.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Bulgarian translation. 3 | * 4 | * @author Lubomir Vikev 5 | * @author Uriy Efremochkin 6 | */ 7 | (function ($) { 8 | "use strict"; 9 | 10 | $.fn.select2.locales['bg'] = { 11 | formatNoMatches: function () { return "Няма намерени съвпадения"; }, 12 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Моля въведете още " + n + " символ" + (n > 1 ? "а" : ""); }, 13 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Моля въведете с " + n + " по-малко символ" + (n > 1 ? "а" : ""); }, 14 | formatSelectionTooBig: function (limit) { return "Можете да направите до " + limit + (limit > 1 ? " избора" : " избор"); }, 15 | formatLoadMore: function (pageNumber) { return "Зареждат се още…"; }, 16 | formatSearching: function () { return "Търсене…"; } 17 | }; 18 | 19 | $.extend($.fn.select2.defaults, $.fn.select2.locales['bg']); 20 | })(jQuery); 21 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/select2/select2_locale_el.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Greek translation. 3 | * 4 | * @author Uriy Efremochkin 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.fn.select2.locales['el'] = { 10 | formatNoMatches: function () { return "Δεν βρέθηκαν αποτελέσματα"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Παρακαλούμε εισάγετε " + n + " περισσότερο" + (n > 1 ? "υς" : "") + " χαρακτήρ" + (n > 1 ? "ες" : "α"); }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Παρακαλούμε διαγράψτε " + n + " χαρακτήρ" + (n > 1 ? "ες" : "α"); }, 13 | formatSelectionTooBig: function (limit) { return "Μπορείτε να επιλέξετε μόνο " + limit + " αντικείμεν" + (limit > 1 ? "α" : "ο"); }, 14 | formatLoadMore: function (pageNumber) { return "Φόρτωση περισσότερων…"; }, 15 | formatSearching: function () { return "Αναζήτηση…"; } 16 | }; 17 | 18 | $.extend($.fn.select2.defaults, $.fn.select2.locales['el']); 19 | })(jQuery); -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/select2/select2_locale_az.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Azerbaijani translation. 3 | * 4 | * Author: Farhad Safarov 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.fn.select2.locales['az'] = { 10 | formatMatches: function (matches) { return matches + " nəticə mövcuddur, hərəkət etdirmək üçün yuxarı və aşağı düymələrindən istifadə edin."; }, 11 | formatNoMatches: function () { return "Nəticə tapılmadı"; }, 12 | formatInputTooShort: function (input, min) { var n = min - input.length; return n + " simvol daxil edin"; }, 13 | formatInputTooLong: function (input, max) { var n = input.length - max; return n + " simvol silin"; }, 14 | formatSelectionTooBig: function (limit) { return "Sadəcə " + limit + " element seçə bilərsiniz"; }, 15 | formatLoadMore: function (pageNumber) { return "Daha çox nəticə yüklənir…"; }, 16 | formatSearching: function () { return "Axtarılır…"; } 17 | }; 18 | 19 | $.extend($.fn.select2.defaults, $.fn.select2.locales['az']); 20 | })(jQuery); 21 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/select2/select2_locale_fi.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Finnish translation 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | $.fn.select2.locales['fi'] = { 7 | formatNoMatches: function () { 8 | return "Ei tuloksia"; 9 | }, 10 | formatInputTooShort: function (input, min) { 11 | var n = min - input.length; 12 | return "Ole hyvä ja anna " + n + " merkkiä lisää"; 13 | }, 14 | formatInputTooLong: function (input, max) { 15 | var n = input.length - max; 16 | return "Ole hyvä ja anna " + n + " merkkiä vähemmän"; 17 | }, 18 | formatSelectionTooBig: function (limit) { 19 | return "Voit valita ainoastaan " + limit + " kpl"; 20 | }, 21 | formatLoadMore: function (pageNumber) { 22 | return "Ladataan lisää tuloksia…"; 23 | }, 24 | formatSearching: function () { 25 | return "Etsitään…"; 26 | } 27 | }; 28 | 29 | $.extend($.fn.select2.defaults, $.fn.select2.locales['fi']); 30 | })(jQuery); 31 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/select2/select2_locale_lv.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Latvian translation. 3 | * 4 | * @author Uriy Efremochkin 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.fn.select2.locales['lv'] = { 10 | formatNoMatches: function () { return "Sakritību nav"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Lūdzu ievadiet vēl " + n + " simbol" + (n == 11 ? "us" : n%10 == 1 ? "u" : "us"); }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Lūdzu ievadiet par " + n + " simbol" + (n == 11 ? "iem" : n%10 == 1 ? "u" : "iem") + " mazāk"; }, 13 | formatSelectionTooBig: function (limit) { return "Jūs varat izvēlēties ne vairāk kā " + limit + " element" + (limit == 11 ? "us" : limit%10 == 1 ? "u" : "us"); }, 14 | formatLoadMore: function (pageNumber) { return "Datu ielāde…"; }, 15 | formatSearching: function () { return "Meklēšana…"; } 16 | }; 17 | 18 | $.extend($.fn.select2.defaults, $.fn.select2.locales['lv']); 19 | })(jQuery); 20 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/select2/select2_locale_de.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 German translation 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | 7 | $.fn.select2.locales['de'] = { 8 | formatNoMatches: function () { return "Keine Übereinstimmungen gefunden"; }, 9 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Bitte " + n + " Zeichen mehr eingeben"; }, 10 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Bitte " + n + " Zeichen weniger eingeben"; }, 11 | formatSelectionTooBig: function (limit) { return "Sie können nur " + limit + " Eintr" + (limit === 1 ? "ag" : "äge") + " auswählen"; }, 12 | formatLoadMore: function (pageNumber) { return "Lade mehr Ergebnisse…"; }, 13 | formatSearching: function () { return "Suche…"; }, 14 | formatMatches: function (matches) { return matches + " Ergebnis " + (matches > 1 ? "se" : "") + " verfügbar, zum Navigieren die Hoch-/Runter-Pfeiltasten verwenden."; } 15 | }; 16 | 17 | $.extend($.fn.select2.defaults, $.fn.select2.locales['de']); 18 | })(jQuery); -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2020 Jenkins Infra 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/img/linkedin-logo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 13 | 14 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/select2/select2_locale_hr.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Croatian translation. 3 | * 4 | * @author Edi Modrić 5 | * @author Uriy Efremochkin 6 | */ 7 | (function ($) { 8 | "use strict"; 9 | 10 | $.fn.select2.locales['hr'] = { 11 | formatNoMatches: function () { return "Nema rezultata"; }, 12 | formatInputTooShort: function (input, min) { return "Unesite još" + character(min - input.length); }, 13 | formatInputTooLong: function (input, max) { return "Unesite" + character(input.length - max) + " manje"; }, 14 | formatSelectionTooBig: function (limit) { return "Maksimalan broj odabranih stavki je " + limit; }, 15 | formatLoadMore: function (pageNumber) { return "Učitavanje rezultata…"; }, 16 | formatSearching: function () { return "Pretraga…"; } 17 | }; 18 | 19 | $.extend($.fn.select2.defaults, $.fn.select2.locales['hr']); 20 | 21 | function character (n) { 22 | return " " + n + " znak" + (n%10 < 5 && n%10 > 0 && (n%100 < 5 || n%100 > 19) ? n%10 > 1 ? "a" : "" : "ova"); 23 | } 24 | })(jQuery); 25 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/img/linkedin-logo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 13 | 14 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/select2/select2_locale_fa.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Persian translation. 3 | * 4 | * Author: Ali Choopan 5 | * Author: Ebrahim Byagowi 6 | */ 7 | (function ($) { 8 | "use strict"; 9 | 10 | $.fn.select2.locales['fa'] = { 11 | formatMatches: function (matches) { return matches + " نتیجه موجود است، کلیدهای جهت بالا و پایین را برای گشتن استفاده کنید."; }, 12 | formatNoMatches: function () { return "نتیجه‌ای یافت نشد."; }, 13 | formatInputTooShort: function (input, min) { var n = min - input.length; return "لطفاً " + n + " نویسه بیشتر وارد نمایید"; }, 14 | formatInputTooLong: function (input, max) { var n = input.length - max; return "لطفاً " + n + " نویسه را حذف کنید."; }, 15 | formatSelectionTooBig: function (limit) { return "شما فقط می‌توانید " + limit + " مورد را انتخاب کنید"; }, 16 | formatLoadMore: function (pageNumber) { return "در حال بارگیری موارد بیشتر…"; }, 17 | formatSearching: function () { return "در حال جستجو…"; } 18 | }; 19 | 20 | $.extend($.fn.select2.defaults, $.fn.select2.locales['fa']); 21 | })(jQuery); 22 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/img/twitter-logo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 9 | 10 | 11 | 12 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/img/twitter-logo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 9 | 10 | 11 | 12 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/select2/select2_locale_rs.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Serbian translation. 3 | * 4 | * @author Limon Monte 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.fn.select2.locales['rs'] = { 10 | formatNoMatches: function () { return "Ništa nije pronađeno"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Ukucajte bar još " + n + " simbol" + (n % 10 == 1 && n % 100 != 11 ? "" : "a"); }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Obrišite " + n + " simbol" + (n % 10 == 1 && n % 100 != 11 ? "" : "a"); }, 13 | formatSelectionTooBig: function (limit) { return "Možete izabrati samo " + limit + " stavk" + (limit % 10 == 1 && limit % 100 != 11 ? "u" : (limit % 10 >= 2 && limit % 10 <= 4 && (limit % 100 < 12 || limit % 100 > 14)? "e" : "i")); }, 14 | formatLoadMore: function (pageNumber) { return "Preuzimanje još rezultata…"; }, 15 | formatSearching: function () { return "Pretraga…"; } 16 | }; 17 | 18 | $.extend($.fn.select2.defaults, $.fn.select2.locales['rs']); 19 | })(jQuery); 20 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/js/patternfly-functions-sidebar.js: -------------------------------------------------------------------------------- 1 | // Util: PatternFly Sidebar 2 | // Set height of sidebar-pf to height of document minus height of navbar-pf if not mobile 3 | (function ($) { 4 | 'use strict'; 5 | $.fn.sidebar = function () { 6 | var documentHeight = 0, 7 | navbarpfHeight = 0, 8 | colHeight = 0; 9 | 10 | if ($('.navbar-pf .navbar-toggle').is(':hidden')) { 11 | documentHeight = $(document).height(); 12 | navbarpfHeight = $('.navbar-pf').outerHeight(); 13 | colHeight = documentHeight - navbarpfHeight; 14 | } 15 | $('.sidebar-pf').parent('.row').children('[class*="col-"]').css({"min-height" : colHeight}); 16 | }; 17 | 18 | $(document).ready(function () { 19 | // Call sidebar() on ready if .sidebar-pf exists and .datatable does not exist 20 | if ($('.sidebar-pf').length > 0 && $('.datatable').length === 0) { 21 | $.fn.sidebar(); 22 | } 23 | }); 24 | 25 | $(window).on('resize', function () { 26 | // Call sidebar() on resize if .sidebar-pf exists 27 | if ($('.sidebar-pf').length > 0) { 28 | $.fn.sidebar(); 29 | } 30 | }); 31 | }(jQuery)); 32 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/select2/select2_locale_fr.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 French translation 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | 7 | $.fn.select2.locales['fr'] = { 8 | formatMatches: function (matches) { return matches + " résultats sont disponibles, utilisez les flèches haut et bas pour naviguer."; }, 9 | formatNoMatches: function () { return "Aucun résultat trouvé"; }, 10 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Saisissez " + n + " caractère" + (n == 1? "" : "s") + " supplémentaire" + (n == 1? "" : "s") ; }, 11 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Supprimez " + n + " caractère" + (n == 1? "" : "s"); }, 12 | formatSelectionTooBig: function (limit) { return "Vous pouvez seulement sélectionner " + limit + " élément" + (limit == 1 ? "" : "s"); }, 13 | formatLoadMore: function (pageNumber) { return "Chargement de résultats supplémentaires…"; }, 14 | formatSearching: function () { return "Recherche en cours…"; } 15 | }; 16 | 17 | $.extend($.fn.select2.defaults, $.fn.select2.locales['fr']); 18 | })(jQuery); 19 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/select2/select2_locale_ru.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Russian translation. 3 | * 4 | * @author Uriy Efremochkin 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.fn.select2.locales['ru'] = { 10 | formatNoMatches: function () { return "Совпадений не найдено"; }, 11 | formatInputTooShort: function (input, min) { return "Пожалуйста, введите еще хотя бы" + character(min - input.length); }, 12 | formatInputTooLong: function (input, max) { return "Пожалуйста, введите на" + character(input.length - max) + " меньше"; }, 13 | formatSelectionTooBig: function (limit) { return "Вы можете выбрать не более " + limit + " элемент" + (limit%10 == 1 && limit%100 != 11 ? "а" : "ов"); }, 14 | formatLoadMore: function (pageNumber) { return "Загрузка данных…"; }, 15 | formatSearching: function () { return "Поиск…"; } 16 | }; 17 | 18 | $.extend($.fn.select2.defaults, $.fn.select2.locales['ru']); 19 | 20 | function character (n) { 21 | return " " + n + " символ" + (n%10 < 5 && n%10 > 0 && (n%100 < 5 || n%100 > 20) ? n%10 > 1 ? "a" : "" : "ов"); 22 | } 23 | })(jQuery); 24 | -------------------------------------------------------------------------------- /jenkins/common/resources/lib/angular/treeview/LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2013 Steve 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy of 6 | this software and associated documentation files (the "Software"), to deal in 7 | the Software without restriction, including without limitation the rights to 8 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of 9 | the Software, and to permit persons to whom the Software is furnished to do so, 10 | subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS 17 | FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR 18 | COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 19 | IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 20 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 21 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/angular-treeview/LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2016 it-ailen 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/filesaver/LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2014 jacoborus 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy of 6 | this software and associated documentation files (the "Software"), to deal in 7 | the Software without restriction, including without limitation the rights to 8 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of 9 | the Software, and to permit persons to whom the Software is furnished to do so, 10 | subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS 17 | FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR 18 | COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 19 | IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 20 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 21 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/safename/LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2014 jacoborus 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy of 6 | this software and associated documentation files (the "Software"), to deal in 7 | the Software without restriction, including without limitation the rights to 8 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of 9 | the Software, and to permit persons to whom the Software is furnished to do so, 10 | subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS 17 | FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR 18 | COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 19 | IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 20 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 21 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/angular/LICENSE.md: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2016 Angular 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/LICENSE.txt: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2019 Red Hat, Inc. 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/angular-loader/LICENSE.md: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2016 Angular 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/angular-route/LICENSE.md: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2016 Angular 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/ng-file-upload/LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2013 danialfarid 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy of 6 | this software and associated documentation files (the "Software"), to deal in 7 | the Software without restriction, including without limitation the rights to 8 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of 9 | the Software, and to permit persons to whom the Software is furnished to do so, 10 | subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS 17 | FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR 18 | COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 19 | IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 20 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 21 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/img/stack-exchange-logo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/angular-cookies/LICENSE.md: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2016 Angular 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/angular-resource/LICENSE.md: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2016 Angular 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/angular-sanitize/LICENSE.md: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2016 Angular 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/bootstrap/LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2011-2019 Twitter, Inc. 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in 13 | all copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | THE SOFTWARE. 22 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/img/stack-exchange-logo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/text-security/LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2016 Oskari Noppa 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/jquery/LICENSE.txt: -------------------------------------------------------------------------------- 1 | Copyright JS Foundation and other contributors, https://js.foundation/ 2 | 3 | Permission is hereby granted, free of charge, to any person obtaining 4 | a copy of this software and associated documentation files (the 5 | "Software"), to deal in the Software without restriction, including 6 | without limitation the rights to use, copy, modify, merge, publish, 7 | distribute, sublicense, and/or sell copies of the Software, and to 8 | permit persons to whom the Software is furnished to do so, subject to 9 | the following conditions: 10 | 11 | The above copyright notice and this permission notice shall be 12 | included in all copies or substantial portions of the Software. 13 | 14 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 15 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 16 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 17 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 18 | LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 19 | OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 20 | WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 21 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/select2/select2_locale_ar.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Arabic translation. 3 | * 4 | * Author: Adel KEDJOUR 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.fn.select2.locales['ar'] = { 10 | formatNoMatches: function () { return "لم يتم العثور على مطابقات"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; if (n == 1){ return "الرجاء إدخال حرف واحد على الأكثر"; } return n == 2 ? "الرجاء إدخال حرفين على الأكثر" : "الرجاء إدخال " + n + " على الأكثر"; }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; if (n == 1){ return "الرجاء إدخال حرف واحد على الأقل"; } return n == 2 ? "الرجاء إدخال حرفين على الأقل" : "الرجاء إدخال " + n + " على الأقل "; }, 13 | formatSelectionTooBig: function (limit) { if (n == 1){ return "يمكنك أن تختار إختيار واحد فقط"; } return n == 2 ? "يمكنك أن تختار إختيارين فقط" : "يمكنك أن تختار " + n + " إختيارات فقط"; }, 14 | formatLoadMore: function (pageNumber) { return "تحميل المزيد من النتائج…"; }, 15 | formatSearching: function () { return "البحث…"; } 16 | }; 17 | 18 | $.extend($.fn.select2.defaults, $.fn.select2.locales['ar']); 19 | })(jQuery); 20 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/select2/select2_locale_en.js.template: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 translation. 3 | * 4 | * Author: Your Name 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.fn.select2.locales['en'] = { 10 | formatMatches: function (matches) { if (matches === 1) { return "One result is available, press enter to select it."; } return matches + " results are available, use up and down arrow keys to navigate."; }, 11 | formatNoMatches: function () { return "No matches found"; }, 12 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Please enter " + n + " or more character" + (n == 1 ? "" : "s"); }, 13 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Please delete " + n + " character" + (n == 1 ? "" : "s"); }, 14 | formatSelectionTooBig: function (limit) { return "You can only select " + limit + " item" + (limit == 1 ? "" : "s"); }, 15 | formatLoadMore: function (pageNumber) { return "Loading more results…"; }, 16 | formatSearching: function () { return "Searching…"; } 17 | }; 18 | 19 | $.extend($.fn.select2.defaults, $.fn.select2.locales['en']); 20 | })(jQuery); 21 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/angular-ui-select2/LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License 2 | 3 | Copyright (c) 2012 the AngularUI Team, http://angular-ui.github.com 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in 13 | all copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | THE SOFTWARE. 22 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/angular-translate/LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2013-2017 The angular-translate team and Pascal Precht 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in 13 | all copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | THE SOFTWARE. 22 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/img/google-logo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 11 | 13 | 15 | 17 | 19 | 20 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/img/google-logo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 11 | 13 | 15 | 17 | 19 | 20 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/img/gmail.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/img/gmail.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/select2/select2_locale_pl.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Polish translation. 3 | * 4 | * @author Jan Kondratowicz 5 | * @author Uriy Efremochkin 6 | * @author Michał Połtyn 7 | */ 8 | (function ($) { 9 | "use strict"; 10 | 11 | $.fn.select2.locales['pl'] = { 12 | formatNoMatches: function () { return "Brak wyników"; }, 13 | formatInputTooShort: function (input, min) { return "Wpisz co najmniej" + character(min - input.length, "znak", "i"); }, 14 | formatInputTooLong: function (input, max) { return "Wpisana fraza jest za długa o" + character(input.length - max, "znak", "i"); }, 15 | formatSelectionTooBig: function (limit) { return "Możesz zaznaczyć najwyżej" + character(limit, "element", "y"); }, 16 | formatLoadMore: function (pageNumber) { return "Ładowanie wyników…"; }, 17 | formatSearching: function () { return "Szukanie…"; } 18 | }; 19 | 20 | $.extend($.fn.select2.defaults, $.fn.select2.locales['pl']); 21 | 22 | function character (n, word, pluralSuffix) { 23 | return " " + n + " " + word + (n == 1 ? "" : n%10 < 5 && n%10 > 1 && (n%100 < 5 || n%100 > 20) ? pluralSuffix : "ów"); 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/select2/select2_locale_lt.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Lithuanian translation. 3 | * 4 | * @author CRONUS Karmalakas 5 | * @author Uriy Efremochkin 6 | */ 7 | (function ($) { 8 | "use strict"; 9 | 10 | $.fn.select2.locales['lt'] = { 11 | formatNoMatches: function () { return "Atitikmenų nerasta"; }, 12 | formatInputTooShort: function (input, min) { return "Įrašykite dar" + character(min - input.length); }, 13 | formatInputTooLong: function (input, max) { return "Pašalinkite" + character(input.length - max); }, 14 | formatSelectionTooBig: function (limit) { 15 | return "Jūs galite pasirinkti tik " + limit + " element" + ((limit%100 > 9 && limit%100 < 21) || limit%10 == 0 ? "ų" : limit%10 > 1 ? "us" : "ą"); 16 | }, 17 | formatLoadMore: function (pageNumber) { return "Kraunama daugiau rezultatų…"; }, 18 | formatSearching: function () { return "Ieškoma…"; } 19 | }; 20 | 21 | $.extend($.fn.select2.defaults, $.fn.select2.locales['lt']); 22 | 23 | function character (n) { 24 | return " " + n + " simbol" + ((n%100 > 9 && n%100 < 21) || n%10 == 0 ? "ių" : n%10 > 1 ? "ius" : "į"); 25 | } 26 | })(jQuery); 27 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/img/git-logo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/img/git-logo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/js/patternfly-functions-popovers.js: -------------------------------------------------------------------------------- 1 | // Util: PatternFly Popovers 2 | // Add data-close="true" to insert close X icon 3 | (function ($) { 4 | 'use strict'; 5 | 6 | $.fn.popovers = function () { 7 | // Initialize 8 | this.popover(); 9 | 10 | // Add close icons 11 | this.filter('[data-close=true]').each(function (index, element) { 12 | var $this = $(element), 13 | title = $this.attr('data-original-title') + ''; 14 | 15 | $this.attr('data-original-title', title); 16 | }); 17 | 18 | // Bind Close Icon to Toggle Display 19 | this.on('click', function (e) { 20 | var $this = $(this), 21 | $title = $this.next('.popover').find('.popover-title'); 22 | 23 | // Only if data-close is true add class "x" to title for right padding 24 | $title.find('.close').parent('.popover-title').addClass('closable'); 25 | 26 | // Bind x icon to close popover 27 | $title.find('.close').on('click', function () { 28 | $this.popover('hide'); 29 | }); 30 | 31 | // Prevent href="#" page scroll to top 32 | e.preventDefault(); 33 | }); 34 | 35 | return this; 36 | }; 37 | }(jQuery)); 38 | -------------------------------------------------------------------------------- /jenkins/common/resources/lib/fileupload/angular-file-upload-html5-shim.js: -------------------------------------------------------------------------------- 1 | /**! 2 | * AngularJS file upload shim for angular XHR HTML5 browsers 3 | * @author Danial 4 | * @version 1.1.10 5 | */ 6 | if (window.XMLHttpRequest) { 7 | if (window.FormData) { 8 | // allow access to Angular XHR private field: https://github.com/angular/angular.js/issues/1934 9 | XMLHttpRequest = (function(origXHR) { 10 | return function() { 11 | var xhr = new origXHR(); 12 | xhr.send = (function(orig) { 13 | return function() { 14 | if (arguments[0] instanceof FormData && arguments[0].__setXHR_) { 15 | var formData = arguments[0]; 16 | formData.__setXHR_(xhr); 17 | } 18 | orig.apply(xhr, arguments); 19 | } 20 | })(xhr.send); 21 | return xhr; 22 | } 23 | })(XMLHttpRequest); 24 | } 25 | } 26 | -------------------------------------------------------------------------------- /jenkins/common/resources/lib/angular/treeview/angular.treeview.min.js: -------------------------------------------------------------------------------- 1 | /* 2 | @license Angular Treeview version 0.1.6 3 | ⓒ 2013 AHN JAE-HA http://github.com/eu81273/angular.treeview 4 | License: MIT 5 | */ 6 | 7 | (function(f){f.module("angularTreeview",[]).directive("treeModel",function($compile){return{restrict:"A",link:function(b,h,c){var a=c.treeId,g=c.treeModel,e=c.nodeLabel||"label",d=c.nodeChildren||"children",e='
  • {{node.'+e+'}}
    5 | * @author Uriy Efremochkin 6 | */ 7 | (function ($) { 8 | "use strict"; 9 | 10 | $.fn.select2.locales['uk'] = { 11 | formatMatches: function (matches) { return character(matches, "результат") + " знайдено, використовуйте клавіші зі стрілками вверх та вниз для навігації."; }, 12 | formatNoMatches: function () { return "Нічого не знайдено"; }, 13 | formatInputTooShort: function (input, min) { return "Введіть буль ласка ще " + character(min - input.length, "символ"); }, 14 | formatInputTooLong: function (input, max) { return "Введіть буль ласка на " + character(input.length - max, "символ") + " менше"; }, 15 | formatSelectionTooBig: function (limit) { return "Ви можете вибрати лише " + character(limit, "елемент"); }, 16 | formatLoadMore: function (pageNumber) { return "Завантаження даних…"; }, 17 | formatSearching: function () { return "Пошук…"; } 18 | }; 19 | 20 | $.extend($.fn.select2.defaults, $.fn.select2.locales['uk']); 21 | 22 | function character (n, word) { 23 | return n + " " + word + (n%10 < 5 && n%10 > 0 && (n%100 < 5 || n%100 > 19) ? n%10 > 1 ? "и" : "" : "ів"); 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/img/github-logo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/img/github-logo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/angular-cookies/angular-cookies.min.js: -------------------------------------------------------------------------------- 1 | /* 2 | AngularJS v1.7.9 3 | (c) 2010-2018 Google, Inc. http://angularjs.org 4 | License: MIT 5 | */ 6 | (function(n,e){'use strict';function m(d,k,l){var a=l.baseHref(),h=d[0];return function(f,b,c){var d,g;c=c||{};g=c.expires;d=e.isDefined(c.path)?c.path:a;e.isUndefined(b)&&(g="Thu, 01 Jan 1970 00:00:00 GMT",b="");e.isString(g)&&(g=new Date(g));b=encodeURIComponent(f)+"="+encodeURIComponent(b);b=b+(d?";path="+d:"")+(c.domain?";domain="+c.domain:"");b+=g?";expires="+g.toUTCString():"";b+=c.secure?";secure":"";b+=c.samesite?";samesite="+c.samesite:"";c=b.length+1;4096 4096 bytes)!");h.cookie=b}}e.module("ngCookies",["ng"]).info({angularVersion:"1.7.9"}).provider("$cookies",[function(){var d=this.defaults={};this.$get=["$$cookieReader","$$cookieWriter",function(k,l){return{get:function(a){return k()[a]},getObject:function(a){return(a=this.get(a))?e.fromJson(a):a},getAll:function(){return k()},put:function(a,h,f){l(a,h,f?e.extend({},d,f):d)},putObject:function(a,d,f){this.put(a,e.toJson(d),f)},remove:function(a,h){l(a,void 0,h?e.extend({},d,h):d)}}}]}]);m.$inject= 8 | ["$document","$log","$browser"];e.module("ngCookies").provider("$$cookieWriter",function(){this.$get=m})})(window,window.angular); 9 | //# sourceMappingURL=angular-cookies.min.js.map 10 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/angular-translate/dist/angular-translate-loader-static-files/angular-translate-loader-static-files.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * angular-translate - v2.18.2 - 2020-01-04 3 | * 4 | * Copyright (c) 2020 The angular-translate team, Pascal Precht; Licensed MIT 5 | */ 6 | !function(e,i){"function"==typeof define&&define.amd?define([],function(){return i()}):"object"==typeof module&&module.exports?module.exports=i():i()}(0,function(){function e(n,a){"use strict";return function(r){if(!(r&&(angular.isArray(r.files)||angular.isString(r.prefix)&&angular.isString(r.suffix))))throw new Error("Couldn't load static files, no files and prefix or suffix specified!");r.files||(r.files=[{prefix:r.prefix,suffix:r.suffix}]);for(var e=function(e){if(!e||!angular.isString(e.prefix)||!angular.isString(e.suffix))throw new Error("Couldn't load static file, no prefix or suffix specified!");var i=[e.prefix,r.key,e.suffix].join("");return angular.isObject(r.fileMap)&&r.fileMap[i]&&(i=r.fileMap[i]),a(angular.extend({url:i,method:"GET"},r.$http)).then(function(e){return e.data},function(){return n.reject(r.key)})},i=[],t=r.files.length,f=0;f 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.fn.select2.locales['eu'] = { 10 | formatNoMatches: function () { 11 | return "Ez da bat datorrenik aurkitu"; 12 | }, 13 | formatInputTooShort: function (input, min) { 14 | var n = min - input.length; 15 | if (n === 1) { 16 | return "Idatzi karaktere bat gehiago"; 17 | } else { 18 | return "Idatzi " + n + " karaktere gehiago"; 19 | } 20 | }, 21 | formatInputTooLong: function (input, max) { 22 | var n = input.length - max; 23 | if (n === 1) { 24 | return "Idatzi karaktere bat gutxiago"; 25 | } else { 26 | return "Idatzi " + n + " karaktere gutxiago"; 27 | } 28 | }, 29 | formatSelectionTooBig: function (limit) { 30 | if (limit === 1 ) { 31 | return "Elementu bakarra hauta dezakezu"; 32 | } else { 33 | return limit + " elementu hauta ditzakezu soilik"; 34 | } 35 | }, 36 | formatLoadMore: function (pageNumber) { 37 | return "Emaitza gehiago kargatzen…"; 38 | }, 39 | formatSearching: function () { 40 | return "Bilatzen…"; 41 | } 42 | }; 43 | 44 | $.extend($.fn.select2.defaults, $.fn.select2.locales['eu']); 45 | })(jQuery); 46 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/select2/select2_locale_gl.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Galician translation 3 | * 4 | * Author: Leandro Regueiro 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.fn.select2.locales['gl'] = { 10 | formatNoMatches: function () { 11 | return "Non se atoparon resultados"; 12 | }, 13 | formatInputTooShort: function (input, min) { 14 | var n = min - input.length; 15 | if (n === 1) { 16 | return "Engada un carácter"; 17 | } else { 18 | return "Engada " + n + " caracteres"; 19 | } 20 | }, 21 | formatInputTooLong: function (input, max) { 22 | var n = input.length - max; 23 | if (n === 1) { 24 | return "Elimine un carácter"; 25 | } else { 26 | return "Elimine " + n + " caracteres"; 27 | } 28 | }, 29 | formatSelectionTooBig: function (limit) { 30 | if (limit === 1 ) { 31 | return "Só pode seleccionar un elemento"; 32 | } else { 33 | return "Só pode seleccionar " + limit + " elementos"; 34 | } 35 | }, 36 | formatLoadMore: function (pageNumber) { 37 | return "Cargando máis resultados…"; 38 | }, 39 | formatSearching: function () { 40 | return "Buscando…"; 41 | } 42 | }; 43 | 44 | $.extend($.fn.select2.defaults, $.fn.select2.locales['gl']); 45 | })(jQuery); 46 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/angular-translate/dist/angular-translate-interpolation-messageformat/angular-translate-interpolation-messageformat.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * angular-translate - v2.18.2 - 2020-01-04 3 | * 4 | * Copyright (c) 2020 The angular-translate team, Pascal Precht; Licensed MIT 5 | */ 6 | !function(t,e){"function"==typeof define&&define.amd?define(["messageformat"],function(t){return e(t)}):"object"==typeof module&&module.exports?module.exports=e(require("messageformat")):e(t.MessageFormat)}(this,function(r){function i(u,t,e,n){"use strict";var a={},c=t.get(e),f=new r("en");return angular.isFunction(n)&&n(f),c||(c=t(e)),c.put("en",f),a.setLocale=function(t){(f=c.get(t))||(f=new r(t),angular.isFunction(n)&&n(f),c.put(t,f))},a.getInterpolationIdentifier=function(){return"messageformat"},a.useSanitizeValueStrategy=function(t){return u.useStrategy(t),this},a.interpolate=function(t,e,n,a){e=e||{},e=u.sanitize(e,"params",a);var r=c.get("mf:"+t);if(!r){for(var i in e)if(e.hasOwnProperty(i)){var o=parseInt(e[i],10);angular.isNumber(o)&&""+o===e[i]&&(e[i]=o)}r=f.compile(t),c.put("mf:"+t,r)}var s=r(e);return u.sanitize(s,"text",a)},a}return angular.module("pascalprecht.translate").constant("TRANSLATE_MF_INTERPOLATION_CACHE","$translateMessageFormatInterpolation").provider("$translateMessageFormatInterpolation",function(){"use strict";var a;this.messageFormatConfigurer=function(t){a=t},this.$get=["$translateSanitization","$cacheFactory","TRANSLATE_MF_INTERPOLATION_CACHE",function(t,e,n){return i(t,e,n,a)}]}),i.displayName="$translateMessageFormatInterpolation","pascalprecht.translate"}); -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/js/patternfly.dataTables.pfResize.min.js: -------------------------------------------------------------------------------- 1 | !function(factory){"use strict";"function"==typeof define&&define.amd?define(["jquery","datatables.net"],function($){return factory($,window,document)}):"object"==typeof exports?module.exports=function(root,$){return root||(root=window),$&&$.fn.dataTable||($=require("datatables.net")(root,$).$),factory($,root,root.document)}:factory(jQuery,window,document)}(function($,window,document,undefined){"use strict";function isIE(){return/(MSIE|Trident\/|Edge\/)/i.test(window.navigator.userAgent)}function resetTableCells(dt,actions){actions!==undefined&&0!==actions.length&&$(actions).each(function(index,el){$(el).css({height:"auto"})})}function resize(dt){var actions=$(BUTTON_ACTIONS_SELECTOR+", "+KEBAB_ACTIONS_SELECTOR,dt.table().container());resetTableCells(dt,actions),resizeInlineActions(dt,actions)}function resizeInlineActions(dt,actions){actions!==undefined&&0!==actions.length&&$(actions).each(function(index,el){var parent=$(el).parent("td");parent!==undefined&&0!==parent.length&&$(el).css({height:parent[0].clientHeight})})}var DataTable=$.fn.dataTable,BUTTON_ACTIONS_SELECTOR="td.table-view-pf-actions .table-view-pf-btn",KEBAB_ACTIONS_SELECTOR="td.table-view-pf-actions .dropdown";return DataTable.pfResize={},DataTable.pfResize.init=function(dt){dt.settings()[0]._pfResize={},isIE()&&($(window).on("resize",function(){resize(dt)}),resize(dt))},DataTable.Api.register("pfResize.resize()",function(){return this.iterator("table",function(ctx){resize(new DataTable.Api(ctx))})}),$(document).on("init.dt",function(e,ctx,json){"dt"===e.namespace&&DataTable.pfResize.init(new DataTable.Api(ctx))}),DataTable.pfResize}); -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/img/google-calendar.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 11 | 12 | 13 | 16 | 18 | 19 | 20 | 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/img/google-calendar.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 11 | 12 | 13 | 16 | 18 | 19 | 20 | 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/angular-translate/dist/angular-translate-handler-log/angular-translate-handler-log.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * angular-translate - v2.18.2 - 2020-01-04 3 | * 4 | * Copyright (c) 2020 The angular-translate team, Pascal Precht; Licensed MIT 5 | */ 6 | (function (root, factory) { 7 | if (typeof define === 'function' && define.amd) { 8 | // AMD. Register as an anonymous module unless amdModuleId is set 9 | define([], function () { 10 | return (factory()); 11 | }); 12 | } else if (typeof module === 'object' && module.exports) { 13 | // Node. Does not work with strict CommonJS, but 14 | // only CommonJS-like environments that support module.exports, 15 | // like Node. 16 | module.exports = factory(); 17 | } else { 18 | factory(); 19 | } 20 | }(this, function () { 21 | 22 | $translateMissingTranslationHandlerLog.$inject = ['$log']; 23 | angular.module('pascalprecht.translate') 24 | 25 | /** 26 | * @ngdoc object 27 | * @name pascalprecht.translate.$translateMissingTranslationHandlerLog 28 | * @requires $log 29 | * 30 | * @description 31 | * Uses angular's `$log` service to give a warning when trying to translate a 32 | * translation id which doesn't exist. 33 | * 34 | * @returns {function} Handler function 35 | */ 36 | .factory('$translateMissingTranslationHandlerLog', $translateMissingTranslationHandlerLog); 37 | 38 | function $translateMissingTranslationHandlerLog ($log) { 39 | 40 | 'use strict'; 41 | 42 | return function (translationId) { 43 | $log.warn('Translation for ' + translationId + ' doesn\'t exist'); 44 | }; 45 | } 46 | 47 | $translateMissingTranslationHandlerLog.displayName = '$translateMissingTranslationHandlerLog'; 48 | return 'pascalprecht.translate'; 49 | 50 | })); 51 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/rcue/dist/img/logo-alt.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 18 | 19 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/img/logo-alt.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 18 | 19 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/jquery/external/sizzle/LICENSE.txt: -------------------------------------------------------------------------------- 1 | Copyright JS Foundation and other contributors, https://js.foundation/ 2 | 3 | This software consists of voluntary contributions made by many 4 | individuals. For exact contribution history, see the revision history 5 | available at https://github.com/jquery/sizzle 6 | 7 | The following license applies to all parts of this software except as 8 | documented below: 9 | 10 | ==== 11 | 12 | Permission is hereby granted, free of charge, to any person obtaining 13 | a copy of this software and associated documentation files (the 14 | "Software"), to deal in the Software without restriction, including 15 | without limitation the rights to use, copy, modify, merge, publish, 16 | distribute, sublicense, and/or sell copies of the Software, and to 17 | permit persons to whom the Software is furnished to do so, subject to 18 | the following conditions: 19 | 20 | The above copyright notice and this permission notice shall be 21 | included in all copies or substantial portions of the Software. 22 | 23 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 24 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 25 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 26 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 27 | LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 28 | OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 29 | WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 30 | 31 | ==== 32 | 33 | All files located in the node_modules and external directories are 34 | externally maintained libraries used by this software which have their 35 | own licenses; we recommend you read them, as their terms may differ from 36 | the terms above. 37 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/angular-loader/angular-loader.min.js: -------------------------------------------------------------------------------- 1 | /* 2 | AngularJS v1.7.9 3 | (c) 2010-2018 Google, Inc. http://angularjs.org 4 | License: MIT 5 | */ 6 | (function(){'use strict';function g(a,f){f=f||Error;return function(){var d=arguments[0],e;e="["+(a?a+":":"")+d+"] http://errors.angularjs.org/1.7.9/"+(a?a+"/":"")+d;for(d=1;d 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /jenkins/common/resources/node_modules/patternfly/dist/img/logo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | 21 | 22 | 23 | --------------------------------------------------------------------------------