- 18 Nov, 2014 3 commits
-
-
Dmitriy Zaporozhets authored
This reverts commit 533f4cdf.
-
Valery Sizov authored
Conflicts: lib/gitlab/git_access.rb spec/lib/gitlab/git_access_spec.rb
-
Ciro Santilli authored
Before this it would fail because git hooks automatically prepend things to the path, which can lead the wrong Ruby version to be called in which dependencies are not installed. To make sure that this is correct, the forked_merge_requests commented out test that depends on this change was uncommented. For that test to pass, it is also necessary to setup the mock server on port 3001 under test_env.rb.
-
- 06 Nov, 2014 2 commits
-
-
Valery Sizov authored
This reverts commit b33d4bc2.
-
Valery Sizov authored
This reverts commit 0b1084a4.
-
- 05 Nov, 2014 2 commits
-
-
Ciro Santilli authored
-
Ciro Santilli authored
It pollutes the test output too much.
-
- 31 Oct, 2014 1 commit
-
-
Ciro Santilli authored
-
- 21 Oct, 2014 1 commit
-
-
Ciro Santilli authored
-
- 03 Oct, 2014 1 commit
-
-
Ciro Santilli authored
-
- 04 Sep, 2014 1 commit
-
-
Sean Edge authored
Added annotated tags. Updated tag haml file and call to gitlab-shell. Updated API for annotated tags. Added tests for API. Strip leading/trailing whitespace from message, if present. Update CHANGELOG.
-
- 11 Aug, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 21 Mar, 2014 2 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 20 Mar, 2014 2 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 14 Mar, 2014 1 commit
-
-
Jacob Vosmaer authored
-
- 16 Dec, 2013 1 commit
-
-
Thomas Guyot-Sionnest authored
When doing an HTTP push, git (as of v1.7.9) first do an info/refs request, and only if this request requires authentication it asks the user for its password and authenticates further requests. The initial request normally clears without auth on public repos as it doesn't update any ref. This patch forces every git-receive-pack requests to provide authentication.
-
- 10 Dec, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 09 Dec, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
Before this commit gitlab-shell but me placed directly in home dir. Ex: /home/git/gitlab-shell After this change you can place gitlab-shell in custom location. Ex: /Users/developer/gitlab/gitlab-shell Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 27 Nov, 2013 1 commit
-
-
Jason Hollingsworth authored
Added visibility_level icons to project view (rather than just text). Added public projects to search results. Added ability to restrict visibility levels standard users can set.
-
- 22 Nov, 2013 2 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 20 Nov, 2013 2 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 01 Nov, 2013 2 commits
-
-
Dmitriy Zaporozhets authored
This reverts commit ce75f46b.
-
Dmitriy Zaporozhets authored
This reverts commit aca7f56f.
-
- 31 Oct, 2013 1 commit
-
-
Nigel Kukard authored
Signed-off-by: Nigel Kukard <nkukard@lbsd.net>
-
- 29 Oct, 2013 1 commit
-
-
Nigel Kukard authored
Signed-off-by: Nigel Kukard <nkukard@lbsd.net>
-
- 24 Oct, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
If you enable GitLab CI for project you will be able to clone project source code with next command: git clone http://gitlab-ci-token:XXXXXXXXXXXX@host:project.git Requires for GitLab CI 4.0
-
- 02 Sep, 2013 2 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
- 26 Aug, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
When that branch contain a '/' in the branch name. Fix for git over HTTP
-
- 15 Aug, 2013 1 commit
-
-
amouhzi authored
Ref: https://github.com/gitlabhq/gitlabhq/commit/e6159b8725f99af78f446f8d33fa0e52b7780430 Ref: https://github.com/gitlabhq/gitlabhq/pull/3204 Ref: https://github.com/gitlabhq/gitlabhq/issues/1228 Add Rails' variable in application.rb to support relative url This variable is used by assets compilation and other modules. Note that user needs to change application.rb too Restrict session cookie to the relative path if set. Ref: https://github.com/gitlabhq/gitlabhq/commit/2c2f1e31856a4decdae469974f5bea8245316f7e Fix Update attachment_uploader.rb bug with relative URL See: https://github.com/gitlabhq/gitlabhq/commit/161afda3fa4fca58f396e9c3acbd72bc14490ace Fix Wall relative bug with attachement files (javascript)
-
- 29 Jul, 2013 1 commit
-
-
Johannes Schleifenbaum authored
-
- 18 Jul, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
Use gitlab-shell authorized_keys truncation. Fix issue with authorized_keys stored in different location
-
- 16 Jul, 2013 3 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
- 06 Jul, 2013 1 commit
-
-
wuweixin authored
mediawiki.wiki.git mediawiki.git /.wiki$/ match awiki, so when your project named mediawiki it will be find project named: "medi" use /\.wiki$/ fix this bug
-