-
Notifications
You must be signed in to change notification settings - Fork 2
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
fix(setup) move migrated apps and libs to the respective deprecated folder #612
Open
ArtieReus
wants to merge
26
commits into
main
Choose a base branch
from
deprecate_apps_libs
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
* remove migrated applications to cloudoperators * cleanup * cleanup
* replace all * dependencies with URLs (assets-server) * ci: do not run build-libs, from now on we build every assets individually
…'old' asstest deployed to prod
* [ui] add internal Navigation, NavigtaionItem components WIP * [ui] NavigationIem: add stories * [ui] Navigation: add first test * [ui] Navigation: remove unnecessary wrapper div * [ui] NavigationItem: render button or link * [ui] NavigationItem: add wrapperClassName prop, aria-disabled and aria-selected attrs * [ui] Navigation: add aria-disabled attribute * [ui] Navigation: add more tests * [ui] NavigationItem: properly disable link items, too * [ui] Navigation: add className, arbitrary props test * [ui] Navigation: render arbitrary props * [ui] Navigation, -Item: add link stories * [ui] Navigation: add WIP stories * [ui] fix storybook build for now use proper comment syntax for copyright and license information in .mdx files * [ui] Navigation: WIP: determine selected item by key or any relevant item value * [ui] Navigation: stories: add missing keys * [ui] Navigation: add more tests * [ui] Navigation: add more tests for setting the activeItem * [ui] Navigation: add re-rendering tests for activeItem prop * Automatic application of license header * [ui] Navigation: add remaining tests for settign the active item initially uncomment and skip not working event handler test * [ui] Navigation: add skipped test * [ui] Navigation: actually skip test as per prev commit message * [ui] NavigationItem: make sure component renders ok outside of parent context, too * [ui] Navigation, -Item: add navigationItem tests properly use setup() and waitFor for navigation tests, still skipping * Automatic application of license header * [ui] Navigation: add another (skipped) test * [ui] Navigation: fix typo in test description * [ui] Navigation: re-work tests so they work with cross-ontext/-component callbacks * [ui] NavigationItem: Tests. add comment * [ui] NavigationItem: render icon * [ui] NavigationItem: center items (icon etc.) * [ui] Navigation: rename prop for clarity `role` -> `navigationRole` to differentiate from aria role * [ui] NavigationItem: Test: reflect changed prop name in test * [ui] Navigation: don’t use default navigationRole prop * [ui] NavigationItem: accept activeItemStyles prop make sure the wrapping component can supply specific active styles, too. * [ui] SideNavigation, -Item: rework to thin wrappers around Navigation, -Item * [ui] SideNavigationItem: remove obsolete imports * [ui] SideNavigation: pass navigationRole prop to Navigation * [ui] NavigationItem: render combined `[navigationRole]-item-active` class * [ui] TopNavigation, -Item: re-work to wrap Navigation, -Item components * [ui] NavigationItem: allow passing inactive Styles that would otherwise be overwirtten by defaultStyles * [ui] TabNavigation, -Item: re-work to wrap Navigation, -Item * [ui] TabNavigation, -Item: render a class to represent tabStyle * [ui] TabNavigation, -Item: make tests work * [ui] Navigation: add docs * [ui] NavigationItem: remove activeStyles, add docs, fix ariaLabel prop name only supply the most basic common styles with this component, rely on the wrapping role-specific components to prove the rest * [ui] Side-, Tab-, TopNavigationItem: add bold styles for active state * [ui] Navigation: remove `navigationRole` prop Make Navigation agnostic of the various types of navigations, update tests accordingly. * [ui] bump version to 2.14.0 * [ui] TabNavigation. TopNavigation: Update story descriptions --------- Co-authored-by: License Bot <license_bot@github.com>
… and block in sapcc (#606) * [ci] build policy lib from cloudoperators * [workflow] block PRs for policy-engine
…essages-provider in sapcc (#609)
…PRs from those migrated assets from this repository and added apache licence badge (#611) * [CI] build all libs and apps migrated from cloudoperators * [CI] block all PRs from libs and apps migrated * tests * fix vars * added all libs * test * test * test * test * test * test * test * test * test * test * test * test * rollback changes * typo and added example app * added missing apps * removed comment * revert
This reverts commit ff5d301. # Conflicts: # package-lock.json
This reverts commit 3ebb213.
ArtieReus
changed the title
Move libs to the deprecated folder
fix(setup) move migrated apps and libs to the respective deprecated folder
Jun 3, 2024
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.