You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2020/03/23 16:23:41 UTC

[cloudstack-primate] branch master updated (fd9a995 -> 1cd7ab8)

This is an automated email from the ASF dual-hosted git repository.

rohit pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-primate.git.


    from fd9a995  package: commit lock file
     add 8c37e74  initial work
     add 44461bc  wip changes for add offerings form
     add 48fb526  fixes for network offering supported services
     add 317e2ea  revert wrong changes
     add 8aefe76  changes for add disk offering handling
     add bea1d30  create vpc offering form handling
     add f3d508c  increased form width
     add 1ab29bc  switch fixes
     add ee4c35d  changes for create compute offering handling
     add 58737ff  fixes
     add f31d38a  changes for system service offering handling
     add 1dbac49  fix
     add f3ec49a  wip netowrk offering form handling
     add 069bff7  wip netowrk offering form handling
     add 9d59ea9  fix for check select pair and network offering form
     add fbb08af  added create network offering API call
     add e68d353  fix function scope
     add be07107  fix
     add 1f444f5  fix shared network elements
     add 40fb726  zoneid fix
     add 09b91d6  fixes, changes
     add 95f25b5  check-select option enabled fix
     add 3e78c8c  fixed label. translation
     add 4c88027  Merge remote-tracking branch 'origin/master' into action-add-offering
     add cee2a3a  first pass
     add a4016d6  2nd pass2nd pass
     add 1e6cba0  3rd pass
     add 1512b11  4th pass
     add 0dd98a6  fixes
     add 06d5ff5  fixes - prev commit missing
     add 7b089e1  translation fixes
     add e897293  service offering cache mode
     add dc7fbe0  Merge remote-tracking branch 'origin/master' into action-add-offering
     add 9f4f51e  fixes
     add 1cd7ab8  offerings: add offering action forms (#124)

No new revisions were added by this update.

Summary of changes:
 src/components/CheckBoxSelectPair.vue       | 116 ++++
 src/components/view/DetailsTab.vue          |   9 +-
 src/components/view/ListView.vue            |  19 +-
 src/config/section/offering.js              |   4 +-
 src/locales/en.json                         |  22 +-
 src/views/infra/AddPrimaryStorage.vue       |   2 +-
 src/views/infra/InfraSummary.vue            |   3 -
 src/views/offering/AddComputeOffering.vue   | 837 ++++++++++++++++++++++++++-
 src/views/offering/AddDiskOffering.vue      | 498 +++++++++++++++-
 src/views/offering/AddNetworkOffering.vue   | 847 +++++++++++++++++++++++++++-
 src/views/offering/AddVpcOffering.vue       | 378 ++++++++++++-
 src/views/offering/UpdateOfferingAccess.vue |   9 +-
 src/views/storage/CreateVolume.vue          |   3 -
 13 files changed, 2698 insertions(+), 49 deletions(-)
 create mode 100644 src/components/CheckBoxSelectPair.vue