Skip to content

Commit c8a63fd

Browse files
cbourgoisjleveugle
authored andcommitted
feat(storages.volume-snapshots): add volume-snapshots list (#359)
1 parent dbe714e commit c8a63fd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+1157
-140
lines changed

packages/manager/apps/layout-ovh/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"@ovh-ux/manager-sms": "^6.1.0",
2222
"@ovh-ux/manager-telecom-styles": "^2.0.2",
2323
"@ovh-ux/manager-welcome": "^2.0.0",
24-
"@ovh-ux/ng-ovh-apiv7": "^2.0.0",
2524
"@ovh-ux/ng-at-internet": "^4.0.0",
2625
"@ovh-ux/ng-at-internet-ui-router-plugin": "^2.0.0",
2726
"@ovh-ux/ng-ovh-actions-menu": "^5.0.0-alpha.0",
2827
"@ovh-ux/ng-ovh-api-wrappers": "^3.0.0",
28+
"@ovh-ux/ng-ovh-apiv7": "^2.0.0",
2929
"@ovh-ux/ng-ovh-contracts": "^3.0.0-beta.3",
3030
"@ovh-ux/ng-ovh-http": "^4.0.1-beta.0",
3131
"@ovh-ux/ng-ovh-otrs": "^7.0.1",

packages/manager/apps/pci/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"start:watch": "lerna exec --stream --parallel --scope='@ovh-ux/manager-pci-app' --include-filtered-dependencies -- yarn run dev:watch"
1212
},
1313
"dependencies": {
14-
"@ovh-ux/ng-ovh-uirouter-layout": "^0.0.0",
1514
"@ovh-ux/manager-cloud-styles": "^0.3.0-alpha.0",
1615
"@ovh-ux/manager-config": "^0.2.0",
1716
"@ovh-ux/manager-core": "^5.0.0",

packages/manager/modules/cloud-universe-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@
4949
"angular-ui-bootstrap": "~1.3.3",
5050
"d3": "~3.5.13",
5151
"ovh-api-services": "^6.8.0",
52-
"ovh-ui-angular": "^2.28.0"
52+
"ovh-ui-angular": "^2.29.0"
5353
}
5454
}

packages/manager/modules/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
"angular-translate": "^2.18.1",
4646
"angular-translate-loader-pluggable": "^1.3.1",
4747
"ovh-api-services": "^6.8.0",
48-
"ovh-ui-angular": "^2.28.0"
48+
"ovh-ui-angular": "^2.29.0"
4949
}
5050
}

packages/manager/modules/freefax/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"oclazyload": "^1.1.0",
4242
"ovh-angular-ui-confirm-modal": "^1.0.2",
4343
"ovh-api-services": "^6.8.0",
44-
"ovh-ui-angular": "^2.28.0",
45-
"ovh-ui-kit": "^2.28.0",
44+
"ovh-ui-angular": "^2.29.0",
45+
"ovh-ui-kit": "^2.29.0",
4646
"ovh-ui-kit-bs": "^2.1.1"
4747
}
4848
}

packages/manager/modules/kubernetes/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"font-awesome": "^4.7.0",
4242
"oclazyload": "^1.1.0",
4343
"ovh-api-services": "^6.8.0",
44-
"ovh-ui-angular": "^2.28.0",
45-
"ovh-ui-kit": "^2.28.0"
44+
"ovh-ui-angular": "^2.29.0",
45+
"ovh-ui-kit": "^2.29.0"
4646
},
4747
"dependencies": {
4848
"d3": "^5.9.2",

packages/manager/modules/navbar/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"angular": "^1.7.8",
3333
"angular-translate": "^2.18.1",
3434
"ovh-api-services": "^6.8.0",
35-
"ovh-ui-angular": "^2.28.0",
36-
"ovh-ui-kit": "^2.28.0"
35+
"ovh-ui-angular": "^2.29.0",
36+
"ovh-ui-kit": "^2.29.0"
3737
},
3838
"dependencies": {
3939
"lodash": "^4.17.11",

packages/manager/modules/overthebox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"ovh-angular-responsive-tabs": "^4.0.0",
4646
"ovh-angular-ui-confirm-modal": "^1.0.2",
4747
"ovh-manager-webfont": "^1.0.2",
48-
"ovh-ui-kit": "^2.28.0",
48+
"ovh-ui-kit": "^2.29.0",
4949
"ovh-ui-kit-bs": "^2.1.1"
5050
}
5151
}

packages/manager/modules/pci/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"build": "rollup -c --environment BUILD:production",
1313
"dev": "rollup -c --environment BUILD:development",
1414
"dev:watch": "yarn run dev --watch",
15+
"prepare": "yarn run build",
1516
"start": "lerna exec --stream --scope='@ovh-ux/manager-pci' --include-filtered-dependencies -- yarn run build",
1617
"start:dev": "lerna exec --stream --scope='@ovh-ux/manager-pci' --include-filtered-dependencies -- yarn run dev",
1718
"start:watch": "lerna exec --stream --parallel --scope='@ovh-ux/manager-pci' --include-filtered-dependencies -- yarn run dev:watch"
@@ -68,8 +69,8 @@
6869
"ovh-common-style": "^5.0.0",
6970
"ovh-jquery-ui-draggable-ng": "ovh-ux/ovh-jquery-ui-draggable-ng#^0.0.5",
7071
"ovh-manager-webfont": "^1.1.0",
71-
"ovh-ui-angular": "^2.28.0",
72-
"ovh-ui-kit": "^2.28.0",
72+
"ovh-ui-angular": "^2.29.0",
73+
"ovh-ui-kit": "^2.29.0",
7374
"ovh-ui-kit-bs": "^2.1.1"
7475
}
7576
}

packages/manager/modules/pci/src/projects/project/storages/blocks/block.constants.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,13 @@ export const VOLUME_TYPES = [
88

99
export const VOLUME_SNAPSHOT_CONSUMPTION = 'volume.snapshot.consumption';
1010

11+
export const VOLUME_HELP_PREFERENCE_KEY = 'PCI_PROJECTS_STORAGES_BLOCKS_HELP_SHOW_';
12+
1113
export default {
1214
VOLUME_MAX_SIZE,
1315
VOLUME_MIN_SIZE,
1416
VOLUME_UNLIMITED_QUOTA,
1517
VOLUME_TYPES,
1618
VOLUME_SNAPSHOT_CONSUMPTION,
19+
VOLUME_HELP_PREFERENCE_KEY,
1720
};

0 commit comments

Comments
 (0)