Codebase list ruby-gitlab / 87adcfe spec / fixtures / features.json
87adcfe

Tree @87adcfe (Download .tar.gz)

features.json @87adcferaw · history · blame

[
  {
    "name": "experimental_feature",
    "state": "off",
    "gates": [
      {
        "key": "boolean",
        "value": false
      }
    ]
  },
  {
    "name": "new_library",
    "state": "on",
    "gates": [
      {
        "key": "boolean",
        "value": true
      }
    ]
  }
]