-
Notifications
You must be signed in to change notification settings - Fork 3
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): bootstrap domain features with organization domain #214
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
timonmasberg
force-pushed
the
feat/organizations
branch
from
June 5, 2023 08:07
422e9a7
to
606bb15
Compare
timonmasberg
force-pushed
the
feat/organizations
branch
from
June 5, 2023 12:05
606bb15
to
4830250
Compare
JSPRH
reviewed
Jun 5, 2023
# Conflicts: # package-lock.json # package.json
timonmasberg
force-pushed
the
feat/organizations
branch
from
June 7, 2023 19:35
383ac3b
to
374875b
Compare
timonmasberg
changed the title
feat(api): bootstrap architecture with organization feature
feat(api): bootstrap domain features with organization domain
Jun 14, 2023
# Conflicts: # package-lock.json # package.json
timonmasberg
force-pushed
the
feat/organizations
branch
from
June 14, 2023 10:21
746b4f0
to
f39e174
Compare
# Conflicts: # apps/api/tsconfig.app.json # libs/api/observability/tsconfig.lib.json # package-lock.json # package.json
timonmasberg
force-pushed
the
feat/organizations
branch
from
June 28, 2023 12:53
80adef9
to
bf0b8a1
Compare
timonmasberg
force-pushed
the
feat/organizations
branch
from
July 3, 2023 13:08
b128137
to
4508385
Compare
JSPRH
reviewed
Jul 14, 2023
# Conflicts: # package-lock.json # package.json
# Conflicts: # package-lock.json # package.json
timonmasberg
force-pushed
the
feat/organizations
branch
from
July 15, 2023 15:20
2e32c0f
to
601dfb5
Compare
timonmasberg
force-pushed
the
feat/organizations
branch
from
July 15, 2023 16:52
f5f456a
to
7f4c83f
Compare
JSPRH
reviewed
Jul 15, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work, looks wonderful! Just some nits
JSPRH
reviewed
Jul 15, 2023
libs/api/shared/src/lib/exceptions/presentable/presentable-validation.exception.spec.ts
Outdated
Show resolved
Hide resolved
JSPRH
reviewed
Jul 15, 2023
libs/api/shared/src/lib/exceptions/flatten-class-validation-errors.ts
Outdated
Show resolved
Hide resolved
JSPRH
reviewed
Jul 15, 2023
libs/api/organization/src/lib/core/entity/organization.entity.ts
Outdated
Show resolved
Hide resolved
JSPRH
previously approved these changes
Jul 16, 2023
# Conflicts: # package-lock.json # package.json
Kudos, SonarCloud Quality Gate passed! |
🎉 This PR is included in version 1.0.0 🎉 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR introduces the Organization domain with the following changes to the overall application: