1. 26 9月, 2019 1 次提交
  2. 25 9月, 2019 1 次提交
  3. 24 9月, 2019 1 次提交
  4. 16 9月, 2019 1 次提交
  5. 13 9月, 2019 1 次提交
  6. 10 9月, 2019 1 次提交
  7. 09 9月, 2019 1 次提交
  8. 07 9月, 2019 1 次提交
  9. 06 9月, 2019 1 次提交
  10. 03 9月, 2019 2 次提交
  11. 29 8月, 2019 1 次提交
  12. 21 8月, 2019 1 次提交
  13. 20 8月, 2019 1 次提交
  14. 15 8月, 2019 1 次提交
  15. 10 8月, 2019 1 次提交
    • I
      Split MR widget into cached and non-cached serializers · b99011af
      Igor 提交于
      Splits auto-refreshing of MR widget into 2 requests:
      
      - the one which uses etag-caching and invalidates the fields on change
      - the one without caching
      
      The idea is to gradually move all the fields to etag-cached endpoint
      b99011af
  16. 09 8月, 2019 1 次提交
  17. 06 8月, 2019 1 次提交
    • S
      Add group level container repository endpoints · 3dbf3997
      Steve Abrams 提交于
      API endpoints for requesting container repositories
      and container repositories with their tag information
      are enabled for users that want to specify the group
      containing the repository rather than the specific project.
      3dbf3997
  18. 01 8月, 2019 1 次提交
  19. 27 7月, 2019 1 次提交
  20. 26 7月, 2019 1 次提交
    • P
      Use NotesFinder in module IssuableActions · 355a2df5
      Patrick Derichs 提交于
      Add spec for concern IssuableActions
      
      Add shared samples for discussions endpoint
      
      Add schema validations for discussions
      
      Fix rubocop style issue
      
      Make target assignable
      
      Use new possibility to provide target
      355a2df5
  21. 12 7月, 2019 1 次提交
  22. 03 7月, 2019 1 次提交
  23. 28 6月, 2019 1 次提交
  24. 24 5月, 2019 1 次提交
  25. 21 5月, 2019 1 次提交
  26. 20 5月, 2019 1 次提交
  27. 15 5月, 2019 2 次提交
    • A
      Move issue details to from IssueBasic to Issue entity · a4fbf39e
      Alexandru Croitor 提交于
      Cleanup IssueBasic entity to keep it basic and move extra attributes
      to Issue entity which contains more details
      a4fbf39e
    • A
      Changes to issues api · 5ec28dc3
      Alexandru Croitor 提交于
      When issues_controller endpoint was used for search, the parameters
      passed to the controller were slightly different then the ones
      passed to API. Because the searchbar UI is reused in different
      places and builds the parameters passed to request in same way
      we need to account for old parameter names.
      
      
      Add issues_statistics api endpoints
      
      Adds issue_statistics api endpoints for issue lists and returns
      counts of issues for all, closed and opened states.
      
      
      Expose more label attributes based on a param
      
      When requesting issues list through API expose more attributes
      for labels, like color, description if with_labels_data param is
      being passed, avoiding this way to change response schema for users
      that already use API.
      
      https://gitlab.com/gitlab-org/gitlab-ce/issues/57402
      5ec28dc3
  28. 06 5月, 2019 1 次提交
  29. 03 5月, 2019 1 次提交
    • K
      Allow guests users to access project releases · 241ba4be
      Krasimir Angelov 提交于
      This is step one of resolving
      https://gitlab.com/gitlab-org/gitlab-ce/issues/56838.
      
      Here is what changed:
      - Revert the security fix from bdee9e84.
      - Do not leak repository information (tag name, commit) to guests in API
      responses.
      - Do not include links to source code in API responses for users that do
      not have download_code access.
      - Show Releases in sidebar for guests.
      - Do not display links to source code under Assets for users that do not
      have download_code access.
      
      GET ':id/releases/:tag_name' still do not allow guests to access
      releases. This is to prevent guessing tag existence.
      241ba4be
  30. 30 4月, 2019 1 次提交
    • T
      Expose can_uninstall in cluster_status.json · 44eec568
      Thong Kuah 提交于
      Only prometheus can be uninstalled atm, the rest will be dealt with
      later.
      
      Presumption is that new application types will have uninstallation
      implmemented at the same time.
      44eec568
  31. 23 4月, 2019 1 次提交
  32. 15 4月, 2019 1 次提交
  33. 10 4月, 2019 1 次提交
  34. 09 4月, 2019 2 次提交
  35. 05 4月, 2019 1 次提交
  36. 04 4月, 2019 1 次提交
  37. 30 3月, 2019 1 次提交
    • M
      Add control for variable value masking · 0481d699
      mfluharty 提交于
      Show masked switch for each variable
      When toggled on, the variable value will be masked in runner logs
      Show warning message if the switch is on but the value is not maskable
      0481d699