1. 14 2月, 2019 2 次提交
  2. 13 2月, 2019 2 次提交
  3. 07 2月, 2019 2 次提交
  4. 05 2月, 2019 1 次提交
  5. 04 2月, 2019 1 次提交
  6. 31 1月, 2019 8 次提交
  7. 30 1月, 2019 1 次提交
  8. 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
  9. 24 1月, 2019 2 次提交
  10. 22 1月, 2019 3 次提交
  11. 21 1月, 2019 1 次提交
  12. 20 1月, 2019 1 次提交
  13. 17 1月, 2019 2 次提交
    • B
      API for importing external repos · 1e2bd853
      Ben 提交于
      1e2bd853
    • A
      Return max group access level in the projects API · ab94a5a5
      Alejandro Rodríguez 提交于
      Currently if a project is inside a nested group and a user doesn't have
      specific permissions for that group but does have permissions on a
      parent group the `GET /projects/:id` API call will return the following
      permissions:
      
      ```json
      permissions: { project_access: null, group_access: null }
      ```
      
      It could also happen that the group specific permissions are of lower
      level than the ones the user has in parent groups. This patch makes it
      so that the permission returned for `group_access` is the highest from
      amongst the hierarchy, which is (ostensibly) the information that the
      API user is interested in for that field.
      ab94a5a5
  14. 16 1月, 2019 3 次提交
  15. 15 1月, 2019 2 次提交
  16. 14 1月, 2019 2 次提交
  17. 11 1月, 2019 3 次提交
  18. 10 1月, 2019 2 次提交
  19. 08 1月, 2019 1 次提交