- 13 Aug, 2014 14 commits
-
-
Jeroen van Baarsen authored
follow curl redirects
-
Dmitriy Zaporozhets authored
Patched `MergeRequest` to return more data.
-
Dmitriy Zaporozhets authored
prevent events duplication loading
-
Dmitriy Zaporozhets authored
Fix milestones description's max length
-
Dmitriy Zaporozhets authored
Fix 404 error when clicking the branch link on hipchat message
-
Dmitriy Zaporozhets authored
rtrim() input before checking if note form is empty
-
Dmitriy Zaporozhets authored
add git config --global core.autocrlf check
-
Dmitriy Zaporozhets authored
Restrict commit area resize to vertical.
-
Dmitriy Zaporozhets authored
Bump gitlab git Fixes #1394 See merge request !1015
-
Dmitriy Zaporozhets authored
Cache LDAP check everywhere See merge request !1008
-
Dmitriy Zaporozhets authored
Fix post-receive worker for some projects If project ends with `-git` or `_git` or any kind of `git` - it get ignored by post-receive worker See merge request !1018
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Issue disable debug assets Improve development speed. Concats all javascript into on file / HTTP request. See merge request !1017
-
- 12 Aug, 2014 7 commits
-
-
Ciro Santilli authored
-
Jan-Willem van der Meer authored
It's good for debugging javacsript, but creates massive amounts of http request by adding each javascript individually. Only turn it on while debugging js code.
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Additions to email threading This MR follows !142: * Add threading to "Merge request reopened" emails (see 310231db) See merge request !145
-
Dmitriy Zaporozhets authored
Improve MR accept widget * fixes UX problem with 2 confusing `click here` links. * separate Accept MR block from manual merge instructions See merge request !1014
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Ben Bodenmiller authored
Update `curl` commands to follow redirects (see http://curl.haxx.se/docs/manpage.html#-L). Current `curl` commands will return unexpected results if the requested content has been moved and is returning information about where it has been moved to. Including the `-L` option tells `curl` to follow the redirect so the file can be correctly acquired.
-
- 11 Aug, 2014 19 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Increase import timeout Increase import timeout from 2 to 4 minutes. It allows repositories like `gitlabhq` be imported via UI See merge request !1013
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Improve dev seeds See merge request !1012
-
Dmitriy Zaporozhets authored
* Improt projects inline so after seeds you have repos * Fix merge request seeds * Add comment seeds to both issues and merge requests * Remove some projects from seeds to increase speed Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Fix encoding of output of markup, prevent 500 for non-ascii characters #### What does this MR do? This MR forces the output of `Github::markup` to have the same encoding as the input to it. #### Why was this MR needed? This prevents 500 errors if the markup contains non-asci characters. #### What are the relevant issue numbers / Feature requests? This MR closes * #296 * https://github.com/gitlabhq/gitlabhq/issues/7023 /cc @jacobvosmaer See merge request !160
-
Robert Schilling authored
-
Dmitriy Zaporozhets authored
Add retry option of travis and bundler
-
Dmitriy Zaporozhets authored
Turn if/else branch for valid compare error message
-
Dmitriy Zaporozhets authored
Improve readme markup, fixes #7455
-
Dmitriy Zaporozhets authored
This reverts commit a5473561. Because grit does not respect offset setting when follow: true which cause invalid commit history for file
-
Robert Schilling authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Fix 500 on searching on empty project, restyle search page
-
Dmitriy Zaporozhets authored
Prevent 500 if hook url is down when testing a hook, fixes #7376
-
Dmitriy Zaporozhets authored
history for files follows after rename
-