aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/webapp/app/vid/scripts/controller/aaiSubscriberController.js
AgeCommit message (Collapse)AuthorFilesLines
2021-09-29AAI Query optimization for VIDPATTANAYAK, SAUMYA SWARUP (sp931a)1-7/+307
Issue-ID: VID-986 Change-Id: Ia3e012c41df4e9049ce9a1ae56ec83b276e11611 Signed-off-by: PATTANAYAK, SAUMYA SWARUP (sp931a) <sp931a@att.com>
2019-12-19while ng1 view/edit - get aai service if they are not exist yetEylon Malin1-0/+7
Issue-ID: VID-732 Change-Id: I6fd9866fb84eb07be7ea3c0bfc7cdfc0b3ea6084 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-11-24Merge this if statement with the enclosing one.anushadasari1-3/+1
Merging collapsible if statements increases the code's readability Issue-ID: VID-699 Change-Id: I2c030f36a60957ff63a35de05d3032abe9fed4d9 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-11-24Merge this if statement with the enclosing one.anushadasari1-3/+1
Merging collapsible if statements increases the code's readability. Issue-ID: VID-699 Change-Id: I9460c6b621815339f873761c0e7ba0bf9c479578 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-08-22Add a semicolon at the end of this statement.anushadasari1-16/+16
In JavaScript, the semicolon (;) is optional as a statement separator, but omitting semicolons can be confusing, and lead to unexpected results because a semicolon is implicitly inserted at the end of each line. Issue-ID: VID-583 Change-Id: I68d334ce5f7f427ebc3e49b5991fd989676d8c0e Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-08-13Add a semicolon at the end of this statementanushadasari1-1/+1
In JavaScript, the semicolon (;) is optional as a statement separator, but omitting semicolons can be confusing, and lead to unexpected results because a semicolon is implicitly inserted at the end of each line. Issue-ID: VID-568 Change-Id: Id89534f4fbd326ebcbe12857bce7e2d69bf73dfd Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-07-19fixing bugs connected with undefined parametersBartosz Gardziejewski1-1/+8
Issue-ID: VID-488 Change-Id: I0099ec50d775bbae6bdbfa40de85decd839f21b3 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
2019-07-18Merge from ecomp 3374149f - AngularJS UIIttay Stern1-4/+16
Issue-ID: VID-378 Change-Id: I6b3243b492009035c911f63b93258ea76938fcb9 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-07-08Adapting GUI for error report managingBartosz Gardziejewski1-0/+18
Change-Id: Idb3f5750596334990b030bfdf2f6551ad4d1c8e3 Issue-ID: VID-488 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
2019-03-28aaiSubscriberController TestBartosz Gardziejewski1-2/+0
Change-Id: I1e1b120d43e295e375626f125b8a24c4ae92b952 Issue-ID: VID-387 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
2019-02-26Update license headersIttay Stern1-1/+1
- Source code files been updated with License Apache 2 header - Year format in copyright header of all source code files been updated Issue-ID: VID-427 Change-Id: I27dfd8a927a62c90a713cbeccf6ce656c4f920f0 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-02-01Introduce JS unit tests into VIDgolabek1-1/+0
maven -> npm -> gulp -> jest frameworks added in a mentioned order. Change-Id: I1865228973eb31188fb052e8c9629f0ac01e48a7 Issue-ID: VID-391 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
2019-01-21replaced named func with anonymous funcDriptaroop Das1-5/+6
replaced named function with anonymous function. While named function expressions might be useful for debugging purposes, some browsers do not support them correctly (for example Internet Explorer 8). Issue-ID: VID-389 Change-Id: Ia0943a1bd765b1b9d5909c68af97ae11b1060255 Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
2019-01-09Merge from ECOMP's repositoryIttay Stern1-27/+105
Main Features -------------- - Async-Instantiation jobs mechanism major update; still WIP (package `org.onap.vid.job`) - New features in View/Edit: Activate fabric configuration; show related networks; soft delete - Support AAI service-tree traversal (`AAIServiceTree`) - In-memory cache for SDC models and certain A&AI queries (`CacheProviderWithLoadingCache`) - Upgrade TOSCA Parser and add parsing options; fix malformed TOSCA models - Resolve Cloud-Owner values for MSO - Pass X-ONAP headers to MSO Infrastructure -------------- - Remove codehaus' jackson mapper; use soley fasterxml 2.9.7 - Surefire invokes both TestNG and JUnit tests - Support Kotlin source files - AaiController2 which handles errors in a "Spring manner" - Inline generated-sources and remove jsonschema2pojo Quality -------- - Cumulative bug fixes (A&AI API, UI timeouts, and many more) - Many Sonar issues cleaned-up - Some unused classes removed - Minor changes in vid-automation project, allowing some API verification to run Hard Merges ------------ - HTTP Clients (MSO, A&AI, WebConfig, OutgoingRequestHeadersTest) - Moved `package org.onap.vid.controllers` to `controller`, without plural -- just to keep semantic sync with ECOMP. Reference commit in ECOMP: 3d1141625 Issue-ID: VID-378 Change-Id: I9c8d1e74caa41815891d441fc0760bb5f29c5788 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2018-08-06UI Feature flagging supportSonsino, Ofir (os0695)1-105/+347
Change-Id: Ic2151dab6306c42364483e9064c01bab3dd7378b Issue-ID: VID-208 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-04-15Change ASDC to SDC everywhere in VID UISonsino, Ofir (os0695)1-1/+1
Change-Id: I5149e2a3751370c9757c2b6a2bbff2984cc979b8 Issue-ID: VID-211 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-01-31org.onap migrationOfir Sonsino1-326/+566
Change-Id: I52f0b2851f2c765752b6d21f49b32136d7d72a3d Issue-ID: VID-86 Signed-off-by: Ofir Sonsino <os0695@att.com>
2017-10-25Fix error msg for AAI queryOfir Sonsino1-1/+1
Change-Id: I2db2402a2110ecccc7be4d26d4397ea64d0a8e6d Issue-Id: VID-79 Signed-off-by: Ofir Sonsino <os0695@att.com>
2017-10-23Please wait fix for AAI queryOfir Sonsino1-1/+1
Change-Id: I5b6a224b1cce477ad56074b84cb4fe922e754f55 Issue-Id: VID-79 Signed-off-by: Ofir Sonsino <os0695@att.com>
2017-09-20Change management and PNF supportOfir Sonsino1-2/+13
Issue-ID: VID-44, VID-48, VID-49, VID-50, VID-51, VID-52 Change-Id: I83e940aad2e4e294a0927b546c4c08ca8e539a65 Signed-off-by: Ofir Sonsino <os0695@att.com>
2017-09-20Global Read only role, Support VID specific RolesOfir Sonsino1-725/+836
Issue-ID: VID-46 , VID-47 Change-Id: Ib100d20ac40a65d39e27a6e2741b19a173a2b8ea Signed-off-by: Ofir Sonsino <os0695@att.com>
2017-09-04[VID-55] Upgrade Tosca Parser (merge)Ofir Sonsino1-1/+1
Change-Id: I5389f1641ef22df3ed569a154b3c367117c04d04 Signed-off-by: Ofir Sonsino <os0695@att.com>
2017-06-08[VID-15] fixes for various issuesjimmydot1-1/+9
Change-Id: I392a0427078d337a5d501a813dff73c1959481e2 Signed-off-by: jimmydot <jf2512@att.com>
2017-05-30[VID-12] Delivery of remaining features for v1.1jimmydot1-18/+96
Change-Id: I50305ba25aaa34ee1ca7640237f31ab824655a34 Signed-off-by: jimmydot <jf2512@att.com>
2017-05-07[VID-6] Initial rebase pushjimmydot1-0/+821
Change-Id: I9077be9663754d9b22f77c6a7b3109b361b39346 Signed-off-by: jimmydot <jf2512@att.com>