
Security News
CISA Kills Off RSS Feeds for KEVs and Cyber Alerts
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
openshift-assisted-ui-lib
Advanced tools
React component library for https://github.com/openshift-assisted/assisted-ui.
Please note, the project's upstream has been renamed and moved from mareklibra/facet-lib to https://github.com/openshift-assisted/assisted-ui-lib in December 2020.
npm install --save openshift-assisted-ui-lib
or
yarn add openshift-assisted-ui-lib
This project depends on the following package
sudo dnf install -y inotify-tools
You can use the following steps in order to set up your dev environment.
~/Projects
.git clone
it.
cd ~/Projects
git clone https://github.com/openshift-assisted/assisted-ui-lib.git
yarn --cwd=./assisted-ui-lib/ install
# Watches for changes in the `/src` folder and bundles the files into `/dist` folder
yarn start
# Synchronizes `/dist` with `node_modules/openshift-assisted-ui-lib/` folder in .
yarn sync-dist
assisted-ui
project to ease the development experience outside OCM (aka
uhc-portal
), follow the instructions in those projects in order to access the app's UI.To publish a new version of the package to npmjs.com
master
in this repo, called release/v<some-semver-string>
.v<some-semver-string>
release/v<some-semver-string>
(same as in step 2 above).v<some-semver-string>
The types used by Assisted Installer UI are defined in src/common/api/types.ts
and they are
generated automatically by running yarn update-api
.
If you see the following error: Error: ENOSPC: System limit for number of file watchers reached
,
you will need to increase the number of inotify watchers.
From the terminal run the following commands:
$ sudo sh -c "echo fs.inotify.max_user_watches=524288 >> /etc/sysctl.conf"
$ sudo sysctl -p
See i18n for information on our internationalization tools and guidelines
Apache-2.0
FAQs
React component library for the Bare Metal Installer
The npm package openshift-assisted-ui-lib receives a total of 40 weekly downloads. As such, openshift-assisted-ui-lib popularity was classified as not popular.
We found that openshift-assisted-ui-lib demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.