aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be
AgeCommit message (Expand)AuthorFilesLines
2018-04-15SIROV - add parent heat name for volumeeleonorali1-36/+35
2018-04-12Subinterface_indicator property issuesiddharth0905496-7735/+2747
2018-04-12Filter in onboarding - BEayalaben5.highlight .hll { background-color: #ffffcc } .highlight .c { color: #888888 } /* Comment */ .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ .highlight .k { color: #008800; font-weight: bold } /* Keyword */ .highlight .ch { color: #888888 } /* Comment.Hashbang */ .highlight .cm { color: #888888 } /* Comment.Multiline */ .highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */ .highlight .cpf { color: #888888 } /* Comment.PreprocFile */ .highlight .c1 { color: #888888 } /* Comment.Single */ .highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */ .highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ .highlight .ge { font-style: italic } /* Generic.Emph */ .highlight .gr { color: #aa0000 } /* Generic.Error */ .highlight .gh { color: #333333 } /* Generic.Heading */ .highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ .highlight .go { color: #888888 } /* Generic.Output */ .highlight .gp { color: #555555 } /* Generic.Prompt */ .highlight .gs { font-weight: bold } /* Generic.Strong */ .highlight .gu { color: #666666 } /* Generic.Subheading */ .highlight .gt { color: #aa0000 } /* Generic.Traceback */ .highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */ .highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */ .highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */ .highlight .kp { color: #008800 } /* Keyword.Pseudo */ .highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */ .highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */ .highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */ .highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */ .highlight .na { color: #336699 } /* Name.Attribute */ .highlight .nb { color: #003388 } /* Name.Builtin */ .highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */ .highlight .no { color: #003366; font-weight: bold } /* Name.Constant */ .highlight .nd { color: #555555 } /* Name.Decorator */ .highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */ .highlight .nl { color: #336699; font-style: italic } /* Name.Label */ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .h253-5595/+475
2018-04-10Evaluate subinterface_indicator propertysiddharth0905114-408/+3418
2018-04-09Interface definitiontalio2-16/+37
2018-04-09Health check to work without user_idsheetalm1-10/+5
2018-04-09fix a sonar complaints NullPointerExceptionlding71-0/+1
2018-04-08Reducing onboarding backend maven build timeshrikantawachar27-339/+27
2018-04-08Fixed proxy instead of resource type in auditvempo2-14/+138
2018-04-08Minor improvements in hostname for loggingvempo3-10/+10
2018-04-04Added new nodes typesiddharth0905623-29179/+37959
2018-04-01Introduced metrics to logging APIvempo25-856/+953
2018-03-29Component Dependency create VF bug fixojasdubey17-47/+6966
2018-03-29VLAN tagging - Support Pattern 1C2ojasdubey126-17102/+24671
2018-03-28fix sonar complaints NullPointerException in SDClding71-3/+4
2018-03-28Fixing Sonar blockersheetalm1-2/+2
2018-03-28Code change to evaluate Network rolesiddharth090523-446/+262
2018-03-27VLAN tagging - Pattern 4 VFC Instance Groupojasdubey17-156/+2165
2018-03-27VLAN tagging - VFC Instance Groupojasdubey69-6502/+15580
2018-03-26Added JAX-RS filters for loggingolegb18-848/+1707
2018-03-26Add unit-tests for mappersnoahs15-0/+1361
2018-03-25Adding Lombok to avoid boilerplate codenoahs50-1838/+1047
2018-03-23Logging refactoring and global contextvempo26-493/+932
2018-03-22Code change to evaluate Network rolesiddharth09053-19/+65
2018-03-22Update FlatEntity in TOSCAshiria60-270/+439
2018-03-21Add support in TOSCA isTypeOfshiria4-110/+295
2018-03-21Handle OperationDefinition in Tosca Data Modelshiria5-49/+237
2018-03-21Healing issueshrikantawachar1-2/+3
2018-03-20Archive Item - fix ItemManagerayalaben2-0/+13
2018-03-19Archive Itemayalaben27-99/+603
2018-03-19Code Change & Junit for verifying Pattern5siddharth090590-0/+37596
2018-03-15Interface definitiontalio9-54/+140
2018-03-15Change Tosca structuretalio13-114/+800
2018-03-15Changed logging context APIolegb15-279/+571
2018-03-15healed version of VSP is missing a Descriptionolegb1-1/+2
2018-03-14Empty error message during Proceed To Validationolegb1-1/+6
2018-03-13Processing CSAR failedshrikantawachar3-19/+8
2018-03-13Multiple ports (extCP) with wrong network-roleeleonorali7-837/+851
2018-03-12Refactor port id regextalio4-60/+79
2018-03-12Port Mirroring: Incorrect Interfaces list(2)eleonorali55-2515/+2514
2018-03-12Support Dual stuck - for difference version (2)eleonorali233-165/+6054
2018-03-11Validation of VSP fails with error nullavigaffa8-59/+118
2018-03-08Activity Spec Service - Implementationsheetalm1-11/+9