SuccessChanges

Summary

  1. Fix Bug 2294: Incorrect notification in update descriptor (details)
  2. Fix Bug 2293: Password Expiry and Account Expiry Time Issue for today & (details)
  3. Fix Bug 2292: Invalid Member VNF index in Manual Scaling after NS Update (details)
  4. Fix Bug 2291: No option to update VIM Account in NG-UI (details)
Commit 01c23ffb6ec62a3ec848e6f9b5fdc639eb2abe5a by sandhya.j
Fix Bug 2294: Incorrect notification in update descriptor
- Fixed the update descriptor issue to show 'Please Change
something'
  when no changes is made.
Change-Id: I042835c1934c1b94a8e8d880dae8d97b289750df Signed-off-by:
SANDHYA.JS <sandhya.j@tataelxsi.co.in>
The file was modifiedsrc/app/users/project-role/ProjectRoleComponent.ts
The file was modifiedsrc/app/utilities/edit-packages/EditPackagesComponent.ts
The file was modifiedsrc/app/roles/roles-create-edit/RolesCreateEditComponent.ts
The file was modifiedsrc/app/osm-repositories/osm-repo-create-update/OsmRepoCreateUpdateComponent.ts
The file was modifiedsrc/app/projects/project-create-update/ProjectCreateUpdateComponent.ts
Commit 4059995a9f12e038e5ee75a7dc299972df4de305 by jssan
Fix Bug 2293: Password Expiry and Account Expiry Time Issue for today &
tomorrow scenarios
- For today & tomorrow used Math.round
- For more than one day concept used Math.floor
Change-Id: Ifcc08ae030a7643b3ed0306867513065b06c2007 Signed-off-by:
SANDHYA.JS <sandhya.j@tataelxsi.co.in>
The file was modifiedsrc/app/login/LoginComponent.ts
The file was modifiedsrc/services/SharedService.ts
Commit 55beea81c235aa78e7ecf4a9b5ffd897f9f1c934 by jssan
Fix Bug 2292: Invalid Member VNF index in Manual Scaling after NS Update
remove operation
- Will get member vnf index value from vnfinstances api instead
  of nsinstances api in manual scaling.
- Also made code refactoring in other components to avoid linting issue
Change-Id: I30de65c6fe23ddbf560ab45a8505759c4adb5978 Signed-off-by:
SANDHYA.JS <sandhya.j@tataelxsi.co.in>
The file was modifiedsrc/app/utilities/ns-update/NsUpdateComponent.ts
The file was modifiedsrc/app/utilities/scaling/ScalingComponent.ts
The file was modifiedsrc/app/utilities/vm-migration/VmMigrationComponent.ts
The file was modifiedsrc/app/utilities/scaling/ScalingComponent.html
The file was modifiedsrc/models/VNFInstanceModel.ts
The file was modifiedsrc/app/utilities/vertical-scaling/VerticalScalingComponent.ts
The file was modifiedsrc/app/utilities/start-stop-rebuild/StartStopRebuildComponent.ts
Commit 2cac4726572cb976f7ea8fd7126ff2de2c7d2410 by jssan
Fix Bug 2291: No option to update VIM Account in NG-UI
- NG-UI support for VIM Update
- Added edit button in VIM Account Action
- Patched the value in edit form using vimaccounts get api
- schema_type support is not given in patch method
- Disabled vim url and type in vim update action
Change-Id: I7c90e55fc4223d6c41ce12333ee23536358cab43 Signed-off-by:
SANDHYA.JS <sandhya.j@tataelxsi.co.in>
The file was modifiedsrc/app/vim-accounts/VimAccountsModule.ts
The file was modifiedsrc/app/utilities/vim-accounts-action/VimAccountsActionComponent.html
The file was modifiedsrc/assets/i18n/es.json
The file was modifiedsrc/app/vim-accounts/new-vimaccount/NewVimaccountComponent.html
The file was modifiedsrc/assets/i18n/en.json
The file was modifiedsrc/assets/i18n/pt.json
The file was modifiedsrc/assets/i18n/de.json
The file was modifiedangular.json
The file was modifiedsrc/app/utilities/vim-accounts-action/VimAccountsActionComponent.ts
The file was modifiedsrc/app/vim-accounts/new-vimaccount/NewVimaccountComponent.ts