1. 01 9月, 2020 1 次提交
  2. 22 8月, 2020 1 次提交
  3. 14 8月, 2020 1 次提交
  4. 05 8月, 2020 1 次提交
  5. 22 7月, 2020 1 次提交
  6. 21 7月, 2020 1 次提交
  7. 17 7月, 2020 1 次提交
  8. 09 6月, 2020 1 次提交
  9. 26 5月, 2020 1 次提交
  10. 22 5月, 2020 1 次提交
  11. 19 5月, 2020 1 次提交
  12. 16 5月, 2020 1 次提交
  13. 07 5月, 2020 1 次提交
  14. 30 4月, 2020 1 次提交
  15. 29 4月, 2020 1 次提交
  16. 22 4月, 2020 1 次提交
  17. 16 4月, 2020 1 次提交
  18. 08 4月, 2020 1 次提交
  19. 31 3月, 2020 1 次提交
  20. 27 3月, 2020 1 次提交
  21. 24 3月, 2020 1 次提交
  22. 05 3月, 2020 1 次提交
  23. 03 3月, 2020 1 次提交
  24. 20 2月, 2020 1 次提交
  25. 28 1月, 2020 2 次提交
  26. 14 1月, 2020 1 次提交
  27. 13 1月, 2020 1 次提交
  28. 20 12月, 2019 1 次提交
  29. 16 12月, 2019 1 次提交
  30. 11 12月, 2019 1 次提交
  31. 02 12月, 2019 1 次提交
  32. 01 12月, 2019 1 次提交
  33. 26 11月, 2019 2 次提交
    • A
      Encrypt application settings with pre and post deployments · aaae14c0
      Arturo Herrero 提交于
      We had concerns about the cached values on Redis with the previous two
      releases strategy:
      
      First release (this commit):
        - Create new encrypted fields in the database.
        - Start populating new encrypted fields, read the encrypted fields or
          fallback to the plaintext fields.
        - Backfill the data removing the plaintext fields to the encrypted
          fields.
      Second release:
        - Remove the virtual attribute (created in step 2).
        - Drop plaintext columns from the database (empty columns after
          step 3).
      
      We end up with a better strategy only using migration scripts in one
      release:
        - Pre-deployment migration: Add columns required for storing encrypted
          values.
        - Pre-deployment migration: Store the encrypted values in the new
          columns.
        - Post-deployment migration: Remove the old unencrypted columns
      aaae14c0
    • A
      Encrypt application setting tokens · 9183bf94
      Arturo Herrero 提交于
      This is the plan to encrypt the plaintext tokens:
      
      First release (this commit):
        1. Create new encrypted fields in the database.
        2. Start populating new encrypted fields, read the encrypted fields or
           fallback to the plaintext fields.
        3. Backfill the data removing the plaintext fields to the encrypted fields.
      
      Second release:
        4. Remove the virtual attribute (created in step 2).
        5. Drop plaintext columns from the database (empty columns after step 3).
      9183bf94
  34. 16 11月, 2019 1 次提交
  35. 13 11月, 2019 2 次提交
  36. 08 11月, 2019 1 次提交
  37. 04 11月, 2019 1 次提交