An error occurred fetching the project authors.
  1. 26 Nov, 2019 3 commits
    • Arturo Herrero's avatar
      Encrypt application settings with pre and post deployments · aaae14c0
      Arturo Herrero authored
      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
    • Arturo Herrero's avatar
      Encrypt application setting tokens · 9183bf94
      Arturo Herrero authored
      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
    • GitLab Bot's avatar
      6a4ffad4
  2. 25 Nov, 2019 3 commits
  3. 22 Nov, 2019 3 commits
  4. 21 Nov, 2019 2 commits
  5. 20 Nov, 2019 1 commit
  6. 19 Nov, 2019 2 commits
  7. 18 Nov, 2019 2 commits
  8. 16 Nov, 2019 1 commit
  9. 15 Nov, 2019 3 commits
  10. 14 Nov, 2019 1 commit
  11. 13 Nov, 2019 2 commits
  12. 12 Nov, 2019 2 commits
  13. 11 Nov, 2019 4 commits
  14. 09 Nov, 2019 1 commit
  15. 08 Nov, 2019 3 commits
  16. 07 Nov, 2019 2 commits
  17. 06 Nov, 2019 2 commits
  18. 05 Nov, 2019 2 commits
  19. 01 Nov, 2019 1 commit