Policies frontend for Red Hat Insights
-
yarn install -
yarn start- starts webpack bundler and serves the files with webpack dev server
yarn verifywill run linters and tests- Travis is used to test the build for this code.
- You are always notified on failed builds
- You are only notified on successful builds if the build before it failed
- By default, both
pushevents as well aspull_requestevents send notifications
You need to configure your /etc/hosts to have the hosts for prod.foo and stage.foo.
Check or execute this script for details.
Install the dependencies using yarn:
yarn installIf needed set the environment (see below) and then run the application:
yarn startAfter that, you can head to the page show (stage by default).
You can set the environment and if you want to use your local development server by copying the file env.sample to .env
and starting again by calling yarn start.
For more info refer to Insights Frontend Starter App README
Deployments come from the .travis/custom_release.sh file. Push to certain branches to deploy to certain environments:
Anytime a build of the master branch happens, Travis builds and pushes a new commit to the ci-beta & qa-beta branch in your build repo. Pull requests on master will not be deployed until they are merged, but they will be built to assure linting, snapshots, etc. are working as expected.
master -> qa-beta & ci-beta prod-beta -> prod-beta master-stable -> qa-stable & ci-stable prod-stable -> prod-stable
When you want to test your code with unit tests please use jest which is preconfigured in a way to collect codecoverage as well. If you want to see your coverage on server the travis config has been set in a way that it will send data to codecov.io the only thing you have to do is visit their website (register), enable your repository and add CODECOV_TOKEN to your travis web config (do not add it to .travis file, but trough travis-ci.org)
The ui-frontend depends on types from the ui-backend, these are generated from the Openapi spec file, run yarn schema to reload the types.
Generate types can be found in: src/generated/, check package.json for more info.
- Access to Kafka topic
- kafkacat installed and in the PATH
Run yarn pushhost --account <account-number>.
Use yarn pushhost --help for more information. For the data being sent,
check src/cli/pushhost.ts.
You can store the account number in .push-host.env under the INSIGHTS_ACCOUNT and omit the argument from the command line if used frequently.
$ cat .push-host.env
INSIGHTS_ACCOUNT=940527