1. 15 5月, 2020 2 次提交
  2. 14 5月, 2020 1 次提交
  3. 08 5月, 2020 1 次提交
  4. 07 5月, 2020 1 次提交
    • T
      ft: JsonSchema components are now ImmutableJS compliant (#5952) · 5eb23cdd
      Tim Lai 提交于
      bug: JsonSchema components should validate schema properties exists
        - schema
        - type
        - format
        - enum
      bug: fix a debounce error in JsonSchema_string if value is null
      ft: new simplified JsonSchemaArrayItemText component
      test: use immutableJS for `json-schema-form` test
      test: add dev scripts to run `cypress open`
      test: new cypress `schema-form` tests
      5eb23cdd
  5. 25 4月, 2020 1 次提交
  6. 24 4月, 2020 2 次提交
  7. 05 4月, 2020 1 次提交
  8. 19 3月, 2020 1 次提交
  9. 09 3月, 2020 2 次提交
  10. 18 1月, 2020 2 次提交
  11. 11 1月, 2020 1 次提交
  12. 05 1月, 2020 1 次提交
  13. 18 11月, 2019 1 次提交
  14. 04 11月, 2019 6 次提交
  15. 12 10月, 2019 2 次提交
  16. 10 10月, 2019 1 次提交
  17. 01 10月, 2019 1 次提交
  18. 28 9月, 2019 1 次提交
  19. 21 9月, 2019 1 次提交
  20. 16 9月, 2019 1 次提交
  21. 11 9月, 2019 1 次提交
    • K
      housekeeping: reorganize and rewire Mocha tests (#5600) · f523ec40
      kyle 提交于
      * move Mocha-run tests to `test/mocha`
      
      * fix relative paths
      
      * fix JSX test paths
      
      * update stagnated JSX tests
      
      * `test/setup.js` -> `test/mocha/setup.js`
      
      * use regex+globstar for test matching
      
      * remove `console.log`
      f523ec40
  22. 10 9月, 2019 1 次提交
  23. 03 9月, 2019 1 次提交
  24. 01 9月, 2019 2 次提交
    • S
      release: v3.23.7 · 7b737f60
      swaggerhub-bot 提交于
      7b737f60
    • K
      feature: support for `Parameter.content` (#5571) · c9c3b233
      kyle 提交于
      * add `getParameterSchema` OAS helper
      
      * use `Parameter.content.[firstKey].schema` as schema value when present
      
      * `newValue` -> `initialValue`
      
      * make `paramWithMeta` a const
      
      * add trailing comma to `swagger2SchemaKeys`
      
      * refactor `helpers` to a folder
      
      * deprecate `src/core/utils.js` in favor of `src/core/helpers/`
      
      * support `Parameter.content.[mediaType].schema` in validateParam
      
      * reject `null` as an OAS3 object value
      
      * expose Fetch errors in the browser console
      
      * generate ParameterRow default values based on `content` values
      
      * add tests for `getParameterSchema`
      
      * remove debugger statement
      
      * remove debugger statement
      
      * don't apply `generatedSampleValue`s to parameters with `examples`
      
      * remove extra semi
      
      * disable JSON check in parameter runtime validation
      
      * stringify JsonSchema_object textarea values
      
      * add Cypress tests
      
      * swagger-client@3.9.4
      c9c3b233
  25. 24 8月, 2019 1 次提交
  26. 23 8月, 2019 1 次提交
  27. 21 8月, 2019 1 次提交
  28. 10 8月, 2019 1 次提交
  29. 03 8月, 2019 1 次提交