1. 13.01.2020 3 коммита
  2. 10.01.2020 1 коммит
  3. 02.01.2020 3 коммита
  4. 31.12.2019 1 коммит
  5. 16.12.2019 1 коммит
  6. 10.12.2019 1 коммит
  7. 09.12.2019 3 коммита
  8. 06.12.2019 2 коммита
  9. 27.11.2019 6 коммитов
  10. 26.11.2019 15 коммитов
  11. 25.11.2019 3 коммита
    • Nick Thomas's avatar
      b49d06e4
    • Arturo Herrero's avatar
      Encrypt application settings with pre and post deployments
      · 4cb93023
      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
      4cb93023
    • Heinrich Lee Yu's avatar
      Escape namespace in label references
      · ddfdc0dc
      Heinrich Lee Yu создал
      When referencing cross-namespace labels, we append the namespace name
      to the rendered label.
      
      This MR escapes the name to prevent XSS attacks.
      ddfdc0dc
  12. 22.11.2019 1 коммит