project-management -> project_management, user-management->user_management
authorLaurence Maultsby <laurence.maultsby@riftio.com>
Thu, 16 Mar 2017 00:52:07 +0000 (20:52 -0400)
committermaultsby <laurence.maultsby@riftio.com>
Thu, 16 Mar 2017 19:13:09 +0000 (20:13 +0100)
commit41f386a117ec725ad1eb49a9c571107a0c7d1c11
tree32afe74d6fae930579687160f40b5253ebfc5104
parentdfc8b80c4968391edd7488372df4cd45d88145f8
project-management -> project_management, user-management->user_management

Signed-off-by: Laurence Maultsby <laurence.maultsby@riftio.com>
57 files changed:
skyquake/plugins/CMakeLists.txt
skyquake/plugins/project-management/CMakeLists.txt [deleted file]
skyquake/plugins/project-management/config.json [deleted file]
skyquake/plugins/project-management/package.json [deleted file]
skyquake/plugins/project-management/routes.js [deleted file]
skyquake/plugins/project-management/scripts/build.sh [deleted file]
skyquake/plugins/project-management/scripts/install.sh [deleted file]
skyquake/plugins/project-management/server.js [deleted file]
skyquake/plugins/project-management/src/dashboard/dashboard.jsx [deleted file]
skyquake/plugins/project-management/src/dashboard/projectMgmt.scss [deleted file]
skyquake/plugins/project-management/src/dashboard/projectMgmtActions.js [deleted file]
skyquake/plugins/project-management/src/dashboard/projectMgmtSource.js [deleted file]
skyquake/plugins/project-management/src/dashboard/projectMgmtStore.js [deleted file]
skyquake/plugins/project-management/src/main.js [deleted file]
skyquake/plugins/project-management/webpack.production.config.js [deleted file]
skyquake/plugins/project_management/CMakeLists.txt [new file with mode: 0644]
skyquake/plugins/project_management/config.json [new file with mode: 0644]
skyquake/plugins/project_management/package.json [new file with mode: 0644]
skyquake/plugins/project_management/routes.js [new file with mode: 0644]
skyquake/plugins/project_management/scripts/build.sh [new file with mode: 0755]
skyquake/plugins/project_management/scripts/install.sh [new file with mode: 0755]
skyquake/plugins/project_management/server.js [new file with mode: 0644]
skyquake/plugins/project_management/src/dashboard/dashboard.jsx [new file with mode: 0644]
skyquake/plugins/project_management/src/dashboard/projectMgmt.scss [new file with mode: 0644]
skyquake/plugins/project_management/src/dashboard/projectMgmtActions.js [new file with mode: 0644]
skyquake/plugins/project_management/src/dashboard/projectMgmtSource.js [new file with mode: 0644]
skyquake/plugins/project_management/src/dashboard/projectMgmtStore.js [new file with mode: 0644]
skyquake/plugins/project_management/src/main.js [new file with mode: 0644]
skyquake/plugins/project_management/webpack.production.config.js [new file with mode: 0644]
skyquake/plugins/user-management/CMakeLists.txt [deleted file]
skyquake/plugins/user-management/config.json [deleted file]
skyquake/plugins/user-management/package.json [deleted file]
skyquake/plugins/user-management/routes.js [deleted file]
skyquake/plugins/user-management/scripts/build.sh [deleted file]
skyquake/plugins/user-management/scripts/install.sh [deleted file]
skyquake/plugins/user-management/server.js [deleted file]
skyquake/plugins/user-management/src/dashboard/dashboard.jsx [deleted file]
skyquake/plugins/user-management/src/dashboard/userMgmt.scss [deleted file]
skyquake/plugins/user-management/src/dashboard/userMgmtActions.js [deleted file]
skyquake/plugins/user-management/src/dashboard/userMgmtSource.js [deleted file]
skyquake/plugins/user-management/src/dashboard/userMgmtStore.js [deleted file]
skyquake/plugins/user-management/src/main.js [deleted file]
skyquake/plugins/user-management/webpack.production.config.js [deleted file]
skyquake/plugins/user_management/CMakeLists.txt [new file with mode: 0644]
skyquake/plugins/user_management/config.json [new file with mode: 0644]
skyquake/plugins/user_management/package.json [new file with mode: 0644]
skyquake/plugins/user_management/routes.js [new file with mode: 0644]
skyquake/plugins/user_management/scripts/build.sh [new file with mode: 0755]
skyquake/plugins/user_management/scripts/install.sh [new file with mode: 0755]
skyquake/plugins/user_management/server.js [new file with mode: 0644]
skyquake/plugins/user_management/src/dashboard/dashboard.jsx [new file with mode: 0644]
skyquake/plugins/user_management/src/dashboard/userMgmt.scss [new file with mode: 0644]
skyquake/plugins/user_management/src/dashboard/userMgmtActions.js [new file with mode: 0644]
skyquake/plugins/user_management/src/dashboard/userMgmtSource.js [new file with mode: 0644]
skyquake/plugins/user_management/src/dashboard/userMgmtStore.js [new file with mode: 0644]
skyquake/plugins/user_management/src/main.js [new file with mode: 0644]
skyquake/plugins/user_management/webpack.production.config.js [new file with mode: 0644]