loopback4-microservice-catalog icon indicating copy to clipboard operation
loopback4-microservice-catalog copied to clipboard

feat(audit-service): multi tenant support

Open Tyagi-Sunny opened this issue 1 year ago • 2 comments

Description

multi tenant support

MIGRATION CHANGE: migration-20240803165830- multi tenant support migration-20231222043349- multi tenant support migration-20231222043401- multi tenant support migration-20231222043416- multi tenant support migration-20210423140543- multi tenant support migration-20230608151724- multi tenant support migration-20230608151805- multi tenant support

BREAKING

Fixes #1942

Type of change

Please delete options that are not relevant.

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [x] Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [ ] Intermediate change (work in progress)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • [ ] Test A
  • [ ] Test B

Checklist:

  • [ ] Performed a self-review of my own code
  • [ ] npm test passes on your machine
  • [ ] New tests added or existing tests modified to cover all changes
  • [ ] Code conforms with the style guide
  • [ ] API Documentation in code was updated
  • [ ] Any dependent changes have been merged and published in downstream modules

Tyagi-Sunny avatar Mar 08 '24 13:03 Tyagi-Sunny

  1. This and https://github.com/sourcefuse/loopback4-audit-log/pull/103/files are inter-related separate the changes of @sourceloop/core in another PR as that has to be released first
  2. This has to be a BREAKING CHANGE -- should be mentioned while commiting the changes Raise two separate PRs one for changes in core another for changes in audit service --- make sure to commit breaking change

yeshamavani avatar Mar 27 '24 06:03 yeshamavani