Skip to content

Commit

Permalink
WIP/POC DO NOT MERGE
Browse files Browse the repository at this point in the history
use "pusher" to wait for export-by-email worker to tell client that export is done.
nb: export worker is artificially delayed by 30s !
  • Loading branch information
jygaulier committed Oct 5, 2023
1 parent b6a5f90 commit 0640580
Show file tree
Hide file tree
Showing 43 changed files with 12,402 additions and 2,909 deletions.
2 changes: 1 addition & 1 deletion Phraseanet-production-client/config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ module.exports = {
setupDir: _root + 'tests/setup/node.js',
karmaConf: _root + 'config/karma.conf.js',
// change this version when you change JS file for lazy loading
assetFileVersion: 93
assetFileVersion: 94
};
20 changes: 10 additions & 10 deletions Phraseanet-production-client/dist/account.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ return /******/ (function(modules) { // webpackBootstrap
/******/ __webpack_require__.p = "/assets/production/";
/******/
/******/ // Load entry module and return exports
/******/ return __webpack_require__(__webpack_require__.s = 282);
/******/ return __webpack_require__(__webpack_require__.s = 283);
/******/ })
/************************************************************************/
/******/ ({
Expand Down Expand Up @@ -3864,21 +3864,21 @@ var PluralResolver = function () {

/***/ }),

/***/ 282:
/***/ 283:
/***/ (function(module, exports, __webpack_require__) {

module.exports = __webpack_require__(283);
module.exports = __webpack_require__(284);


/***/ }),

/***/ 283:
/***/ 284:
/***/ (function(module, exports, __webpack_require__) {

"use strict";


var _bootstrap = __webpack_require__(284);
var _bootstrap = __webpack_require__(285);

var _bootstrap2 = _interopRequireDefault(_bootstrap);

Expand All @@ -3896,7 +3896,7 @@ module.exports = accountApp;

/***/ }),

/***/ 284:
/***/ 285:
/***/ (function(module, exports, __webpack_require__) {

"use strict";
Expand Down Expand Up @@ -3924,15 +3924,15 @@ var _lodash = __webpack_require__(4);

var _lodash2 = _interopRequireDefault(_lodash);

var _config = __webpack_require__(285);
var _config = __webpack_require__(286);

var _config2 = _interopRequireDefault(_config);

var _emitter = __webpack_require__(15);

var _emitter2 = _interopRequireDefault(_emitter);

var _account = __webpack_require__(286);
var _account = __webpack_require__(287);

var _account2 = _interopRequireDefault(_account);

Expand Down Expand Up @@ -4010,7 +4010,7 @@ exports.default = bootstrap;

/***/ }),

/***/ 285:
/***/ 286:
/***/ (function(module, exports, __webpack_require__) {

"use strict";
Expand All @@ -4029,7 +4029,7 @@ exports.default = defaultConfig;

/***/ }),

/***/ 286:
/***/ 287:
/***/ (function(module, exports, __webpack_require__) {

"use strict";
Expand Down
20 changes: 10 additions & 10 deletions Phraseanet-production-client/dist/account.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ return /******/ (function(modules) { // webpackBootstrap
/******/ __webpack_require__.p = "/assets/production/";
/******/
/******/ // Load entry module and return exports
/******/ return __webpack_require__(__webpack_require__.s = 282);
/******/ return __webpack_require__(__webpack_require__.s = 283);
/******/ })
/************************************************************************/
/******/ ({
Expand Down Expand Up @@ -3864,21 +3864,21 @@ var PluralResolver = function () {

/***/ }),

/***/ 282:
/***/ 283:
/***/ (function(module, exports, __webpack_require__) {

module.exports = __webpack_require__(283);
module.exports = __webpack_require__(284);


/***/ }),

/***/ 283:
/***/ 284:
/***/ (function(module, exports, __webpack_require__) {

"use strict";


var _bootstrap = __webpack_require__(284);
var _bootstrap = __webpack_require__(285);

var _bootstrap2 = _interopRequireDefault(_bootstrap);

Expand All @@ -3896,7 +3896,7 @@ module.exports = accountApp;

/***/ }),

/***/ 284:
/***/ 285:
/***/ (function(module, exports, __webpack_require__) {

"use strict";
Expand Down Expand Up @@ -3924,15 +3924,15 @@ var _lodash = __webpack_require__(4);

var _lodash2 = _interopRequireDefault(_lodash);

var _config = __webpack_require__(285);
var _config = __webpack_require__(286);

var _config2 = _interopRequireDefault(_config);

var _emitter = __webpack_require__(15);

var _emitter2 = _interopRequireDefault(_emitter);

var _account = __webpack_require__(286);
var _account = __webpack_require__(287);

var _account2 = _interopRequireDefault(_account);

Expand Down Expand Up @@ -4010,7 +4010,7 @@ exports.default = bootstrap;

/***/ }),

/***/ 285:
/***/ 286:
/***/ (function(module, exports, __webpack_require__) {

"use strict";
Expand All @@ -4029,7 +4029,7 @@ exports.default = defaultConfig;

/***/ }),

/***/ 286:
/***/ 287:
/***/ (function(module, exports, __webpack_require__) {

"use strict";
Expand Down
Loading

0 comments on commit 0640580

Please sign in to comment.