Skip to content
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

feat(digitalTwin): implement generic document pipes triggers #321

Merged
merged 6 commits into from
Oct 31, 2023

Conversation

sebtiz13
Copy link
Member

What does this PR do ?

Use BaseService implemented in #319 to implement sdk methods wrapper to trigger generic:document events for internal SCRUD calls for Assets and Devices

Side notes

Todo add to documentation the events generic:document:beforeSearch and generic:document:afterSearch which was not yet defined.

@sebtiz13 sebtiz13 self-assigned this Oct 30, 2023
@sebtiz13 sebtiz13 changed the base branch from master to 2-dev October 30, 2023 14:19
@sebtiz13 sebtiz13 changed the title Feat/pipe document feat(digitalTwin): implement generic document pipes triggers Oct 30, 2023
@sebtiz13 sebtiz13 merged commit 60a21fc into 2-dev Oct 31, 2023
5 checks passed
@sebtiz13 sebtiz13 deleted the feat/pipe-document branch October 31, 2023 08:47
github-actions bot pushed a commit that referenced this pull request Nov 3, 2023
# [2.4.0-beta.7](v2.4.0-beta.6...v2.4.0-beta.7) (2023-11-03)

### Features

* **digitalTwin:** allow to modify mapping from application ([#322](#322)) ([89d375a](89d375a))
* **digitalTwin:** implement generic document pipes triggers ([#321](#321)) ([60a21fc](60a21fc))
Copy link

github-actions bot commented Nov 3, 2023

🎉 This PR is included in version 2.4.0-beta.7 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions bot pushed a commit that referenced this pull request Jan 11, 2024
# [2.4.0-temp-ci-debug.1](v2.3.2...v2.4.0-temp-ci-debug.1) (2024-01-11)

### Bug Fixes

* **asset_migration:** fixes multiple assets migration and optimize ([fd546cf](fd546cf))
* **assetsGroups:** disable checkRights on impersonate ([#325](#325)) ([eaa3edc](eaa3edc))
* **assets:** migrate tenant only if user is admin ([c24f942](c24f942))
* **assetsMigrateTenant:** add type for frontend and fix admin only ([e249f13](e249f13))
* **ci:** correct github token in ci ([a5a6b69](a5a6b69))
* copy-version script ([72b5e49](72b5e49))
* correct KuzzleRequest for pipes ([ef932d1](ef932d1))
* **export:** correct scroll in getNamedMeasures ([05fe4fd](05fe4fd))
* improve get internal devices documents ([03ccb29](03ccb29))
* **migrateTenant:** clear groups of newly created assets ([79f6a5a](79f6a5a))
* **npm:** fix repository url ([514dc59](514dc59))
* update semantic-release ([380c8b3](380c8b3))

### Features

* **asset:** add upsert method ([#323](#323)) ([5f87787](5f87787))
* **assets:** assets migrate tenant ([5f05101](5f05101))
* digitaltwin exports ([#315](#315)) ([aab65af](aab65af))
* **digitalTwin:** allow to modify mapping from application ([#322](#322)) ([89d375a](89d375a))
* **digitalTwin:** implement generic document pipes triggers ([#321](#321)) ([60a21fc](60a21fc))
* improve export ([#316](#316)) ([51db84a](51db84a))
* **measures:** add lastMeasuredAt on DigitalTwin ([#314](#314)) ([05b8a53](05b8a53))
Copy link

🎉 This PR is included in version 2.4.0-temp-ci-debug.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

github-actions bot pushed a commit that referenced this pull request Jan 11, 2024
# [2.4.0-temp-ci-debug.1](v2.3.2...v2.4.0-temp-ci-debug.1) (2024-01-11)

### Bug Fixes

* **asset_migration:** fixes multiple assets migration and optimize ([fd546cf](fd546cf))
* **assetsGroups:** disable checkRights on impersonate ([#325](#325)) ([eaa3edc](eaa3edc))
* **assets:** migrate tenant only if user is admin ([c24f942](c24f942))
* **assetsMigrateTenant:** add type for frontend and fix admin only ([e249f13](e249f13))
* **ci:** correct github token in ci ([a5a6b69](a5a6b69))
* copy-version script ([72b5e49](72b5e49))
* correct KuzzleRequest for pipes ([ef932d1](ef932d1))
* **export:** correct scroll in getNamedMeasures ([05fe4fd](05fe4fd))
* improve get internal devices documents ([03ccb29](03ccb29))
* **migrateTenant:** clear groups of newly created assets ([79f6a5a](79f6a5a))
* **npm:** fix repository url ([514dc59](514dc59))
* update semantic-release ([380c8b3](380c8b3))

### Features

* **asset:** add upsert method ([#323](#323)) ([5f87787](5f87787))
* **assets:** assets migrate tenant ([5f05101](5f05101))
* digitaltwin exports ([#315](#315)) ([aab65af](aab65af))
* **digitalTwin:** allow to modify mapping from application ([#322](#322)) ([89d375a](89d375a))
* **digitalTwin:** implement generic document pipes triggers ([#321](#321)) ([60a21fc](60a21fc))
* improve export ([#316](#316)) ([51db84a](51db84a))
* **measures:** add lastMeasuredAt on DigitalTwin ([#314](#314)) ([05b8a53](05b8a53))
github-actions bot pushed a commit that referenced this pull request Jan 11, 2024
# [2.4.0-temp-ci-debug.1](v2.3.2...v2.4.0-temp-ci-debug.1) (2024-01-11)

### Bug Fixes

* **asset_migration:** fixes multiple assets migration and optimize ([fd546cf](fd546cf))
* **assetsGroups:** disable checkRights on impersonate ([#325](#325)) ([eaa3edc](eaa3edc))
* **assets:** migrate tenant only if user is admin ([c24f942](c24f942))
* **assetsMigrateTenant:** add type for frontend and fix admin only ([e249f13](e249f13))
* **ci:** correct github token in ci ([a5a6b69](a5a6b69))
* copy-version script ([72b5e49](72b5e49))
* correct KuzzleRequest for pipes ([ef932d1](ef932d1))
* **export:** correct scroll in getNamedMeasures ([05fe4fd](05fe4fd))
* improve get internal devices documents ([03ccb29](03ccb29))
* **migrateTenant:** clear groups of newly created assets ([79f6a5a](79f6a5a))
* **npm:** fix repository url ([514dc59](514dc59))
* update semantic-release ([380c8b3](380c8b3))

### Features

* **asset:** add upsert method ([#323](#323)) ([5f87787](5f87787))
* **assets:** assets migrate tenant ([5f05101](5f05101))
* digitaltwin exports ([#315](#315)) ([aab65af](aab65af))
* **digitalTwin:** allow to modify mapping from application ([#322](#322)) ([89d375a](89d375a))
* **digitalTwin:** implement generic document pipes triggers ([#321](#321)) ([60a21fc](60a21fc))
* improve export ([#316](#316)) ([51db84a](51db84a))
* **measures:** add lastMeasuredAt on DigitalTwin ([#314](#314)) ([05b8a53](05b8a53))
Copy link

🎉 This PR is included in version 2.4.0-temp-ci-debug.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

None yet

3 participants