BigW Consortium Gitlab

  1. 04 Nov, 2016 1 commit
    • Cleaned up global namespace JS · b1b51b77
      José Iván authored
      Moved most of the functions that contained "window.doSomething" that were located at:
      - app/assets/javascripts/application.js
      To the following file:
      - app/assets/javascripts/lib/utils/common_utils.js
      
      The functions listed here:
      - window.ajaxGet
      - window.split
      - window.extractLast
      - window.rstrip
      - window.disableButtonIfEmptyField
      - window.disableButtonIfAnyEmptyField
      - window.sanitize
      - window.unbindEvents
      - window.shiftWindow
      
      Now will be accessible from the "gl.utils" namespace
  2. 03 Nov, 2016 1 commit
  3. 26 Oct, 2016 1 commit
  4. 07 Oct, 2016 1 commit
    • Added subnav to labels edit+new and milestones edit+new+show · 680efd4f
      Luke Bennett authored
      Added subnav to blame show, blob edit, builds show, commit builds, commit show, environments edit and pipelines show
      
      Added subnav to new enviro view
      
      Added sidebar top position calculation logic
      
      Added sidebar translation to follow the subnav up when the body is scrolled until a certain limit
  5. 30 Sep, 2016 2 commits
  6. 29 Sep, 2016 1 commit
  7. 28 Sep, 2016 2 commits
  8. 19 Aug, 2016 1 commit
  9. 18 Aug, 2016 1 commit
  10. 15 Aug, 2016 2 commits
    • Limit the size of SVGs when viewing them as blobs · 8171544b
      Yorick Peterse authored
      This ensures that SVGs greater than 2 megabytes are not scrubbed and
      rendered. This in turn prevents requests from timing out due to
      reading/scrubbing large SVGs potentially taking a lot of time (and
      memory). The use of 2 megabytes is completely arbitrary.
      
      Fixes gitlab-org/gitlab-ce#1435
    • Prevents accidental overwrites of commits from UI · ade0c2c8
      Frank West authored
      Currently when a user performs an update of a file through the UI  and there
      has already been a change committed to the file the previous commits will be
      overwritten without a check to see if the file has been changed.
      
      This commit uses the last commit sha at the time the user starts editing the
      file and compares it with the current sha of the file being edited to ensure
      they are the same before committing the file. If the shas do not match we
      throw an exception preventing the commit from the commit from occurring.
      
      Fixes #5857
  11. 04 Aug, 2016 1 commit
  12. 30 Jul, 2016 1 commit
  13. 20 Jul, 2016 1 commit
  14. 13 Jul, 2016 1 commit
  15. 12 Jul, 2016 6 commits
  16. 11 Jul, 2016 1 commit
  17. 08 Jul, 2016 4 commits
  18. 06 Jul, 2016 4 commits
  19. 04 Jul, 2016 3 commits
  20. 01 Jul, 2016 1 commit
  21. 30 Jun, 2016 2 commits
  22. 27 Jun, 2016 1 commit
  23. 20 Jun, 2016 1 commit