An error occurred fetching the project authors.
  1. 19 Feb, 2016 3 commits
  2. 18 Feb, 2016 1 commit
  3. 13 Jan, 2016 1 commit
  4. 10 Dec, 2015 3 commits
  5. 09 Dec, 2015 1 commit
  6. 08 Dec, 2015 2 commits
  7. 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
  8. 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
  9. 05 Oct, 2015 1 commit
  10. 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
  11. 06 Jul, 2015 1 commit
  12. 26 Jun, 2015 1 commit
  13. 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
  14. 22 Jun, 2015 1 commit
  15. 21 Jun, 2015 1 commit
  16. 17 Jun, 2015 1 commit