An error occurred fetching the project authors.
  1. 10 Jun, 2016 1 commit
  2. 18 May, 2016 1 commit
  3. 20 Apr, 2016 2 commits
  4. 18 Apr, 2016 1 commit
  5. 14 Apr, 2016 3 commits
  6. 11 Apr, 2016 4 commits
  7. 07 Apr, 2016 1 commit
  8. 18 Mar, 2016 1 commit
  9. 10 Mar, 2016 1 commit
  10. 04 Mar, 2016 1 commit
  11. 29 Feb, 2016 1 commit
  12. 24 Feb, 2016 2 commits
  13. 20 Feb, 2016 1 commit
  14. 19 Feb, 2016 3 commits
  15. 18 Feb, 2016 1 commit
  16. 13 Jan, 2016 1 commit
  17. 10 Dec, 2015 3 commits
  18. 09 Dec, 2015 1 commit
  19. 08 Dec, 2015 2 commits
  20. 14 Oct, 2015 1 commit
    • Robert Speicher's avatar
      Prevent a JS error in MergeRequestTabs · fc0d9274
      Robert Speicher authored
      When `window.location.hash` is pointing to a note, e.g. `#note_1234`,
      `scrollToElement` would throw an error because a selector such as
      `.commits #note_1234` doesn't exist, so `offset()` returned `undefined`.
      
      This error would prevent subsequent calls from running, which caused the
      loading spinner to never be hidden.
      
      Now we ensure the selector returns a valid element before trying to
      scroll to it.
      fc0d9274
  21. 09 Oct, 2015 1 commit
    • Robert Speicher's avatar
      Make the loading spinner toggle more explicit · 29fe488b
      Robert Speicher authored
      Occasionally the loading spinner would stay visible after the tab
      finished loading. This change makes the toggle explicit so that it's
      always shown on `beforeSend`, and always hidden on `complete`.
      
      Plus a bonus semi-colon eradication! :boom:
      29fe488b
  22. 05 Oct, 2015 1 commit
  23. 23 Jul, 2015 1 commit
    • Stan Hu's avatar
      Fix the "Reload with full diff" URL button · ae3f869f
      Stan Hu authored
      On the first load, the merge request tabs would be requested in JSON format to render
      the HTML. This would cause the "Reload with full diff" button to create a link to diff.json.
      
      Closes #2041
      ae3f869f
  24. 06 Jul, 2015 1 commit
  25. 26 Jun, 2015 1 commit
  26. 25 Jun, 2015 1 commit
    • Robert Speicher's avatar
      Reorder MergeRequestTabs constructor · 4e7f23fe
      Robert Speicher authored
      The tab was being activated before we set the `[commits|diffs]Loaded`
      variable, so even when the `/diffs` route is accessed directly, like
      from the "Side-by-side" link, the tab was being loaded from its default
      source.
      
      Fixes #1887
      4e7f23fe
  27. 22 Jun, 2015 1 commit
  28. 21 Jun, 2015 1 commit