summaryrefslogtreecommitdiff
path: root/lib/tasks
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix import rake task and testsDmitriy Zaporozhets2012-12-231-3/+6
|
* Fix #2220v4.0.0rc2Dmitriy Zaporozhets2012-12-221-1/+1
|
* Rename add_user_to_project_teams to gitlab:import:user_to_projectsRiyad Preukschas2012-12-202-20/+24
| | | | Rename add_users_to_project_teams to gitlab:import:all_users_to_all_projects
* Rename gitlab:app:backup_* to gitlab:backup:*Riyad Preukschas2012-12-201-67/+71
| | | | | | Rename gitlab:app:db_* to gitlab:backup:db:* Rename gitlab:app:repo_* to gitlab:backup:repo:* Rename *_dump to *_create
* Add gitlab:satellites:create as an alias for gitlab:enable_automergeRiyad Preukschas2012-12-202-1/+8
|
* Rename gitlab:app:enable_automerge to gitlab:enable_automergeRiyad Preukschas2012-12-203-13/+11
|
* Rename gitlab:activate_namespaces to gitlab:enable_namespacesRiyad Preukschas2012-12-201-1/+1
|
* Updated gitlab:check taskRiyad Preukschas2012-12-201-4/+5
|
* Update uses of Gitolite.config.foo settingsRiyad Preukschas2012-12-205-45/+45
|
* Change travis rake taskDmitriy Zaporozhets2012-12-191-1/+1
|
* Display namespace for projects in gitlab:check task.Riyad Preukschas2012-12-141-3/+3
|
* Update gitlab:check task to use the Gitlab.config.ssh_user settingRiyad Preukschas2012-12-141-19/+25
|
* Update and add checksRiyad Preukschas2012-12-132-70/+903
|
* Split and renamed check tasksRiyad Preukschas2012-12-131-5/+26
|
* Rename status rake task to checkRiyad Preukschas2012-12-131-0/+0
|
* Fix resque exceptionDmitriy Zaporozhets2012-12-111-6/+2
|
* Fix detecting Ruby version and Omniauth providers in gitlab:env:info taskRiyad Preukschas2012-12-101-2/+7
| | | | Fixes #2245
* Make gitlab:env:info task more robustRiyad Preukschas2012-12-071-21/+39
| | | | Closes #2213
* Improve gitlab:env:info taskRiyad Preukschas2012-12-061-20/+51
| | | | | Renamed from gitlab:app:info Add several extra info points
* Spelling fix to rake info taskJon Evans2012-12-061-1/+1
|
* add rake task to gather system informationJohannes Schleifenbaum2012-12-051-0/+48
|
* Merge pull request #2017 from duksis/backup_restoreDmitriy Zaporozhets2012-11-301-1/+1
|\ | | | | bugfix: backup data retrieved with the same type keys as saved
| * retrieve settings with symbolsHugo Duksis2012-11-191-3/+3
| |
* | Merge pull request #1655 from zzet/feature/resque_fixDmitriy Zaporozhets2012-11-281-0/+13
|\ \ | | | | | | fix resque start
| * | fix resque startAndrey Kumanyaev2012-10-091-0/+13
| | |
* | | remove invalid conditionDmitriy Zaporozhets2012-11-251-1/+0
| | |
* | | Improve activate_namespace task to build missing dirs and moving repos correctlyDmitriy Zaporozhets2012-11-251-4/+28
| | |
* | | Improved namespace activation taskDmitriy Zaporozhets2012-11-251-0/+27
| | |
* | | Create namespace on username init. Raise exception if project cannot be movedDmitriy Zaporozhets2012-11-241-3/+7
| | |
* | | Init username migration and rake task for create appropriate namespaceDmitriy Zaporozhets2012-11-231-0/+13
| | |
* | | Fix hash key settings["gitlab_version"] to settings[:gitlab_version]Gosuke Miyashita2012-11-221-2/+2
| | | | | | | | | | | | | | | In backup_create, backup information hash is using symbol as its key. But in backup_restore, string key is used and it returns empty value.
* | | Add post-receive file content validationDmitriy Zaporozhets2012-11-211-5/+12
| |/ |/|
* | Merge remote-tracking branch 'gitlabhq/master' into git_commit_fixDavid Barri2012-11-113-84/+55
|\ \ | | | | | | | | | | | | Conflicts: doc/install/installation.md
| * | Added bare import script. Removed old unworking scriptDmitriy Zaporozhets2012-10-302-83/+54
| | |
| * | gitolite's repositories folder symlinked patchMichele Franzin2012-10-271-1/+1
| | |
* | | Fixed issue with git commit silently failing.David Barri2012-11-081-2/+18
|/ / | | | | | | Also updated status task and installation instuctions.
* | remove unnecessary taskValeriy Sizov2012-10-091-21/+0
|/
* cleanup rake tasksNihad Abbasov2012-09-268-120/+77
|
* remove cucumber completelyNihad Abbasov2012-09-103-69/+3
|
* Merge pull request #1339 from chopmann/fix-import_bulkDmitriy Zaporozhets2012-09-071-15/+14
|\ | | | | fix bulk_import for #1309
| * fix bulk_import for #1309Cornelio2012-09-061-15/+14
| |
* | Capitlization of /gitlab/i normalized. #1367Alex Denisov2012-09-061-1/+1
|/
* Change hardcoded base path to use Gitlab settingsRobert Speicher2012-09-041-1/+2
| | | | Closes #1072
* Use similar interface to access gitoliterandx2012-08-292-4/+2
| | | | | | | | | Simplified gitolite handle logic Stubn over monkeypatch Stub only specific methods in Gitlab:Gitolite Moved grach auth to lib added specs for keys observer removes SshKey role
* Merge pull request #1313 from LeonB/masterDmitriy Zaporozhets2012-08-283-3/+3
|\ | | | | Fixed some hardcoded paths based on issue #1272
| * Line not needed anymoreLeonB2012-08-281-2/+1
| |
| * Fixed some hardcoded pathsLeonB2012-08-283-2/+3
| | | | | | | | New config option: git_hooks_path
* | Fixed typoTiago Ribeiro2012-08-281-1/+1
|/
* No need to chown hooks in backup script any mroerandx2012-08-261-1/+0
|
* Task to assign user developer role to all projectsSeif Attar2012-08-231-0/+10
|