07 Jan, 2014
1 commit
-
Postgres Client Needed for Ubuntu 13.04
06 Jan, 2014
2 commits
-
Add import_url param in API projects create
-
[API] add parent_ids to specific commit informations
03 Jan, 2014
1 commit
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: doc/update/6.0-to-6.4.md
02 Jan, 2014
1 commit
30 Dec, 2013
4 commits
29 Dec, 2013
1 commit
-
Add api support for raw blob search
27 Dec, 2013
1 commit
26 Dec, 2013
2 commits
-
It looks like the postgresql-9.1 package didn't include the actual client. Needed to install it separately to get this to work.
-
See issue http://feedback.gitlab.com/forums/176466-general/suggestions/4566001-expose-raw-object-search-via-the-gitlab-api
23 Dec, 2013
3 commits
-
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>
21 Dec, 2013
1 commit
20 Dec, 2013
2 commits
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
16 Dec, 2013
1 commit
-
Reorder steps to install web server before running gitlab:check
11 Dec, 2013
2 commits
10 Dec, 2013
5 commits
-
Added example defaults file and appropriate documentation.
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Git clone now gets the right branch from the getgo
-
Added Rake:Attack cp information to Upgrade Guide 6.3.0
09 Dec, 2013
3 commits
-
Fix Markdown help page: escape file link syntax example to leave it unprocessed
08 Dec, 2013
1 commit
06 Dec, 2013
3 commits
-
Simplified the instructions by two steps.
05 Dec, 2013
1 commit
04 Dec, 2013
1 commit
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
02 Dec, 2013
1 commit
-
Missing gem bundler
01 Dec, 2013
1 commit
29 Nov, 2013
2 commits
-
Trying to install the gem bundle without bundler fails with: /usr/local/lib/ruby/2.0.0/rubygems/dependency.rb:296:in `to_specs': Could not find 'bundler' (>= 0) among 8 total gem(s) (Gem::LoadError) from /usr/local/lib/ruby/2.0.0/rubygems/dependency.rb:307:in `to_spec' from /usr/local/lib/ruby/2.0.0/rubygems/core_ext/kernel_gem.rb:47:in `gem' from /usr/local/bin/bundle:22:in `<main>' Installing the bundler (with sudo gem install bundler) at the end of Step 4 fixes this.