Skip to content
Snippets Groups Projects
  1. Mar 06, 2020
  2. Mar 03, 2020
  3. Feb 20, 2020
  4. Feb 11, 2020
  5. Feb 10, 2020
  6. Jan 23, 2020
  7. Jan 13, 2020
  8. Jan 09, 2020
  9. Jan 03, 2020
  10. Dec 09, 2019
  11. Nov 14, 2019
  12. Nov 11, 2019
  13. Sep 13, 2019
  14. Sep 09, 2019
  15. Sep 06, 2019
    • Krasimir Angelov's avatar
      Add skeleton Pages internal API · 477ba2b3
      Krasimir Angelov authored
      Basic `/internal/pages` endpoint that will be used for Pages virtual
      domains internal API. The endpoint is currently behind feature flag and
      provides authetication similar to how Workhorse is authenticating with
      the GitLab.
      477ba2b3
  16. Sep 03, 2019
  17. Aug 20, 2019
  18. Aug 05, 2019
    • Steve Abrams's avatar
      Add group level container repository endpoints · 3dbf3997
      Steve Abrams authored and Mayra Cabrera's avatar Mayra Cabrera committed
      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
  19. Jul 15, 2019
    • Stan Hu's avatar
      Filter Geo proxied data from api_json.log · 0ffac1ab
      Stan Hu authored
      Currently the base64-encoded value of the push-to-secondary data is
      saved in `api_json.log`, and this can easily be hundreds of
      megabytes. We should filter this from the logs.
      0ffac1ab
  20. Jul 11, 2019
  21. Jul 09, 2019
    • Tim Zallmann's avatar
      Updates on success of an MR the count on top and in other tabs · b9e52612
      Tim Zallmann authored
      New API endpoint for merge request count
      Updates all open tabs at the same time with one call
      Restructured API response
      
      API response changed to 401 if no current_user
      
      Added API + JS specs
      
      Fix for Static Check
      
      Updated Count on Open/Close, Assign/Unassign of MR's
      
      Checking if MR Count is refreshed
      
      Added # frozen_string_literal: true to spec
      
      Added Changelog
      b9e52612
  22. Jul 04, 2019
    • Nick Thomas's avatar
      Allow asynchronous rebase operations to be monitored · 381468d0
      Nick Thomas authored
      This MR introduces tracking of the `rebase_jid` for merge requests. As
      with `merge_ongoing?`, `rebase_in_progress?` will now return true if a
      rebase is proceeding in sidekiq.
      
      After one release, we should remove the Gitaly-based lookup of rebases.
      It is much better to track this kind of thing via the database.
      Verified
      381468d0
  23. May 24, 2019
  24. May 05, 2019
  25. Apr 24, 2019
  26. Feb 27, 2019
    • Jacopo's avatar
      Add project http fetch statistics API · 5ae9a44a
      Jacopo authored
      The API get projects/:id/traffic/fetches allows user with write
      access to the repository to get the number of clones for the
      last 30 days.
      5ae9a44a
  27. Feb 25, 2019
  28. Feb 14, 2019
  29. Jan 31, 2019
  30. Jan 25, 2019
    • Kamil Trzcińśki's avatar
      Add Container Registry API · 045d07ba
      Kamil Trzcińśki authored
      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
  31. Jan 17, 2019
  32. Jan 07, 2019
  33. Jan 04, 2019
  34. Jan 03, 2019
  35. Dec 31, 2018
    • Alessio Caiazza's avatar
      Add releases API · 1ea2d9fa
      Alessio Caiazza authored and Shinya Maeda's avatar Shinya Maeda committed
      This commit introduces Releases API under /api/v4/projects/:id/releases
      
      * We are introducing release policies at project level.
      * We are deprecating releases changes from tags, both api and web
      interface.
      * Tags::CreateService no longer create a release
      
      This feature is controlled by :releases_page feature flag
      1ea2d9fa
  36. Dec 13, 2018
  37. Dec 06, 2018
Loading