-
Notifications
You must be signed in to change notification settings - Fork 13
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: P002271-6007 distributed state in config service #24
Merged
SchettlerKoehler
merged 10 commits into
onecx:v4
from
KimFFVII:feat/P002271-6007-distributed-state-in-config-service
Nov 27, 2023
Merged
feat: P002271-6007 distributed state in config service #24
SchettlerKoehler
merged 10 commits into
onecx:v4
from
KimFFVII:feat/P002271-6007-distributed-state-in-config-service
Nov 27, 2023
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
https://github.com/KimFFVII/onecx-portal-ui-libs into feat/P002271-6007-distributed-state-in-config-service
SchettlerKoehler
requested changes
Nov 24, 2023
...tal-integration-angular/src/lib/core/components/page-header/page-header.component.stories.ts
Outdated
Show resolved
Hide resolved
libs/portal-integration-angular/src/lib/core/components/mfe-debug/mfe-debug.component.ts
Outdated
Show resolved
Hide resolved
libs/portal-integration-angular/src/lib/core/components/page-header/page-header.component.ts
Outdated
Show resolved
Hide resolved
.../portal-integration-angular/src/lib/core/components/portal-footer/portal-footer.component.ts
Outdated
Show resolved
Hide resolved
.../portal-integration-angular/src/lib/core/components/portal-footer/portal-footer.component.ts
Outdated
Show resolved
Hide resolved
libs/portal-integration-angular/src/lib/core/components/portal-header/header.component.ts
Outdated
Show resolved
Hide resolved
...tal-integration-angular/src/lib/core/components/portal-viewport/portal-viewport.component.ts
Outdated
Show resolved
Hide resolved
...tal-integration-angular/src/lib/core/components/portal-viewport/portal-viewport.component.ts
Outdated
Show resolved
Hide resolved
...tal-integration-angular/src/lib/core/components/portal-viewport/portal-viewport.component.ts
Outdated
Show resolved
Hide resolved
libs/portal-integration-angular/src/lib/services/configuration.service.ts
Outdated
Show resolved
Hide resolved
SchettlerKoehler
requested changes
Nov 24, 2023
...ortal-integration-angular/src/lib/core/components/inline-profile/inline-profile.component.ts
Outdated
Show resolved
Hide resolved
libs/portal-integration-angular/src/lib/core/components/mfe-debug/mfe-debug.component.ts
Outdated
Show resolved
Hide resolved
libs/portal-integration-angular/src/lib/core/components/page-header/page-header.component.ts
Outdated
Show resolved
Hide resolved
.../portal-integration-angular/src/lib/core/components/portal-footer/portal-footer.component.ts
Outdated
Show resolved
Hide resolved
.../portal-integration-angular/src/lib/core/components/portal-footer/portal-footer.component.ts
Outdated
Show resolved
Hide resolved
.../portal-integration-angular/src/lib/core/components/portal-footer/portal-footer.component.ts
Outdated
Show resolved
Hide resolved
...tal-integration-angular/src/lib/core/components/portal-viewport/portal-viewport.component.ts
Outdated
Show resolved
Hide resolved
...tal-integration-angular/src/lib/core/components/portal-viewport/portal-viewport.component.ts
Outdated
Show resolved
Hide resolved
...tal-integration-angular/src/lib/core/components/portal-viewport/portal-viewport.component.ts
Outdated
Show resolved
Hide resolved
...tal-integration-angular/src/lib/core/components/portal-viewport/portal-viewport.component.ts
Outdated
Show resolved
Hide resolved
SchettlerKoehler
requested changes
Nov 27, 2023
.../portal-integration-angular/src/lib/core/components/portal-footer/portal-footer.component.ts
Outdated
Show resolved
Hide resolved
KimFFVII
added a commit
that referenced
this pull request
Jan 19, 2024
* feat: P002271-6007 distributed state in config service (#24) * feat: first steps of cleanup * feat: more refactoring and cleanup * feat: add v4 branch for worklflows * feat: add v4 branch to workflows * fix: change to pipe map * fix: async behavior fix * fix: remove untilDestroyed * fix: remove untilDestroyed --------- Co-authored-by: kim.tran <[email protected]> * feat: merge main v4 (#33) * fix: diagram color range fix * fix: theme logo * chore(release): -v3.5.2 [skip ci] ## [3.5.2](v3.5.1...v3.5.2) (2023-12-05) ### Bug Fixes * diagram color range fix ([487f671](487f671)) * theme logo ([e8ebc0e](e8ebc0e)) * feat: add ifNotPermission (#28) * feat: add ifNotPermission * fix: add missing condition in if * feat: remove console log --------- Co-authored-by: kim.tran <[email protected]> --------- Co-authored-by: Annika Nowak <[email protected]> Co-authored-by: Andrej Petras <[email protected]> Co-authored-by: kim.tran <[email protected]> Co-authored-by: semantic-release-bot <[email protected]> * fix: utils for create logo url (#34) * fix: utils for create logo url * fix: delete wrongly pushed async translate loader utils * fix: some fixes --------- Co-authored-by: kim.tran <[email protected]> * feat: P002271-6013 keycloak auth service distributed state (#35) * feat: distributed state in keycloak auth service * fix: remove async translate loader utils * feat: new topic and some minor fixes * fix: some fixes --------- Co-authored-by: kim.tran <[email protected]> * feat: create async translate loader (#38) Co-authored-by: kim.tran <[email protected]> * fix: move keycloak auth config injection token (#61) Co-authored-by: kim.tran <[email protected]> * feat: MessageService independent from the instance (#68) * feat: MessageService independent from the instance * fix: add missing members of message, remove or replace MessageService with PortalMessageService * fix: use spread operator * fix: test expectations fix * fix: expect with objectContaining * fix: test minor fix --------- Co-authored-by: kim.tran <[email protected]> * feat: P002271-6012 delete mfe info (#49) * feat: delte mfe info * feat: public static createTranslateLoader * feat: topic changes, isInitialized not necessary after publish * feat: add tests * fix: install ng-mocks * feat: remove jest-marbles * fix: minor fix in test * fix: minor fixes * feat: changes for enabling starting apps in standalone mode * fix: init currentMfe with values in standalone, set basePath correctly with apiPrefix * fix: some minor fixes * fix: minor fix in one test * fix: fix tests and minor fixes --------- Co-authored-by: kim.tran <[email protected]> * feat: merge main and first version of releasen notes * fix: update guide * fix: link to section * Update ci.yml * fix: further changes to the update guide * fix: more fixes for the update guide * fix: minor change in the update guide * fix: linkk to changelog and update guid in readme --------- Co-authored-by: kim.tran <[email protected]> Co-authored-by: Annika Nowak <[email protected]> Co-authored-by: Andrej Petras <[email protected]> Co-authored-by: semantic-release-bot <[email protected]>
github-actions bot
pushed a commit
that referenced
this pull request
Jan 19, 2024
## [4.0.0](v3.9.0...v4.0.0) (2024-01-19) ### ⚠ BREAKING CHANGES * allow multiple instances of portal-integration-angular (#75) ### Features * allow multiple instances of portal-integration-angular ([#75](#75)) ([41c46ee](41c46ee)), closes [#24](#24) ### Refactoring * **test:** ocx-content & ocx-content-container test harnesses ([#71](#71)) ([4ab7931](4ab7931))
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.
No description provided.