1. 24 3月, 2019 1 次提交
  2. 23 3月, 2019 1 次提交
  3. 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
  4. 20 3月, 2019 2 次提交
  5. 15 3月, 2019 4 次提交
  6. 13 3月, 2019 1 次提交
  7. 06 3月, 2019 1 次提交
  8. 02 3月, 2019 6 次提交
  9. 01 3月, 2019 1 次提交
  10. 26 2月, 2019 1 次提交
  11. 24 2月, 2019 3 次提交
  12. 20 2月, 2019 1 次提交
  13. 16 2月, 2019 2 次提交
  14. 15 2月, 2019 1 次提交
  15. 14 2月, 2019 1 次提交
  16. 13 2月, 2019 1 次提交
  17. 09 2月, 2019 2 次提交
  18. 08 2月, 2019 1 次提交
  19. 07 2月, 2019 3 次提交
  20. 06 2月, 2019 2 次提交
  21. 02 2月, 2019 2 次提交
  22. 31 1月, 2019 1 次提交
  23. 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