summaryrefslogtreecommitdiff
path: root/lib/tasks
Commit message (Expand)AuthorAgeFilesLines
* Count sidekiq processes using String#scanJacob Vosmaer2013-10-171-7/+7
* Add invert match to sidekiq match.Marin Jankovski2013-10-161-1/+1
* Move unicorn and sidekiq commands into bash scriptJacob Vosmaer2013-10-151-20/+7
* Use built-in sidekiq deamonizationJacob Vosmaer2013-10-091-1/+1
* Remove duplicate log path generationJacob Vosmaer2013-10-091-2/+6
* Always shut down sidekiq before startingJacob Vosmaer2013-10-091-1/+9
* Merge branch 'check_hooks' of /home/git/repositories/gitlab/gitlabhqDmitriy Zaporozhets2013-10-071-6/+12
|\
| * Add troubleshooting hints to update hook checkJacob Vosmaer2013-10-071-6/+12
* | Only kill sidekiqs belonging to gitlab userJacob Vosmaer2013-10-041-4/+6
|/
* Make rake gitlab:test worksDmitriy Zaporozhets2013-09-291-6/+13
* Use gitlab:test for travis-ciDmitriy Zaporozhets2013-09-291-5/+0
* gitlab:test rake task now includes jasmine and db setupDmitriy Zaporozhets2013-09-291-2/+9
* Merge pull request #3006 from jweslley/masterDmitriy Zaporozhets2013-09-291-0/+65
|\
| * add rake tasks for web hooks managementJonhnny Weslley2013-02-151-0/+65
* | [gitlab:check] Fix detecting the status of sidekiqJohannes Schleifenbaum2013-09-271-2/+1
* | Check whether only one sidekiq is runningJacob Vosmaer2013-09-271-1/+26
* | Merge branch '6-1-stable'Dmitriy Zaporozhets2013-09-251-1/+28
|\ \
| * | Update check scriptHiroyuki Sato2013-09-241-1/+28
* | | Add gitlab-shell/bin/check to rake gitlab:checkJacob Vosmaer2013-09-241-0/+18
|/ /
* | Rescue an error if group doesn't existMarin Jankovski2013-09-122-3/+9
* | Forgot to fix the comment instructions.C. Walker2013-09-061-1/+1
* | Fixed description.C. Walker2013-09-061-1/+1
* | update gitlab:check to look for update hook, not post-receiveJames Newton2013-08-271-8/+8
* | Remove old migration tasksDmitriy Zaporozhets2013-08-267-110/+0
* | Set iid in fixtures. Add rake dev:setup for developmentDmitriy Zaporozhets2013-08-261-0/+10
* | Fix GitLab Shell version checkAustin Robertson2013-08-221-1/+1
* | Add iids to milestones. Moved iids logic to separate concernDmitriy Zaporozhets2013-08-211-0/+15
* | Fix migrate_iids for issuesDmitriy Zaporozhets2013-08-201-1/+1
* | Merge branch 'feature/internal_ids' of /home/git/repositories/gitlab/gitlabhqDmitriy Zaporozhets2013-08-201-0/+33
|\ \
| * | Iid improvemetsDmitriy Zaporozhets2013-08-191-2/+4
| * | 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
* | 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 s...Dmitriy Zaporozhets2013-07-182-4/+3
* | 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 p...Dmitriy Zaporozhets2013-06-191-0/+12
|/ /
* | Merge pull request #4140 from amacarthur/restore-fixes-cleanDmitriy Zaporozhets2013-06-112-11/+21
|\ \
| * | 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
* | | Merge pull request #4224 from hiroponz/fix-abort-gitlab-app-checkDmitriy Zaporozhets2013-06-111-2/+2
|\ \ \