- 04 Nov, 2016 1 commit
-
-
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
-
- 03 Nov, 2016 1 commit
-
-
Annabel Dunstone Gray authored
-
- 26 Oct, 2016 1 commit
-
-
Lin Jen-Shin authored
-
- 07 Oct, 2016 1 commit
-
-
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
-
- 30 Sep, 2016 2 commits
-
-
Luke Bennett authored
Updated tests
-
Luke Bennett authored
Added tests Added awesomeeeeee icons
-
- 29 Sep, 2016 1 commit
-
-
Jacob Schatz authored
This reverts merge request !6188
-
- 28 Sep, 2016 2 commits
-
-
Luke Bennett authored
-
Luke Bennett authored
Added tests Added awesomeeeeee icons
-
- 19 Aug, 2016 1 commit
-
-
Sean McGivern authored
-
- 18 Aug, 2016 1 commit
-
-
Connor Shea authored
-
- 15 Aug, 2016 2 commits
-
-
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
-
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
-
- 04 Aug, 2016 1 commit
-
-
Tim Masliuchenko authored
-
- 30 Jul, 2016 1 commit
-
-
Stan Hu authored
On a merge request with over 1000 changed files, there were redundant calls to blob_text_viewable?, which incurred about 7% of the time. Improves #14775
-
- 20 Jul, 2016 1 commit
-
-
Phil Hughes authored
Closes #19484
-
- 13 Jul, 2016 1 commit
-
-
tiagonbotelho authored
-
- 12 Jul, 2016 6 commits
-
-
tiagonbotelho authored
-
tiagonbotelho authored
changes the usasge of path to file_path on blob_controller for compatibillity with the create action
-
tiagonbotelho authored
-
tiagonbotelho authored
-
tiagonbotelho authored
-
tiagonbotelho authored
-
- 11 Jul, 2016 1 commit
-
-
tiagonbotelho authored
changes the usasge of path to file_path on blob_controller for compatibillity with the create action
-
- 08 Jul, 2016 4 commits
-
-
tiagonbotelho authored
-
tiagonbotelho authored
-
tiagonbotelho authored
-
tiagonbotelho authored
-
- 06 Jul, 2016 4 commits
-
-
tiagonbotelho authored
-
tiagonbotelho authored
-
tiagonbotelho authored
-
tiagonbotelho authored
-
- 04 Jul, 2016 3 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
tiagonbotelho authored
-
tiagonbotelho authored
-
- 01 Jul, 2016 1 commit
-
-
tiagonbotelho authored
-
- 30 Jun, 2016 2 commits
-
-
Valery Sizov authored
-
Annabel Dunstone authored
-
- 27 Jun, 2016 1 commit
-
-
http://jneen.net/ authored
paired with @stanhu
-
- 20 Jun, 2016 1 commit
-
-
Alfredo Sumaran authored
-