-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Authoring react post broadcasting #1904
Conversation
there is no request
* [STTNHUB-312] Add planning_ingested signal * fix behave tests * fix(e2e): Use chrome in CI to run tests (#1891)
…ssignment after making content profiles mandatory, DEFAULT_SCHEMA no longer exists
* add assigned user/desk info to planning json CPCN-502
…1892) * Config: Add new config for Event to Planning sync * ui: Send `embedded_planning` from front-end * api: Improve Planning ContentProfiles module and types * api: Process `embedded_planning` and sync metadata * fix(ui): Failed to get lock for recurring series * fix(ui): Improve EmbeddedCoverageForm UI * fix(ui): Event to Planning translations copies fields multiple times * fix(e2e): Use chrome in CI to run tests * Add behave tests for embedded planning * Add behave tests for multilingual embedded planning * Add CVs to behave test * fix: Coverage Planning updated when processing Assignment details Embedded/Sync wasn't working once above bug was fixed * Add behave tests for event metadata sync
@petrjasek can you check the backend issue and review this? |
what backend issue @tomaskikutis ? |
some pytest cases were failing, but when I restarted, they passed! |
yep, I was referring to nose tests failing |
but seems like this wouldn't build still: ERROR in ../planning/node_modules/redux/dist/redux.legacy-esm.js
Module parse failed: Unexpected token (376:6)
You may need an appropriate loader to handle this file type.
| dispatch = compose(...chain)(store.dispatch);
| return {
| ...store,
| dispatch
| };
@ ../planning/client/utils/index.ts 53:14-30
@ ../planning/client/controllers/FulfilAssignmentController.tsx
@ ../planning/client/controllers/index.ts
@ ../planning/index.ts
@ ./dist/app-importer.generated.js
@ ./node_modules/superdesk-core/scripts/index.ts
@ multi ./node_modules/superdesk-core/scripts/index |
did you regenerate package lock from scratch @petrjasek ? Pytest is failing again now |
I was just getting local changes due to different hash, but also wanted to trigger a rebuild. found the build issue at the end which was fireq specific |
This fixes unit/e2e tests and also updates usages of superdesk-api and other imports