Skip to content

feat: #RBACK-104 add communcation rules tests for migration#982

Open
vbillard91 wants to merge 8 commits intodevelop-b2schoolfrom
feat-RBACK-104-add-integration-test-for-communication
Open

feat: #RBACK-104 add communcation rules tests for migration#982
vbillard91 wants to merge 8 commits intodevelop-b2schoolfrom
feat-RBACK-104-add-integration-test-for-communication

Conversation

@vbillard91
Copy link
Copy Markdown
Contributor

@vbillard91 vbillard91 commented Mar 25, 2026

Description

To validate the migration from neo4j to postgresql for communication rules, add integration test on the various communication.

Fixes

https://edifice-community.atlassian.net/browse/RBACK-104

Type of change

Please check options that are relevant.

  • Chore (PATCH)
  • Doc (PATCH)
  • Bug fix (PATCH)
  • New feature (MINOR)

Which packages changed?

Please check the name of the package you changed

  • admin
  • app-registry
  • archive
  • auth
  • cas
  • common
  • communication
  • conversation
  • directory
  • feeder
  • infra
  • portal
  • session
  • test
  • tests
  • timeline
  • workspace

Tests

  1. Describe here the tests you performed
  2. Step by step
  3. With expected results

Reminder

  • Security flaws

  • Performance impacts (think bulk !)

  • Unit tests were replayed

  • Unit tests were added and/or changed

  • I have updated the reminder for the version including my modifications

  • All done ! 😃


if(StringUtils.isEmpty(startUser) || StringUtils.isEmpty(endUser) || StringUtils.isEmpty(direction)) {
renderError(request);
return;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

le return; est nécessaire ici ?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oui pour eviter d'executer la suite

vbillard91 and others added 8 commits April 8, 2026 09:52
# Conflicts:
#	admin/src/main/ts/package.json
#	conversation/frontend/package.json.template
#	package.json
#	pom.xml
* feat: add boilerplate for new homepage

* chore : replace docker-compose deprecated command

* chore: fix build.sh for homepage

* chore: rename index.html to homepage.html

* feedback from copilot

---------

Co-authored-by: jcbe-ode <jean-christophe.benoit@opendigitaleducation.com>
# Conflicts:
#	.husky/pre-commit
#	build.sh
#	timeline/frontend/homepage.html
#	timeline/frontend/package.json
#	timeline/frontend/src/routes/index.tsx
#	timeline/frontend/src/routes/redirections/index.tsx
#	timeline/frontend/src/routes/root/index.tsx
#	timeline/frontend/vite.config.ts
…imeline2 (#987)

* feat(timeline): #COCO-5568, add switch buttons for homepage and timeline2

* add angularJS implementation

* feedback from copilot

* remove dead code
@vbillard91 vbillard91 force-pushed the feat-RBACK-104-add-integration-test-for-communication branch from 810cb7c to ce858be Compare April 8, 2026 07:54
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Apr 8, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants