Skip to content
Snippets Groups Projects
  1. Dec 01, 2024
    • Stan Hu's avatar
      Support quick actions in commits and discussions API · 05729f5d
      Stan Hu authored
      Previously quick actions were not handled in the commits and
      discussions API. Users would see a `400 Bad Request` even if the quick
      action were initiated. This commit changes that to respond with a 202
      upon success.
      
      Changelog: fixed
      05729f5d
  2. Nov 06, 2024
  3. Jul 09, 2024
  4. Jun 12, 2024
  5. Apr 22, 2024
  6. Apr 12, 2024
    • Igor Drozdov's avatar
      Set the user who applies suggestion as the commit author · bcf22d69
      Igor Drozdov authored
      Before:
      
      For a single suggestion:
      
      - The author of the suggestion note is set as the author
      - The user who applies the suggestion is the committer
      
      For batch suggestions:
      
      - The user who applies the suggestion is the author and committer
      
      Now:
      
      For signle and batch suggestions:
      
      - The user who applies the suggestion is the author and committer
      
      In a separate commit/MR an option to provide co-authors will be
      introduced.
      
      When commit signing is enabled, the committer will be GitLab
      bcf22d69
    • Drew Blessing's avatar
      Refactor spec helper stub_session method signature · 0bcde28a
      Drew Blessing authored
      Refactor the method signature to be less ambiguous and update all
      usage to ensure session data is passed as a hash via a keyword arg.
      0bcde28a
  7. Apr 11, 2024
  8. Apr 04, 2024
  9. Jan 24, 2024
  10. Jan 22, 2024
  11. Jan 05, 2024
    • Igor Drozdov's avatar
      Show verification badge for commits signed by a certificate · 444cec0b
      Igor Drozdov authored
      With SSH certificates initiative we've added the ability of
      authenticating using SSH certificates. However, it's also
      possible to sign commits using the certificates.
      
      This commit adds the ability of recognizing the signed
      commits and show a badge according to the verification
      status.
      444cec0b
  12. Jan 04, 2024
  13. Nov 24, 2023
    • Robert May's avatar
      Introduce `extended_trailers` field in commits API · f4ad42c3
      Robert May authored
      Adds a new field that correctly supports all commit trailers. Unlike
      the existing `trailers` field, this will return an array of values
      where the same key is used multiple times, e.g. "Cc".
      
      This functionality will eventually be moved over to the `trailers`
      field once the original functionality has been deprecated. This
      is a breaking change to the API and therefore can't be performed
      in this commit.
      
      Changelog: added
      f4ad42c3
  14. Oct 27, 2023
    • Vasilii Iakliushin's avatar
      Remove Rugged patches · b1c64be7
      Vasilii Iakliushin authored
      Contributes to #421591
      
      **Problem**
      
      We are going to deprecate Rugged patches.
      
      **Solution**
      
      Remove Rugged patches related code:
      * Feature flags
      * Tests for Rugged
      * Rugged patches for Git objects
      
      Changelog: removed
      b1c64be7
  15. Oct 12, 2023
  16. Oct 02, 2023
  17. Sep 27, 2023
  18. Sep 21, 2023
  19. Sep 13, 2023
    • Piotr Skorupa's avatar
      Refactor passing Service Ping context · 0948dff9
      Piotr Skorupa authored and Alper Akgun's avatar Alper Akgun committed
      This removes `key_path` attribute from `ServicePingContext` for Redis
      metrics and includes the Redis key of that metric in `event_name`
      instead.
      
      A helper method `MetricDefinition#to_context` was added to help by
      returning a context object with the Redis key preassigned.
      0948dff9
  20. Aug 11, 2023
  21. May 03, 2023
  22. Mar 13, 2023
    • Vasilii Iakliushin's avatar
      Add search by author name to Commits API · 9aab633a
      Vasilii Iakliushin authored
      **Problem**
      
      Users can search by author name using GitLab UI. But this feature is
      missing in related REST API endpoint.
      
      **Solution**
      
      Allow to search commits by author in Commits API.
      
      Changelog: added
      9aab633a
  23. Mar 06, 2023
  24. Mar 02, 2023
  25. Feb 28, 2023
  26. Feb 17, 2023
  27. Dec 21, 2022
  28. Dec 09, 2022
  29. Dec 05, 2022
  30. Nov 28, 2022
  31. Nov 23, 2022
  32. Sep 08, 2022
  33. Sep 01, 2022
  34. Aug 15, 2022
  35. Aug 03, 2022
  36. Jul 29, 2022
  37. Jul 27, 2022
Loading