1. 12 2月, 2021 4 次提交
  2. 11 2月, 2021 2 次提交
  3. 09 2月, 2021 2 次提交
  4. 08 2月, 2021 3 次提交
  5. 05 2月, 2021 2 次提交
  6. 04 2月, 2021 3 次提交
  7. 03 2月, 2021 10 次提交
  8. 02 2月, 2021 1 次提交
  9. 29 1月, 2021 4 次提交
  10. 27 1月, 2021 1 次提交
    • K
      feat: add tryItOutEnabled configuration (#6865) · 265bdc07
      Kyle Hoskins 提交于
      * feat: add tryItOutEnabled configuration
      
      allow users to set tryItOutEnabled: true to display
      the "Try it out" section by default
      
      tryItOutEnabled to take === "true" for the
      query string value or === true if someone
      implements query string type parsing in the query
      265bdc07
  11. 26 1月, 2021 2 次提交
    • M
      feat(sample-gen): yaml sample generation (#6858) · 470e2fed
      Mahtis Michel 提交于
      * feat(sample-gen): yaml sample generation
      
      if content / media type matches yaml or yml it will generate stringified sample like for json
      in addition to that it will generate yaml out of the json sample
      Signed-off-by: Nmathis-m <mathis.michel@outlook.de>
      
      * test(unit-jest): getSampleSchema should handle yaml
      470e2fed
    • M
      feat(ux): enhance media-type switching experience in RequestBodyEditor (#6837) · e877580d
      Mahtis Michel 提交于
      * feat(ux): enhance media-type switching experience in RequestBodyEditor
      
      1. When canceling the try-out mode the request body will be reset to its initial state.
      2. When the user switches the media-type in the try-out mode, the experience is as follows:
         - If the user did edit the request body the body wont be touched and only media type is updated. This is to ensure that user content is NEVER accidentally overwritten with a default value.
         - If the user did not edit the request body it is safe to be replaced by the default value of the target media-type.
      
      Multiple example needed some care in order to allow the retain example value to function properly
      
      * fix(test): workaround cypress issue that can't be reproduced manually
      
      * test: added new feature to ensure enhanced user editing flow
      Signed-off-by: Nmathis-m <mathis.michel@outlook.de>
      e877580d
  12. 23 1月, 2021 3 次提交
  13. 22 1月, 2021 1 次提交
  14. 20 1月, 2021 2 次提交