1. 09 6月, 2017 1 次提交
  2. 05 6月, 2017 4 次提交
  3. 03 6月, 2017 4 次提交
  4. 02 6月, 2017 1 次提交
  5. 01 6月, 2017 2 次提交
  6. 30 5月, 2017 3 次提交
  7. 29 5月, 2017 1 次提交
  8. 27 5月, 2017 5 次提交
  9. 26 5月, 2017 1 次提交
  10. 25 5月, 2017 10 次提交
  11. 22 5月, 2017 1 次提交
  12. 18 5月, 2017 1 次提交
  13. 17 5月, 2017 2 次提交
  14. 16 5月, 2017 1 次提交
    • K
      Merge pull request #29086 from mikeycgto/message-encryptor-auth-tag-check · 0a6f69a5
      Kasper Timm Hansen 提交于
      Message encryptor auth tag check
      
      Fixes MessageEncryptor when used in AEAD mode. Specifically, we need to check if the `auth_tag` is nil. This may arise when an AEAD encryptor is used to decrypt a ciphertext generated from a different mode, such as CBC-HMAC. Basically, the number of double dashes will differ and `auth_tag` may be nil in this case.
      0a6f69a5
  15. 15 5月, 2017 1 次提交
  16. 14 5月, 2017 2 次提交
    • E
      Clarify documentation for system test arguments · f455d57a
      eileencodes 提交于
      Previously this implied that system tests provided other non-headless
      drivers when Selenium is the only driver that uses `:using`,
      `:screen_size` or `:options` arguments.
      
      This change clarifies that Selenium is the only non-headless driver.
      f455d57a
    • E
      Use a more realistic use-case for system test generator · 6e3c3e4e
      eileencodes 提交于
      It's more likely you'll generate a test for testing users than a users
      creates test. This is a better example of a real world test.
      Additionally the users create view is unlikely to have the text
      "UserCreates" since that is likely generated as well. This is now an
      example of visiting the users index.
      6e3c3e4e