1. 21 8月, 2019 1 次提交
  2. 10 8月, 2019 1 次提交
  3. 03 8月, 2019 1 次提交
  4. 02 8月, 2019 1 次提交
  5. 01 8月, 2019 1 次提交
  6. 31 7月, 2019 3 次提交
  7. 30 7月, 2019 1 次提交
  8. 20 7月, 2019 1 次提交
  9. 19 7月, 2019 1 次提交
    • K
      housekeeping: npm audit resolutions (via #5457) · be5e057b
      kyle 提交于
      * add `security-audit` script
      
      * npm audit fix
      
      * remove nyc
      
      * nightwatch@1
      
      this breaks the test suite, but it appears to have already regressed. leaving it for another day, TODO: open a backlog ticket
      
      * add `security-audit` script
      
      * disable mocha exclusivity
      
      * update package-lock.json
      
      * cypress@3.4.0
      
      * `npm audit fix`
      
      * @release-it/conventional-changelog@1.1.0
      
      * release-it@12
      be5e057b
  10. 13 7月, 2019 2 次提交
  11. 12 7月, 2019 2 次提交
    • L
      housekeeping: migrate to release-it v11 (via #5335) · 74792533
      Lars Kappert 提交于
      * housekeeping: migrate to release-it v11
      
      * install `source-map-support`
      74792533
    • K
      housekeeping: upgrade to webpack@4 (via #5454) · 88204daa
      kyle 提交于
      * build new core webpack config
      
      * fix exports in Webpack; use ESM syntax throughout
      
      * add bundle config
      
      * add standalone config
      
      * add style config
      
      * prettier...
      
      * add dev config
      
      * delete legacy webpack scripts
      
      * rewire npm scripts to use new webpack configs
      
      * cache babel-loader results
      
      * fix e2e dev servers
      
      * update core Webpack modules
      
      * update loaders to latest
      
      * remove unused loaders
      
      * update Webpack plugins
      
      * add mode flags to Webpack configs
      
      * remove plugin invocations that are now production-standard in v4
      
      * update webpack-cli
      
      * add webpack perf size limit flags
      
      * replace ExtractText with MiniCssExtract + IgnoreAssets
      
      * UglifyJsPlugin -> TerserPlugin
      
      * fix PostCSS processing
      
      * enable Terser sourcemaps
      
      * webpack/style -> webpack/stylesheets
      88204daa
  12. 10 7月, 2019 2 次提交
  13. 08 7月, 2019 1 次提交
  14. 30 6月, 2019 2 次提交
    • S
      release: v3.23.0 · 97b9c3e0
      swaggerhub-bot 提交于
      97b9c3e0
    • K
      feat: Multiple Examples for OpenAPI 3 Parameters, Request Bodies, and Responses (via #5427) · 23d7260f
      kyle 提交于
      * add opt-in Prettier config
      
      * remove legacy `examples` implementation
      
      * create ExamplesSelect
      
      * support `Response.examples` in OpenAPI 3
      
      * create response controls group
      
      * prettier reformat
      
      * prepare to break up Parameters
      
      * reunify Parameters and OAS3 Parameters
      
      * Parameter Examples
      
      * Example component
      
      * handle parameter value stringification correctly
      
      * FOR REVIEW: add prop for controlling Select
      
      * use regular header for param examples in Try-It-Out
      
      * manage active examples member via Redux
      
      * Request Body Try-It-Out examples
      
      * remove special Response description styling
      
      * omit Example value display in Try-It-Out
      
      * support disabled text inputs in JsonSchemaForm
      
      * Example.omitValue => Example.showValue
      
      * ExamplesSelectValueRetainer
      
      * styling for disabled inputs
      
      * remove console.log
      
      * support "Modified Values" in ExamplesSelect
      
      * remove Examples component
      (wasn't used anywhere)
      
      * use ParameterRow.getParamKey for active examples member keying
      
      * split-rendering of examples in ParameterRow
      
      * send disabled prop to JsonSchemaForm
      
      * use content type to key request body active examples members
      
      * remove debugger
      
      * rewire RequestBodyEditor to be a controlled component
      
      REVIEW: does this have perf implications?
      
      * trigger synthetic onSelect events in ExamplesSelect
      
      * prettier updates
      
      * remove outdated Examples usage in RequestBody
      
      * don't handle examples changes in ESVR
      
      * make RequestBodyEditor semi-controlled
      
      * don't default to an empty Map for request bodies
      
      * add namespaceKey to ESVR for state mgmt
      
      * don't key RequestBody activeExampleKeys on media type
      
      * tweak ESVR isModifiedValueSelected calculation
      
      * add trace class to ExamplesSelect
      
      * remove usage of ESVR.currentNamespace
      
      * reset to first example if currentExampleKey is invalid
      
      * add default values to RequestBody rendering
      
      * stringify things in ESVR
      
      * avoid null select value (silences React warning)
      
      * detect user inputs that match any examples member's value
      
      * add trace class for json-schema-array
      
      * shallowly convert namespace state, to preserve Immutable stucts in state
      
      * stringify RBE values; don't trim JSON in editor
      
      * match user input to an example when non-primitives are expressed in state as strings
      
      * update Cypress
      
      * don't apply sample values in JsonSchema_Object
      
      * support disabling all JsonSchemaForm subcomponents
      
      * Core tests
      
      * style changes to accomodate Examples
      
      * fix version-checking error in Response
      
      * disable SCU for Responses
      
      * don't stringify Select values
      
      * ModelExample: default to Model tab if no example is available; provide a default no example message
      
      * don't trim JSON ParamBody inputs
      
      * read directly from 2.0 Response.schema instead of inferring a value
      
      * show current Example information in RequestBody
      
      * show label for Examples dropdown by default
      
      * rework Response content ordering
      
      * style disabled textareas like other read-only blocks
      
      * meta: fix sourcemaps
      
      * refactor ESVR setNameForNamespace
      
      * protect second half of ternary expession
      
      * cypress: `select.examples-select` => `.examples-select > select`
      
      * clarify ModelExample.componentWillReceiveProps
      
      * add gates/defaults to prevent issues in very bare-boned documents
      
      * fix test block organization problem
      
      * simplify RequestBodyEditor interface
      
      * linter fixes
      
      * prettier updates
      
      * use plugin system for new components
      
      * move ME Cypress helpers to other file
      23d7260f
  15. 09 6月, 2019 1 次提交
  16. 22 5月, 2019 2 次提交
  17. 13 4月, 2019 1 次提交
  18. 24 3月, 2019 1 次提交
  19. 15 3月, 2019 1 次提交
  20. 13 3月, 2019 1 次提交
  21. 02 3月, 2019 3 次提交
    • S
      release: v3.21.0 · b3a555f5
      swaggerhub-bot 提交于
      b3a555f5
    • S
      release: v3.20.10 · bbaf4f06
      swaggerhub-bot 提交于
      bbaf4f06
    • K
      feature: `swagger-ui-react` module (via #5207) · 7025773f
      kyle 提交于
      * swagger-ui-react alpha.0
      
      * alpha.1
      
      * alpha.2
      
      * alpha.3
      
      * begin updating README
      
      * alpha.4
      
      * WIP: `displayOperationId` support
      
      * move loading error readouts to BaseLayout
      
      * add `url` prop
      
      * export React component as default
      
      * add interceptor support
      
      * modify docs markup
      
      * add `onComplete` prop
      
      * add `spec` prop
      
      * Update README.md
      
      * alpha.6
      
      * remove independent manifest; build releasable exclusively from template
      
      * ensure dist is present; drop config field in manifest
      
      * drop alpha field
      
      this script is now able to release to npm!
      
      * remove unused selector references
      
      * Update README.md
      7025773f
  22. 24 2月, 2019 1 次提交
  23. 16 2月, 2019 1 次提交
  24. 13 2月, 2019 1 次提交
  25. 09 2月, 2019 1 次提交
  26. 02 2月, 2019 1 次提交
  27. 19 1月, 2019 1 次提交
  28. 12 1月, 2019 1 次提交
  29. 23 12月, 2018 1 次提交
  30. 15 12月, 2018 1 次提交
  31. 08 12月, 2018 1 次提交