]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Add package-lock.json and use "npm ci" 26670/head
authorTiago Melo <tmelo@suse.com>
Thu, 7 Mar 2019 23:22:13 +0000 (22:22 -0100)
committerTiago Melo <tmelo@suse.com>
Tue, 30 Apr 2019 17:02:30 +0000 (17:02 +0000)
commit44f3833466312746a11c1449e98bfa6452059fd3
treea0afd163eaeaf31aec4fc4d4650836dcae5ab2ab
parent74156909cedfbfa0f3dcacce2b1cd5f356a975cc
mgr/dashboard: Add package-lock.json and use "npm ci"

This will make sure that in the future we always install the same version
of every npm package.

Since we don't use the same npm packages anymore, it's not possible to backport
this changes from master to mimic.

Fixes: http://tracker.ceph.com/issues/39080
Signed-off-by: Tiago Melo <tmelo@suse.com>
make-dist
src/pybind/mgr/dashboard/CMakeLists.txt
src/pybind/mgr/dashboard/frontend/.gitignore
src/pybind/mgr/dashboard/frontend/angular.json
src/pybind/mgr/dashboard/frontend/package-lock.json [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/package.json
src/pybind/mgr/dashboard/run-frontend-e2e-tests.sh