Gathering detailed insights and metrics for fabric8-planner
Gathering detailed insights and metrics for fabric8-planner
Gathering detailed insights and metrics for fabric8-planner
Gathering detailed insights and metrics for fabric8-planner
npm install fabric8-planner
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
26 Stars
2,850 Commits
62 Forks
40 Watching
11 Branches
58 Contributors
Updated on 22 Aug 2023
TypeScript (80.46%)
HTML (7.88%)
CSS (5.38%)
JavaScript (3.43%)
Shell (2.67%)
Dockerfile (0.19%)
Cumulative downloads
Total Downloads
Last day
-25%
3
Compared to previous day
Last week
-30.3%
207
Compared to previous week
Last month
-22.5%
2,244
Compared to previous month
Last year
11%
16,573
Compared to previous year
12
18
112
= Fabric8 Planner
image:https://jenkins.cd.test.fabric8.io/job/fabric8-ui/job/fabric8-planner/job/master/badge/icon[Jenkins, link="https://jenkins.cd.test.fabric8.io/job/fabric8-ui/job/fabric8-planner/job/master/"] image:https://img.shields.io/npm/v/fabric8-planner.svg[npm, link="https://npmjs.com/package/fabric8-planner"] image:https://codecov.io/gh/fabric8-ui/fabric8-planner/branch/master/graph/badge.svg[Codecov.io, link="https://codecov.io/gh/fabric8-ui/fabric8-planner"] image:https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic%20release-b4d455.svg[Semantic Release, link="https://github.com/semantic-release/semantic-release"]
:icons: :toc: macro :toc-title: :toclevels: 2
toc::[]
== Overview Fabric8 Planner is a task planner and the issue tracker front-end for link:https://openshift.io/[openshift.io]. It uses the link:https://github.com/fabric8-services/fabric8-wit[Fabric8 Work Item Tracker] as the back-end.
The Planner project provides a component library which is used by other applications to provide a task planning front-end.
The Planner is available as an npm package. It can not be run by itself as it is an Angular component library. However, for development and testing purpose, a minimal runtime environment is available in the link:runtime[runtime] directory.
You can run Planner either as a minimal Standalone component or as an Integrated component using an external webapp like the fabric8-ui. It is recommended to use the Integrated component to build and run Planner.
== Quickstart
The Planner can be quickly built using the link:scripts/run-planner.sh[launcher script].
You can use the launcher script to build the Planner either as an Integrated component using an external webapp like the fabric8-ui or as a Standalone component.
=== Integrated mode
NOTE: The Integrated mode is the default mode for building Planner using this script.
.Prerequisite
This script supports the following flags:
For example:
scripts/run-planner.sh -r -s
to re-install planner and run it in standalone mode.scripts/run-planner.sh -r -f /home/User/fabric8-ui
if you wish to set the platform path. By default, the Fabric8 UI path is assumed to be Planner_Path/... Access the service on: http://localhost:3000
=== Standalone mode The Standalone Mode uses prod-preview backend by default.
. Access the service on http://localhost:8080
. Get an auth token:
.. Navigate to http://api.prod-preview.openshift.io/api/login/authorize?redirect=https://api.openshift.io/api/status
.. Log in with your OSIO user name (for example, localhost:8080/?<the token>
. Navigate to prod-preview and get a space ID you want to use from the url.
. Use that spaceId to get to a space on your local instance: http://localhost:8080/plan/list?q=(space:
Optionally, you can change the default prod-preview backend and use external web apps by setting the environment variables for the services, for example:
== Documentation The following documentation is available in the docs directory:
gulp
tasks.== Contributing
All contributions are welcome, if you want to contribute to this project, ensure you follow the link:CONTRIBUTING.adoc[Contribution Guidelines].
No vulnerabilities found.
Reason
all changesets reviewed
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
project is archived
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
177 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-25
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More