1. 08 10月, 2020 1 次提交
    • M
      fix: multipart array sample generation for items (#6461) · f4bdf2f9
      Mahtis Michel 提交于
      * json schema array component should use schema to generate example in case of array items.
      * empty value checkbox should be disabled if not empty => not empty list || not empty string
      * curl should also check for not empty list
      f4bdf2f9
  2. 03 10月, 2020 2 次提交
  3. 02 10月, 2020 1 次提交
  4. 01 10月, 2020 1 次提交
  5. 30 9月, 2020 1 次提交
  6. 23 9月, 2020 2 次提交
  7. 22 9月, 2020 1 次提交
  8. 12 9月, 2020 1 次提交
  9. 11 9月, 2020 4 次提交
  10. 10 9月, 2020 2 次提交
  11. 09 9月, 2020 1 次提交
  12. 29 8月, 2020 1 次提交
  13. 28 8月, 2020 1 次提交
  14. 25 8月, 2020 1 次提交
  15. 21 8月, 2020 1 次提交
  16. 18 8月, 2020 1 次提交
  17. 14 8月, 2020 1 次提交
    • T
      feat(build): es2015 bundle artifact (#6291) · 2eaa6c10
      Tim Lai 提交于
      * es2015 bundle with dependencies via npm script build:es:bundle
      * es2015 bundle without dependencies via npm script build:es:bundle
      * jest dependency for test:artifact
      * migrate babel.config.json to babel.config.js and maintain env support for commonjs and es2015
      * remove polyfill
      * fix es syntax: replace module.exports with export
      * fix es syntax: remove .jsx extension inside import
      2eaa6c10
  18. 05 8月, 2020 1 次提交
    • G
      fix(OAS3): relative urls (#5341) · d9f5691f
      geraldglynn 提交于
      * Added tooling for appending OAS3 relative URLs to selected Server
      
      Info
      * Terms of service URL
      * Contact URL
      * License URL
      * External Docs URL
      
      Tag
      * Tag External Docs URL
      
      Operation
      * Operation External Docs
      ** Operation Tag
      Co-authored-by: NTim Lai <timothy.lai@gmail.com>
      d9f5691f
  19. 04 8月, 2020 1 次提交
  20. 01 8月, 2020 3 次提交
  21. 30 7月, 2020 2 次提交
  22. 29 7月, 2020 3 次提交
  23. 18 7月, 2020 1 次提交
  24. 17 7月, 2020 2 次提交
  25. 16 7月, 2020 1 次提交
  26. 07 7月, 2020 1 次提交
  27. 06 7月, 2020 1 次提交
    • V
      build(bundle): use ES6 to import swagger-client symbols (#6208) · e3b3bf03
      Vladimir Gorej 提交于
      swagger-client in versions =3.10.9 exports it's build artifacts in multiple ways.
      One artifact is exposed as ES5 compatible code with ES6 imports.
      We use this fact to utilize webpack tree shaking algorithm.
      This commit also updates swagger-client to v3.10.0
      and decreases bundle size for around 10%.
      e3b3bf03
  28. 04 7月, 2020 1 次提交
    • V
      refactor(swagger-client): fix import of helpers (#6190) · 95c3da19
      Vladimir Gorej 提交于
      Import of helpers from swagger-client worked because of the fact
      that commonjs exports are basically an objects that can be destructured.
      Whenever swagger-client switches to ES6 imports as primary mechanism
      of webpack consuptions imports like that will fail. This change makes
      sure that import mechanism is both compatible with ES6 and commonjs
      import systems.
      
      Along with that rename default import of swagger-client
      to more appropriate SwaggerClient.
      95c3da19