Skip to content
Snippets Groups Projects
  1. Feb 08, 2024
  2. Feb 07, 2024
  3. Feb 06, 2024
  4. Feb 05, 2024
  5. Feb 02, 2024
  6. Feb 01, 2024
  7. Jan 31, 2024
  8. Jan 30, 2024
  9. Jan 29, 2024
  10. Jan 25, 2024
  11. Jan 24, 2024
  12. Jan 23, 2024
    • Phil Hughes's avatar
      Removes moved_mr_sidebar flag · fd56a143
      Phil Hughes authored
      This removes the moved_mr_sidebar feature flag
      
      Changelog: added
      Verified
      fd56a143
    • Vasilii Iakliushin's avatar
      Allow to revert/cherry-pick squashed MRs with FF strategy · 2aefaebb
      Vasilii Iakliushin authored
      Contributes to #22236
      
      **Problem**
      
      Fast-forward MR strategy doesn't create a merge commit. That hides
      revert/cherry-pick button on the merge request, because there is no
      merge commit related to the merge request.
      
      However, this functionality should be available  when the merge request
      was squashed or it had only one commit.
      
      **Solution**
      
      Use `squash_commit` or `merged_commit` as a point for revert/cherry
      pick.
      
      Changelog: changed
      Verified
      2aefaebb
Loading