05 May, 2014
1 commit
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
02 May, 2014
3 commits
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
…abhq into pkgr-improve-gitlab-shell-installation Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: doc/install/installation.md
29 Apr, 2014
1 commit
-
editing preview
25 Apr, 2014
1 commit
-
Add scoping to ldap lookup when only dn given
24 Apr, 2014
2 commits
-
Adjust MySQL limits for existing installations
23 Apr, 2014
5 commits
-
Bump gitlab shell
18 Apr, 2014
1 commit
-
Complements POST operation added in gitlabhq/gitlabhq#3146 Implement DELETE /users/:uid/keys/:id for admin users Fix "Line is too long. [83/80]" Use single quotes as advised Use single quotes as advised Use single quotes as advised Fix missing space around { and } Fix typo in documentation Only catch ActiveRecord::RecordNotFound, let other exceptions propagate Raise a "404 Not found" if key to be deleted cannot be found As requested by @jvanbaarsen in https://github.com/gitlabhq/gitlabhq/pull/6781#discussion_r11735114 Remove tab Unconfigured vim on this box, grrrr./
15 Apr, 2014
1 commit
14 Apr, 2014
1 commit
-
Satellite exists in automerge check
13 Apr, 2014
5 commits
-
Add optional parameter to list merge requests
-
Split feature tests out to different build job
-
Expose event and mergerequest timestamps in API
-
Fix extra space added in beginning of commit message
11 Apr, 2014
3 commits
10 Apr, 2014
1 commit
09 Apr, 2014
3 commits
-
Ensure satellite exists instead of raising an error
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
08 Apr, 2014
3 commits
-
This reverts commit 8a56e7db485d3109f3b2f02896c1165c33ffa8fb. Because it actually breaks db setup for mysql
-
Allow to parse heroku-generated database.yml config file.
07 Apr, 2014
9 commits
-
Breack attack Fixes #1104
-
Add an optional parameter to list merge requests to restrict the returned merge requests to those that are "opened", "merged" or "closed". By default all merge requests are returned. Note that "all" can be given to explicitly request all merge requests.
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
The Satellite#create method no longer sets the `$?` global variable. Instead, we can use the method return value to test if the satellite was created successfully