1. 28 7月, 2020 1 次提交
  2. 08 7月, 2020 1 次提交
  3. 24 6月, 2020 1 次提交
  4. 16 6月, 2020 1 次提交
  5. 07 4月, 2020 1 次提交
  6. 25 3月, 2020 1 次提交
  7. 03 3月, 2020 1 次提交
  8. 13 2月, 2020 1 次提交
  9. 12 2月, 2020 1 次提交
  10. 10 1月, 2020 1 次提交
  11. 12 12月, 2019 1 次提交
  12. 11 11月, 2019 1 次提交
  13. 28 10月, 2019 1 次提交
  14. 16 10月, 2019 1 次提交
  15. 19 9月, 2019 1 次提交
  16. 18 9月, 2019 1 次提交
  17. 25 1月, 2019 1 次提交
    • K
      Add Container Registry API · 045d07ba
      Kamil Trzciński 提交于
      This includes a set of APIs to manipulate container registry.
      This includes also an ability to delete tags based on requested
      criteria, like keep-last-n, matching-name, older-than.
      045d07ba
  18. 19 9月, 2018 2 次提交
  19. 08 9月, 2018 1 次提交
    • 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