1. 19 9月, 2018 2 次提交
  2. 12 9月, 2018 1 次提交
  3. 08 9月, 2018 2 次提交
    • M
      03ab130e
    • S
      Delete a container registry asynchronously · 5830d114
      Stan Hu 提交于
      When a container registry has many tags, it's easy for the DELETE call to take more
      than 60 seconds and fail. This can also leave the registry in a bad state with
      null bytes since some of the images have been deleted with tags still pointing to them.
      In addition, we have to prevent users from accidentally initiating the delete multiple
      times or this could leave the registry with orphaned tags.
      
      This commit also adds a flash message to notify the user the registry is scheduled
      for deletion.
      
      Closes #49926, #51063
      5830d114
  4. 07 9月, 2018 10 次提交
  5. 06 9月, 2018 4 次提交
  6. 05 9月, 2018 1 次提交
  7. 04 9月, 2018 1 次提交
  8. 03 9月, 2018 4 次提交
  9. 30 8月, 2018 1 次提交
  10. 29 8月, 2018 2 次提交
  11. 28 8月, 2018 3 次提交
  12. 26 8月, 2018 1 次提交
    • B
      Reject ruby interpolation in externalized strings · 08c0a1b8
      Bob Van Landuyt 提交于
      When using ruby interpolation in externalized strings, they can't be
      detected. Which means they will never be presented to be translated.
      
      To mix variables into translations we need to use `sprintf`
      instead.
      
      Instead of:
      
          _("Hello #{subject}")
      
      Use:
      
          _("Hello %{subject}) % { subject: 'world' }
      08c0a1b8
  13. 21 8月, 2018 1 次提交
  14. 17 8月, 2018 3 次提交
  15. 16 8月, 2018 2 次提交
  16. 15 8月, 2018 2 次提交