Age | Commit message (Expand) | Author | Files | Lines |
2021-08-30 | Include custom data types from VSP in csar imports | andre.schmid | 7 | -67/+152 |
2021-08-27 | Improve invalid artifact label error message | KrupaNagabhushan | 3 | -2/+11 |
2021-08-27 | Fix get capability type with uid | MichaelMorris | 2 | -4/+4 |
2021-08-27 | Add a CSAR validator for model ETSI SOL001 2.5.1 | andre.schmid | 20 | -129/+325 |
2021-08-27 | Support querying of model by type | MichaelMorris | 32 | -67/+229 |
2021-08-26 | Add types to imports | vasraz | 20 | -280/+458 |
2021-08-26 | Add ETSI SOL001 v2.5.1 model types to backend init | davsad | 37 | -6/+2203 |
2021-08-26 |
@media only all and (prefers-color-scheme: dark) {
.highlight .hll { background-color: #49483e }
.highlight .c { color: #75715e } /* Comment */
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
.highlight .k { color: #66d9ef } /* Keyword */
.highlight .l { color: #ae81ff } /* Literal */
.highlight .n { color: #f8f8f2 } /* Name */
.highlight .o { color: #f92672 } /* Operator */
.highlight .p { color: #f8f8f2 } /* Punctuation */
.highlight .ch { color: #75715e } /* Comment.Hashbang */
.highlight .cm { color: #75715e } /* Comment.Multiline */
.highlight .cp { color: #75715e } /* Comment.Preproc */
.highlight .cpf { color: #75715e } /* Comment.PreprocFile */
.highlight .c1 { color: #75715e } /* Comment.Single */
.highlight .cs { color: #75715e } /* Comment.Special */
.highlight .gd { color: #f92672 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gi { color: #a6e22e } /* Generic.Inserted */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #75715e } /* Generic.Subheading */
.highlight .kc { color: #66d9ef } /* Keyword.Constant */
.highlight .kd { color: #66d9ef } /* Keyword.Declaration */
.highlight .kn { color: #f92672 } /* Keyword.Namespace */
.highlight .kp { color: #66d9ef } /* Keyword.Pseudo */
.highlight .kr { color: #66d9ef } /* Keyword.Reserved */
.highlight .kt { color: #66d9ef } /* Keyword.Type */
.highlight .ld { color: #e6db74 } /* Literal.Date */
.highlight .m { color: #ae81ff } /* Literal.Number */
.highlight .s { color: #e6db74 } /* Literal.String */
.highlight .na { color: #a6e22e } /* Name.Attribute */
.highlight .nb { color: #f8f8f2 } /* Name.Builtin */
.highlight .nc { color: #a6e22e } /* Name.Class */
.highlight .no { color: #66d9ef } /* Name.Constant */
.highlight .nd { color: #a6e22e } /* Name.Decorator */
.highlight .ni { color: #f8f8f2 } /* Name.Entity */
.highlight .ne { color: #a6e22e } /* Name.Exception */
.highlight .nf { color: #a6e22e } /* Name.Function */
.highlight .nl { color: #f8f8f2 } /* Name.Label */
.highlight .nn { color: #f8f8f2 } /* Name.Namespace */
.highlight .nx { color: #a6e22e } /* Name.Other */
.highlight .py { color: #f8f8f2 } /* Name.Property */
.highlight .nt { color: #f92672 } /* Name.Tag */
.highlight .nv { color: #f8f8f2 } /* Name.Variable */
.highlight .ow { color: #f92672 } /* Operator.Word */
.highlight .w { color: #f8f8f2 } /* Text.Whitespace */
.highlight .mb { color: #ae81ff } /* Literal.Number.Bin */
.highlight .mf { color: #ae81ff } /* Literal.Number.Float */
.highlight .mh { color: #ae81ff } /* Literal.Number.Hex */
.highlight .mi { color: #ae81ff } /* Literal.Number.Integer */
.highlight .mo { color: #ae81ff } /* Literal.Number.Oct */
.highlight .sa { color: #e6db74 } /* Literal.String.Affix */
.highlight .sb { color: #e6db74 } /* Literal.String.Backtick */
.highlight .sc { color: #e6db74 } /* Literal.String.Char */
.highlight .dl { color: #e6db74 } /* Literal.String.Delimiter */
.highlight .sd { color: #e6db74 } /* Literal.String.Doc */
.highlight .s2 { color: #e6db74 } /* Literal.String.Double */
.highlight .se { color: #ae81ff } /* Literal.String.Escape */
.highlight .sh { color: #e6db74 } /* Literal.String.Heredoc */
.highlight .si { color: #e6db74 } /* Literal.String.Interpol */
.highlight .sx { color: #e6db74 } /* Literal.String.Other */
.highlight .sr { color: #e6db74 } /* Literal.String.Regex */
.highlight .s1 { color: #e6db74 } /* Literal.String.Single */
.highlight .ss { color: #e6db74 } /* Literal.String.Symbol */
.highlight .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */
.highlight .fm { color: #a6e22e } /* Name.Function.Magic */
.highlight .vc { color: #f8f8f2 } /* Name.Variable.Class */
.highlight .vg { color: #f8f8f2 } /* Name.Variable.Global */
.highlight .vi { color: #f8f8f2 } /* Name.Variable.Instance */
.highlight .vm { color: #f8f8f2 } /* Name.Variable.Magic */
.highlight .il { color: #ae81ff } /* Literal.Number.Integer.Long */
}
@media (prefers-color-scheme: light) {
.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 */
.highlig5 | -21/+69 |
2021-08-24 | Fix artifact name invalid error message | KrupaNagabhushan | 3 | -4/+11 |
2021-08-23 | Filter catalog in UI based on model | davsad | 11 | -23/+144 |
2021-08-23 | Load model default imports during CSAR Generation | KrupaNagabhushan | 5 | -22/+76 |
2021-08-23 | Fix composition view palette filter | stasys10 | 1 | -1/+3 |
2021-08-20 | Select a Model when Importing a VSP | andre.schmid | 7 | -23/+75 |
2021-08-19 | Fix the license issue - javax.jms: 1.1 | vasraz | 2 | -8/+7 |
2021-08-19 | Align all SDC dependencies versions | -6/+122 |
2021-08-13 | Implement simple onboarding cassandra upgrade | andre.schmid | 9 | -22/+62 |
2021-08-13 | Fix Zip slip blocker issues | aribeiro | 2 | -18/+28 |
2021-08-12 | Update base types based on model | MichaelMorris | 34 | -104/+246 |
2021-08-12 | Fix license fields disabled | sebdet | 1 | -3/+7 |
2021-08-12 | Specify a model while creating a VSP | andre.schmid | 28 | -93/+548 |
2021-08-11 | Fix local build of onboarding-fe | andre.schmid | 7 | -25/+32 |
2021-08-11 | Fix critical cross site scripting | aribeiro | 1 | -3/+4 |
2021-08-06 | Retrieve data types based on component model | aribeiro | 73 | -676/+1016 |
2021-08-06 | Consider component model when retrieving interface types | davsad | 14 | -91/+111 |
2021-08-06 | Fix Security Hotspot | vasraz | 6 | -4/+28 |
2021-08-05 | Implement 'Signed Large CSAR' support | vasraz | 14 | -145/+509 |
2021-08-05 | Disable locking during deployment | davsad | 6 | -18/+252 |
2021-08-05 | Update helm-validator version 1.2.0 -> 1.2.2 | Joanna Jeremicz | 1 | -2/+2 |
2021-08-04 | Import VSP top. template handling non SDC model | MichaelMorris | 16 | -109/+573 |
2021-08-04 | Consider component model when retrieving group and policy types | KrupaNagabhushan | 19 | -142/+214 |
2021-08-04 | Fix deleting screenshot of test suites | Tomasz Wrobel | 1 | -2/+6 |
2021-07-30 | Fix init upgrade fail for polictyTypes | KrupaNagabhushan | 2 | -0/+30 |
2021-07-29 | fix security vulnerability | aribeiro | 1 | -5/+6 |
2021-07-28 | Fix broken swagger | vasraz | 54 | -19543/+186 |
2021-07-28 | Upgrade springframework to latest version (5.3.8) | vasraz | 43 | -1/+707 |
2021-07-28 | Consider component model when retrieving capability types | KrupaNagabhushan | 6 | -11/+18 |
2021-07-28 | Fix helm-validator integration tests. | Tomasz Wrobel | 2 | -2/+3 |