aboutsummaryrefslogtreecommitdiffstats
path: root/ui-ci/src
AgeCommit message (Expand)AuthorFilesLines
2017-12-10Final commit to master merge fromTal Gitelman82-2248/+3709
2017-09-13ComponentBaseTest.java enhancement andIdan Amit33-242/+1327
2017-08-10[SDC] code syncMichael Lando11-205/+303
2017-08-07[sdc] syncTal Gitelman6-52/+139
2017-08-07[SDC] syncTal Gitelman1-0/+12
2017-08-07[SDC] code syncMichael Lando5-38/+5
2017-08-02[SDC] code rebase for sdc resync to LFAvi Ziv21-255/+245
2017-07-24[SDC] 1710 rebaseMichael Lando8-109/+146
2017-07-18[SDC] rebase 1710Michael Lando3-3/+3
2017-07-17[SDC] rebase 1710 codeMichael Lando7-39/+105
2017-07-12[sdc] rebase updateMichael Lando2-0/+40
2017-07-03[sdc] - last merges before moving to LFTal Gitelman1-1/+1
2017-06-29[SDC] rebase codeTal Gitelman13-186/+100
2017-06-19[sdc] update to the current code baseMichael Lando8-63/+81
2017-06-18[sdc] update code of sdcMichael Lando16-34/+192
2017-06-11[SDC-29] rebase continue work to align sourceMichael Lando142-0/+24293
2017-06-09[SDC-29] catalog 1707 rebase commit.Michael Lando112-15316/+0
2017-02-19Initial OpenECOMP SDC commitMichael Lando112-0/+15316
e": [ true, "debug", "info", "time", "timeEnd", "trace" ], "no-construct": true, "no-debugger": true, "no-duplicate-variable": true, "no-empty": false, "no-empty-interface": true, "no-eval": true, "no-inferrable-types": true, "no-shadowed-variable": true, "no-string-literal": false, "no-string-throw": true, "no-switch-case-fall-through": true, "no-trailing-whitespace": true, "no-unused-expression": true, "no-use-before-declare": true, "no-var-keyword": true, "object-literal-sort-keys": false, "one-line": [ true, "check-open-brace", "check-catch", "check-else", "check-whitespace" ], "prefer-const": true, "quotemark": [ true, "single" ], "radix": true, "semicolon": [ "always" ], "triple-equals": [ true, "allow-null-check" ], "typedef-whitespace": [ true, { "call-signature": "nospace", "index-signature": "nospace", "parameter": "nospace", "property-declaration": "nospace", "variable-declaration": "nospace" } ], "typeof-compare": true, "unified-signatures": true, "variable-name": false, "whitespace": [ true, "check-branch", "check-decl", "check-operator", "check-separator", "check-type" ], "directive-selector": [true, "attribute", "app", "camelCase"], "component-selector": [true, "element", "app", "kebab-case"], "use-input-property-decorator": true, "use-output-property-decorator": true, "use-host-property-decorator": true, "no-input-rename": true, "no-output-rename": true, "use-life-cycle-interface": true, "use-pipe-transform-interface": true, "component-class-suffix": true, "directive-class-suffix": true, "no-access-missing-member": true, "templates-use-public": true, "invoke-injectable": true } }