Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

ManageIQ/manageiq-graphql

ManageIQ::GraphQL

Gem Version Build Status Code Climate Test Coverage Dependency Status Chat

The GraphQL API for ManageIQ

Note: This project is currently in early alpha

Installation

This Rails engine is included with ManageIQ! No separate installation required.

Contributing

Prerequisites

It is assumed you have met all prerequisites for installing the ManageIQ app, as described here.

Setup

First, fork/clone the project:

git clone git@github.com:username/manageiq-graphql.git

Next, run the setup script:

$ cd manageiq-graphql
$ bin/setup

This should be sufficient to meet all development dependencies. During development, if you need to update the dependencies you can do so by running:

$ bin/update

For more details on developing ManageIQ plugins, please refer to the ManageIQ Plugin Development guide.

Running the test suite

To run the entire test suite:

$ bundle exec rake spec

Individual files/tests can be run using the RSpec's normal executable:

$ bundle exec rspec spec/path/to/spec.rb:<optional line number>

License

The gem is available as open source under the terms of the Apache-2.0 License.