Skip to content
Snippets Groups Projects
  1. Mar 17, 2020
  2. Mar 16, 2020
  3. Mar 11, 2020
  4. Mar 05, 2020
  5. Mar 04, 2020
  6. Mar 02, 2020
  7. Feb 28, 2020
  8. Feb 24, 2020
  9. Feb 20, 2020
  10. Feb 12, 2020
  11. Jan 31, 2020
  12. Jan 28, 2020
  13. Jan 24, 2020
  14. Jan 21, 2020
  15. Jan 10, 2020
  16. Jan 09, 2020
  17. Jan 03, 2020
  18. Dec 31, 2019
  19. Dec 27, 2019
  20. Dec 20, 2019
  21. Dec 16, 2019
  22. Dec 05, 2019
  23. Dec 03, 2019
  24. Nov 26, 2019
  25. Nov 25, 2019
    • Nick Thomas's avatar
    • Arturo Herrero's avatar
      Encrypt application settings with pre and post deployments · cc9a30c7
      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
      cc9a30c7
    • Heinrich Lee Yu's avatar
      Escape namespace in label references · ad48a55c
      Heinrich Lee Yu authored
      When referencing cross-namespace labels, we append the namespace name
      to the rendered label.
      
      This MR escapes the name to prevent XSS attacks.
      ad48a55c
  26. Nov 22, 2019
Loading