-
Notifications
You must be signed in to change notification settings - Fork 14
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: standalone mode #614
Merged
bastianjakobi
merged 27 commits into
onecx:main
from
bastianjakobi:feat/standalone-mode
Jan 15, 2025
Merged
feat: standalone mode #614
bastianjakobi
merged 27 commits into
onecx:main
from
bastianjakobi:feat/standalone-mode
Jan 15, 2025
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
…ove createTranslateLoader and deprecate exports in angular-accelerator
…wrapper component
…shell-core and pia
…ace and remove redundant dependency in standalone-shell
create-translate-loader-update.md Guide for migrating to new translate loader. |
markuczy
approved these changes
Dec 20, 2024
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 :>
libs/angular-utils/src/lib/utils/create-translate-loader.utils.spec.ts
Outdated
Show resolved
Hide resolved
bastianjakobi
commented
Jan 6, 2025
SchettlerKoehler
requested changes
Jan 14, 2025
libs/angular-utils/src/lib/utils/create-translate-loader.utils.ts
Outdated
Show resolved
Hide resolved
SchettlerKoehler
approved these changes
Jan 15, 2025
tkit-dev
pushed a commit
that referenced
this pull request
Jan 15, 2025
## [5.31.0](v5.30.0...v5.31.0) (2025-01-15) ### Features * implement id filter for div harness ([#643](#643)) ([5bb39f3](5bb39f3)) * nx release with tag ([#644](#644)) ([b16d8ce](b16d8ce)) * standalone mode ([#614](#614)) ([fc8a3d3](fc8a3d3)) ### Bug Fixes * fixed channel for release candidate ([#648](#648)) ([f18d80e](f18d80e)) * remove unwanted strings ([#645](#645)) ([76fde91](76fde91))
markuczy
pushed a commit
to markuczy/onecx-portal-ui-libs
that referenced
this pull request
Jan 20, 2025
* feat: initial version of standalone mode * feat: initial version of standalone mode * fix: fix linter * fix: add graceful fallback for empty env.json load * feat: move translation loaders to angular-integration-interface, improve createTranslateLoader and deprecate exports in angular-accelerator * feat: ensure unique translations in new create-translate-loader * feat: migrate standalone shell to a module containing shell-viewport wrapper component * fix: fix CI * fix: disable oneCXShellLayout by default in standalone-shell * fix: fix ci * refactor: provide PIA TRANSLATION_PATH from within PIA * refactor: provide TRANSLATION_PATH from within angular accelerator * feat: inject translation paths in libs and remove dependency between shell-core and pia * refactor: move permission checker utils to angular-integration-interface and remove redundant dependency in standalone-shell * refactor: remove dependency between shell-core and angular-accelerator * refactor: move utils to new lib, fix peer deps and peer dep linting * fix: fix storybook imports * refactor: export PROVIDE_STANDALONE_PROVIDERS_CONFIG * refactor: extract and test hasPermissionCheckerFactory * test: add tests for new createTranslateLoader * refactor: improve providers * fix: provide default value for inject * test: add tests for createTranslateLoader without injected TRANSLATION_PATH * fix: update package versions
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.