1. 02 Nov, 2016 1 commit
    • Kamil Trzcinski's avatar
      Don't execute git hooks if you create branch as part of other change · a431ca0f
      Kamil Trzcinski authored
      Currently, our procedure for adding a commit requires us to execute `CreateBranchService` before file creation.
      It's OK, but also we do execute `git hooks` (the `PostReceive` sidekiq job) as part of this process.
      However, this hook is execute before the file is actually committed, so the ref is updated.
      
      Secondly, we do execute a `git hooks` after committing file and updating ref.
      This results in duplicate `PostReceive` jobs, where the first one is completely invalid.
      
      This change makes the branch creation, something that is intermediate step of bigger process (file creation or update, commit cherry pick or revert) to not execute git hooks.
      a431ca0f
  2. 01 Nov, 2016 2 commits
    • Fatih Acet's avatar
      Merge branch 'mr-copy-filename-btn-update' into 'master' · b328c788
      Fatih Acet authored
      Updated positioning of copy file path button in diffs
      
      ## What does this MR do?
      
      Updated the positioning of the copy file path button in diffs.
      
      ## Screenshots (if relevant)
      
      ![Screen_Shot_2016-10-31_at_16.53.24](/uploads/53de39ce550855f86b90d2d9fc227f95/Screen_Shot_2016-10-31_at_16.53.24.png)
      
      ## What are the relevant issue numbers?
      
      Closes #23591
      
      See merge request !7203
      b328c788
    • Rémy Coutable's avatar
      Merge branch 'zj-grape-branches' into 'master' · 0a31ad3f
      Rémy Coutable authored
      GrapeDSL for branches endpoints
      
      No changelog item as it doesn't change behaviour
      Cherry-picket from !6330
      
      See merge request !6630
      0a31ad3f
  3. 31 Oct, 2016 17 commits
  4. 29 Oct, 2016 1 commit
  5. 28 Oct, 2016 19 commits