Home - openshiftio/openshift.io GitHub Wiki
What is OpenShift.io?
OpenShift.io is a cloud-native development environment for planning, creating, and deploying hybrid-cloud services. It provides a full toolchain for development teams, in the cloud, with zero setup and maintenance. And, of course, it make use of plenty of open-source goodness.
Why is Red Hat doing this?
To ship better software, development teams need a modern, integrated DevOps toolchain. No team should spend weeks configuring and maintaining those tools. OpenShift.ioโs pre-integrated toolchain starts teams in minutes with zero install and zero configuration.
Where do I go with questions and feedback?
First check the technical FAQ and documentation. You can also contact the product team on:
- IRC at #openshiftio on irc.freenode.net
- Mattermost in the #openshiftio channel (sign up is free)
- If you want a 1:1 feedback session, e-mail [email protected]
Current status
Today, OpenShift.io is in active development and pre-beta. There is a waitlist and we are working on slowly provisioning people from the waitlist into the system.
Can I use OpenShift.io for my critical project?
No. OpenShift.io has bugs that affect site reliability. Please do not upload sensitive data yet.
What open-source components are found in OpenShift.io?
Components include fabric8, Eclipse Che, Jenkins, Obsidian Toaster, OpenShift, Wildfly, and Bayesian.
How to get started?
Once your account has been approved, go try the OpenShift.IO Getting Started instructions.
Most frequently used filters/queries
[ is:issue is:open no:label ]
[ is:issue is:open created:<2017-05-03 ]
- Filter to find issues that do not have Type specified (since Type is a required field in the Triage process)
[is:issue is:open -label:type/feature -label:type/question -label:type/support -label:type/bug -label:type/epic -label:type/experience -label:type/planning -label:type/spike -label:type/task -label:type/user-story -label:type/scenario -label:type/fundamental -label:type/value-proposition -label:type/paper-cuts ]
- Filter to find issues that are team specific (example Analytics team) (name of the team need to be replaced)
[ is:issue is:open label:team/analytics ]
- Filter to list all Severity-1 (urgent) Issues (name of severity need to be replaced) (urgent) Issues (name of severity need to be replaced)
[ is:issue is:open label:SEV1-urgent ]
6.Filter to review all issues created by a particular person (example Fred)
[ is:open is:issue author:fbricon ]
[ is:open is:issue assignee:ibuziuk ]
8.Filter to review all open pull requests
[ state:open type:pr ]
9.Filter for all open pull requests that have not been reviewed by the teams
[ state:open type:pr review:none ]
[ is:open is:issue mentions:ldimaggi ]