1. 01 6月, 2019 1 次提交
  2. 31 5月, 2019 3 次提交
  3. 30 5月, 2019 1 次提交
  4. 29 5月, 2019 1 次提交
  5. 28 5月, 2019 1 次提交
    • V
      Store Let's Encrypt private key in settings · 4687ff7c
      Vladimir Shushlin 提交于
      Storing this key in secrets.yml was a bad idea,
      it would require users using HA setups to manually
      replicate secrets across nodes during update,
      it also needed support from omnibus package
      
      * Revert "Generate Let's Encrypt private key"
        This reverts commit 444959bf.
      
      * Add Let's Encrypt private key to settings
        as encrypted attribute
      
      * Generate Let's Encrypt private key
        in database migration
      4687ff7c
  6. 20 5月, 2019 1 次提交
  7. 16 5月, 2019 1 次提交
  8. 08 5月, 2019 1 次提交
  9. 07 5月, 2019 1 次提交
  10. 06 5月, 2019 2 次提交
  11. 04 5月, 2019 1 次提交
  12. 03 5月, 2019 1 次提交
  13. 02 5月, 2019 1 次提交
  14. 01 5月, 2019 1 次提交
  15. 27 4月, 2019 3 次提交
  16. 23 4月, 2019 1 次提交
  17. 18 4月, 2019 1 次提交
  18. 12 4月, 2019 1 次提交
  19. 11 4月, 2019 1 次提交
  20. 10 4月, 2019 2 次提交
  21. 09 4月, 2019 1 次提交
  22. 06 4月, 2019 2 次提交
    • C
      Add Knative metrics to Prometheus · b77fe7db
      Chris Baumbauer 提交于
      b77fe7db
    • G
      Add part of needed code · 64858317
      Gosia Ksionek 提交于
      Add columns to store project creation settings
      
      Add project creation level column in groups
       and default project creation column in application settings
      
      Remove obsolete line from schema
      
      Update migration with project_creation_level column existence check
      
      Rename migrations to avoid conflicts
      
      Update migration methods
      
      Update migration method
      64858317
  23. 05 4月, 2019 2 次提交
  24. 02 4月, 2019 1 次提交
  25. 28 3月, 2019 1 次提交
    • N
      Allow external diffs to be used conditionally · 0e831b0b
      Nick Thomas 提交于
      Since external diffs are likely to be a bit slower than in-database
      ones, add a mode that makes diffs external after they've been obsoleted
      by events. This should strike a balance between performance and disk
      space.
      
      A background cron drives the majority of migrations, since diffs become
      outdated through user actions.
      0e831b0b
  26. 27 3月, 2019 2 次提交
    • O
      Prepare suggestion implementation for multi-line · 03e0604d
      Oswaldo Ferreira 提交于
      Adds the groundwork needed in order to persist multi-line suggestions,
      while providing the parsing strategy which will be reused for the
      **Preview** as well.
      03e0604d
    • O
      Add multi-line suggestion migrations · 1db3926d
      Oswaldo Ferreira 提交于
      Adds outdated, lines_above and lines_below columns to
      suggestions table.
      
      outdated - boolean which represents whether the suggestion
      is outdated or not. For instance, if any line changed after
      you left the multi-line suggestion, even though the note
      is not outdated, it helps tracking if the content has changed
      in the latest file. We cache this information in a column given
      it's not a cheap operation to do for every suggestion in the
      request time.
      lines_below, lines_above - persists the parsed arguments from
      `suggestion:-10+3` syntax, where `10` would be lines_above and
      3 lines_below. We need that to dynamically calculate which
      lines we should monitor for outdating / persisting the correct
      content in from_content column.
      1db3926d
  27. 26 3月, 2019 1 次提交
  28. 21 3月, 2019 1 次提交
  29. 12 3月, 2019 1 次提交
  30. 08 3月, 2019 1 次提交
  31. 06 3月, 2019 1 次提交