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(api): adds multitenancy support #795

Merged
merged 2 commits into from
Feb 11, 2023
Merged

feat(api): adds multitenancy support #795

merged 2 commits into from
Feb 11, 2023

Conversation

rsdmike
Copy link
Member

@rsdmike rsdmike commented Nov 18, 2022

PR Checklist

  • Unit Tests have been added for new changes
  • API tests have been updated if applicable
  • All commented code has been removed
  • If you've added a dependency, you've ensured license is compatible with Apache 2.0 and clearly outlined the added dependency.

What are you changing?

Anything the reviewer should know when reviewing this PR?

If the there are associated PRs in other repositories, please link them here (i.e. open-amt-cloud-toolkit/repo#365 )

@codecov
Copy link

codecov bot commented Nov 18, 2022

Codecov Report

Merging #795 (cdbe398) into main (535485e) will decrease coverage by 0.30%.
The diff coverage is 75.24%.

❗ Current head cdbe398 differs from pull request most recent head f46013a. Consider uploading reports for the commit f46013a to get more accurate results

@@            Coverage Diff             @@
##             main     #795      +/-   ##
==========================================
- Coverage   84.63%   84.33%   -0.30%     
==========================================
  Files          95       95              
  Lines        3944     3952       +8     
  Branches      680      686       +6     
==========================================
- Hits         3338     3333       -5     
- Misses        567      580      +13     
  Partials       39       39              
Impacted Files Coverage Δ
src/models/RCS.Config.ts 100.00% <ø> (ø)
src/models/index.ts 41.93% <ø> (ø)
src/routes/admin/profiles/amtProfileValidator.ts 52.94% <0.00%> (ø)
src/stateMachines/ciraConfiguration.ts 87.60% <0.00%> (ø)
src/test/helper/Config.ts 100.00% <ø> (ø)
src/utils/ClientResponseMsg.ts 88.88% <ø> (ø)
src/Index.ts 71.76% <28.57%> (-5.62%) ⬇️
src/stateMachines/activation.ts 83.27% <40.00%> (-3.42%) ⬇️
src/DataProcessor.ts 90.24% <50.00%> (ø)
src/ProfileManager.ts 48.00% <73.33%> (ø)
... and 27 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@rsdmike rsdmike force-pushed the multitenancy branch 4 times, most recently from c45326f to a7a4fad Compare November 21, 2022 22:09
@matt-primrose matt-primrose linked an issue Nov 23, 2022 that may be closed by this pull request
@rsdmike rsdmike changed the title feat(api): adds multitenancy support from header feat(api): adds multitenancy support Feb 1, 2023
@rjbrache rjbrache force-pushed the multitenancy branch 2 times, most recently from 7ca6ba7 to 0562551 Compare February 8, 2023 15:42
@madhavilosetty-intel madhavilosetty-intel force-pushed the multitenancy branch 2 times, most recently from 315df67 to 0ce2be7 Compare February 8, 2023 18:45
@rjbrache rjbrache force-pushed the multitenancy branch 3 times, most recently from eb64bc3 to fe967e0 Compare February 8, 2023 23:57
@madhavilosetty-intel madhavilosetty-intel force-pushed the multitenancy branch 3 times, most recently from 48bca06 to 244bf91 Compare February 9, 2023 00:12
@rjbrache rjbrache marked this pull request as ready for review February 11, 2023 21:17
@rjbrache rjbrache merged commit dfbdadb into main Feb 11, 2023
@rjbrache rjbrache deleted the multitenancy branch February 11, 2023 21:21
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.

Multitenancy support
3 participants