1. 21 3月, 2019 1 次提交
    • S
      feature: add `withCredentials` configuration key (via #5149) · be72c292
      Segev Finer 提交于
      * Add the withCredentials configuration key
      
      It enables passing credentials in CORS requests. e.g. Cookies and
      Authorization headers.
      
      * Improve withCredentials documentation
      
      * Add unit tests for the withCredentials config
      
      * Update configuration.md
      
      * Update configuration.md
      
      * only set `withCredentials` Fetch flag if the config value is truthy
      
      there are some workarounds in the wild today that involve setting `withCredentials` on `system.fn.fetch` directly. 
      
      this approach avoids mangling those existing workarounds!
      
      * add more test cases
      
      * Update configs-wrap-actions.js
      
      * Update index.js
      be72c292
  2. 20 3月, 2019 2 次提交
  3. 15 3月, 2019 4 次提交
  4. 13 3月, 2019 1 次提交
  5. 06 3月, 2019 1 次提交
  6. 02 3月, 2019 6 次提交
  7. 01 3月, 2019 1 次提交
  8. 26 2月, 2019 1 次提交
  9. 24 2月, 2019 3 次提交
  10. 20 2月, 2019 1 次提交
  11. 16 2月, 2019 2 次提交
  12. 15 2月, 2019 1 次提交
  13. 14 2月, 2019 1 次提交
  14. 13 2月, 2019 1 次提交
  15. 09 2月, 2019 2 次提交
  16. 08 2月, 2019 1 次提交
  17. 07 2月, 2019 3 次提交
  18. 06 2月, 2019 2 次提交
  19. 02 2月, 2019 2 次提交
  20. 31 1月, 2019 1 次提交
  21. 30 1月, 2019 1 次提交
    • K
      bug: parameter `allowEmptyValue` + `required` interactions (via #5142) · abf34961
      kyle 提交于
      * add failing tests
      * standardize parameter keying
      * validateParam test migrations
      * migrate test cases to new pattern
      * disambiguate name/in ordering in `body.body` test cases
      * `name+in`=> `{in}.{name}`
      * consider allowEmptyValue parameter inclusion in runtime validation
      * use config object for all validateParam options
      * drop isXml flag from validateParams
      abf34961
  22. 19 1月, 2019 1 次提交
  23. 16 1月, 2019 1 次提交