Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion __mocks__/fileMock.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2023, Ingram Micro
Copyright (c) 2025, CloudBlue
All rights reserved.
*/
module.exports = 'test-file-stub';
2 changes: 1 addition & 1 deletion __mocks__/styleMock.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2023, Ingram Micro
Copyright (c) 2025, CloudBlue
All rights reserved.
*/
module.exports = {};
2 changes: 1 addition & 1 deletion connect_ext_ppr/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
#
# Copyright (c) 2023, Ingram Micro
# Copyright (c) 2025, CloudBlue
# All rights reserved.
#
2 changes: 1 addition & 1 deletion connect_ext_ppr/events.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (c) 2023, Ingram Micro
# Copyright (c) 2025, CloudBlue
# All rights reserved.
#
from connect.client import ClientError
Expand Down
2 changes: 1 addition & 1 deletion connect_ext_ppr/schemas.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (c) 2023, Ingram Micro
# Copyright (c) 2025, CloudBlue
# All rights reserved.
#
from datetime import datetime
Expand Down
4 changes: 2 additions & 2 deletions connect_ext_ppr/static/index.8907dee66ebdfb4a3a16.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion connect_ext_ppr/static/settings.bd5ea671e480c7aabff3.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n// extracted by mini-css-extr
\**********************************/
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {

eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! vue */ \"./node_modules/vue/dist/vue.esm.js\");\n/* harmony import */ var portal_vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! portal-vue */ \"./node_modules/portal-vue/dist/portal-vue.common.js\");\n/* harmony import */ var _cloudblueconnect_connect_ui_toolkit__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @cloudblueconnect/connect-ui-toolkit */ \"./node_modules/@cloudblueconnect/connect-ui-toolkit/dist/index.js\");\n/* harmony import */ var _styles_app_styl__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @/styles/app.styl */ \"./ui/src/styles/app.styl\");\n/* harmony import */ var _styles_index_css__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../styles/index.css */ \"./ui/styles/index.css\");\n/*\nCopyright (c) 2023, Ingram Micro\nAll rights reserved.\n*/\n\n\n\n\n\n\n\n\n\n\nvue__WEBPACK_IMPORTED_MODULE_4__[\"default\"].use(portal_vue__WEBPACK_IMPORTED_MODULE_0__[\"default\"]);\n\n(0,_cloudblueconnect_connect_ui_toolkit__WEBPACK_IMPORTED_MODULE_1__[\"default\"])({ 'settings-card': _cloudblueconnect_connect_ui_toolkit__WEBPACK_IMPORTED_MODULE_1__.Card });\n\n\n//# sourceURL=webpack://connect-extension-xvs/./ui/src/pages/settings.js?");
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! vue */ \"./node_modules/vue/dist/vue.esm.js\");\n/* harmony import */ var portal_vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! portal-vue */ \"./node_modules/portal-vue/dist/portal-vue.common.js\");\n/* harmony import */ var _cloudblueconnect_connect_ui_toolkit__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @cloudblueconnect/connect-ui-toolkit */ \"./node_modules/@cloudblueconnect/connect-ui-toolkit/dist/index.js\");\n/* harmony import */ var _styles_app_styl__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @/styles/app.styl */ \"./ui/src/styles/app.styl\");\n/* harmony import */ var _styles_index_css__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../styles/index.css */ \"./ui/styles/index.css\");\n/*\nCopyright (c) 2025, CloudBlue\nAll rights reserved.\n*/\n\n\n\n\n\n\n\n\n\n\nvue__WEBPACK_IMPORTED_MODULE_4__[\"default\"].use(portal_vue__WEBPACK_IMPORTED_MODULE_0__[\"default\"]);\n\n(0,_cloudblueconnect_connect_ui_toolkit__WEBPACK_IMPORTED_MODULE_1__[\"default\"])({ 'settings-card': _cloudblueconnect_connect_ui_toolkit__WEBPACK_IMPORTED_MODULE_1__.Card });\n\n\n//# sourceURL=webpack://connect-extension-xvs/./ui/src/pages/settings.js?");

/***/ })

Expand Down
2 changes: 1 addition & 1 deletion connect_ext_ppr/webapp.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (c) 2023, Ingram Micro
# Copyright (c) 2025, CloudBlue
# All rights reserved.
#
from concurrent.futures import ThreadPoolExecutor
Expand Down
2 changes: 1 addition & 1 deletion fileMock.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2023, Ingram Micro
Copyright (c) 2025, CloudBlue
All rights reserved.
*/
module.exports = 'test-file-stub';
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2023, Ingram Micro
Copyright (c) 2025, CloudBlue
All rights reserved.
*/
module.exports = {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"lint:fix": "npm run lint -- --fix",
"test": "NODE_ENV=test jest --no-cache --passWithNoTests"
},
"author": "Ingram Micro",
"author": "CloudBlue",
"license": "Apache Software License 2.0",
"dependencies": {
"@cloudblueconnect/connect-ui-toolkit": "^26",
Expand Down
2 changes: 1 addition & 1 deletion styleMock.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2023, Ingram Micro
Copyright (c) 2025, CloudBlue
All rights reserved.
*/
module.exports = {};
2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
#
# Copyright (c) 2023, Ingram Micro
# Copyright (c) 2025, CloudBlue
# All rights reserved.
#
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (c) 2023, Ingram Micro
# Copyright (c) 2025, CloudBlue
# All rights reserved.
#
from contextlib import contextmanager
Expand Down
2 changes: 1 addition & 1 deletion tests/test_events.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (c) 2023, Ingram Micro
# Copyright (c) 2025, CloudBlue
# All rights reserved.
#
import json
Expand Down
2 changes: 1 addition & 1 deletion ui/src/pages/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2023, Ingram Micro
Copyright (c) 2025, CloudBlue
All rights reserved.
*/
import Vue from 'vue';
Expand Down
2 changes: 1 addition & 1 deletion ui/src/pages/settings.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2023, Ingram Micro
Copyright (c) 2025, CloudBlue
All rights reserved.
*/
import Vue from 'vue';
Expand Down
2 changes: 1 addition & 1 deletion ui/src/utils.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2023, Ingram Micro
Copyright (c) 2025, CloudBlue
All rights reserved.
*/
import rest from '@/tools/rest';
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2023, Ingram Micro
Copyright (c) 2025, CloudBlue
All rights reserved.
*/
const path = require('path');
Expand Down