summaryrefslogtreecommitdiff
path: root/lib/tasks
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge branch 'feature/internal_ids' of /home/git/repositories/gitlab/gitlabhqDmitriy Zaporozhets2013-08-201-0/+33
|\ \
| * | Iid improvemetsDmitriy Zaporozhets2013-08-191-2/+4
| | | | | | | | | | | | | | | | | | * call set_iid before validation * make rake task pass event if objects are invalid * show iid in comment event at dashboard
| * | Create task to create iid for existing issues/mrDmitriy Zaporozhets2013-08-191-0/+31
| | |
* | | Better message for migrating global projectsDmitriy Zaporozhets2013-08-201-2/+9
|/ /
* | Use native repo path for import task. Skip wiki reposDmitriy Zaporozhets2013-08-141-0/+6
| |
* | move backup logic to lib. Fixed removing outdated backupsDmitriy Zaporozhets2013-08-051-95/+7
| |
* | Move diff parsing to own class. Correctly identify note diff lineDmitriy Zaporozhets2013-08-041-1/+1
| |
* | Store diff with line note. It makes possible to see inline notes with proper ↵Dmitriy Zaporozhets2013-08-041-0/+16
| | | | | | | | diff even if MR diff changed
* | Delete duplicate keys in migrate_keys taskJacob Vosmaer2013-08-021-0/+5
| |
* | Fix typosJohannes Schleifenbaum2013-07-294-4/+4
| |
* | Use gitlab-shell authorized_keys truncation. Fix issue with authorized_keys ↵Dmitriy Zaporozhets2013-07-182-4/+3
| | | | | | | | stored in different location
* | Require gitlab-shell 1.6.0Dmitriy Zaporozhets2013-07-161-1/+1
| |
* | Merge branch 'master' into 6-0-devDmitriy Zaporozhets2013-07-121-2/+0
|\ \
| * | Remove gitolite repo check for import scriptRobert Schilling2013-06-231-2/+0
| | |
* | | store and display public key fingerprintDmitriy Zaporozhets2013-06-241-0/+15
| | |
* | | You should not be able to remove a Group ownerDmitriy Zaporozhets2013-06-221-0/+16
| | |
* | | Migrate global project taks. Removed more teams related functionalityDmitriy Zaporozhets2013-06-191-3/+7
| | |
* | | Remove Global namespace from options. Prepared file for migration of global ↵Dmitriy Zaporozhets2013-06-191-0/+12
|/ / | | | | | | projects
* | Merge pull request #4140 from amacarthur/restore-fixes-cleanDmitriy Zaporozhets2013-06-112-11/+21
|\ \ | | | | | | fixes for gitlab restore with non-standard backup and repo dirs
| * | Correction to restore expected current directoryAngus MacArthur2013-06-031-9/+14
| | |
| * | fixes for gitlab restore with non-standard backup and repo dirsAngus MacArthur2013-05-302-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Merge pull request #4224 from hiroponz/fix-abort-gitlab-app-checkDmitriy Zaporozhets2013-06-111-2/+2
|\ \ \ | | | | | | | | Fix abort gitlab:app:check
| * | | Fix abort gitlab:app:checkSato Hiroyuki2013-06-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | When the file that pointed git bin_path in gitlab.yml dose'nt exist, bundle rake gitlab:app:check would be aborted. refs #4205
* | | | Read init script recipe from Rails.root path. Fix #4174Axilleas Pipinellis2013-06-051-1/+3
|/ / / | | | | | | | | | Signed-off-by: Axilleas Pipinellis <axilleas@archlinux.gr>
* | | Update check.rakebassrock2013-05-271-2/+2
|/ /
* | Include groups in import with import repos rake taskJames E. Flemer2013-05-251-14/+33
| | | | | | | | | | | | 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.
* | Merge pull request #3964 from mhfan/improve-sidekiq-checkDmitriy Zaporozhets2013-05-231-1/+1
|\ \ | | | | | | improve regrex for match(sidekiq) robustness
| * | improve regrex for match(sidekiq) robustnessMeiHui FAN2013-05-161-1/+1
| | | | | | | | | | | | e.g.: the sidekiq in my Debian box is v2.11.1
* | | changed Gitlab to GitLabBen Bodenmiller2013-05-191-9/+9
|/ /
* | Config setting should be used in git version check.Sato Hiroyuki2013-05-141-1/+2
| |
* | Merge pull request #3858 from abalkin/issue-3857Dmitriy Zaporozhets2013-05-131-3/+4
|\ \ | | | | | | Save backup time as is. Fixes #3857.
| * | Save backup time as is. Fixes #3857.Lev Abalkin2013-05-081-4/+3
| | |
| * | Save backup time as is. Fixes #3857.Lev Abalkin2013-05-061-3/+5
| | |
* | | Migrate notes.line_code format.baba2013-05-111-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | Since version 4.1, notes.line_code means: {SHA1 hash of file path}_{old line}_{new line} but the older version means: {file index of the commit}_{old line}_{new line} This rake task migrate the above differences.
* | | Add Gitlab::VersionInfo class to fix and simplify version check.Sato Hiroyuki2013-05-081-24/+10
| | | | | | | | | | | | | | | It returns "yes" if required version is "1.7.10" and current version is "1.6.10", because the patch version of current version equals to that of required version.
* | | Merge pull request #3275 from Undev/feature/code_cleanup_remove_old_hashesDmitriy Zaporozhets2013-05-077-19/+19
|\ \ \ | | | | | | | | Code cleanup: Replace old hashes and remove trailing spaces
| * | | remove trailing spacesAndrey Kumanyaev2013-05-051-1/+1
| | | |
| * | | Replace old hashes with new 1.9 ruby hashes (rebase)Andrey Kumanyaev2013-05-057-18/+18
| | | |
* | | | Fix check git version.Sato Hiroyuki2013-05-071-4/+22
| |/ / |/| | | | | | | | Checking is "yes" only if git version equals "1.7.10" exactly.
* | | Check git version in gitlab:checkDmitriy Zaporozhets2013-05-061-0/+15
|/ /
* | require gitlab-shell v1.4.0Dmitriy Zaporozhets2013-04-301-3/+5
| |
* | fixed broken gitlab version determination during backupAngus MacArthur2013-04-231-2/+2
| | | | | | | | | | If the backup directory is not sub the gitlab install directory, then the git rev-parse call will fail.
* | require gitlab:shell v1.3.0Dmitriy Zaporozhets2013-04-201-9/+9
| |
* | Invoke shell setup after backup restoreDmitriy Zaporozhets2013-04-181-0/+1
| |
* | Merge pull request #3603 from axilleas/os-nameDmitriy Zaporozhets2013-04-181-1/+4
|\ \ | | | | | | Added os_name support for systems running systemd.
| * | Added os_name support for systems running systemd.Axilleas Pipinellis2013-04-151-1/+4
| | |
* | | Merge pull request #3602 from axilleas/check-redisDmitriy Zaporozhets2013-04-181-0/+18
|\ \ \ | | | | | | | | Added check_redis_version to check.rake
| * | | Added check_redis_version. Fixes #3449axilleas2013-04-151-0/+18
| |/ / | | | | | | | | | | | | | | | Checking the redis version will warn users that are using an old version to update. Included reference to the troubleshooting guide.
* | | migrate milestones with nil stateDmitriy Zaporozhets2013-04-161-0/+4
| | |
* | | Warn user about losing merge request diffDmitriy Zaporozhets2013-04-151-0/+7
|/ /