27 Nov, 2013
1 commit
20 Nov, 2013
2 commits
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
14 Nov, 2013
1 commit
06 Nov, 2013
1 commit
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
01 Nov, 2013
2 commits
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
31 Oct, 2013
1 commit
17 Oct, 2013
1 commit
-
It seems there is no easy way to count pattern occurences with String#match.
16 Oct, 2013
1 commit
07 Oct, 2013
2 commits
04 Oct, 2013
1 commit
29 Sep, 2013
3 commits
-
add rake tasks for web hooks management
27 Sep, 2013
2 commits
-
If you are running another sidekiq instance on your server, e.g. GitLab CI, the check script would parse the output of `ps aux` searching for `sidekiq` and returning success, although the GitLab sidekiq may not be running. Now the `ps` call will only print the processes run by the GitLab user.
25 Sep, 2013
1 commit
-
Conflicts: lib/tasks/gitlab/check.rake
24 Sep, 2013
2 commits
-
We sometimes encounter connectivity issues where gitlab-shell cannot make API calls to the Rails application. There is a self-test script `gitlab-shell/bin/check` that tries to connect to the API; this commit runs that script as part of `rake gitlab:check`.
-
* GitLab Shell 1.7.1 is required * Global projects are not supported (refs #5152)
12 Sep, 2013
1 commit
06 Sep, 2013
2 commits
27 Aug, 2013
1 commit
22 Aug, 2013
1 commit
14 Aug, 2013
1 commit
05 Aug, 2013
1 commit
29 Jul, 2013
1 commit
18 Jul, 2013
1 commit
-
…ed in different location
16 Jul, 2013
1 commit
23 Jun, 2013
1 commit
11 Jun, 2013
2 commits
-
fixes for gitlab restore with non-standard backup and repo dirs
-
Fix abort gitlab:app:check
06 Jun, 2013
1 commit
-
When the file that pointed git bin_path in gitlab.yml dose'nt exist, bundle rake gitlab:app:check would be aborted. refs #4205
05 Jun, 2013
1 commit
-
Signed-off-by: Axilleas Pipinellis <axilleas@archlinux.gr>
03 Jun, 2013
1 commit
30 May, 2013
1 commit
-
These fixes will allow a restore of gitlab when the backups and repositories directories are in non-standard locations (ie sub-dirs of gitlabhq). Also allows the restore to be run from script overriding the need of a user to confirm the rebuild of the authorized_keys file.
27 May, 2013
1 commit
25 May, 2013
1 commit
-
Expand the import glob to include `**/*.git` to find projects in groups as well as top level projects. Check for existing group, and create group if needed. Set namespace_id for imported projects.