Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exposing prototype as part of /api/settings #14690

Merged
merged 1 commit into from
Apr 10, 2017

Conversation

abellotti
Copy link
Member

GET /api/settings

  {
    "product": {
      "maindb": "ExtManagementSystem",
      "container_deployment_wizard": false,
      "datawarehouse_manager": false
    },
    "prototype": {
      "monitoring": false
    }
  }

GET /api/settings

  {
    "product": {
      "maindb": "ExtManagementSystem",
      "container_deployment_wizard": false,
      "datawarehouse_manager": false
    },
    "prototype": {
      "monitoring": false
    }
  }
@miq-bot
Copy link
Member

miq-bot commented Apr 7, 2017

Checked commit abellotti@ae6334e with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0
0 files checked, 0 offenses detected
Everything looks good. 🍰

@Fryguy Fryguy merged commit 8c79fe3 into ManageIQ:master Apr 10, 2017
@Fryguy Fryguy added this to the Sprint 58 Ending Apr 10, 2017 milestone Apr 10, 2017
@Fryguy Fryguy self-assigned this Apr 10, 2017
simaishi pushed a commit that referenced this pull request Apr 11, 2017
Exposing prototype as part of /api/settings
(cherry picked from commit 8c79fe3)
@simaishi
Copy link
Contributor

Fine backport details:

$ git log -1
commit 28ebe8b4412510cf30ee5f604b20326a7b9bd7c7
Author: Jason Frey <fryguy9@gmail.com>
Date:   Mon Apr 10 17:50:44 2017 -0400

    Merge pull request #14690 from abellotti/api_settings_prototype
    
    Exposing prototype as part of /api/settings
    (cherry picked from commit 8c79fe378d9e81ae14453994a55e897b87854eec)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants