Skip to content

gregoryb-at-ibm/manageiq-schema

 
 

Repository files navigation

ManageIQ Schema

Gem Version Build Status Code Climate Test Coverage Security

Chat

SQL Schema and migrations for ManageIQ

License

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

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Run Tests in dev environment

  1. If necessary, copy spec/dummy/config/database.tmpl.yml to spec/dummy/config/database.yml and modify it to access your local database
  2. Run: bin/setup
    1. Copies spec/dummy/config/database.tmpl.yml to spec/dummy/config/database.yml if it doesn't exist
    2. Performs bundle update
    3. Generates random database region number
    4. Creates/resets dummy_test database
  3. Run: rspec spec/migrations/<spec_file>
    or rake (Run all migration tests)

About

SQL schema and database migrations for ManageIQ

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 99.4%
  • Other 0.6%